2024-09-10T18:50:32.211 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-10T18:50:32.234 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-10T18:50:32.329 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900280 branch: wip-guits-quincy-2024-09-09-1810-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: '7900280' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi no_nested_subset: false os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: wip-guits-quincy-2024-09-09-1810-quincy ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 5be57395ea235535910512ae73ba8e7ff25fe588 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5be57395ea235535910512ae73ba8e7ff25fe588 workunit: branch: quincy-orch-centos-9-teuth sha1: fad5356a94e6044ce1062d748daa5a0f2ed53a7d owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - mon.a - mon.c - mgr.y - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - node-exporter.a - alertmanager.a - - mon.b - mgr.x - osd.4 - osd.5 - osd.6 - osd.7 - client.1 - prometheus.a - grafana.a - node-exporter.b seed: 4625 sha1: 5be57395ea235535910512ae73ba8e7ff25fe588 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: quincy-orch-centos-9-teuth suite_path: /home/teuthworker/src/github.com_adk3798_ceph_fad5356a94e6044ce1062d748daa5a0f2ed53a7d/qa suite_relpath: qa suite_repo: https://github.com/adk3798/ceph.git suite_sha1: fad5356a94e6044ce1062d748daa5a0f2ed53a7d targets: smithi155.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi189.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-10_17:53:37 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-10T18:50:32.330 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_adk3798_ceph_fad5356a94e6044ce1062d748daa5a0f2ed53a7d/qa; will attempt to use it 2024-09-10T18:50:32.330 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_adk3798_ceph_fad5356a94e6044ce1062d748daa5a0f2ed53a7d/qa/tasks 2024-09-10T18:50:32.331 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-10T18:50:32.332 INFO:teuthology.task.internal:Checking packages... 2024-09-10T18:50:32.353 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '5be57395ea235535910512ae73ba8e7ff25fe588' 2024-09-10T18:50:32.353 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-10T18:50:32.353 INFO:teuthology.packaging:ref: None 2024-09-10T18:50:32.353 INFO:teuthology.packaging:tag: None 2024-09-10T18:50:32.353 INFO:teuthology.packaging:branch: wip-guits-quincy-2024-09-09-1810-quincy 2024-09-10T18:50:32.353 INFO:teuthology.packaging:sha1: 5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:50:32.353 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-09-1810-quincy 2024-09-10T18:50:32.493 INFO:teuthology.task.internal:Found packages for ceph version 17.2.7-1606-g5be57395-1focal 2024-09-10T18:50:32.495 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-10T18:50:32.502 INFO:teuthology.task.internal:no buildpackages task found 2024-09-10T18:50:32.502 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-10T18:50:32.552 INFO:teuthology.task.internal:Saving configuration 2024-09-10T18:50:32.569 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-10T18:50:32.576 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-10T18:50:32.600 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi155.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900280', '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-10 18:44:19.216874', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-09-10T18:50:32.623 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi189.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900280', '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-10 18:44:19.218560', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-09-10T18:50:32.624 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-10T18:50:32.630 INFO:teuthology.task.internal:roles: ubuntu@smithi155.front.sepia.ceph.com - ['mon.a', 'mon.c', 'mgr.y', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0', 'node-exporter.a', 'alertmanager.a'] 2024-09-10T18:50:32.630 INFO:teuthology.task.internal:roles: ubuntu@smithi189.front.sepia.ceph.com - ['mon.b', 'mgr.x', 'osd.4', 'osd.5', 'osd.6', 'osd.7', 'client.1', 'prometheus.a', 'grafana.a', 'node-exporter.b'] 2024-09-10T18:50:32.630 INFO:teuthology.run_tasks:Running task console_log... 2024-09-10T18:50:32.707 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ff328d7fac0>, signals=[15]) 2024-09-10T18:50:32.707 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-10T18:50:32.713 INFO:teuthology.task.internal:Opening connections... 2024-09-10T18:50:32.713 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi155.front.sepia.ceph.com 2024-09-10T18:50:32.714 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:50:32.803 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi189.front.sepia.ceph.com 2024-09-10T18:50:32.804 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:50:32.892 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-10T18:50:32.899 DEBUG:teuthology.orchestra.run.smithi155:> uname -m 2024-09-10T18:50:32.905 INFO:teuthology.orchestra.run.smithi155.stdout:x86_64 2024-09-10T18:50:32.905 DEBUG:teuthology.orchestra.run.smithi155:> cat /etc/os-release 2024-09-10T18:50:32.954 INFO:teuthology.orchestra.run.smithi155.stdout:NAME="Ubuntu" 2024-09-10T18:50:32.955 INFO:teuthology.orchestra.run.smithi155.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-09-10T18:50:32.955 INFO:teuthology.orchestra.run.smithi155.stdout:ID=ubuntu 2024-09-10T18:50:32.955 INFO:teuthology.orchestra.run.smithi155.stdout:ID_LIKE=debian 2024-09-10T18:50:32.955 INFO:teuthology.orchestra.run.smithi155.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-09-10T18:50:32.955 INFO:teuthology.orchestra.run.smithi155.stdout:VERSION_ID="20.04" 2024-09-10T18:50:32.955 INFO:teuthology.orchestra.run.smithi155.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-10T18:50:32.955 INFO:teuthology.orchestra.run.smithi155.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-10T18:50:32.955 INFO:teuthology.orchestra.run.smithi155.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-10T18:50:32.955 INFO:teuthology.orchestra.run.smithi155.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-10T18:50:32.955 INFO:teuthology.orchestra.run.smithi155.stdout:VERSION_CODENAME=focal 2024-09-10T18:50:32.955 INFO:teuthology.orchestra.run.smithi155.stdout:UBUNTU_CODENAME=focal 2024-09-10T18:50:32.956 INFO:teuthology.lock.ops:Updating smithi155.front.sepia.ceph.com on lock server 2024-09-10T18:50:32.977 DEBUG:teuthology.orchestra.run.smithi189:> uname -m 2024-09-10T18:50:32.983 INFO:teuthology.orchestra.run.smithi189.stdout:x86_64 2024-09-10T18:50:32.983 DEBUG:teuthology.orchestra.run.smithi189:> cat /etc/os-release 2024-09-10T18:50:33.030 INFO:teuthology.orchestra.run.smithi189.stdout:NAME="Ubuntu" 2024-09-10T18:50:33.030 INFO:teuthology.orchestra.run.smithi189.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-09-10T18:50:33.031 INFO:teuthology.orchestra.run.smithi189.stdout:ID=ubuntu 2024-09-10T18:50:33.031 INFO:teuthology.orchestra.run.smithi189.stdout:ID_LIKE=debian 2024-09-10T18:50:33.031 INFO:teuthology.orchestra.run.smithi189.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-09-10T18:50:33.031 INFO:teuthology.orchestra.run.smithi189.stdout:VERSION_ID="20.04" 2024-09-10T18:50:33.031 INFO:teuthology.orchestra.run.smithi189.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-10T18:50:33.031 INFO:teuthology.orchestra.run.smithi189.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-10T18:50:33.031 INFO:teuthology.orchestra.run.smithi189.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-10T18:50:33.031 INFO:teuthology.orchestra.run.smithi189.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-10T18:50:33.031 INFO:teuthology.orchestra.run.smithi189.stdout:VERSION_CODENAME=focal 2024-09-10T18:50:33.031 INFO:teuthology.orchestra.run.smithi189.stdout:UBUNTU_CODENAME=focal 2024-09-10T18:50:33.031 INFO:teuthology.lock.ops:Updating smithi189.front.sepia.ceph.com on lock server 2024-09-10T18:50:33.052 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-10T18:50:33.061 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-10T18:50:33.192 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-10T18:50:33.192 DEBUG:teuthology.orchestra.run.smithi155:> test '!' -e /home/ubuntu/cephtest 2024-09-10T18:50:33.194 DEBUG:teuthology.orchestra.run.smithi189:> test '!' -e /home/ubuntu/cephtest 2024-09-10T18:50:33.200 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-10T18:50:33.232 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-10T18:50:33.233 DEBUG:teuthology.orchestra.run.smithi155:> test -z $(ls -A /var/lib/ceph) 2024-09-10T18:50:33.235 DEBUG:teuthology.orchestra.run.smithi189:> test -z $(ls -A /var/lib/ceph) 2024-09-10T18:50:33.253 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-10T18:50:33.304 INFO:teuthology.run_tasks:Running task kernel... 2024-09-10T18:50:33.319 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-10T18:50:33.319 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': 1, 'sha1': 'distro'}, 'mon.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-10T18:50:33.319 DEBUG:teuthology.orchestra.run.smithi155:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-10T18:50:33.319 DEBUG:teuthology.orchestra.run.smithi189:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-10T18:50:33.324 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T18:50:33.325 DEBUG:teuthology.orchestra.run.smithi155:> uname -r 2024-09-10T18:50:33.326 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T18:50:33.326 DEBUG:teuthology.orchestra.run.smithi189:> uname -r 2024-09-10T18:50:33.332 INFO:teuthology.orchestra.run.smithi155.stdout:5.4.0-124-generic 2024-09-10T18:50:33.332 INFO:teuthology.task.kernel:Running kernel on smithi155: 5.4.0-124-generic 2024-09-10T18:50:33.332 DEBUG:teuthology.orchestra.run.smithi155:> sudo apt-get clean 2024-09-10T18:50:33.333 INFO:teuthology.orchestra.run.smithi189.stdout:5.4.0-124-generic 2024-09-10T18:50:33.334 INFO:teuthology.task.kernel:Running kernel on smithi189: 5.4.0-124-generic 2024-09-10T18:50:33.334 DEBUG:teuthology.orchestra.run.smithi189:> sudo apt-get clean 2024-09-10T18:50:33.438 DEBUG:teuthology.orchestra.run.smithi189:> sudo apt-get update 2024-09-10T18:50:33.479 DEBUG:teuthology.orchestra.run.smithi155:> sudo apt-get update 2024-09-10T18:50:33.587 INFO:teuthology.orchestra.run.smithi189.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB] 2024-09-10T18:50:33.640 INFO:teuthology.orchestra.run.smithi155.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-09-10T18:50:33.647 INFO:teuthology.orchestra.run.smithi155.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB] 2024-09-10T18:50:33.702 INFO:teuthology.orchestra.run.smithi189.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-09-10T18:50:33.708 INFO:teuthology.orchestra.run.smithi155.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB] 2024-09-10T18:50:33.749 INFO:teuthology.orchestra.run.smithi155.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB] 2024-09-10T18:50:33.785 INFO:teuthology.orchestra.run.smithi189.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB] 2024-09-10T18:50:33.868 INFO:teuthology.orchestra.run.smithi189.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [807 kB] 2024-09-10T18:50:33.951 INFO:teuthology.orchestra.run.smithi189.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3,166 kB] 2024-09-10T18:50:33.996 INFO:teuthology.orchestra.run.smithi189.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [469 kB] 2024-09-10T18:50:33.997 INFO:teuthology.orchestra.run.smithi189.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [14.3 kB] 2024-09-10T18:50:33.997 INFO:teuthology.orchestra.run.smithi189.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [3,082 kB] 2024-09-10T18:50:34.017 INFO:teuthology.orchestra.run.smithi189.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [38.3 kB] 2024-09-10T18:50:34.017 INFO:teuthology.orchestra.run.smithi189.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [431 kB] 2024-09-10T18:50:34.020 INFO:teuthology.orchestra.run.smithi155.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [1,027 kB] 2024-09-10T18:50:34.020 INFO:teuthology.orchestra.run.smithi189.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [548 B] 2024-09-10T18:50:34.021 INFO:teuthology.orchestra.run.smithi189.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [680 kB] 2024-09-10T18:50:34.025 INFO:teuthology.orchestra.run.smithi189.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1,009 kB] 2024-09-10T18:50:34.031 INFO:teuthology.orchestra.run.smithi189.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [213 kB] 2024-09-10T18:50:34.032 INFO:teuthology.orchestra.run.smithi189.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [21.2 kB] 2024-09-10T18:50:34.033 INFO:teuthology.orchestra.run.smithi189.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,204 B] 2024-09-10T18:50:34.033 INFO:teuthology.orchestra.run.smithi189.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [24.8 kB] 2024-09-10T18:50:34.049 INFO:teuthology.orchestra.run.smithi189.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,968 B] 2024-09-10T18:50:34.049 INFO:teuthology.orchestra.run.smithi189.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [540 B] 2024-09-10T18:50:34.109 INFO:teuthology.orchestra.run.smithi155.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,550 kB] 2024-09-10T18:50:34.138 INFO:teuthology.orchestra.run.smithi189.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB] 2024-09-10T18:50:34.150 INFO:teuthology.orchestra.run.smithi155.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [548 kB] 2024-09-10T18:50:34.155 INFO:teuthology.orchestra.run.smithi155.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.7 kB] 2024-09-10T18:50:34.156 INFO:teuthology.orchestra.run.smithi155.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [39.6 kB] 2024-09-10T18:50:34.156 INFO:teuthology.orchestra.run.smithi155.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3,215 kB] 2024-09-10T18:50:34.179 INFO:teuthology.orchestra.run.smithi155.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [450 kB] 2024-09-10T18:50:34.182 INFO:teuthology.orchestra.run.smithi155.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [548 B] 2024-09-10T18:50:34.182 INFO:teuthology.orchestra.run.smithi155.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [807 kB] 2024-09-10T18:50:34.189 INFO:teuthology.orchestra.run.smithi155.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,230 kB] 2024-09-10T18:50:34.198 INFO:teuthology.orchestra.run.smithi155.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [295 kB] 2024-09-10T18:50:34.201 INFO:teuthology.orchestra.run.smithi155.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [28.0 kB] 2024-09-10T18:50:34.201 INFO:teuthology.orchestra.run.smithi155.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-09-10T18:50:34.201 INFO:teuthology.orchestra.run.smithi155.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [27.1 kB] 2024-09-10T18:50:34.202 INFO:teuthology.orchestra.run.smithi155.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,936 B] 2024-09-10T18:50:34.202 INFO:teuthology.orchestra.run.smithi155.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [616 B] 2024-09-10T18:50:34.202 INFO:teuthology.orchestra.run.smithi155.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-09-10T18:50:34.203 INFO:teuthology.orchestra.run.smithi155.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-09-10T18:50:34.219 INFO:teuthology.orchestra.run.smithi155.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-09-10T18:50:34.219 INFO:teuthology.orchestra.run.smithi155.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-09-10T18:50:34.219 INFO:teuthology.orchestra.run.smithi155.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-09-10T18:50:34.219 INFO:teuthology.orchestra.run.smithi155.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-09-10T18:50:34.279 INFO:teuthology.orchestra.run.smithi189.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,550 kB] 2024-09-10T18:50:34.331 INFO:teuthology.orchestra.run.smithi155.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3,166 kB] 2024-09-10T18:50:34.664 INFO:teuthology.orchestra.run.smithi189.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [1,027 kB] 2024-09-10T18:50:34.717 INFO:teuthology.orchestra.run.smithi189.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [548 kB] 2024-09-10T18:50:34.737 INFO:teuthology.orchestra.run.smithi189.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.7 kB] 2024-09-10T18:50:34.738 INFO:teuthology.orchestra.run.smithi189.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [39.6 kB] 2024-09-10T18:50:34.740 INFO:teuthology.orchestra.run.smithi189.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3,215 kB] 2024-09-10T18:50:34.817 INFO:teuthology.orchestra.run.smithi155.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [807 kB] 2024-09-10T18:50:34.832 INFO:teuthology.orchestra.run.smithi155.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [469 kB] 2024-09-10T18:50:34.834 INFO:teuthology.orchestra.run.smithi189.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [450 kB] 2024-09-10T18:50:34.840 INFO:teuthology.orchestra.run.smithi155.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [14.3 kB] 2024-09-10T18:50:34.840 INFO:teuthology.orchestra.run.smithi155.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [38.3 kB] 2024-09-10T18:50:34.840 INFO:teuthology.orchestra.run.smithi155.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [3,082 kB] 2024-09-10T18:50:34.844 INFO:teuthology.orchestra.run.smithi189.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [548 B] 2024-09-10T18:50:34.845 INFO:teuthology.orchestra.run.smithi189.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,230 kB] 2024-09-10T18:50:34.876 INFO:teuthology.orchestra.run.smithi189.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [807 kB] 2024-09-10T18:50:34.905 INFO:teuthology.orchestra.run.smithi189.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [295 kB] 2024-09-10T18:50:34.912 INFO:teuthology.orchestra.run.smithi189.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [28.0 kB] 2024-09-10T18:50:34.913 INFO:teuthology.orchestra.run.smithi189.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [27.1 kB] 2024-09-10T18:50:34.913 INFO:teuthology.orchestra.run.smithi189.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-09-10T18:50:34.917 INFO:teuthology.orchestra.run.smithi189.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,936 B] 2024-09-10T18:50:34.917 INFO:teuthology.orchestra.run.smithi189.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [616 B] 2024-09-10T18:50:34.929 INFO:teuthology.orchestra.run.smithi155.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [431 kB] 2024-09-10T18:50:34.940 INFO:teuthology.orchestra.run.smithi155.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [548 B] 2024-09-10T18:50:34.940 INFO:teuthology.orchestra.run.smithi155.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [680 kB] 2024-09-10T18:50:34.951 INFO:teuthology.orchestra.run.smithi155.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1,009 kB] 2024-09-10T18:50:34.995 INFO:teuthology.orchestra.run.smithi189.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-09-10T18:50:34.996 INFO:teuthology.orchestra.run.smithi189.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-09-10T18:50:34.997 INFO:teuthology.orchestra.run.smithi189.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-09-10T18:50:34.997 INFO:teuthology.orchestra.run.smithi189.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-09-10T18:50:34.998 INFO:teuthology.orchestra.run.smithi189.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-09-10T18:50:34.998 INFO:teuthology.orchestra.run.smithi155.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [213 kB] 2024-09-10T18:50:34.999 INFO:teuthology.orchestra.run.smithi189.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-09-10T18:50:35.003 INFO:teuthology.orchestra.run.smithi155.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [21.2 kB] 2024-09-10T18:50:35.003 INFO:teuthology.orchestra.run.smithi155.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [24.8 kB] 2024-09-10T18:50:35.003 INFO:teuthology.orchestra.run.smithi155.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,204 B] 2024-09-10T18:50:35.003 INFO:teuthology.orchestra.run.smithi155.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,968 B] 2024-09-10T18:50:35.079 INFO:teuthology.orchestra.run.smithi155.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [540 B] 2024-09-10T18:50:38.530 INFO:teuthology.orchestra.run.smithi155.stdout:Fetched 21.7 MB in 3s (7,231 kB/s) 2024-09-10T18:50:38.540 INFO:teuthology.orchestra.run.smithi189.stdout:Fetched 21.7 MB in 3s (7,573 kB/s) 2024-09-10T18:50:40.030 INFO:teuthology.orchestra.run.smithi189.stdout:Reading package lists... 2024-09-10T18:50:40.056 DEBUG:teuthology.orchestra.run.smithi189:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-10T18:50:40.128 INFO:teuthology.orchestra.run.smithi189.stdout:Reading package lists... 2024-09-10T18:50:40.177 INFO:teuthology.orchestra.run.smithi155.stdout:Reading package lists... 2024-09-10T18:50:40.204 DEBUG:teuthology.orchestra.run.smithi155:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-10T18:50:40.290 INFO:teuthology.orchestra.run.smithi155.stdout:Reading package lists... 2024-09-10T18:50:40.323 INFO:teuthology.orchestra.run.smithi189.stdout:Building dependency tree... 2024-09-10T18:50:40.324 INFO:teuthology.orchestra.run.smithi189.stdout:Reading state information... 2024-09-10T18:50:40.511 INFO:teuthology.orchestra.run.smithi155.stdout:Building dependency tree... 2024-09-10T18:50:40.511 INFO:teuthology.orchestra.run.smithi155.stdout:Reading state information... 2024-09-10T18:50:40.522 INFO:teuthology.orchestra.run.smithi189.stdout:The following additional packages will be installed: 2024-09-10T18:50:40.522 INFO:teuthology.orchestra.run.smithi189.stdout: linux-generic linux-headers-5.4.0-195 linux-headers-5.4.0-195-generic 2024-09-10T18:50:40.522 INFO:teuthology.orchestra.run.smithi189.stdout: linux-headers-generic linux-image-5.4.0-195-generic 2024-09-10T18:50:40.523 INFO:teuthology.orchestra.run.smithi189.stdout: linux-modules-5.4.0-195-generic linux-modules-extra-5.4.0-195-generic 2024-09-10T18:50:40.524 INFO:teuthology.orchestra.run.smithi189.stdout:Suggested packages: 2024-09-10T18:50:40.524 INFO:teuthology.orchestra.run.smithi189.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2024-09-10T18:50:40.524 INFO:teuthology.orchestra.run.smithi189.stdout:Recommended packages: 2024-09-10T18:50:40.524 INFO:teuthology.orchestra.run.smithi189.stdout: thermald 2024-09-10T18:50:40.580 INFO:teuthology.orchestra.run.smithi189.stdout:The following NEW packages will be installed: 2024-09-10T18:50:40.580 INFO:teuthology.orchestra.run.smithi189.stdout: linux-headers-5.4.0-195 linux-headers-5.4.0-195-generic 2024-09-10T18:50:40.580 INFO:teuthology.orchestra.run.smithi189.stdout: linux-image-5.4.0-195-generic linux-modules-5.4.0-195-generic 2024-09-10T18:50:40.580 INFO:teuthology.orchestra.run.smithi189.stdout: linux-modules-extra-5.4.0-195-generic 2024-09-10T18:50:40.581 INFO:teuthology.orchestra.run.smithi189.stdout:The following packages will be upgraded: 2024-09-10T18:50:40.582 INFO:teuthology.orchestra.run.smithi189.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-10T18:50:40.636 INFO:teuthology.orchestra.run.smithi189.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-09-10T18:50:40.637 INFO:teuthology.orchestra.run.smithi189.stdout:Need to get 77.2 MB of archives. 2024-09-10T18:50:40.637 INFO:teuthology.orchestra.run.smithi189.stdout:After this operation, 381 MB of additional disk space will be used. 2024-09-10T18:50:40.637 INFO:teuthology.orchestra.run.smithi189.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-10T18:50:40.720 INFO:teuthology.orchestra.run.smithi155.stdout:The following additional packages will be installed: 2024-09-10T18:50:40.720 INFO:teuthology.orchestra.run.smithi155.stdout: linux-generic linux-headers-5.4.0-195 linux-headers-5.4.0-195-generic 2024-09-10T18:50:40.721 INFO:teuthology.orchestra.run.smithi155.stdout: linux-headers-generic linux-image-5.4.0-195-generic 2024-09-10T18:50:40.721 INFO:teuthology.orchestra.run.smithi155.stdout: linux-modules-5.4.0-195-generic linux-modules-extra-5.4.0-195-generic 2024-09-10T18:50:40.722 INFO:teuthology.orchestra.run.smithi155.stdout:Suggested packages: 2024-09-10T18:50:40.722 INFO:teuthology.orchestra.run.smithi155.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2024-09-10T18:50:40.722 INFO:teuthology.orchestra.run.smithi155.stdout:Recommended packages: 2024-09-10T18:50:40.722 INFO:teuthology.orchestra.run.smithi155.stdout: thermald 2024-09-10T18:50:40.770 INFO:teuthology.orchestra.run.smithi155.stdout:The following NEW packages will be installed: 2024-09-10T18:50:40.770 INFO:teuthology.orchestra.run.smithi155.stdout: linux-headers-5.4.0-195 linux-headers-5.4.0-195-generic 2024-09-10T18:50:40.770 INFO:teuthology.orchestra.run.smithi155.stdout: linux-image-5.4.0-195-generic linux-modules-5.4.0-195-generic 2024-09-10T18:50:40.771 INFO:teuthology.orchestra.run.smithi155.stdout: linux-modules-extra-5.4.0-195-generic 2024-09-10T18:50:40.772 INFO:teuthology.orchestra.run.smithi155.stdout:The following packages will be upgraded: 2024-09-10T18:50:40.772 INFO:teuthology.orchestra.run.smithi155.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-10T18:50:40.945 INFO:teuthology.orchestra.run.smithi189.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-10T18:50:40.956 INFO:teuthology.orchestra.run.smithi155.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-09-10T18:50:40.956 INFO:teuthology.orchestra.run.smithi155.stdout:Need to get 77.2 MB of archives. 2024-09-10T18:50:40.956 INFO:teuthology.orchestra.run.smithi155.stdout:After this operation, 381 MB of additional disk space will be used. 2024-09-10T18:50:40.956 INFO:teuthology.orchestra.run.smithi155.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-10T18:50:41.035 INFO:teuthology.orchestra.run.smithi189.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-10T18:50:41.488 INFO:teuthology.orchestra.run.smithi189.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-10T18:50:41.488 INFO:teuthology.orchestra.run.smithi189.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-10T18:50:41.488 INFO:teuthology.orchestra.run.smithi189.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-10T18:50:41.581 INFO:teuthology.orchestra.run.smithi189.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-10T18:50:41.592 INFO:teuthology.orchestra.run.smithi189.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-10T18:50:42.110 INFO:teuthology.orchestra.run.smithi155.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-10T18:50:42.285 INFO:teuthology.orchestra.run.smithi189.stdout:Fetched 77.2 MB in 1s (77.1 MB/s) 2024-09-10T18:50:42.380 INFO:teuthology.orchestra.run.smithi155.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-10T18:50:42.447 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package linux-modules-5.4.0-195-generic. 2024-09-10T18:50:43.719 INFO:teuthology.orchestra.run.smithi155.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-10T18:50:43.720 INFO:teuthology.orchestra.run.smithi155.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-10T18:50:43.720 INFO:teuthology.orchestra.run.smithi155.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-10T18:50:44.002 INFO:teuthology.orchestra.run.smithi155.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-10T18:50:44.027 INFO:teuthology.orchestra.run.smithi155.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-10T18:50:44.073 INFO:teuthology.orchestra.run.smithi189.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-10T18:50:44.078 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../0-linux-modules-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-10T18:50:44.128 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking linux-modules-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-10T18:50:44.726 INFO:teuthology.orchestra.run.smithi155.stdout:Fetched 77.2 MB in 3s (23.8 MB/s) 2024-09-10T18:50:44.904 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package linux-modules-5.4.0-195-generic. 2024-09-10T18:50:46.053 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package linux-image-5.4.0-195-generic. 2024-09-10T18:50:46.068 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../1-linux-image-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-10T18:50:46.174 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking linux-image-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-10T18:50:46.579 INFO:teuthology.orchestra.run.smithi155.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-10T18:50:46.584 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../0-linux-modules-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-10T18:50:46.712 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking linux-modules-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-10T18:50:47.273 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-195-generic. 2024-09-10T18:50:47.286 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-10T18:50:47.331 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking linux-modules-extra-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-10T18:50:48.634 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package linux-image-5.4.0-195-generic. 2024-09-10T18:50:48.649 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../1-linux-image-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-10T18:50:48.754 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking linux-image-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-10T18:50:49.854 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-195-generic. 2024-09-10T18:50:49.869 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-10T18:50:49.912 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking linux-modules-extra-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-10T18:50:52.043 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../3-linux-generic_5.4.0.195.193_amd64.deb ... 2024-09-10T18:50:52.170 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking linux-generic (5.4.0.195.193) over (5.4.0.124.125) ... 2024-09-10T18:50:52.479 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.195.193_amd64.deb ... 2024-09-10T18:50:52.607 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking linux-image-generic (5.4.0.195.193) over (5.4.0.124.125) ... 2024-09-10T18:50:52.943 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package linux-headers-5.4.0-195. 2024-09-10T18:50:52.960 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../5-linux-headers-5.4.0-195_5.4.0-195.215_all.deb ... 2024-09-10T18:50:53.002 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking linux-headers-5.4.0-195 (5.4.0-195.215) ... 2024-09-10T18:50:54.940 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../3-linux-generic_5.4.0.195.193_amd64.deb ... 2024-09-10T18:50:55.066 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking linux-generic (5.4.0.195.193) over (5.4.0.124.125) ... 2024-09-10T18:50:55.392 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.195.193_amd64.deb ... 2024-09-10T18:50:55.544 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking linux-image-generic (5.4.0.195.193) over (5.4.0.124.125) ... 2024-09-10T18:50:55.898 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package linux-headers-5.4.0-195. 2024-09-10T18:50:55.914 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../5-linux-headers-5.4.0-195_5.4.0-195.215_all.deb ... 2024-09-10T18:50:55.955 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking linux-headers-5.4.0-195 (5.4.0-195.215) ... 2024-09-10T18:50:58.314 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package linux-headers-5.4.0-195-generic. 2024-09-10T18:50:58.337 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../6-linux-headers-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-10T18:50:58.406 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking linux-headers-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-10T18:51:02.209 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.195.193_amd64.deb ... 2024-09-10T18:51:02.331 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking linux-headers-generic (5.4.0.195.193) over (5.4.0.124.125) ... 2024-09-10T18:51:02.452 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package linux-headers-5.4.0-195-generic. 2024-09-10T18:51:02.475 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../6-linux-headers-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-10T18:51:02.534 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking linux-headers-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-10T18:51:02.655 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up linux-modules-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-10T18:51:03.845 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up linux-image-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-10T18:51:04.988 INFO:teuthology.orchestra.run.smithi189.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-195-generic 2024-09-10T18:51:04.988 INFO:teuthology.orchestra.run.smithi189.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-195-generic 2024-09-10T18:51:05.113 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up linux-modules-extra-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-10T18:51:05.259 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.195.193_amd64.deb ... 2024-09-10T18:51:05.394 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking linux-headers-generic (5.4.0.195.193) over (5.4.0.124.125) ... 2024-09-10T18:51:05.746 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up linux-modules-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-10T18:51:06.256 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up linux-headers-5.4.0-195 (5.4.0-195.215) ... 2024-09-10T18:51:07.241 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up linux-image-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-10T18:51:07.358 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up linux-image-generic (5.4.0.195.193) ... 2024-09-10T18:51:07.601 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up linux-headers-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-10T18:51:07.727 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up linux-headers-generic (5.4.0.195.193) ... 2024-09-10T18:51:07.853 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up linux-generic (5.4.0.195.193) ... 2024-09-10T18:51:07.980 INFO:teuthology.orchestra.run.smithi189.stdout:Processing triggers for linux-image-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-10T18:51:08.031 INFO:teuthology.orchestra.run.smithi189.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-10T18:51:08.031 INFO:teuthology.orchestra.run.smithi189.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-195-generic 2024-09-10T18:51:08.420 INFO:teuthology.orchestra.run.smithi155.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-195-generic 2024-09-10T18:51:08.420 INFO:teuthology.orchestra.run.smithi155.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-195-generic 2024-09-10T18:51:08.585 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up linux-modules-extra-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-10T18:51:09.753 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up linux-headers-5.4.0-195 (5.4.0-195.215) ... 2024-09-10T18:51:09.895 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up linux-image-generic (5.4.0.195.193) ... 2024-09-10T18:51:10.030 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up linux-headers-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-10T18:51:10.181 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up linux-headers-generic (5.4.0.195.193) ... 2024-09-10T18:51:10.323 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up linux-generic (5.4.0.195.193) ... 2024-09-10T18:51:10.469 INFO:teuthology.orchestra.run.smithi155.stdout:Processing triggers for linux-image-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-10T18:51:10.539 INFO:teuthology.orchestra.run.smithi155.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-10T18:51:10.539 INFO:teuthology.orchestra.run.smithi155.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-195-generic 2024-09-10T18:51:30.200 INFO:teuthology.orchestra.run.smithi189.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-10T18:51:30.200 INFO:teuthology.orchestra.run.smithi189.stdout:Sourcing file `/etc/default/grub' 2024-09-10T18:51:30.217 INFO:teuthology.orchestra.run.smithi189.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-10T18:51:30.233 INFO:teuthology.orchestra.run.smithi189.stdout:Generating grub configuration file ... 2024-09-10T18:51:30.570 INFO:teuthology.orchestra.run.smithi189.stdout:Found linux image: /boot/vmlinuz-5.4.0-195-generic 2024-09-10T18:51:30.601 INFO:teuthology.orchestra.run.smithi189.stdout:Found initrd image: /boot/initrd.img-5.4.0-195-generic 2024-09-10T18:51:30.999 INFO:teuthology.orchestra.run.smithi189.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-09-10T18:51:31.010 INFO:teuthology.orchestra.run.smithi189.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-09-10T18:51:32.901 INFO:teuthology.orchestra.run.smithi155.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-10T18:51:32.901 INFO:teuthology.orchestra.run.smithi155.stdout:Sourcing file `/etc/default/grub' 2024-09-10T18:51:32.917 INFO:teuthology.orchestra.run.smithi155.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-10T18:51:32.940 INFO:teuthology.orchestra.run.smithi155.stdout:Generating grub configuration file ... 2024-09-10T18:51:33.010 INFO:teuthology.orchestra.run.smithi189.stdout:done 2024-09-10T18:51:33.284 INFO:teuthology.orchestra.run.smithi155.stdout:Found linux image: /boot/vmlinuz-5.4.0-195-generic 2024-09-10T18:51:33.305 INFO:teuthology.orchestra.run.smithi155.stdout:Found initrd image: /boot/initrd.img-5.4.0-195-generic 2024-09-10T18:51:33.408 DEBUG:teuthology.orchestra.run.smithi189:> dpkg -s linux-image-generic 2024-09-10T18:51:33.466 INFO:teuthology.orchestra.run.smithi189.stdout:Package: linux-image-generic 2024-09-10T18:51:33.467 INFO:teuthology.orchestra.run.smithi189.stdout:Status: install ok installed 2024-09-10T18:51:33.467 INFO:teuthology.orchestra.run.smithi189.stdout:Priority: optional 2024-09-10T18:51:33.467 INFO:teuthology.orchestra.run.smithi189.stdout:Section: kernel 2024-09-10T18:51:33.467 INFO:teuthology.orchestra.run.smithi189.stdout:Installed-Size: 20 2024-09-10T18:51:33.467 INFO:teuthology.orchestra.run.smithi189.stdout:Maintainer: Ubuntu Kernel Team 2024-09-10T18:51:33.467 INFO:teuthology.orchestra.run.smithi189.stdout:Architecture: amd64 2024-09-10T18:51:33.467 INFO:teuthology.orchestra.run.smithi189.stdout:Source: linux-meta 2024-09-10T18:51:33.467 INFO:teuthology.orchestra.run.smithi189.stdout:Version: 5.4.0.195.193 2024-09-10T18:51:33.467 INFO:teuthology.orchestra.run.smithi189.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-10T18:51:33.467 INFO:teuthology.orchestra.run.smithi189.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-10T18:51:33.468 INFO:teuthology.orchestra.run.smithi189.stdout:Recommends: thermald 2024-09-10T18:51:33.468 INFO:teuthology.orchestra.run.smithi189.stdout:Description: Generic Linux kernel image 2024-09-10T18:51:33.468 INFO:teuthology.orchestra.run.smithi189.stdout: This package will always depend on the latest generic kernel image 2024-09-10T18:51:33.468 INFO:teuthology.orchestra.run.smithi189.stdout: available. 2024-09-10T18:51:33.468 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-195-generic 2024-09-10T18:51:33.468 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-10T18:51:33.468 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-10T18:51:33.468 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2024-09-10T18:51:33.469 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi189.front.sepia.ceph.com, path=None, version=distro) 2024-09-10T18:51:33.469 DEBUG:teuthology.orchestra.run.smithi189:> sudo apt-get clean 2024-09-10T18:51:33.551 DEBUG:teuthology.orchestra.run.smithi189:> sudo apt-get update 2024-09-10T18:51:33.685 INFO:teuthology.orchestra.run.smithi189.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-09-10T18:51:33.691 INFO:teuthology.orchestra.run.smithi189.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-09-10T18:51:33.706 INFO:teuthology.orchestra.run.smithi155.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-09-10T18:51:33.708 INFO:teuthology.orchestra.run.smithi189.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-09-10T18:51:33.718 INFO:teuthology.orchestra.run.smithi155.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-09-10T18:51:33.802 INFO:teuthology.orchestra.run.smithi189.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-09-10T18:51:35.551 INFO:teuthology.orchestra.run.smithi189.stdout:Reading package lists... 2024-09-10T18:51:35.577 DEBUG:teuthology.orchestra.run.smithi189:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-10T18:51:35.647 INFO:teuthology.orchestra.run.smithi189.stdout:Reading package lists... 2024-09-10T18:51:35.798 INFO:teuthology.orchestra.run.smithi155.stdout:done 2024-09-10T18:51:35.866 INFO:teuthology.orchestra.run.smithi189.stdout:Building dependency tree... 2024-09-10T18:51:35.866 INFO:teuthology.orchestra.run.smithi189.stdout:Reading state information... 2024-09-10T18:51:36.110 INFO:teuthology.orchestra.run.smithi189.stdout:linux-image-generic is already the newest version (5.4.0.195.193). 2024-09-10T18:51:36.111 INFO:teuthology.orchestra.run.smithi189.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-09-10T18:51:36.112 DEBUG:teuthology.orchestra.run.smithi189:> dpkg -s linux-image-generic 2024-09-10T18:51:36.132 INFO:teuthology.orchestra.run.smithi189.stdout:Package: linux-image-generic 2024-09-10T18:51:36.132 INFO:teuthology.orchestra.run.smithi189.stdout:Status: install ok installed 2024-09-10T18:51:36.132 INFO:teuthology.orchestra.run.smithi189.stdout:Priority: optional 2024-09-10T18:51:36.132 INFO:teuthology.orchestra.run.smithi189.stdout:Section: kernel 2024-09-10T18:51:36.132 INFO:teuthology.orchestra.run.smithi189.stdout:Installed-Size: 20 2024-09-10T18:51:36.133 INFO:teuthology.orchestra.run.smithi189.stdout:Maintainer: Ubuntu Kernel Team 2024-09-10T18:51:36.133 INFO:teuthology.orchestra.run.smithi189.stdout:Architecture: amd64 2024-09-10T18:51:36.133 INFO:teuthology.orchestra.run.smithi189.stdout:Source: linux-meta 2024-09-10T18:51:36.133 INFO:teuthology.orchestra.run.smithi189.stdout:Version: 5.4.0.195.193 2024-09-10T18:51:36.133 INFO:teuthology.orchestra.run.smithi189.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-10T18:51:36.133 INFO:teuthology.orchestra.run.smithi189.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-10T18:51:36.133 INFO:teuthology.orchestra.run.smithi189.stdout:Recommends: thermald 2024-09-10T18:51:36.133 INFO:teuthology.orchestra.run.smithi189.stdout:Description: Generic Linux kernel image 2024-09-10T18:51:36.133 INFO:teuthology.orchestra.run.smithi189.stdout: This package will always depend on the latest generic kernel image 2024-09-10T18:51:36.133 INFO:teuthology.orchestra.run.smithi189.stdout: available. 2024-09-10T18:51:36.134 DEBUG:teuthology.orchestra.run.smithi189:> mktemp 2024-09-10T18:51:36.138 INFO:teuthology.orchestra.run.smithi189.stdout:/tmp/tmp.Ke88as0LQy 2024-09-10T18:51:36.139 DEBUG:teuthology.orchestra.run.smithi189:> sudo cp /boot/grub/grub.cfg /tmp/tmp.Ke88as0LQy 2024-09-10T18:51:36.154 DEBUG:teuthology.orchestra.run.smithi189:> sudo chmod 0666 /tmp/tmp.Ke88as0LQy 2024-09-10T18:51:36.237 DEBUG:teuthology.orchestra.remote:smithi189:/tmp/tmp.Ke88as0LQy is 9KB 2024-09-10T18:51:36.251 DEBUG:teuthology.orchestra.run.smithi189:> rm -fr /tmp/tmp.Ke88as0LQy 2024-09-10T18:51:36.253 DEBUG:teuthology.orchestra.run.smithi155:> dpkg -s linux-image-generic 2024-09-10T18:51:36.257 DEBUG:teuthology.orchestra.run.smithi189:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-10T18:51:36.303 INFO:teuthology.orchestra.run.smithi155.stdout:Package: linux-image-generic 2024-09-10T18:51:36.304 INFO:teuthology.orchestra.run.smithi155.stdout:Status: install ok installed 2024-09-10T18:51:36.304 INFO:teuthology.orchestra.run.smithi155.stdout:Priority: optional 2024-09-10T18:51:36.304 INFO:teuthology.orchestra.run.smithi155.stdout:Section: kernel 2024-09-10T18:51:36.304 INFO:teuthology.orchestra.run.smithi155.stdout:Installed-Size: 20 2024-09-10T18:51:36.304 INFO:teuthology.orchestra.run.smithi155.stdout:Maintainer: Ubuntu Kernel Team 2024-09-10T18:51:36.304 INFO:teuthology.orchestra.run.smithi155.stdout:Architecture: amd64 2024-09-10T18:51:36.304 INFO:teuthology.orchestra.run.smithi155.stdout:Source: linux-meta 2024-09-10T18:51:36.304 INFO:teuthology.orchestra.run.smithi155.stdout:Version: 5.4.0.195.193 2024-09-10T18:51:36.304 INFO:teuthology.orchestra.run.smithi155.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-10T18:51:36.304 INFO:teuthology.orchestra.run.smithi155.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-10T18:51:36.304 INFO:teuthology.orchestra.run.smithi155.stdout:Recommends: thermald 2024-09-10T18:51:36.304 INFO:teuthology.orchestra.run.smithi155.stdout:Description: Generic Linux kernel image 2024-09-10T18:51:36.305 INFO:teuthology.orchestra.run.smithi155.stdout: This package will always depend on the latest generic kernel image 2024-09-10T18:51:36.305 INFO:teuthology.orchestra.run.smithi155.stdout: available. 2024-09-10T18:51:36.305 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-195-generic 2024-09-10T18:51:36.305 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-10T18:51:36.305 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-10T18:51:36.305 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2024-09-10T18:51:36.305 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi155.front.sepia.ceph.com, path=None, version=distro) 2024-09-10T18:51:36.305 DEBUG:teuthology.orchestra.run.smithi155:> sudo apt-get clean 2024-09-10T18:51:36.315 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-09-10T18:51:36.315 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-10T18:51:36.315 DEBUG:teuthology.orchestra.run.smithi189:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-10T18:51:36.341 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-195-generic 2024-09-10T18:51:36.341 DEBUG:teuthology.orchestra.run.smithi189:> sudo update-grub 2024-09-10T18:51:36.385 DEBUG:teuthology.orchestra.run.smithi155:> sudo apt-get update 2024-09-10T18:51:36.516 INFO:teuthology.orchestra.run.smithi155.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-09-10T18:51:36.635 INFO:teuthology.orchestra.run.smithi155.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-09-10T18:51:36.717 INFO:teuthology.orchestra.run.smithi155.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-09-10T18:51:36.799 INFO:teuthology.orchestra.run.smithi155.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-09-10T18:51:37.636 INFO:teuthology.orchestra.run.smithi189.stderr:Sourcing file `/etc/default/grub' 2024-09-10T18:51:37.640 INFO:teuthology.orchestra.run.smithi189.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-10T18:51:37.653 INFO:teuthology.orchestra.run.smithi189.stderr:Generating grub configuration file ... 2024-09-10T18:51:37.916 INFO:teuthology.orchestra.run.smithi189.stderr:Found linux image: /boot/vmlinuz-5.4.0-195-generic 2024-09-10T18:51:37.927 INFO:teuthology.orchestra.run.smithi189.stderr:Found initrd image: /boot/initrd.img-5.4.0-195-generic 2024-09-10T18:51:38.281 INFO:teuthology.orchestra.run.smithi189.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-09-10T18:51:38.292 INFO:teuthology.orchestra.run.smithi189.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-09-10T18:51:38.369 INFO:teuthology.orchestra.run.smithi155.stdout:Reading package lists... 2024-09-10T18:51:38.396 DEBUG:teuthology.orchestra.run.smithi155:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-10T18:51:38.467 INFO:teuthology.orchestra.run.smithi155.stdout:Reading package lists... 2024-09-10T18:51:38.661 INFO:teuthology.orchestra.run.smithi155.stdout:Building dependency tree... 2024-09-10T18:51:38.662 INFO:teuthology.orchestra.run.smithi155.stdout:Reading state information... 2024-09-10T18:51:38.895 INFO:teuthology.orchestra.run.smithi155.stdout:linux-image-generic is already the newest version (5.4.0.195.193). 2024-09-10T18:51:38.895 INFO:teuthology.orchestra.run.smithi155.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-09-10T18:51:38.897 DEBUG:teuthology.orchestra.run.smithi155:> dpkg -s linux-image-generic 2024-09-10T18:51:38.920 INFO:teuthology.orchestra.run.smithi155.stdout:Package: linux-image-generic 2024-09-10T18:51:38.920 INFO:teuthology.orchestra.run.smithi155.stdout:Status: install ok installed 2024-09-10T18:51:38.920 INFO:teuthology.orchestra.run.smithi155.stdout:Priority: optional 2024-09-10T18:51:38.920 INFO:teuthology.orchestra.run.smithi155.stdout:Section: kernel 2024-09-10T18:51:38.920 INFO:teuthology.orchestra.run.smithi155.stdout:Installed-Size: 20 2024-09-10T18:51:38.920 INFO:teuthology.orchestra.run.smithi155.stdout:Maintainer: Ubuntu Kernel Team 2024-09-10T18:51:38.920 INFO:teuthology.orchestra.run.smithi155.stdout:Architecture: amd64 2024-09-10T18:51:38.920 INFO:teuthology.orchestra.run.smithi155.stdout:Source: linux-meta 2024-09-10T18:51:38.921 INFO:teuthology.orchestra.run.smithi155.stdout:Version: 5.4.0.195.193 2024-09-10T18:51:38.921 INFO:teuthology.orchestra.run.smithi155.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-10T18:51:38.921 INFO:teuthology.orchestra.run.smithi155.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-10T18:51:38.921 INFO:teuthology.orchestra.run.smithi155.stdout:Recommends: thermald 2024-09-10T18:51:38.921 INFO:teuthology.orchestra.run.smithi155.stdout:Description: Generic Linux kernel image 2024-09-10T18:51:38.921 INFO:teuthology.orchestra.run.smithi155.stdout: This package will always depend on the latest generic kernel image 2024-09-10T18:51:38.921 INFO:teuthology.orchestra.run.smithi155.stdout: available. 2024-09-10T18:51:38.921 DEBUG:teuthology.orchestra.run.smithi155:> mktemp 2024-09-10T18:51:38.926 INFO:teuthology.orchestra.run.smithi155.stdout:/tmp/tmp.heyVDjipbj 2024-09-10T18:51:38.926 DEBUG:teuthology.orchestra.run.smithi155:> sudo cp /boot/grub/grub.cfg /tmp/tmp.heyVDjipbj 2024-09-10T18:51:38.985 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod 0666 /tmp/tmp.heyVDjipbj 2024-09-10T18:51:39.023 DEBUG:teuthology.orchestra.remote:smithi155:/tmp/tmp.heyVDjipbj is 9KB 2024-09-10T18:51:39.038 DEBUG:teuthology.orchestra.run.smithi155:> rm -fr /tmp/tmp.heyVDjipbj 2024-09-10T18:51:39.045 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-10T18:51:39.101 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-09-10T18:51:39.101 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-10T18:51:39.101 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-10T18:51:39.133 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-195-generic 2024-09-10T18:51:39.134 DEBUG:teuthology.orchestra.run.smithi155:> sudo update-grub 2024-09-10T18:51:39.211 INFO:teuthology.orchestra.run.smithi189.stderr:done 2024-09-10T18:51:39.213 DEBUG:teuthology.orchestra.run.smithi189:> sudo shutdown -r now 2024-09-10T18:51:40.547 INFO:teuthology.orchestra.run.smithi155.stderr:Sourcing file `/etc/default/grub' 2024-09-10T18:51:40.557 INFO:teuthology.orchestra.run.smithi155.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-10T18:51:40.575 INFO:teuthology.orchestra.run.smithi155.stderr:Generating grub configuration file ... 2024-09-10T18:51:40.802 INFO:teuthology.orchestra.run.smithi155.stderr:Found linux image: /boot/vmlinuz-5.4.0-195-generic 2024-09-10T18:51:40.814 INFO:teuthology.orchestra.run.smithi155.stderr:Found initrd image: /boot/initrd.img-5.4.0-195-generic 2024-09-10T18:51:41.187 INFO:teuthology.orchestra.run.smithi155.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-09-10T18:51:41.199 INFO:teuthology.orchestra.run.smithi155.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-09-10T18:51:42.197 INFO:teuthology.orchestra.run.smithi155.stderr:done 2024-09-10T18:51:42.199 DEBUG:teuthology.orchestra.run.smithi155:> sudo shutdown -r now 2024-09-10T18:52:09.241 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2024-09-10T18:52:09.242 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-09-10T18:52:09.243 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:52:12.205 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2024-09-10T18:52:12.205 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-09-10T18:52:12.205 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:52:27.585 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.189 2024-09-10T18:52:30.653 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.155 2024-09-10T18:52:36.588 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-09-10T18:52:36.589 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:52:39.645 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.189 2024-09-10T18:52:39.654 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-09-10T18:52:39.654 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:52:42.721 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.155 2024-09-10T18:52:51.654 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-09-10T18:52:51.655 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:52:54.725 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-09-10T18:52:54.725 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:53:51.692 DEBUG:teuthology.orchestra.remote:timed out 2024-09-10T18:53:54.730 DEBUG:teuthology.orchestra.remote:timed out 2024-09-10T18:54:06.705 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-09-10T18:54:06.706 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:54:06.967 DEBUG:teuthology.orchestra.run.smithi189:> true 2024-09-10T18:54:07.529 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-09-10T18:54:07.530 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.4.0-195-generic"... 2024-09-10T18:54:07.530 DEBUG:teuthology.orchestra.run.smithi189:> uname -r 2024-09-10T18:54:07.577 INFO:teuthology.orchestra.run.smithi189.stdout:5.4.0-195-generic 2024-09-10T18:54:07.578 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-195-generic vs 5.4.0-195-generic 2024-09-10T18:54:07.578 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-10T18:54:07.578 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-10T18:54:08.579 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2024-09-10T18:54:08.579 DEBUG:teuthology.orchestra.run.smithi189:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-10T18:54:08.676 INFO:teuthology.orchestra.run.smithi189.stdout:ttyS1 2024-09-10T18:54:08.697 DEBUG:teuthology.parallel:result is None 2024-09-10T18:54:09.730 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-09-10T18:54:09.731 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:54:09.977 DEBUG:teuthology.orchestra.run.smithi155:> true 2024-09-10T18:54:10.575 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-09-10T18:54:10.575 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.4.0-195-generic"... 2024-09-10T18:54:10.576 DEBUG:teuthology.orchestra.run.smithi155:> uname -r 2024-09-10T18:54:10.582 INFO:teuthology.orchestra.run.smithi155.stdout:5.4.0-195-generic 2024-09-10T18:54:10.583 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-195-generic vs 5.4.0-195-generic 2024-09-10T18:54:10.583 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-10T18:54:10.583 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-10T18:54:11.584 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2024-09-10T18:54:11.584 DEBUG:teuthology.orchestra.run.smithi155:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-10T18:54:11.672 INFO:teuthology.orchestra.run.smithi155.stdout:ttyS1 2024-09-10T18:54:11.699 DEBUG:teuthology.parallel:result is None 2024-09-10T18:54:11.699 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-10T18:54:11.707 INFO:teuthology.task.internal:Creating test directory... 2024-09-10T18:54:11.707 DEBUG:teuthology.orchestra.run.smithi155:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-10T18:54:11.709 DEBUG:teuthology.orchestra.run.smithi189:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-10T18:54:11.716 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-10T18:54:11.742 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-10T18:54:11.776 INFO:teuthology.task.internal:Creating archive directory... 2024-09-10T18:54:11.776 DEBUG:teuthology.orchestra.run.smithi155:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-10T18:54:11.778 DEBUG:teuthology.orchestra.run.smithi189:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-10T18:54:11.804 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-10T18:54:11.811 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-10T18:54:11.811 DEBUG:teuthology.orchestra.run.smithi155:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-10T18:54:11.813 DEBUG:teuthology.orchestra.run.smithi189:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-10T18:54:11.829 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T18:54:11.830 INFO:teuthology.orchestra.run.smithi189.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T18:54:11.839 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T18:54:11.841 INFO:teuthology.orchestra.run.smithi189.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T18:54:11.843 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-10T18:54:11.849 INFO:teuthology.task.internal:Configuring sudo... 2024-09-10T18:54:11.849 DEBUG:teuthology.orchestra.run.smithi155:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-10T18:54:11.882 DEBUG:teuthology.orchestra.run.smithi189:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-10T18:54:11.899 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-10T18:54:11.909 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-10T18:54:11.909 DEBUG:teuthology.orchestra.run.smithi155:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-10T18:54:11.911 DEBUG:teuthology.orchestra.run.smithi189:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-10T18:54:11.949 DEBUG:teuthology.orchestra.run.smithi155:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T18:54:11.956 DEBUG:teuthology.orchestra.run.smithi155:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T18:54:12.003 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-09-10T18:54:12.004 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-10T18:54:12.033 DEBUG:teuthology.orchestra.run.smithi189:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T18:54:12.040 DEBUG:teuthology.orchestra.run.smithi189:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T18:54:12.047 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-09-10T18:54:12.048 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-10T18:54:12.117 DEBUG:teuthology.orchestra.run.smithi155:> sudo service rsyslog restart 2024-09-10T18:54:12.119 DEBUG:teuthology.orchestra.run.smithi189:> sudo service rsyslog restart 2024-09-10T18:54:12.171 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-10T18:54:12.179 INFO:teuthology.task.internal:Starting timer... 2024-09-10T18:54:12.179 INFO:teuthology.run_tasks:Running task pcp... 2024-09-10T18:54:12.288 INFO:teuthology.run_tasks:Running task selinux... 2024-09-10T18:54:12.320 DEBUG:teuthology.task.selinux:Excluding smithi155: OS 'ubuntu' does not support SELinux 2024-09-10T18:54:12.320 DEBUG:teuthology.task.selinux:Excluding smithi189: OS 'ubuntu' does not support SELinux 2024-09-10T18:54:12.320 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-10T18:54:12.320 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-09-10T18:54:12.320 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-10T18:54:12.320 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-10T18:54:12.354 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-09-10T18:54:12.357 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-09-10T18:54:12.473 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-10T18:54:12.483 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-09-10T18:54:12.484 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi155.front.sepia.ceph.com,smithi189.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-10T18:59:50.297 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi155.front.sepia.ceph.com'), Remote(name='ubuntu@smithi189.front.sepia.ceph.com')] 2024-09-10T18:59:50.298 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-09-10T18:59:50.300 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:59:50.400 DEBUG:teuthology.orchestra.run.smithi155:> true 2024-09-10T18:59:50.523 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-09-10T18:59:50.523 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-09-10T18:59:50.524 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:59:50.619 DEBUG:teuthology.orchestra.run.smithi189:> true 2024-09-10T18:59:50.750 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-09-10T18:59:50.750 INFO:teuthology.run_tasks:Running task clock... 2024-09-10T18:59:50.762 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-10T18:59:50.763 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-10T18:59:50.763 DEBUG:teuthology.orchestra.run.smithi155:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-10T18:59:50.766 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-10T18:59:50.766 DEBUG:teuthology.orchestra.run.smithi189:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-10T18:59:50.796 INFO:teuthology.orchestra.run.smithi155.stdout:10 Sep 18:59:50 ntpd[13686]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-09-10T18:59:50.796 INFO:teuthology.orchestra.run.smithi155.stdout:10 Sep 18:59:50 ntpd[13686]: Command line: ntpd -gq 2024-09-10T18:59:50.797 INFO:teuthology.orchestra.run.smithi155.stdout:10 Sep 18:59:50 ntpd[13686]: proto: precision = 0.077 usec (-24) 2024-09-10T18:59:50.797 INFO:teuthology.orchestra.run.smithi155.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-10T18:59:50.797 INFO:teuthology.orchestra.run.smithi155.stdout:10 Sep 18:59:50 ntpd[13686]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-10T18:59:50.798 INFO:teuthology.orchestra.run.smithi155.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-10T18:59:50.799 INFO:teuthology.orchestra.run.smithi155.stdout:10 Sep 18:59:50 ntpd[13686]: restrict ::: KOD does nothing without LIMITED. 2024-09-10T18:59:50.799 INFO:teuthology.orchestra.run.smithi155.stdout:10 Sep 18:59:50 ntpd[13686]: Listen and drop on 0 v6wildcard [::]:123 2024-09-10T18:59:50.799 INFO:teuthology.orchestra.run.smithi155.stdout:10 Sep 18:59:50 ntpd[13686]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-10T18:59:50.799 INFO:teuthology.orchestra.run.smithi155.stdout:10 Sep 18:59:50 ntpd[13686]: Listen normally on 2 lo 127.0.0.1:123 2024-09-10T18:59:50.799 INFO:teuthology.orchestra.run.smithi155.stdout:10 Sep 18:59:50 ntpd[13686]: Listen normally on 3 enp3s0f1 172.21.15.155:123 2024-09-10T18:59:50.799 INFO:teuthology.orchestra.run.smithi155.stdout:10 Sep 18:59:50 ntpd[13686]: Listen normally on 4 lo [::1]:123 2024-09-10T18:59:50.799 INFO:teuthology.orchestra.run.smithi155.stdout:10 Sep 18:59:50 ntpd[13686]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6ded%5]:123 2024-09-10T18:59:50.799 INFO:teuthology.orchestra.run.smithi155.stdout:10 Sep 18:59:50 ntpd[13686]: Listening on routing socket on fd #22 for interface updates 2024-09-10T18:59:50.800 INFO:teuthology.orchestra.run.smithi189.stdout:10 Sep 18:59:50 ntpd[13692]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-09-10T18:59:50.800 INFO:teuthology.orchestra.run.smithi189.stdout:10 Sep 18:59:50 ntpd[13692]: Command line: ntpd -gq 2024-09-10T18:59:50.800 INFO:teuthology.orchestra.run.smithi189.stdout:10 Sep 18:59:50 ntpd[13692]: proto: precision = 0.148 usec (-23) 2024-09-10T18:59:50.800 INFO:teuthology.orchestra.run.smithi189.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-10T18:59:50.801 INFO:teuthology.orchestra.run.smithi189.stdout:10 Sep 18:59:50 ntpd[13692]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-10T18:59:50.801 INFO:teuthology.orchestra.run.smithi189.stdout:10 Sep 18:59:50 ntpd[13692]: restrict ::: KOD does nothing without LIMITED. 2024-09-10T18:59:50.801 INFO:teuthology.orchestra.run.smithi189.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-10T18:59:50.802 INFO:teuthology.orchestra.run.smithi189.stdout:10 Sep 18:59:50 ntpd[13692]: Listen and drop on 0 v6wildcard [::]:123 2024-09-10T18:59:50.802 INFO:teuthology.orchestra.run.smithi189.stdout:10 Sep 18:59:50 ntpd[13692]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-10T18:59:50.802 INFO:teuthology.orchestra.run.smithi189.stdout:10 Sep 18:59:50 ntpd[13692]: Listen normally on 2 lo 127.0.0.1:123 2024-09-10T18:59:50.802 INFO:teuthology.orchestra.run.smithi189.stdout:10 Sep 18:59:50 ntpd[13692]: Listen normally on 3 enp3s0f1 172.21.15.189:123 2024-09-10T18:59:50.802 INFO:teuthology.orchestra.run.smithi189.stdout:10 Sep 18:59:50 ntpd[13692]: Listen normally on 4 lo [::1]:123 2024-09-10T18:59:50.802 INFO:teuthology.orchestra.run.smithi189.stdout:10 Sep 18:59:50 ntpd[13692]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6df1%5]:123 2024-09-10T18:59:50.803 INFO:teuthology.orchestra.run.smithi189.stdout:10 Sep 18:59:50 ntpd[13692]: Listening on routing socket on fd #22 for interface updates 2024-09-10T18:59:51.797 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:51 ntpd[13686]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:59:51.797 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:51 ntpd[13686]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:59:51.797 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:51 ntpd[13686]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:59:51.797 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:51 ntpd[13686]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:59:51.797 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:51 ntpd[13686]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T18:59:51.797 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:51 ntpd[13686]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T18:59:51.798 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:51 ntpd[13692]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:59:51.798 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:51 ntpd[13692]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:59:52.798 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:52 ntpd[13692]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:59:52.798 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:52 ntpd[13692]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:59:52.798 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:52 ntpd[13692]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:59:52.798 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:52 ntpd[13692]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:59:52.798 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:52 ntpd[13692]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T18:59:52.799 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:52 ntpd[13692]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T18:59:53.797 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:53 ntpd[13686]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:59:53.797 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:53 ntpd[13686]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:59:53.797 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:53 ntpd[13686]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:59:53.797 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:53 ntpd[13686]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:59:53.797 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:53 ntpd[13686]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T18:59:53.797 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:53 ntpd[13686]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T18:59:53.799 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:53 ntpd[13692]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:59:53.799 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:53 ntpd[13692]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:59:53.799 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:53 ntpd[13692]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:59:53.799 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:53 ntpd[13692]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:59:53.799 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:53 ntpd[13692]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:59:53.799 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:53 ntpd[13692]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:59:53.799 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:53 ntpd[13692]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T18:59:53.800 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:53 ntpd[13692]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T18:59:53.800 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:53 ntpd[13692]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:59:53.800 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:53 ntpd[13692]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:59:53.800 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:53 ntpd[13692]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T18:59:53.800 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:53 ntpd[13692]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T18:59:54.797 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:54 ntpd[13686]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:59:54.797 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:54 ntpd[13686]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:59:54.797 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:54 ntpd[13686]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:59:54.797 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:54 ntpd[13686]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:59:54.797 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:54 ntpd[13686]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:59:54.798 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:54 ntpd[13686]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:59:54.798 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:54 ntpd[13686]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T18:59:54.798 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:54 ntpd[13686]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T18:59:54.798 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:54 ntpd[13692]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:59:54.799 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:54 ntpd[13692]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:59:54.799 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:54 ntpd[13692]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:59:54.799 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:54 ntpd[13692]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:59:54.799 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:54 ntpd[13692]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T18:59:54.799 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:54 ntpd[13692]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T18:59:55.797 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:55 ntpd[13686]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:59:55.797 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:55 ntpd[13686]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:59:55.797 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:55 ntpd[13686]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:59:55.798 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:55 ntpd[13686]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:59:55.798 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:55 ntpd[13686]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:59:55.798 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:55 ntpd[13686]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:59:55.798 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:55 ntpd[13686]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T18:59:55.798 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:55 ntpd[13686]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T18:59:55.798 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:55 ntpd[13686]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:59:55.798 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:55 ntpd[13686]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:59:55.798 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:55 ntpd[13686]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T18:59:55.798 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:55 ntpd[13686]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T18:59:55.800 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:55 ntpd[13692]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:59:55.800 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:55 ntpd[13692]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:59:55.800 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:55 ntpd[13692]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:59:55.800 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:55 ntpd[13692]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:59:55.800 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:55 ntpd[13692]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:59:55.800 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:55 ntpd[13692]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:59:55.800 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:55 ntpd[13692]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T18:59:55.800 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:55 ntpd[13692]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T18:59:55.800 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:55 ntpd[13692]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:59:55.800 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:55 ntpd[13692]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:59:55.800 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:55 ntpd[13692]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T18:59:55.800 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:55 ntpd[13692]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T18:59:56.797 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:56 ntpd[13686]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:59:56.797 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:56 ntpd[13686]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:59:56.797 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:56 ntpd[13686]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:59:56.798 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:56 ntpd[13686]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:59:56.798 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:56 ntpd[13686]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T18:59:56.798 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:56 ntpd[13686]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T18:59:56.798 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:56 ntpd[13692]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:59:56.799 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:56 ntpd[13692]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:59:56.799 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:56 ntpd[13692]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:59:56.799 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:56 ntpd[13692]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:59:56.799 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:56 ntpd[13692]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T18:59:56.799 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:56 ntpd[13692]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T18:59:57.797 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:57 ntpd[13686]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:59:57.798 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:57 ntpd[13686]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:59:57.798 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:57 ntpd[13686]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:59:57.798 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:57 ntpd[13686]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:59:57.798 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:57 ntpd[13686]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:59:57.798 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:57 ntpd[13686]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:59:57.798 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:57 ntpd[13686]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T18:59:57.798 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:57 ntpd[13686]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T18:59:57.799 INFO:teuthology.orchestra.run.smithi155.stdout:10 Sep 18:59:57 ntpd[13686]: ntpd: time slew +0.002632 s 2024-09-10T18:59:57.799 INFO:teuthology.orchestra.run.smithi155.stdout:ntpd: time slew +0.002632s 2024-09-10T18:59:57.799 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:57 ntpd[13686]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-10T18:59:57.799 INFO:teuthology.orchestra.run.smithi155.stderr:10 Sep 18:59:57 ntpd[13686]: can't open /var/log/ntpstats/loopstats.20240910: Permission denied 2024-09-10T18:59:57.801 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:57 ntpd[13692]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:59:57.801 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:57 ntpd[13692]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:59:57.801 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:57 ntpd[13692]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:59:57.801 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:57 ntpd[13692]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:59:57.801 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:57 ntpd[13692]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:59:57.801 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:57 ntpd[13692]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:59:57.801 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:57 ntpd[13692]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T18:59:57.802 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:57 ntpd[13692]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T18:59:57.802 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:57 ntpd[13692]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:59:57.802 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:57 ntpd[13692]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:59:57.802 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:57 ntpd[13692]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T18:59:57.802 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:57 ntpd[13692]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T18:59:57.891 INFO:teuthology.orchestra.run.smithi155.stdout: remote refid st t when poll reach delay offset jitter 2024-09-10T18:59:57.892 INFO:teuthology.orchestra.run.smithi155.stdout:============================================================================== 2024-09-10T18:59:57.892 INFO:teuthology.orchestra.run.smithi155.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-10T18:59:57.892 INFO:teuthology.orchestra.run.smithi155.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-10T18:59:57.892 INFO:teuthology.orchestra.run.smithi155.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-10T18:59:57.892 INFO:teuthology.orchestra.run.smithi155.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-10T18:59:58.798 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:58 ntpd[13692]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:59:58.798 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:58 ntpd[13692]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:59:58.798 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:58 ntpd[13692]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:59:58.798 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:58 ntpd[13692]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:59:58.798 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:58 ntpd[13692]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T18:59:58.798 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:58 ntpd[13692]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T18:59:58.799 INFO:teuthology.orchestra.run.smithi189.stdout:10 Sep 18:59:58 ntpd[13692]: ntpd: time slew -0.000733 s 2024-09-10T18:59:58.799 INFO:teuthology.orchestra.run.smithi189.stdout:ntpd: time slew -0.000733s 2024-09-10T18:59:58.799 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:58 ntpd[13692]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-10T18:59:58.799 INFO:teuthology.orchestra.run.smithi189.stderr:10 Sep 18:59:58 ntpd[13692]: can't open /var/log/ntpstats/loopstats.20240910: Permission denied 2024-09-10T18:59:58.872 INFO:teuthology.orchestra.run.smithi189.stdout: remote refid st t when poll reach delay offset jitter 2024-09-10T18:59:58.872 INFO:teuthology.orchestra.run.smithi189.stdout:============================================================================== 2024-09-10T18:59:58.872 INFO:teuthology.orchestra.run.smithi189.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-10T18:59:58.873 INFO:teuthology.orchestra.run.smithi189.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-10T18:59:58.873 INFO:teuthology.orchestra.run.smithi189.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-10T18:59:58.873 INFO:teuthology.orchestra.run.smithi189.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-10T18:59:58.873 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-10T18:59:58.960 INFO:tasks.cephadm:Config: {'add_mons_via_daemon_add': True, 'allow_ptrace': False, 'avoid_pacific_features': True, 'cephadm_branch': 'v15.2.0', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'docker.io/ceph/ceph:v15.2.0', 'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '5be57395ea235535910512ae73ba8e7ff25fe588'} 2024-09-10T18:59:58.960 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v15.2.0 2024-09-10T18:59:58.961 INFO:tasks.cephadm:Cluster fsid is e044737e-6fa6-11ef-bcea-c7b262605968 2024-09-10T18:59:58.961 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-10T18:59:58.961 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.155', 'mon.c': '[v2:172.21.15.155:3301,v1:172.21.15.155:6790]', 'mon.b': '172.21.15.189'} 2024-09-10T18:59:58.961 INFO:tasks.cephadm:First mon is mon.a on smithi155 2024-09-10T18:59:58.961 INFO:tasks.cephadm:First mgr is y 2024-09-10T18:59:58.961 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-10T18:59:58.962 DEBUG:teuthology.orchestra.run.smithi155:> sudo hostname $(hostname -s) 2024-09-10T18:59:58.979 DEBUG:teuthology.orchestra.run.smithi189:> sudo hostname $(hostname -s) 2024-09-10T18:59:58.995 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v15.2.0)... 2024-09-10T18:59:58.995 DEBUG:teuthology.orchestra.run.smithi155:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v15.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-10T18:59:59.253 INFO:teuthology.orchestra.run.smithi155.stdout:-rw-rw-r-- 1 ubuntu ubuntu 151122 Sep 10 18:59 /home/ubuntu/cephtest/cephadm 2024-09-10T18:59:59.254 DEBUG:teuthology.orchestra.run.smithi189:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v15.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-10T18:59:59.485 INFO:teuthology.orchestra.run.smithi189.stdout:-rw-rw-r-- 1 ubuntu ubuntu 151122 Sep 10 18:59 /home/ubuntu/cephtest/cephadm 2024-09-10T18:59:59.486 DEBUG:teuthology.orchestra.run.smithi155:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-10T18:59:59.494 DEBUG:teuthology.orchestra.run.smithi189:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-10T18:59:59.512 INFO:tasks.cephadm:Pulling image docker.io/ceph/ceph:v15.2.0 on all hosts... 2024-09-10T18:59:59.512 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 pull 2024-09-10T18:59:59.538 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 pull 2024-09-10T18:59:59.651 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Pulling latest docker.io/ceph/ceph:v15.2.0... 2024-09-10T18:59:59.673 INFO:teuthology.orchestra.run.smithi189.stderr:INFO:cephadm:Pulling latest docker.io/ceph/ceph:v15.2.0... 2024-09-10T19:00:34.732 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:00:34.733 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph_version": "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)", 2024-09-10T19:00:34.733 INFO:teuthology.orchestra.run.smithi155.stdout: "image_id": "204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1" 2024-09-10T19:00:34.733 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:00:36.269 INFO:teuthology.orchestra.run.smithi189.stdout:{ 2024-09-10T19:00:36.269 INFO:teuthology.orchestra.run.smithi189.stdout: "ceph_version": "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)", 2024-09-10T19:00:36.269 INFO:teuthology.orchestra.run.smithi189.stdout: "image_id": "204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1" 2024-09-10T19:00:36.269 INFO:teuthology.orchestra.run.smithi189.stdout:} 2024-09-10T19:00:36.286 DEBUG:teuthology.orchestra.run.smithi155:> sudo mkdir -p /etc/ceph 2024-09-10T19:00:36.302 DEBUG:teuthology.orchestra.run.smithi189:> sudo mkdir -p /etc/ceph 2024-09-10T19:00:36.317 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod 777 /etc/ceph 2024-09-10T19:00:36.331 DEBUG:teuthology.orchestra.run.smithi189:> sudo chmod 777 /etc/ceph 2024-09-10T19:00:36.343 INFO:tasks.cephadm:Writing seed config... 2024-09-10T19:00:36.344 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-09-10T19:00:36.344 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-10T19:00:36.345 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-10T19:00:36.345 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-09-10T19:00:36.345 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-10T19:00:36.345 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-10T19:00:36.345 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-10T19:00:36.345 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-10T19:00:36.345 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-10T19:00:36.345 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-09-10T19:00:36.346 DEBUG:teuthology.orchestra.run.smithi155:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-10T19:00:36.381 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 = e044737e-6fa6-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-10T19:00:36.382 DEBUG:teuthology.orchestra.run.smithi155:mon.a> sudo journalctl -f -n 0 -u ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mon.a.service 2024-09-10T19:00:36.384 DEBUG:teuthology.orchestra.run.smithi155:mgr.y> sudo journalctl -f -n 0 -u ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mgr.y.service 2024-09-10T19:00:36.386 INFO:tasks.cephadm:Bootstrapping... 2024-09-10T19:00:36.387 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 -v bootstrap --fsid e044737e-6fa6-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.155 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-10T19:00:36.543 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Could not locate podman: podman not found 2024-09-10T19:00:36.543 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Verifying podman|docker is present... 2024-09-10T19:00:36.544 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Verifying lvm2 is present... 2024-09-10T19:00:36.544 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Verifying time synchronization is in place... 2024-09-10T19:00:36.544 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chrony.service 2024-09-10T19:00:36.550 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-10T19:00:36.550 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: systemctl is-active chrony.service 2024-09-10T19:00:36.557 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-09-10T19:00:36.557 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chronyd.service 2024-09-10T19:00:36.563 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-10T19:00:36.563 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: systemctl is-active chronyd.service 2024-09-10T19:00:36.568 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-09-10T19:00:36.568 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: systemctl is-enabled systemd-timesyncd.service 2024-09-10T19:00:36.573 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:systemctl:stdout masked 2024-09-10T19:00:36.573 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: systemctl is-active systemd-timesyncd.service 2024-09-10T19:00:36.578 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-09-10T19:00:36.579 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: systemctl is-enabled ntpd.service 2024-09-10T19:00:36.584 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-10T19:00:36.584 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: systemctl is-active ntpd.service 2024-09-10T19:00:36.589 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-09-10T19:00:36.590 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: systemctl is-enabled ntp.service 2024-09-10T19:00:36.596 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:systemctl:stdout enabled 2024-09-10T19:00:36.596 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: systemctl is-active ntp.service 2024-09-10T19:00:36.602 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:systemctl:stdout active 2024-09-10T19:00:36.603 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Unit ntp.service is enabled and running 2024-09-10T19:00:36.603 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Repeating the final host check... 2024-09-10T19:00:36.603 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:podman|docker (/usr/bin/docker) is present 2024-09-10T19:00:36.603 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:systemctl is present 2024-09-10T19:00:36.603 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:lvcreate is present 2024-09-10T19:00:36.604 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chrony.service 2024-09-10T19:00:36.609 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-10T19:00:36.609 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: systemctl is-active chrony.service 2024-09-10T19:00:36.615 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-09-10T19:00:36.615 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chronyd.service 2024-09-10T19:00:36.621 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-10T19:00:36.622 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: systemctl is-active chronyd.service 2024-09-10T19:00:36.628 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-09-10T19:00:36.628 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: systemctl is-enabled systemd-timesyncd.service 2024-09-10T19:00:36.634 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:systemctl:stdout masked 2024-09-10T19:00:36.634 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: systemctl is-active systemd-timesyncd.service 2024-09-10T19:00:36.640 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-09-10T19:00:36.640 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: systemctl is-enabled ntpd.service 2024-09-10T19:00:36.646 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-10T19:00:36.646 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: systemctl is-active ntpd.service 2024-09-10T19:00:36.651 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-09-10T19:00:36.652 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: systemctl is-enabled ntp.service 2024-09-10T19:00:36.659 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:systemctl:stdout enabled 2024-09-10T19:00:36.659 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: systemctl is-active ntp.service 2024-09-10T19:00:36.666 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:systemctl:stdout active 2024-09-10T19:00:36.666 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Unit ntp.service is enabled and running 2024-09-10T19:00:36.666 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Host looks OK 2024-09-10T19:00:36.666 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:root:Cluster fsid: e044737e-6fa6-11ef-bcea-c7b262605968 2024-09-10T19:00:36.667 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Acquiring lock 140050773604528 on /run/cephadm/e044737e-6fa6-11ef-bcea-c7b262605968.lock 2024-09-10T19:00:36.667 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Lock 140050773604528 acquired on /run/cephadm/e044737e-6fa6-11ef-bcea-c7b262605968.lock 2024-09-10T19:00:36.668 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Verifying IP 172.21.15.155 port 3300 ... 2024-09-10T19:00:36.668 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Verifying IP 172.21.15.155 port 6789 ... 2024-09-10T19:00:36.668 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Base mon IP is 172.21.15.155, final addrv is [v2:172.21.15.155:3300,v1:172.21.15.155:6789] 2024-09-10T19:00:36.668 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: /usr/sbin/ip route ls 2024-09-10T19:00:36.671 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/sbin/ip:stdout default via 172.21.15.254 dev enp3s0f1 2024-09-10T19:00:36.672 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/sbin/ip:stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.155 metric 100 2024-09-10T19:00:36.672 INFO:teuthology.orchestra.run.smithi155.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-10T19:00:36.672 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/sbin/ip:stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.155 2024-09-10T19:00:36.672 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/sbin/ip:stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.155 metric 100 2024-09-10T19:00:36.672 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Mon IP 172.21.15.155 is in CIDR network 172.21.0.0/20 2024-09-10T19:00:36.674 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Pulling latest docker.io/ceph/ceph:v15.2.0 container... 2024-09-10T19:00:36.674 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: /usr/bin/docker pull docker.io/ceph/ceph:v15.2.0 2024-09-10T19:00:36.859 INFO:journalctl@ceph.mgr.y.smithi155.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-10T19:00:36.915 INFO:journalctl@ceph.mon.a.smithi155.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-10T19:00:40.077 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/docker:stdout v15.2.0: Pulling from ceph/ceph 2024-09-10T19:00:40.173 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/docker:stdout Digest: sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60 2024-09-10T19:00:40.173 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/docker:stdout Status: Image is up to date for ceph/ceph:v15.2.0 2024-09-10T19:00:40.206 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/docker:stdout docker.io/ceph/ceph:v15.2.0 2024-09-10T19:00:40.208 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Extracting ceph user uid/gid from container image... 2024-09-10T19:00:40.208 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi155', '--entrypoint', 'stat', 'docker.io/ceph/ceph:v15.2.0', '-c', '%u %g', '/var/lib/ceph'] 2024-09-10T19:00:40.208 INFO:teuthology.orchestra.run.smithi155.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=smithi155 --entrypoint stat docker.io/ceph/ceph:v15.2.0 -c %u %g /var/lib/ceph 2024-09-10T19:00:41.334 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:stat:stdout 167 167 2024-09-10T19:00:42.022 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Creating initial keys... 2024-09-10T19:00:42.022 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi155', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2024-09-10T19:00:42.022 INFO:teuthology.orchestra.run.smithi155.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=smithi155 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2024-09-10T19:00:42.951 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQBal+Bm9DqtOBAAW+FSWYGl1ukslNJcR61/Tw== 2024-09-10T19:00:43.570 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi155', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2024-09-10T19:00:43.570 INFO:teuthology.orchestra.run.smithi155.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=smithi155 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2024-09-10T19:00:44.497 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQBcl+BmopapHRAA+W3ZFBEiIFEQvG6YVLYgKg== 2024-09-10T19:00:45.077 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi155', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2024-09-10T19:00:45.077 INFO:teuthology.orchestra.run.smithi155.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=smithi155 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2024-09-10T19:00:46.053 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQBel+Bm/4IsAxAA+JL+/izKJfI+QhbjLDTH2A== 2024-09-10T19:00:46.643 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Creating initial monmap... 2024-09-10T19:00:46.643 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi155', '-v', '/tmp/ceph-tmpyy2z1qo2:/tmp/monmap:z', '--entrypoint', '/usr/bin/monmaptool', 'docker.io/ceph/ceph:v15.2.0', '--create', '--clobber', '--fsid', 'e044737e-6fa6-11ef-bcea-c7b262605968', '--addv', 'a', '[v2:172.21.15.155:3300,v1:172.21.15.155:6789]', '/tmp/monmap'] 2024-09-10T19:00:46.643 INFO:teuthology.orchestra.run.smithi155.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=smithi155 -v /tmp/ceph-tmpyy2z1qo2:/tmp/monmap:z --entrypoint /usr/bin/monmaptool docker.io/ceph/ceph:v15.2.0 --create --clobber --fsid e044737e-6fa6-11ef-bcea-c7b262605968 --addv a [v2:172.21.15.155:3300,v1:172.21.15.155:6789] /tmp/monmap 2024-09-10T19:00:47.709 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-10T19:00:47.710 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: set fsid to e044737e-6fa6-11ef-bcea-c7b262605968 2024-09-10T19:00:47.710 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-10T19:00:48.306 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Creating mon... 2024-09-10T19:00:48.310 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi155', '-v', '/var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/var/lib/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/mon.a:/var/lib/ceph/mon/ceph-a:z', '-v', '/tmp/ceph-tmplo1xfde8:/tmp/keyring:z', '-v', '/tmp/ceph-tmpyy2z1qo2:/tmp/monmap:z', '--entrypoint', '/usr/bin/ceph-mon', 'docker.io/ceph/ceph:v15.2.0', '--mkfs', '-i', 'a', '--fsid', 'e044737e-6fa6-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-10T19:00:48.310 INFO:teuthology.orchestra.run.smithi155.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=smithi155 -v /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmplo1xfde8:/tmp/keyring:z -v /tmp/ceph-tmpyy2z1qo2:/tmp/monmap:z --entrypoint /usr/bin/ceph-mon docker.io/ceph/ceph:v15.2.0 --mkfs -i a --fsid e044737e-6fa6-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-10T19:00:49.300 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-10T19:00:49.300 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 1 imported monmap: 2024-09-10T19:00:49.300 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr epoch 0 2024-09-10T19:00:49.300 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr fsid e044737e-6fa6-11ef-bcea-c7b262605968 2024-09-10T19:00:49.300 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr last_changed 2024-09-10T19:00:47.709636+0000 2024-09-10T19:00:49.300 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr created 2024-09-10T19:00:47.709636+0000 2024-09-10T19:00:49.300 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr min_mon_release 0 (unknown) 2024-09-10T19:00:49.300 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 0: [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] mon.a 2024-09-10T19:00:49.300 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-10T19:00:49.300 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 0 /usr/bin/ceph-mon: set fsid to e044737e-6fa6-11ef-bcea-c7b262605968 2024-09-10T19:00:49.300 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 0 set rocksdb option compression = kNoCompression 2024-09-10T19:00:49.301 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-10T19:00:49.301 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-10T19:00:49.301 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 0 set rocksdb option compression = kNoCompression 2024-09-10T19:00:49.301 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-10T19:00:49.301 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-10T19:00:49.301 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: RocksDB version: 6.1.2 2024-09-10T19:00:49.301 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-10T19:00:49.301 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-10T19:00:49.301 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Compile date Mar 23 2020 2024-09-10T19:00:49.301 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: DB SUMMARY 2024-09-10T19:00:49.301 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-10T19:00:49.301 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-09-10T19:00:49.301 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-10T19:00:49.301 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-09-10T19:00:49.301 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-10T19:00:49.302 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.error_if_exists: 0 2024-09-10T19:00:49.302 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.create_if_missing: 1 2024-09-10T19:00:49.302 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.paranoid_checks: 1 2024-09-10T19:00:49.302 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.env: 0x558b2312a1a0 2024-09-10T19:00:49.302 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.info_log: 0x558b25157a80 2024-09-10T19:00:49.302 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-10T19:00:49.302 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.statistics: (nil) 2024-09-10T19:00:49.302 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.use_fsync: 0 2024-09-10T19:00:49.302 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.max_log_file_size: 0 2024-09-10T19:00:49.302 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T19:00:49.302 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T19:00:49.302 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-10T19:00:49.302 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-10T19:00:49.302 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.allow_fallocate: 1 2024-09-10T19:00:49.303 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-10T19:00:49.309 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-10T19:00:49.309 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.use_direct_reads: 0 2024-09-10T19:00:49.309 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T19:00:49.310 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.create_missing_column_families: 0 2024-09-10T19:00:49.310 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.db_log_dir: 2024-09-10T19:00:49.310 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-09-10T19:00:49.310 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T19:00:49.310 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.max_subcompactions: 1 2024-09-10T19:00:49.310 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.max_background_flushes: -1 2024-09-10T19:00:49.310 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T19:00:49.310 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T19:00:49.310 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T19:00:49.310 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T19:00:49.310 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.advise_random_on_open: 1 2024-09-10T19:00:49.310 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-10T19:00:49.310 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.write_buffer_manager: 0x558b25cf8120 2024-09-10T19:00:49.310 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T19:00:49.310 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-10T19:00:49.311 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T19:00:49.311 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T19:00:49.311 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.rate_limiter: (nil) 2024-09-10T19:00:49.311 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T19:00:49.311 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-10T19:00:49.311 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-10T19:00:49.311 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-10T19:00:49.311 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T19:00:49.311 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T19:00:49.311 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T19:00:49.311 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T19:00:49.311 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.row_cache: None 2024-09-10T19:00:49.311 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.wal_filter: None 2024-09-10T19:00:49.311 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T19:00:49.312 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-10T19:00:49.312 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.preserve_deletes: 0 2024-09-10T19:00:49.312 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.two_write_queues: 0 2024-09-10T19:00:49.312 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.manual_wal_flush: 0 2024-09-10T19:00:49.312 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.atomic_flush: 0 2024-09-10T19:00:49.312 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T19:00:49.312 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.max_background_jobs: 2 2024-09-10T19:00:49.312 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.max_background_compactions: -1 2024-09-10T19:00:49.312 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T19:00:49.312 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T19:00:49.312 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T19:00:49.312 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.max_total_wal_size: 0 2024-09-10T19:00:49.312 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T19:00:49.312 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T19:00:49.313 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T19:00:49.313 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T19:00:49.313 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.max_open_files: -1 2024-09-10T19:00:49.313 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.bytes_per_sync: 0 2024-09-10T19:00:49.313 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T19:00:49.313 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-10T19:00:49.313 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Compression algorithms supported: 2024-09-10T19:00:49.313 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T19:00:49.313 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: kZSTD supported: 0 2024-09-10T19:00:49.313 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: kXpressCompression supported: 0 2024-09-10T19:00:49.313 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-10T19:00:49.313 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: kLZ4Compression supported: 1 2024-09-10T19:00:49.313 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: kBZip2Compression supported: 0 2024-09-10T19:00:49.313 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: kZlibCompression supported: 1 2024-09-10T19:00:49.313 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: kSnappyCompression supported: 1 2024-09-10T19:00:49.314 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T19:00:49.314 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.296+0000 7fddf82546c0 4 rocksdb: [db/db_impl_open.cc:228] Creating manifest 1 2024-09-10T19:00:49.314 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-10T19:00:49.314 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-09-10T19:00:49.314 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-10T19:00:49.314 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-09-10T19:00:49.314 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-10T19:00:49.314 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T19:00:49.314 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.merge_operator: 2024-09-10T19:00:49.314 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.compaction_filter: None 2024-09-10T19:00:49.314 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.compaction_filter_factory: None 2024-09-10T19:00:49.314 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T19:00:49.314 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T19:00:49.314 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558b25080130) 2024-09-10T19:00:49.314 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr cache_index_and_filter_blocks: 1 2024-09-10T19:00:49.314 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr cache_index_and_filter_blocks_with_high_priority: 1 2024-09-10T19:00:49.315 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T19:00:49.315 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr pin_top_level_index_and_filter: 1 2024-09-10T19:00:49.315 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr index_type: 0 2024-09-10T19:00:49.315 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr data_block_index_type: 0 2024-09-10T19:00:49.315 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr data_block_hash_table_util_ratio: 0.750000 2024-09-10T19:00:49.315 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr hash_index_allow_collision: 1 2024-09-10T19:00:49.315 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr checksum: 1 2024-09-10T19:00:49.315 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr no_block_cache: 0 2024-09-10T19:00:49.315 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache: 0x558b250b6510 2024-09-10T19:00:49.315 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_name: BinnedLRUCache 2024-09-10T19:00:49.315 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_options: 2024-09-10T19:00:49.315 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr capacity : 536870912 2024-09-10T19:00:49.315 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr num_shard_bits : 4 2024-09-10T19:00:49.316 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr strict_capacity_limit : 0 2024-09-10T19:00:49.316 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr high_pri_pool_ratio: 0.000 2024-09-10T19:00:49.316 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_compressed: (nil) 2024-09-10T19:00:49.316 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr persistent_cache: (nil) 2024-09-10T19:00:49.316 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_size: 4096 2024-09-10T19:00:49.316 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_size_deviation: 10 2024-09-10T19:00:49.316 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_restart_interval: 16 2024-09-10T19:00:49.316 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr index_block_restart_interval: 1 2024-09-10T19:00:49.316 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr metadata_block_size: 4096 2024-09-10T19:00:49.316 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr partition_filters: 0 2024-09-10T19:00:49.316 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr use_delta_encoding: 1 2024-09-10T19:00:49.316 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr filter_policy: rocksdb.BuiltinBloomFilter 2024-09-10T19:00:49.316 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr whole_key_filtering: 1 2024-09-10T19:00:49.316 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr verify_compression: 0 2024-09-10T19:00:49.316 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr read_amp_bytes_per_bit: 0 2024-09-10T19:00:49.317 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr format_version: 2 2024-09-10T19:00:49.317 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr enable_index_compression: 1 2024-09-10T19:00:49.317 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_align: 0 2024-09-10T19:00:49.317 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-10T19:00:49.317 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-10T19:00:49.317 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-10T19:00:49.317 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.compression: NoCompression 2024-09-10T19:00:49.317 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-10T19:00:49.317 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-10T19:00:49.317 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T19:00:49.317 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.num_levels: 7 2024-09-10T19:00:49.317 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T19:00:49.317 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T19:00:49.317 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T19:00:49.317 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T19:00:49.318 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T19:00:49.318 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T19:00:49.318 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T19:00:49.318 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T19:00:49.318 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T19:00:49.318 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.compression_opts.level: 32767 2024-09-10T19:00:49.318 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-10T19:00:49.318 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T19:00:49.318 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T19:00:49.318 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.compression_opts.enabled: false 2024-09-10T19:00:49.318 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T19:00:49.318 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T19:00:49.318 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T19:00:49.319 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-10T19:00:49.319 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T19:00:49.319 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T19:00:49.319 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T19:00:49.319 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T19:00:49.319 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T19:00:49.319 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T19:00:49.319 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T19:00:49.319 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T19:00:49.319 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T19:00:49.319 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T19:00:49.319 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T19:00:49.319 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T19:00:49.319 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T19:00:49.319 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.arena_block_size: 4194304 2024-09-10T19:00:49.319 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T19:00:49.320 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T19:00:49.320 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-10T19:00:49.320 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-10T19:00:49.320 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T19:00:49.320 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T19:00:49.320 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T19:00:49.320 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T19:00:49.320 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T19:00:49.320 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T19:00:49.320 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T19:00:49.320 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T19:00:49.320 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T19:00:49.320 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T19:00:49.320 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.table_properties_collectors: 2024-09-10T19:00:49.321 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.inplace_update_support: 0 2024-09-10T19:00:49.321 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T19:00:49.321 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T19:00:49.321 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T19:00:49.321 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T19:00:49.321 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.bloom_locality: 0 2024-09-10T19:00:49.321 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.max_successive_merges: 0 2024-09-10T19:00:49.321 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T19:00:49.321 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-10T19:00:49.321 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.force_consistency_checks: 0 2024-09-10T19:00:49.321 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-10T19:00:49.321 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: Options.ttl: 0 2024-09-10T19:00:49.321 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 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-10T19:00:49.322 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-10T19:00:49.322 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.300+0000 7fddf82546c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2024-09-10T19:00:49.322 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-10T19:00:49.322 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.304+0000 7fddf82546c0 4 rocksdb: DB pointer 0x558b25152400 2024-09-10T19:00:49.322 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.304+0000 7fdde1415700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-09-10T19:00:49.322 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.304+0000 7fdde1415700 4 rocksdb: [db/db_impl.cc:778] 2024-09-10T19:00:49.322 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** DB Stats ** 2024-09-10T19:00:49.322 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T19:00:49.322 INFO:teuthology.orchestra.run.smithi155.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-10T19:00:49.322 INFO:teuthology.orchestra.run.smithi155.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-10T19:00:49.322 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T19:00:49.322 INFO:teuthology.orchestra.run.smithi155.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-10T19:00:49.322 INFO:teuthology.orchestra.run.smithi155.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-10T19:00:49.322 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T19:00:49.323 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-10T19:00:49.323 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-09-10T19:00:49.323 INFO:teuthology.orchestra.run.smithi155.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-10T19:00:49.323 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T19:00:49.323 INFO:teuthology.orchestra.run.smithi155.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-10T19:00:49.323 INFO:teuthology.orchestra.run.smithi155.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-10T19:00:49.323 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-10T19:00:49.323 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-09-10T19:00:49.323 INFO:teuthology.orchestra.run.smithi155.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-10T19:00:49.323 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T19:00:49.323 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T19:00:49.323 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T19:00:49.323 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T19:00:49.323 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-10T19:00:49.323 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T19:00:49.324 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Keys): cumulative 0, interval 0 2024-09-10T19:00:49.324 INFO:teuthology.orchestra.run.smithi155.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-10T19:00:49.324 INFO:teuthology.orchestra.run.smithi155.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-10T19:00:49.324 INFO:teuthology.orchestra.run.smithi155.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-10T19:00:49.324 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-10T19:00:49.324 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** File Read Latency Histogram By Level [default] ** 2024-09-10T19:00:49.324 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-10T19:00:49.324 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-09-10T19:00:49.324 INFO:teuthology.orchestra.run.smithi155.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-10T19:00:49.324 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T19:00:49.324 INFO:teuthology.orchestra.run.smithi155.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-10T19:00:49.324 INFO:teuthology.orchestra.run.smithi155.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-10T19:00:49.324 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-10T19:00:49.324 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-09-10T19:00:49.324 INFO:teuthology.orchestra.run.smithi155.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-10T19:00:49.324 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T19:00:49.325 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T19:00:49.325 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T19:00:49.325 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T19:00:49.325 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-10T19:00:49.325 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T19:00:49.325 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Keys): cumulative 0, interval 0 2024-09-10T19:00:49.325 INFO:teuthology.orchestra.run.smithi155.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-10T19:00:49.325 INFO:teuthology.orchestra.run.smithi155.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-10T19:00:49.325 INFO:teuthology.orchestra.run.smithi155.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-10T19:00:49.325 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-10T19:00:49.325 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** File Read Latency Histogram By Level [default] ** 2024-09-10T19:00:49.325 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-10T19:00:49.325 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.304+0000 7fddf82546c0 4 rocksdb: [db/db_impl.cc:390] Shutdown: canceling all background work 2024-09-10T19:00:49.325 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.304+0000 7fddf82546c0 4 rocksdb: [db/db_impl.cc:563] Shutdown complete 2024-09-10T19:00:49.325 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T19:00:49.304+0000 7fddf82546c0 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-09-10T19:00:49.980 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/e044737e-6fa6-11ef-bcea-c7b262605968 2024-09-10T19:00:49.986 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: systemctl disable ceph.target 2024-09-10T19:00:50.183 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: systemctl enable ceph.target 2024-09-10T19:00:50.189 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-09-10T19:00:50.381 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: systemctl start ceph.target 2024-09-10T19:00:50.388 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-e044737e-6fa6-11ef-bcea-c7b262605968.target 2024-09-10T19:00:50.395 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-e044737e-6fa6-11ef-bcea-c7b262605968.target -> /etc/systemd/system/ceph-e044737e-6fa6-11ef-bcea-c7b262605968.target. 2024-09-10T19:00:50.395 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-e044737e-6fa6-11ef-bcea-c7b262605968.target -> /etc/systemd/system/ceph-e044737e-6fa6-11ef-bcea-c7b262605968.target. 2024-09-10T19:00:50.587 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: systemctl start ceph-e044737e-6fa6-11ef-bcea-c7b262605968.target 2024-09-10T19:00:50.594 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: systemctl daemon-reload 2024-09-10T19:00:50.779 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: systemctl stop ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mon.a 2024-09-10T19:00:50.789 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: systemctl reset-failed ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mon.a 2024-09-10T19:00:50.794 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:systemctl:stderr Failed to reset failed state of unit ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mon.a.service: Unit ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mon.a.service not loaded. 2024-09-10T19:00:50.795 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mon.a 2024-09-10T19:00:50.802 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph-e044737e-6fa6-11ef-bcea-c7b262605968.target.wants/ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-e044737e-6fa6-11ef-bcea-c7b262605968@.service. 2024-09-10T19:00:50.993 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: systemctl start ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mon.a 2024-09-10T19:00:51.024 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:firewalld does not appear to be present 2024-09-10T19:00:51.024 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Waiting for mon to start... 2024-09-10T19:00:51.025 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Waiting for mon... 2024-09-10T19:00:51.025 INFO:teuthology.orchestra.run.smithi155.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=smithi155 -v /var/lib/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmphtlgzhbh:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status 2024-09-10T19:00:51.337 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:51 smithi155 docker[14507]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-mon.a 2024-09-10T19:00:51.338 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:51 smithi155 systemd[1]: Started Ceph mon.a for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:00:52.803 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout cluster: 2024-09-10T19:00:52.803 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout id: e044737e-6fa6-11ef-bcea-c7b262605968 2024-09-10T19:00:52.803 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout health: HEALTH_OK 2024-09-10T19:00:52.803 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-10T19:00:52.803 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout services: 2024-09-10T19:00:52.803 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon: 1 daemons, quorum a (age 0.221321s) 2024-09-10T19:00:52.803 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mgr: no daemons active 2024-09-10T19:00:52.803 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd: 0 osds: 0 up, 0 in 2024-09-10T19:00:52.803 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-10T19:00:52.803 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout data: 2024-09-10T19:00:52.804 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout pools: 0 pools, 0 pgs 2024-09-10T19:00:52.804 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout objects: 0 objects, 0 B 2024-09-10T19:00:52.804 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout usage: 0 B used, 0 B / 0 B avail 2024-09-10T19:00:52.804 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout pgs: 2024-09-10T19:00:52.804 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-10T19:00:52.837 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:52 smithi155 bash[14527]: cluster 2024-09-10T19:00:52.582765+0000 mon.a (mon.0) 0 : [INF] mkfs e044737e-6fa6-11ef-bcea-c7b262605968 2024-09-10T19:00:52.837 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:52 smithi155 bash[14527]: cluster 2024-09-10T19:00:52.568048+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-10T19:00:53.426 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Assimilating anything we can from ceph.conf... 2024-09-10T19:00:53.426 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi155', '-v', '/var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmphtlgzhbh:/etc/ceph/ceph.conf:z', '-v', '/var/lib/ceph/e044737e-6fa6-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-10T19:00:53.426 INFO:teuthology.orchestra.run.smithi155.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=smithi155 -v /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmphtlgzhbh:/etc/ceph/ceph.conf:z -v /var/lib/ceph/e044737e-6fa6-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-10T19:00:53.837 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:53 smithi155 bash[14527]: cluster 2024-09-10T19:00:52.579756+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-10T19:00:53.837 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:53 smithi155 bash[14527]: cluster 2024-09-10T19:00:52.581671+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0]} 2024-09-10T19:00:53.838 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:53 smithi155 bash[14527]: cluster 2024-09-10T19:00:52.584934+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-09-10T19:00:53.838 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:53 smithi155 bash[14527]: cluster 2024-09-10T19:00:52.589134+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-10T19:00:53.838 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:53 smithi155 bash[14527]: cluster 2024-09-10T19:00:52.589848+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-09-10T19:00:53.838 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:53 smithi155 bash[14527]: audit 2024-09-10T19:00:52.801023+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.155:0/1929916932' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T19:00:54.732 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-10T19:00:54.733 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [global] 2024-09-10T19:00:54.733 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout fsid = e044737e-6fa6-11ef-bcea-c7b262605968 2024-09-10T19:00:54.733 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout log_to_journald = false 2024-09-10T19:00:54.733 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_election_default_strategy = 3 2024-09-10T19:00:54.733 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_host = [v2:172.21.15.155:3300,v1:172.21.15.155:6789] 2024-09-10T19:00:54.733 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_osd_allow_pg_remap = true 2024-09-10T19:00:54.733 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_osd_allow_primary_affinity = true 2024-09-10T19:00:54.733 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_no_sortbitwise = false 2024-09-10T19:00:54.733 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_crush_chooseleaf_type = 0 2024-09-10T19:00:54.733 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-10T19:00:54.733 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [mgr] 2024-09-10T19:00:54.733 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mgr/cephadm/use_agent = False 2024-09-10T19:00:54.733 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mgr/telemetry/nag = false 2024-09-10T19:00:54.734 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-10T19:00:54.734 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [mon] 2024-09-10T19:00:54.734 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_insecure_global_id_reclaim = false 2024-09-10T19:00:54.734 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_insecure_global_id_reclaim_allowed = false 2024-09-10T19:00:54.734 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-10T19:00:54.734 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [osd] 2024-09-10T19:00:54.734 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_map_max_advance = 10 2024-09-10T19:00:54.734 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_mclock_profile = high_recovery_ops 2024-09-10T19:00:54.734 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_memory_target_autotune = true 2024-09-10T19:00:54.734 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_sloppy_crc = true 2024-09-10T19:00:55.087 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:54 smithi155 bash[14527]: audit 2024-09-10T19:00:54.723404+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.155:0/703972806' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-10T19:00:55.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:54 smithi155 bash[14527]: audit 2024-09-10T19:00:54.729345+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.155:0/703972806' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-10T19:00:55.327 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Generating new minimal ceph.conf... 2024-09-10T19:00:55.327 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi155', '-v', '/var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmphtlgzhbh:/etc/ceph/ceph.conf:z', '-v', '/var/lib/ceph/e044737e-6fa6-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-10T19:00:55.327 INFO:teuthology.orchestra.run.smithi155.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=smithi155 -v /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmphtlgzhbh:/etc/ceph/ceph.conf:z -v /var/lib/ceph/e044737e-6fa6-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-10T19:00:57.087 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:56 smithi155 bash[14527]: audit 2024-09-10T19:00:56.610328+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.155:0/2688848067' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:00:57.218 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Restarting the monitor... 2024-09-10T19:00:57.218 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: systemctl restart ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mon.a 2024-09-10T19:00:57.587 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:57 smithi155 systemd[1]: Stopping Ceph mon.a for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:00:57.587 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:57 smithi155 bash[14527]: debug 2024-09-10T19:00:57.303+0000 7fb7e1add700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T19:00:57.588 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:57 smithi155 bash[14527]: debug 2024-09-10T19:00:57.303+0000 7fb7e1add700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-10T19:00:58.289 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Setting mon public_network... 2024-09-10T19:00:58.289 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi155', '-v', '/var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmphtlgzhbh:/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-10T19:00:58.289 INFO:teuthology.orchestra.run.smithi155.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=smithi155 -v /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmphtlgzhbh:/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-10T19:00:58.458 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:58 smithi155 docker[14921]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-mon.a 2024-09-10T19:00:58.459 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:58 smithi155 systemd[1]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mon.a.service: Succeeded. 2024-09-10T19:00:58.459 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:58 smithi155 systemd[1]: Stopped Ceph mon.a for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:00:58.459 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:58 smithi155 systemd[1]: Starting Ceph mon.a for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:00:58.459 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:58 smithi155 docker[14958]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-mon.a 2024-09-10T19:00:58.459 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:58 smithi155 systemd[1]: Started Ceph mon.a for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:00:59.838 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.675+0000 7f49392656c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-10T19:00:59.838 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.675+0000 7f49392656c0 0 ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc), process ceph-mon, pid 1 2024-09-10T19:00:59.838 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.675+0000 7f49392656c0 0 pidfile_write: ignore empty --pid-file 2024-09-10T19:00:59.838 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.679+0000 7f49392656c0 0 load: jerasure load: lrc load: isa 2024-09-10T19:00:59.838 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.679+0000 7f49392656c0 0 set rocksdb option compression = kNoCompression 2024-09-10T19:00:59.838 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.679+0000 7f49392656c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-10T19:00:59.838 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.679+0000 7f49392656c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-10T19:00:59.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.679+0000 7f49392656c0 0 set rocksdb option compression = kNoCompression 2024-09-10T19:00:59.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.679+0000 7f49392656c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-10T19:00:59.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.679+0000 7f49392656c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-10T19:00:59.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.679+0000 7f49392656c0 1 rocksdb: do_open column families: [default] 2024-09-10T19:00:59.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: RocksDB version: 6.1.2 2024-09-10T19:00:59.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-10T19:00:59.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Compile date Mar 23 2020 2024-09-10T19:00:59.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: DB SUMMARY 2024-09-10T19:00:59.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: CURRENT file: CURRENT 2024-09-10T19:00:59.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: IDENTITY file: IDENTITY 2024-09-10T19:00:59.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 109 Bytes 2024-09-10T19:00:59.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000004.sst 2024-09-10T19:00:59.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000006.log size: 68921 ; 2024-09-10T19:00:59.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.error_if_exists: 0 2024-09-10T19:00:59.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.create_if_missing: 0 2024-09-10T19:00:59.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.paranoid_checks: 1 2024-09-10T19:00:59.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.env: 0x55dfd8f771a0 2024-09-10T19:00:59.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.info_log: 0x55dfd9a869a0 2024-09-10T19:00:59.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-10T19:00:59.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.statistics: (nil) 2024-09-10T19:00:59.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.use_fsync: 0 2024-09-10T19:00:59.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.max_log_file_size: 0 2024-09-10T19:00:59.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T19:00:59.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T19:00:59.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-10T19:00:59.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-10T19:00:59.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.allow_fallocate: 1 2024-09-10T19:00:59.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-10T19:00:59.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-10T19:00:59.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.use_direct_reads: 0 2024-09-10T19:00:59.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T19:00:59.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.create_missing_column_families: 0 2024-09-10T19:00:59.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.db_log_dir: 2024-09-10T19:00:59.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-09-10T19:00:59.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T19:00:59.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.max_subcompactions: 1 2024-09-10T19:00:59.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.max_background_flushes: -1 2024-09-10T19:00:59.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T19:00:59.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T19:00:59.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T19:00:59.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T19:00:59.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.advise_random_on_open: 1 2024-09-10T19:00:59.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-10T19:00:59.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.write_buffer_manager: 0x55dfda620a80 2024-09-10T19:00:59.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T19:00:59.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-10T19:00:59.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T19:00:59.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T19:00:59.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.rate_limiter: (nil) 2024-09-10T19:00:59.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T19:00:59.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-10T19:00:59.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-10T19:00:59.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-10T19:00:59.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T19:00:59.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T19:00:59.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T19:00:59.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T19:00:59.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.row_cache: None 2024-09-10T19:00:59.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.wal_filter: None 2024-09-10T19:00:59.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T19:00:59.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-10T19:00:59.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.preserve_deletes: 0 2024-09-10T19:00:59.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.two_write_queues: 0 2024-09-10T19:00:59.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.manual_wal_flush: 0 2024-09-10T19:00:59.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.atomic_flush: 0 2024-09-10T19:00:59.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T19:00:59.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.max_background_jobs: 2 2024-09-10T19:00:59.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.max_background_compactions: -1 2024-09-10T19:00:59.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T19:00:59.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T19:00:59.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T19:00:59.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.max_total_wal_size: 0 2024-09-10T19:00:59.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T19:00:59.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T19:00:59.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T19:00:59.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T19:00:59.846 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.max_open_files: -1 2024-09-10T19:00:59.846 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.bytes_per_sync: 0 2024-09-10T19:00:59.846 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T19:00:59.846 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-10T19:00:59.846 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Compression algorithms supported: 2024-09-10T19:00:59.846 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T19:00:59.846 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: kZSTD supported: 0 2024-09-10T19:00:59.846 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: kXpressCompression supported: 0 2024-09-10T19:00:59.846 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-10T19:00:59.846 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: kLZ4Compression supported: 1 2024-09-10T19:00:59.846 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: kBZip2Compression supported: 0 2024-09-10T19:00:59.846 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: kZlibCompression supported: 1 2024-09-10T19:00:59.846 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: kSnappyCompression supported: 1 2024-09-10T19:00:59.846 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T19:00:59.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000005 2024-09-10T19:00:59.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-09-10T19:00:59.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T19:00:59.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.merge_operator: 2024-09-10T19:00:59.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.compaction_filter: None 2024-09-10T19:00:59.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.compaction_filter_factory: None 2024-09-10T19:00:59.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T19:00:59.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T19:00:59.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55dfd99a6138) 2024-09-10T19:00:59.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: cache_index_and_filter_blocks: 1 2024-09-10T19:00:59.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: cache_index_and_filter_blocks_with_high_priority: 1 2024-09-10T19:00:59.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T19:00:59.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: pin_top_level_index_and_filter: 1 2024-09-10T19:00:59.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: index_type: 0 2024-09-10T19:00:59.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: data_block_index_type: 0 2024-09-10T19:00:59.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: data_block_hash_table_util_ratio: 0.750000 2024-09-10T19:00:59.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: hash_index_allow_collision: 1 2024-09-10T19:00:59.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: checksum: 1 2024-09-10T19:00:59.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: no_block_cache: 0 2024-09-10T19:00:59.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: block_cache: 0x55dfd99dc610 2024-09-10T19:00:59.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: block_cache_name: BinnedLRUCache 2024-09-10T19:00:59.849 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: block_cache_options: 2024-09-10T19:00:59.849 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: capacity : 536870912 2024-09-10T19:00:59.849 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: num_shard_bits : 4 2024-09-10T19:00:59.849 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: strict_capacity_limit : 0 2024-09-10T19:00:59.849 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: high_pri_pool_ratio: 0.000 2024-09-10T19:00:59.849 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: block_cache_compressed: (nil) 2024-09-10T19:00:59.849 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: persistent_cache: (nil) 2024-09-10T19:00:59.849 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: block_size: 4096 2024-09-10T19:00:59.849 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: block_size_deviation: 10 2024-09-10T19:00:59.849 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: block_restart_interval: 16 2024-09-10T19:00:59.849 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: index_block_restart_interval: 1 2024-09-10T19:00:59.849 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: metadata_block_size: 4096 2024-09-10T19:00:59.849 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: partition_filters: 0 2024-09-10T19:00:59.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: use_delta_encoding: 1 2024-09-10T19:00:59.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-10T19:00:59.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: whole_key_filtering: 1 2024-09-10T19:00:59.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: verify_compression: 0 2024-09-10T19:00:59.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: read_amp_bytes_per_bit: 0 2024-09-10T19:00:59.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: format_version: 2 2024-09-10T19:00:59.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: enable_index_compression: 1 2024-09-10T19:00:59.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: block_align: 0 2024-09-10T19:00:59.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-10T19:00:59.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-10T19:00:59.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.compression: NoCompression 2024-09-10T19:00:59.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-10T19:00:59.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-10T19:00:59.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T19:00:59.851 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.num_levels: 7 2024-09-10T19:00:59.851 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T19:00:59.851 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T19:00:59.851 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T19:00:59.851 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T19:00:59.851 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T19:00:59.851 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T19:00:59.851 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T19:00:59.851 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T19:00:59.851 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T19:00:59.851 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.compression_opts.level: 32767 2024-09-10T19:00:59.851 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-10T19:00:59.851 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T19:00:59.851 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T19:00:59.852 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.compression_opts.enabled: false 2024-09-10T19:00:59.852 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T19:00:59.852 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T19:00:59.852 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T19:00:59.852 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-10T19:00:59.852 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T19:00:59.852 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T19:00:59.852 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T19:00:59.852 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T19:00:59.852 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T19:00:59.852 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T19:00:59.852 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T19:00:59.852 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T19:00:59.852 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T19:00:59.852 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T19:00:59.853 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T19:00:59.853 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T19:00:59.853 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T19:00:59.853 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.arena_block_size: 4194304 2024-09-10T19:00:59.853 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T19:00:59.853 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T19:00:59.853 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-10T19:00:59.853 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-10T19:00:59.853 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T19:00:59.853 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T19:00:59.853 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T19:00:59.853 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T19:00:59.853 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T19:00:59.854 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T19:00:59.854 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T19:00:59.854 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T19:00:59.854 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T19:00:59.854 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T19:00:59.854 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.table_properties_collectors: 2024-09-10T19:00:59.854 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.inplace_update_support: 0 2024-09-10T19:00:59.854 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T19:00:59.854 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T19:00:59.854 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T19:00:59.854 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T19:00:59.854 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.bloom_locality: 0 2024-09-10T19:00:59.854 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.max_successive_merges: 0 2024-09-10T19:00:59.855 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T19:00:59.855 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-10T19:00:59.855 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.force_consistency_checks: 0 2024-09-10T19:00:59.855 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-10T19:00:59.855 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: Options.ttl: 0 2024-09-10T19:00:59.855 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 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-10T19:00:59.856 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 4 2024-09-10T19:00:59.856 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725994859686963, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-09-10T19:00:59.856 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.683+0000 7f49392656c0 4 rocksdb: [db/db_impl_open.cc:583] Recovering log #6 mode 2 2024-09-10T19:00:59.856 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.687+0000 7f49392656c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725994859689200, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 66026, "table_properties": {"data_size": 64321, "index_size": 310, "filter_size": 581, "raw_key_size": 8630, "raw_average_key_size": 46, "raw_value_size": 59337, "raw_average_value_size": 320, "num_data_blocks": 10, "num_entries": 185, "filter_policy_name": "rocksdb.BuiltinBloomFilter"}} 2024-09-10T19:00:59.856 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.687+0000 7f49392656c0 4 rocksdb: [db/version_set.cc:3036] Creating manifest 8 2024-09-10T19:00:59.856 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.687+0000 7f49392656c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725994859690141, "job": 1, "event": "recovery_finished"} 2024-09-10T19:00:59.856 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.691+0000 7f49392656c0 4 rocksdb: DB pointer 0x55dfd9a78400 2024-09-10T19:00:59.856 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.691+0000 7f49203b2700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-09-10T19:00:59.856 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.691+0000 7f49203b2700 4 rocksdb: [db/db_impl.cc:778] 2024-09-10T19:00:59.856 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: ** DB Stats ** 2024-09-10T19:00:59.857 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T19:00:59.857 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: 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-10T19:00:59.857 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T19:00:59.857 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T19:00:59.857 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: 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-10T19:00:59.857 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-10T19:00:59.857 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T19:00:59.857 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: ** Compaction Stats [default] ** 2024-09-10T19:00:59.857 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: 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-10T19:00:59.857 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T19:00:59.857 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: L0 2/0 66.10 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 45.5 0.00 0.00 1 0.001 0 0 2024-09-10T19:00:59.857 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: Sum 2/0 66.10 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 45.5 0.00 0.00 1 0.001 0 0 2024-09-10T19:00:59.857 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 45.5 0.00 0.00 1 0.001 0 0 2024-09-10T19:00:59.858 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: ** Compaction Stats [default] ** 2024-09-10T19:00:59.858 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: 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-10T19:00:59.858 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T19:00:59.858 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 45.5 0.00 0.00 1 0.001 0 0 2024-09-10T19:00:59.858 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T19:00:59.858 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T19:00:59.858 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T19:00:59.858 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T19:00:59.858 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T19:00:59.858 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: AddFile(Keys): cumulative 0, interval 0 2024-09-10T19:00:59.858 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: Cumulative compaction: 0.00 GB write, 9.01 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T19:00:59.858 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: Interval compaction: 0.00 GB write, 9.01 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T19:00:59.858 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: 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-10T19:00:59.858 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: ** File Read Latency Histogram By Level [default] ** 2024-09-10T19:00:59.859 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: ** Compaction Stats [default] ** 2024-09-10T19:00:59.859 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: 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-10T19:00:59.859 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T19:00:59.859 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: L0 2/0 66.10 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 45.5 0.00 0.00 1 0.001 0 0 2024-09-10T19:00:59.859 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: Sum 2/0 66.10 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 45.5 0.00 0.00 1 0.001 0 0 2024-09-10T19:00:59.859 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: 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-10T19:00:59.859 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: ** Compaction Stats [default] ** 2024-09-10T19:00:59.859 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: 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-10T19:00:59.859 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T19:00:59.859 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 45.5 0.00 0.00 1 0.001 0 0 2024-09-10T19:00:59.859 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T19:00:59.859 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T19:00:59.859 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T19:00:59.860 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T19:00:59.860 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T19:00:59.860 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: AddFile(Keys): cumulative 0, interval 0 2024-09-10T19:00:59.860 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: Cumulative compaction: 0.00 GB write, 8.92 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T19:00:59.860 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: 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-10T19:00:59.860 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: 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-10T19:00:59.860 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: ** File Read Latency Histogram By Level [default] ** 2024-09-10T19:00:59.860 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.691+0000 7f49392656c0 0 starting mon.a rank 0 at public addrs [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] at bind addrs [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid e044737e-6fa6-11ef-bcea-c7b262605968 2024-09-10T19:00:59.860 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.691+0000 7f49392656c0 1 mon.a@-1(???) e1 preinit fsid e044737e-6fa6-11ef-bcea-c7b262605968 2024-09-10T19:00:59.860 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.691+0000 7f49392656c0 0 mon.a@-1(???).mds e1 new map 2024-09-10T19:00:59.860 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.691+0000 7f49392656c0 0 mon.a@-1(???).mds e1 print_map 2024-09-10T19:00:59.860 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: e1 2024-09-10T19:00:59.860 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: enable_multiple, ever_enabled_multiple: 0,0 2024-09-10T19:00:59.860 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: 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-10T19:00:59.861 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: legacy client fscid: -1 2024-09-10T19:00:59.861 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: 2024-09-10T19:00:59.861 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: No filesystems configured 2024-09-10T19:00:59.861 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.691+0000 7f49392656c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T19:00:59.861 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.691+0000 7f49392656c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T19:00:59.861 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.691+0000 7f49392656c0 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-10T19:00:59.861 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.691+0000 7f49392656c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T19:00:59.861 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: audit 2024-09-10T19:00:56.610328+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.155:0/2688848067' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:00:59.861 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.691+0000 7f49392656c0 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-10T19:00:59.861 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.695+0000 7f49392656c0 20 expand_channel_meta expand map: {default=false} 2024-09-10T19:00:59.861 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.695+0000 7f49392656c0 20 expand_channel_meta from 'false' to 'false' 2024-09-10T19:00:59.861 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.695+0000 7f49392656c0 20 expand_channel_meta expanded map: {default=false} 2024-09-10T19:00:59.861 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.695+0000 7f49392656c0 20 expand_channel_meta expand map: {default=info} 2024-09-10T19:00:59.861 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.695+0000 7f49392656c0 20 expand_channel_meta from 'info' to 'info' 2024-09-10T19:00:59.862 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.695+0000 7f49392656c0 20 expand_channel_meta expanded map: {default=info} 2024-09-10T19:00:59.862 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.695+0000 7f49392656c0 20 expand_channel_meta expand map: {default=daemon} 2024-09-10T19:00:59.862 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.695+0000 7f49392656c0 20 expand_channel_meta from 'daemon' to 'daemon' 2024-09-10T19:00:59.862 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.695+0000 7f49392656c0 20 expand_channel_meta expanded map: {default=daemon} 2024-09-10T19:00:59.862 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.695+0000 7f49392656c0 20 expand_channel_meta expand map: {default=debug} 2024-09-10T19:00:59.862 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.695+0000 7f49392656c0 20 expand_channel_meta from 'debug' to 'debug' 2024-09-10T19:00:59.862 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: debug 2024-09-10T19:00:59.695+0000 7f49392656c0 20 expand_channel_meta expanded map: {default=debug} 2024-09-10T19:00:59.862 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: cluster 2024-09-10T19:00:59.700533+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-10T19:00:59.862 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: cluster 2024-09-10T19:00:59.700620+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0]} 2024-09-10T19:00:59.862 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: cluster 2024-09-10T19:00:59.700692+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2024-09-10T19:00:59.862 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: cluster 2024-09-10T19:00:59.700727+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-10T19:00:59.862 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:00:59 smithi155 bash[14970]: cluster 2024-09-10T19:00:59.701244+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-09-10T19:01:00.551 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Creating mgr... 2024-09-10T19:01:00.553 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: systemctl daemon-reload 2024-09-10T19:01:00.737 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: systemctl stop ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mgr.y 2024-09-10T19:01:00.747 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: systemctl reset-failed ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mgr.y 2024-09-10T19:01:00.753 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:systemctl:stderr Failed to reset failed state of unit ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mgr.y.service: Unit ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mgr.y.service not loaded. 2024-09-10T19:01:00.753 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mgr.y 2024-09-10T19:01:00.761 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph-e044737e-6fa6-11ef-bcea-c7b262605968.target.wants/ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mgr.y.service -> /etc/systemd/system/ceph-e044737e-6fa6-11ef-bcea-c7b262605968@.service. 2024-09-10T19:01:00.837 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:00 smithi155 bash[14970]: audit 2024-09-10T19:00:59.939984+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.155:0/162632504' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "public_network", "value": "172.21.0.0/20"}]: dispatch 2024-09-10T19:01:00.837 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:00 smithi155 bash[14970]: audit 2024-09-10T19:00:59.942272+0000 mon.a (mon.0) 7 : audit [INF] from='client.? 172.21.15.155:0/162632504' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "public_network", "value": "172.21.0.0/20"}]': finished 2024-09-10T19:01:00.957 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Running command: systemctl start ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mgr.y 2024-09-10T19:01:00.992 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:firewalld does not appear to be present 2024-09-10T19:01:00.992 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-10T19:01:00.992 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Wrote config to /etc/ceph/ceph.conf 2024-09-10T19:01:00.992 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Waiting for mgr to start... 2024-09-10T19:01:00.992 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Waiting for mgr... 2024-09-10T19:01:00.992 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi155', '-v', '/var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmphtlgzhbh:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-09-10T19:01:00.992 INFO:teuthology.orchestra.run.smithi155.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=smithi155 -v /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmphtlgzhbh:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-09-10T19:01:01.337 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:01:00 smithi155 docker[15205]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-mgr.y 2024-09-10T19:01:01.338 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:01:00 smithi155 systemd[1]: Started Ceph mgr.y for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:01:02.651 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-10T19:01:02.651 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:02.651 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "e044737e-6fa6-11ef-bcea-c7b262605968", 2024-09-10T19:01:02.651 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-09-10T19:01:02.651 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-09-10T19:01:02.651 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-09-10T19:01:02.651 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-09-10T19:01:02.652 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:02.652 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-09-10T19:01:02.652 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-09-10T19:01:02.652 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-09-10T19:01:02.652 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:02.652 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-09-10T19:01:02.652 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-09-10T19:01:02.652 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:02.652 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 2, 2024-09-10T19:01:02.652 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-09-10T19:01:02.652 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-10T19:01:02.652 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-09-10T19:01:02.652 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-09-10T19:01:02.652 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:02.653 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-09-10T19:01:02.653 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-10T19:01:02.653 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-09-10T19:01:02.653 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-09-10T19:01:02.653 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-09-10T19:01:02.653 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-09-10T19:01:02.653 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-09-10T19:01:02.653 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-09-10T19:01:02.653 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:02.653 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-09-10T19:01:02.653 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-09-10T19:01:02.653 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-09-10T19:01:02.653 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-09-10T19:01:02.653 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-09-10T19:01:02.654 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-09-10T19:01:02.654 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-09-10T19:01:02.654 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-09-10T19:01:02.654 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-09-10T19:01:02.654 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:02.654 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-09-10T19:01:02.654 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-10T19:01:02.654 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-09-10T19:01:02.654 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-09-10T19:01:02.654 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:02.654 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-09-10T19:01:02.654 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2024-09-10T19:01:02.654 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-09-10T19:01:02.654 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-09-10T19:01:02.655 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-09-10T19:01:02.655 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-09-10T19:01:02.655 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:02.655 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-09-10T19:01:02.655 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:02.655 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-09-10T19:01:02.655 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-10T19:01:02.655 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-09-10T19:00:52.583451+0000", 2024-09-10T19:01:02.655 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-09-10T19:01:02.655 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:02.655 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-09-10T19:01:02.655 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:03.087 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:02 smithi155 bash[14970]: audit 2024-09-10T19:01:02.646629+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.155:0/2943352952' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-10T19:01:03.232 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:mgr not available, waiting (1/10)... 2024-09-10T19:01:04.234 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi155', '-v', '/var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmphtlgzhbh:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-09-10T19:01:04.234 INFO:teuthology.orchestra.run.smithi155.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=smithi155 -v /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmphtlgzhbh:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-09-10T19:01:05.558 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-10T19:01:05.558 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:05.558 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "e044737e-6fa6-11ef-bcea-c7b262605968", 2024-09-10T19:01:05.558 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-09-10T19:01:05.559 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-09-10T19:01:05.559 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-09-10T19:01:05.559 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-09-10T19:01:05.559 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:05.559 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-09-10T19:01:05.559 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-09-10T19:01:05.559 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-09-10T19:01:05.559 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:05.559 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-09-10T19:01:05.559 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-09-10T19:01:05.559 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:05.559 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 5, 2024-09-10T19:01:05.559 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-09-10T19:01:05.559 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-10T19:01:05.559 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-09-10T19:01:05.559 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-09-10T19:01:05.560 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:05.560 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-09-10T19:01:05.560 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-10T19:01:05.560 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-09-10T19:01:05.560 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-09-10T19:01:05.560 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-09-10T19:01:05.560 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-09-10T19:01:05.560 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-09-10T19:01:05.560 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-09-10T19:01:05.560 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:05.560 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-09-10T19:01:05.560 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-09-10T19:01:05.560 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-09-10T19:01:05.561 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-09-10T19:01:05.561 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-09-10T19:01:05.561 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-09-10T19:01:05.561 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-09-10T19:01:05.561 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-09-10T19:01:05.561 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-09-10T19:01:05.561 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:05.561 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-09-10T19:01:05.561 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-10T19:01:05.561 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-09-10T19:01:05.561 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-09-10T19:01:05.561 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:05.561 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-09-10T19:01:05.562 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2024-09-10T19:01:05.562 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-09-10T19:01:05.562 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-09-10T19:01:05.562 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-09-10T19:01:05.562 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-09-10T19:01:05.562 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:05.562 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-09-10T19:01:05.562 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:05.562 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-09-10T19:01:05.562 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-10T19:01:05.562 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-09-10T19:00:52.583451+0000", 2024-09-10T19:01:05.562 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-09-10T19:01:05.562 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:05.562 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-09-10T19:01:05.562 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:06.087 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:05 smithi155 bash[14970]: audit 2024-09-10T19:01:05.554876+0000 mon.a (mon.0) 9 : audit [DBG] from='client.? 172.21.15.155:0/1416925731' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-10T19:01:06.157 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:mgr not available, waiting (2/10)... 2024-09-10T19:01:07.087 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:06 smithi155 bash[14970]: cluster 2024-09-10T19:01:06.697931+0000 mon.a (mon.0) 10 : cluster [INF] Activating manager daemon y 2024-09-10T19:01:07.087 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:06 smithi155 bash[14970]: cluster 2024-09-10T19:01:06.702678+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e2: y(active, starting, since 0.00496355s) 2024-09-10T19:01:07.158 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi155', '-v', '/var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmphtlgzhbh:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-09-10T19:01:07.158 INFO:teuthology.orchestra.run.smithi155.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=smithi155 -v /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmphtlgzhbh:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-09-10T19:01:08.073 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:07 smithi155 bash[14970]: audit 2024-09-10T19:01:06.705570+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.155:0/358954579' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T19:01:08.073 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:07 smithi155 bash[14970]: audit 2024-09-10T19:01:06.705848+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.155:0/358954579' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T19:01:08.073 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:07 smithi155 bash[14970]: audit 2024-09-10T19:01:06.706109+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.155:0/358954579' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T19:01:08.073 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:07 smithi155 bash[14970]: audit 2024-09-10T19:01:06.709742+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.155:0/358954579' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T19:01:08.074 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:07 smithi155 bash[14970]: audit 2024-09-10T19:01:06.710144+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.14100 172.21.15.155:0/358954579' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T19:01:08.074 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:07 smithi155 bash[14970]: cluster 2024-09-10T19:01:06.714199+0000 mon.a (mon.0) 17 : cluster [INF] Manager daemon y is now available 2024-09-10T19:01:08.074 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:07 smithi155 bash[14970]: audit 2024-09-10T19:01:06.733334+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.155:0/358954579' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-09-10T19:01:08.074 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:07 smithi155 bash[14970]: audit 2024-09-10T19:01:07.158613+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.155:0/358954579' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-09-10T19:01:08.074 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:07 smithi155 bash[14970]: cluster 2024-09-10T19:01:07.158649+0000 mon.a (mon.0) 20 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-10T19:01:08.074 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:07 smithi155 bash[14970]: audit 2024-09-10T19:01:07.161264+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.155:0/358954579' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-09-10T19:01:08.074 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:07 smithi155 bash[14970]: audit 2024-09-10T19:01:07.170313+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14100 172.21.15.155:0/358954579' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/report_id","val":"b15a89df-8eb7-490e-8a18-b92c549d82cb"}]: dispatch 2024-09-10T19:01:08.074 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:07 smithi155 bash[14970]: audit 2024-09-10T19:01:07.173101+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.155:0/358954579' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/report_id","val":"b15a89df-8eb7-490e-8a18-b92c549d82cb"}]': finished 2024-09-10T19:01:08.074 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:07 smithi155 bash[14970]: audit 2024-09-10T19:01:07.173764+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.155:0/358954579' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/salt","val":"9c7c3884-09b6-4161-b9cc-82e91009daa3"}]: dispatch 2024-09-10T19:01:08.074 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:07 smithi155 bash[14970]: audit 2024-09-10T19:01:07.176836+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.155:0/358954579' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/salt","val":"9c7c3884-09b6-4161-b9cc-82e91009daa3"}]': finished 2024-09-10T19:01:09.337 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:09 smithi155 bash[14970]: cluster 2024-09-10T19:01:07.724355+0000 mon.a (mon.0) 26 : cluster [DBG] mgrmap e3: y(active, since 1.02663s) 2024-09-10T19:01:09.337 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:09 smithi155 bash[14970]: audit 2024-09-10T19:01:08.165574+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.155:0/358954579' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-09-10T19:01:09.337 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:09 smithi155 bash[14970]: cluster 2024-09-10T19:01:08.165648+0000 mon.a (mon.0) 28 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-10T19:01:09.338 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:09 smithi155 bash[14970]: audit 2024-09-10T19:01:08.169018+0000 mon.a (mon.0) 29 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T19:01:09.373 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-10T19:01:09.373 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:09.373 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "e044737e-6fa6-11ef-bcea-c7b262605968", 2024-09-10T19:01:09.373 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-09-10T19:01:09.373 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-09-10T19:01:09.373 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-09-10T19:01:09.374 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-09-10T19:01:09.374 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:09.374 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-09-10T19:01:09.374 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-09-10T19:01:09.374 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-09-10T19:01:09.374 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:09.374 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-09-10T19:01:09.374 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-09-10T19:01:09.374 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:09.374 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 9, 2024-09-10T19:01:09.374 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-09-10T19:01:09.374 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-10T19:01:09.374 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-09-10T19:01:09.375 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-09-10T19:01:09.375 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:09.375 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-09-10T19:01:09.375 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 3, 2024-09-10T19:01:09.375 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-09-10T19:01:09.375 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-09-10T19:01:09.375 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-09-10T19:01:09.375 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-09-10T19:01:09.378 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-09-10T19:01:09.378 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-09-10T19:01:09.378 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:09.378 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-09-10T19:01:09.378 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-09-10T19:01:09.378 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-09-10T19:01:09.378 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-09-10T19:01:09.378 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-09-10T19:01:09.378 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-09-10T19:01:09.378 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-09-10T19:01:09.378 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-09-10T19:01:09.378 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-09-10T19:01:09.378 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:09.378 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-09-10T19:01:09.379 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-10T19:01:09.379 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-09-10T19:01:09.379 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-09-10T19:01:09.379 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:09.379 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-09-10T19:01:09.379 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2024-09-10T19:01:09.379 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-09-10T19:01:09.379 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-09-10T19:01:09.379 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-09-10T19:01:09.379 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-09-10T19:01:09.379 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:09.379 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-09-10T19:01:09.379 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:09.379 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-09-10T19:01:09.379 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-10T19:01:09.380 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-09-10T19:00:52.583451+0000", 2024-09-10T19:01:09.380 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-09-10T19:01:09.380 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:09.380 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-09-10T19:01:09.380 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:10.034 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Enabling cephadm module... 2024-09-10T19:01:10.034 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi155', '-v', '/var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmphtlgzhbh:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'module', 'enable', 'cephadm'] 2024-09-10T19:01:10.034 INFO:teuthology.orchestra.run.smithi155.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=smithi155 -v /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmphtlgzhbh:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr module enable cephadm 2024-09-10T19:01:10.337 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:10 smithi155 bash[14970]: audit 2024-09-10T19:01:09.032980+0000 mon.a (mon.0) 30 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T19:01:10.337 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:10 smithi155 bash[14970]: cluster 2024-09-10T19:01:09.168547+0000 mon.a (mon.0) 31 : cluster [DBG] mgrmap e4: y(active, since 2s) 2024-09-10T19:01:10.338 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:10 smithi155 bash[14970]: audit 2024-09-10T19:01:09.370923+0000 mon.a (mon.0) 32 : audit [DBG] from='client.? 172.21.15.155:0/3577632753' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-10T19:01:12.087 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:11 smithi155 bash[14970]: audit 2024-09-10T19:01:11.585702+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.155:0/2133566322' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-09-10T19:01:12.088 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:01:11 smithi155 bash[15226]: ignoring --setuser ceph since I am not root 2024-09-10T19:01:12.088 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:01:11 smithi155 bash[15226]: ignoring --setgroup ceph since I am not root 2024-09-10T19:01:12.249 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi155', '-v', '/var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmphtlgzhbh:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'dump'] 2024-09-10T19:01:12.249 INFO:teuthology.orchestra.run.smithi155.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=smithi155 -v /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmphtlgzhbh:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr dump 2024-09-10T19:01:13.087 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:12 smithi155 bash[14970]: audit 2024-09-10T19:01:11.640911+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.155:0/2133566322' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-10T19:01:13.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:12 smithi155 bash[14970]: cluster 2024-09-10T19:01:11.641012+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: y(active, since 4s) 2024-09-10T19:01:13.857 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:13.858 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 5, 2024-09-10T19:01:13.858 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_gid": 14100, 2024-09-10T19:01:13.858 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_name": "y", 2024-09-10T19:01:13.858 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addrs": { 2024-09-10T19:01:13.858 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-09-10T19:01:13.858 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:13.858 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-09-10T19:01:13.858 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.155:6800", 2024-09-10T19:01:13.858 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2470770379 2024-09-10T19:01:13.858 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:13.858 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:13.858 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v1", 2024-09-10T19:01:13.859 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.155:6801", 2024-09-10T19:01:13.859 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2470770379 2024-09-10T19:01:13.859 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:13.859 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-10T19:01:13.859 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:13.859 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addr": "172.21.15.155:6801/2470770379", 2024-09-10T19:01:13.859 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_change": "2024-09-10T19:01:06.697700+0000", 2024-09-10T19:01:13.859 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_mgr_features": 4540138292836696063, 2024-09-10T19:01:13.859 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2024-09-10T19:01:13.859 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standbys": [], 2024-09-10T19:01:13.859 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-09-10T19:01:13.859 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-09-10T19:01:13.859 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-09-10T19:01:13.859 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-09-10T19:01:13.860 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.238 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available_modules": [ 2024-09-10T19:01:14.238 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:14.238 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "alerts", 2024-09-10T19:01:14.238 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:14.239 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:14.239 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:14.239 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-10T19:01:14.239 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-10T19:01:14.239 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T19:01:14.239 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.239 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.239 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-09-10T19:01:14.239 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.239 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.239 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.239 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "How frequently to reexamine health status", 2024-09-10T19:01:14.239 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.240 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.240 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.240 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.240 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:14.240 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:14.240 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.240 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.240 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.240 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.240 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.240 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.240 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.240 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.241 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.241 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.241 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.241 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.241 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.241 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.241 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.241 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.241 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.241 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.241 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.241 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:14.241 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:14.242 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.242 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.242 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.242 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.242 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.242 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.242 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.242 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.242 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.242 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.242 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.242 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.242 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:14.242 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:14.243 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.243 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.243 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.243 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:14.243 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.243 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.243 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.243 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.243 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.243 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.243 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.243 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.243 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.243 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.244 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.244 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.244 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.244 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.244 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.244 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:14.244 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:14.244 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.244 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.244 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.244 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.244 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.245 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.245 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.245 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.245 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.245 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.245 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.245 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.245 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_destination": { 2024-09-10T19:01:14.245 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_destination", 2024-09-10T19:01:14.245 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.245 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.245 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.245 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.245 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.246 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.246 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.246 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email address to send alerts to", 2024-09-10T19:01:14.246 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.246 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.246 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.246 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.246 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_from_name": { 2024-09-10T19:01:14.246 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_from_name", 2024-09-10T19:01:14.246 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.246 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.246 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.246 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "Ceph", 2024-09-10T19:01:14.247 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.247 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.247 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.247 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email From: name", 2024-09-10T19:01:14.247 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.247 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.247 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.247 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.247 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_host": { 2024-09-10T19:01:14.247 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_host", 2024-09-10T19:01:14.247 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.247 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.247 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.247 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.248 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.248 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.248 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.248 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP server", 2024-09-10T19:01:14.248 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.248 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.248 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.248 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.248 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_password": { 2024-09-10T19:01:14.248 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_password", 2024-09-10T19:01:14.248 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.248 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.248 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.248 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.249 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.249 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.249 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.249 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Password to authenticate with", 2024-09-10T19:01:14.249 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.249 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.249 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.249 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.249 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_port": { 2024-09-10T19:01:14.249 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_port", 2024-09-10T19:01:14.249 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:14.249 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.249 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.249 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "465", 2024-09-10T19:01:14.249 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.250 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.250 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.250 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP port", 2024-09-10T19:01:14.250 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.250 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.250 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.250 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.250 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_sender": { 2024-09-10T19:01:14.250 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_sender", 2024-09-10T19:01:14.250 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.250 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.250 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.250 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.250 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.251 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.251 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.251 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP envelope sender", 2024-09-10T19:01:14.251 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.251 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.251 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.251 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.251 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_ssl": { 2024-09-10T19:01:14.251 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_ssl", 2024-09-10T19:01:14.251 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.251 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.251 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.251 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:14.252 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.252 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.252 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.252 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Use SSL to connect to SMTP server", 2024-09-10T19:01:14.252 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.252 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.252 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.252 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.252 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_user": { 2024-09-10T19:01:14.252 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_user", 2024-09-10T19:01:14.252 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.252 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.252 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.252 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.253 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.253 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.253 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.253 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "User to authenticate as", 2024-09-10T19:01:14.253 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.253 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.253 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.253 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.253 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.253 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.253 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:14.253 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "balancer", 2024-09-10T19:01:14.253 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:14.253 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:14.253 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:14.254 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active": { 2024-09-10T19:01:14.254 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "active", 2024-09-10T19:01:14.254 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.254 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.254 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.254 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.254 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.254 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.254 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.254 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically balance PGs across cluster", 2024-09-10T19:01:14.254 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.254 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.254 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.254 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.255 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_time": { 2024-09-10T19:01:14.255 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_time", 2024-09-10T19:01:14.255 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.255 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.255 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.255 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0000", 2024-09-10T19:01:14.255 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.255 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.255 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.255 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "beginning time of day to automatically balance", 2024-09-10T19:01:14.255 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-09-10T19:01:14.255 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.255 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.256 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.256 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_weekday": { 2024-09-10T19:01:14.256 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_weekday", 2024-09-10T19:01:14.256 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-09-10T19:01:14.256 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.256 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.256 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-09-10T19:01:14.256 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-09-10T19:01:14.256 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-09-10T19:01:14.256 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.256 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-09-10T19:01:14.256 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-09-10T19:01:14.256 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.257 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.257 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.257 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_max_iterations": { 2024-09-10T19:01:14.257 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_max_iterations", 2024-09-10T19:01:14.257 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-09-10T19:01:14.257 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.257 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.257 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "25", 2024-09-10T19:01:14.257 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-09-10T19:01:14.257 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "250", 2024-09-10T19:01:14.257 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.257 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum number of iterations to attempt optimization", 2024-09-10T19:01:14.257 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.257 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.258 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.258 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.258 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_metrics": { 2024-09-10T19:01:14.258 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_metrics", 2024-09-10T19:01:14.258 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.258 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.258 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.258 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "pgs,objects,bytes", 2024-09-10T19:01:14.258 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.258 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.258 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.258 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "metrics with which to calculate OSD utilization", 2024-09-10T19:01:14.258 INFO:teuthology.orchestra.run.smithi155.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-10T19:01:14.258 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.259 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.259 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.259 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_step": { 2024-09-10T19:01:14.259 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_step", 2024-09-10T19:01:14.259 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-09-10T19:01:14.259 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.259 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.259 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0.5", 2024-09-10T19:01:14.259 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0.001", 2024-09-10T19:01:14.259 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "0.999", 2024-09-10T19:01:14.259 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.259 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "aggressiveness of optimization", 2024-09-10T19:01:14.259 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-09-10T19:01:14.259 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.259 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.260 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.260 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_time": { 2024-09-10T19:01:14.260 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_time", 2024-09-10T19:01:14.260 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.260 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.260 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.260 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2400", 2024-09-10T19:01:14.260 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.260 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.260 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.260 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "ending time of day to automatically balance", 2024-09-10T19:01:14.260 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-09-10T19:01:14.260 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.260 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.260 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.261 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_weekday": { 2024-09-10T19:01:14.261 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_weekday", 2024-09-10T19:01:14.261 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-09-10T19:01:14.261 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.261 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.261 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-09-10T19:01:14.261 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-09-10T19:01:14.261 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-09-10T19:01:14.261 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.261 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-09-10T19:01:14.261 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-09-10T19:01:14.261 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.261 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.262 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.262 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:14.262 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:14.262 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.262 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.262 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.262 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.262 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.262 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.262 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.262 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.262 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.262 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.262 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.263 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.263 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.263 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.263 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.263 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.263 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.263 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.263 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.263 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:14.263 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:14.263 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.263 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.263 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.263 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.263 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.264 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.264 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.264 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.264 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.264 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.264 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.264 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.264 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:14.264 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:14.264 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.264 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.264 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.264 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:14.265 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.265 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.265 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.265 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.265 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.265 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.265 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.265 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.265 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.265 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.265 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.265 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.265 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.265 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.266 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.266 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:14.266 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:14.266 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.266 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.266 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.266 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.266 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.266 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.266 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.266 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.266 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.266 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.266 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.267 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.267 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_score": { 2024-09-10T19:01:14.267 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_score", 2024-09-10T19:01:14.267 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-09-10T19:01:14.267 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.267 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.267 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-09-10T19:01:14.267 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.267 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.267 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.267 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "minimum score, below which no optimization is attempted", 2024-09-10T19:01:14.267 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.267 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.267 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.267 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.268 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-09-10T19:01:14.268 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-09-10T19:01:14.268 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.268 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.268 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.268 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "none", 2024-09-10T19:01:14.268 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.268 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.268 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.268 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush-compat", 2024-09-10T19:01:14.268 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "none", 2024-09-10T19:01:14.268 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap" 2024-09-10T19:01:14.268 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.268 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Balancer mode", 2024-09-10T19:01:14.269 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.269 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.269 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.269 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.269 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_ids": { 2024-09-10T19:01:14.269 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_ids", 2024-09-10T19:01:14.269 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.269 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.269 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.269 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.269 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.269 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.269 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.269 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "pools which the automatic balancing will be limited to", 2024-09-10T19:01:14.270 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.270 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.270 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.270 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.270 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-09-10T19:01:14.270 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-09-10T19:01:14.270 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T19:01:14.270 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.270 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.270 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-09-10T19:01:14.270 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.270 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.270 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.270 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and attempt optimization", 2024-09-10T19:01:14.270 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.271 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.271 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.271 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.271 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_deviation": { 2024-09-10T19:01:14.271 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_deviation", 2024-09-10T19:01:14.271 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:14.271 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.271 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.271 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-09-10T19:01:14.271 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-09-10T19:01:14.271 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.271 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.271 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "deviation below which no optimization is attempted", 2024-09-10T19:01:14.272 INFO:teuthology.orchestra.run.smithi155.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-10T19:01:14.272 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.272 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.272 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.272 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_optimizations": { 2024-09-10T19:01:14.272 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_optimizations", 2024-09-10T19:01:14.272 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-09-10T19:01:14.272 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.272 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.272 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-09-10T19:01:14.272 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.272 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.272 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.273 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum upmap optimizations to make per attempt", 2024-09-10T19:01:14.273 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.273 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.273 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.273 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.273 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.273 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.273 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:14.273 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "cephadm", 2024-09-10T19:01:14.273 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:14.273 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:14.273 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:14.273 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "allow_ptrace": { 2024-09-10T19:01:14.274 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "allow_ptrace", 2024-09-10T19:01:14.274 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.274 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.274 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.274 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.274 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.274 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.274 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.274 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-09-10T19:01:14.274 INFO:teuthology.orchestra.run.smithi155.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-10T19:01:14.274 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.274 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.274 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.274 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "container_image_base": { 2024-09-10T19:01:14.275 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "container_image_base", 2024-09-10T19:01:14.275 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.275 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.275 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.275 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph/ceph", 2024-09-10T19:01:14.275 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.275 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.275 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.275 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Container image name, without the tag", 2024-09-10T19:01:14.275 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.275 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.275 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.275 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.275 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "daemon_cache_timeout": { 2024-09-10T19:01:14.276 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "daemon_cache_timeout", 2024-09-10T19:01:14.276 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T19:01:14.276 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.276 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.276 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-09-10T19:01:14.276 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.276 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.276 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.276 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache service (daemon) inventory", 2024-09-10T19:01:14.276 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.276 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.276 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.276 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.276 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_cache_timeout": { 2024-09-10T19:01:14.277 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_cache_timeout", 2024-09-10T19:01:14.277 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T19:01:14.277 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.277 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.277 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1800", 2024-09-10T19:01:14.277 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.277 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.277 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.277 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache device inventory", 2024-09-10T19:01:14.277 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.277 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.277 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.277 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.277 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "host_check_interval": { 2024-09-10T19:01:14.278 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "host_check_interval", 2024-09-10T19:01:14.278 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T19:01:14.278 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.278 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.278 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-09-10T19:01:14.278 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.278 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.278 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.278 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to perform a host check", 2024-09-10T19:01:14.278 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.278 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.278 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.278 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.278 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:14.279 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:14.279 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.279 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.279 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.279 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.279 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.279 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.279 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.279 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.279 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.279 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.279 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.279 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.279 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.279 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.280 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.280 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.280 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.280 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.280 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.280 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:14.280 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:14.280 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.280 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.280 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.280 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:14.280 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.280 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.280 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.281 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-09-10T19:01:14.281 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.281 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.281 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.281 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.281 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:14.281 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:14.281 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.281 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.281 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.281 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:14.281 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.281 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.282 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.282 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.282 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.282 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.282 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.282 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.282 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.282 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.282 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.282 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.282 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.282 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.282 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.283 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:14.283 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:14.283 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.283 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.283 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.283 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.283 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.283 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.283 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.283 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.283 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.283 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.283 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.283 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.284 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-09-10T19:01:14.284 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-09-10T19:01:14.284 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.284 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.284 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.284 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "root", 2024-09-10T19:01:14.284 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.284 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.284 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.284 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm-package", 2024-09-10T19:01:14.284 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "root" 2024-09-10T19:01:14.284 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.284 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "mode for remote execution of cephadm", 2024-09-10T19:01:14.284 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.285 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.285 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.285 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.285 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssh_config_file": { 2024-09-10T19:01:14.285 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssh_config_file", 2024-09-10T19:01:14.285 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.285 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.285 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.285 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T19:01:14.285 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.285 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.285 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.285 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "customized SSH config file to connect to managed hosts", 2024-09-10T19:01:14.286 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.286 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.286 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.286 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.286 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_failed_host_check": { 2024-09-10T19:01:14.286 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_failed_host_check", 2024-09-10T19:01:14.286 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.286 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.286 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.286 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:14.286 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.286 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.286 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.287 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if the host check fails", 2024-09-10T19:01:14.287 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.287 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.287 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.287 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.287 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_daemons": { 2024-09-10T19:01:14.287 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_daemons", 2024-09-10T19:01:14.287 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.287 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.287 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.287 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:14.287 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.287 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.287 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.288 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-09-10T19:01:14.288 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.288 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.288 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.288 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.288 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_hosts": { 2024-09-10T19:01:14.288 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_hosts", 2024-09-10T19:01:14.288 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.288 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.288 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.288 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:14.288 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.288 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.288 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.289 INFO:teuthology.orchestra.run.smithi155.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-10T19:01:14.289 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.289 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.289 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.289 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.289 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.289 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.289 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:14.289 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crash", 2024-09-10T19:01:14.289 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:14.289 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:14.289 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:14.289 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:14.289 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:14.290 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.290 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.290 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.290 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.290 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.290 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.290 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.290 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.290 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.290 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.290 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.290 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.290 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.290 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.291 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.291 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.291 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.291 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.291 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.291 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:14.291 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:14.291 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.291 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.291 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.291 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.291 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.291 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.291 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.292 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.292 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.292 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.292 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.292 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.292 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:14.292 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:14.292 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.292 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.292 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.292 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:14.292 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.292 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.292 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.293 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.293 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.293 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.293 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.293 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.293 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.293 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.293 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.293 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.293 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.293 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.293 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.293 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:14.294 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:14.294 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.294 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.294 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.294 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.294 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.294 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.294 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.294 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.294 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.294 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.294 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.294 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.294 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retain_interval": { 2024-09-10T19:01:14.294 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retain_interval", 2024-09-10T19:01:14.295 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T19:01:14.295 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.295 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.295 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "31536000", 2024-09-10T19:01:14.295 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.295 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.295 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.295 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain crashes before pruning them", 2024-09-10T19:01:14.295 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.295 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.295 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.295 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.295 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_recent_interval": { 2024-09-10T19:01:14.296 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_recent_interval", 2024-09-10T19:01:14.296 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T19:01:14.296 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.296 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.296 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1209600", 2024-09-10T19:01:14.296 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.296 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.296 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.296 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "time interval in which to warn about recent crashes", 2024-09-10T19:01:14.296 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.296 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.296 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.296 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.297 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.297 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.297 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:14.297 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "dashboard", 2024-09-10T19:01:14.297 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:14.297 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:14.297 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:14.297 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ALERTMANAGER_API_HOST": { 2024-09-10T19:01:14.297 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ALERTMANAGER_API_HOST", 2024-09-10T19:01:14.297 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.297 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.297 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.297 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.297 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.298 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.298 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.298 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.298 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.298 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.298 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.298 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.298 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_ENABLED": { 2024-09-10T19:01:14.298 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_ENABLED", 2024-09-10T19:01:14.298 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.298 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.298 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.298 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.298 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.298 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.299 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.299 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.299 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.299 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.299 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.299 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.299 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_LOG_PAYLOAD": { 2024-09-10T19:01:14.299 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-09-10T19:01:14.299 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.299 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.299 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.299 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:14.299 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.299 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.300 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.300 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.300 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.300 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.300 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.300 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.300 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ENABLE_BROWSABLE_API": { 2024-09-10T19:01:14.300 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ENABLE_BROWSABLE_API", 2024-09-10T19:01:14.300 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.300 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.300 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.300 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:14.300 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.300 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.301 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.301 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.301 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.301 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.301 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.301 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.301 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_cephfs": { 2024-09-10T19:01:14.301 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_cephfs", 2024-09-10T19:01:14.301 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.301 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.301 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.301 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:14.301 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.302 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.302 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.302 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.302 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.302 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.302 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.302 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.302 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_iscsi": { 2024-09-10T19:01:14.302 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_iscsi", 2024-09-10T19:01:14.302 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.302 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.302 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.302 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:14.302 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.303 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.303 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.303 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.303 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.303 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.303 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.303 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.303 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_mirroring": { 2024-09-10T19:01:14.303 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_mirroring", 2024-09-10T19:01:14.303 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.303 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.303 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.303 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:14.303 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.304 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.304 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.304 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.304 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.304 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.304 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.304 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.304 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_nfs": { 2024-09-10T19:01:14.304 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_nfs", 2024-09-10T19:01:14.304 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.304 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.304 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.304 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:14.305 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.305 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.305 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.305 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.305 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.305 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.305 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.305 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.305 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rbd": { 2024-09-10T19:01:14.305 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rbd", 2024-09-10T19:01:14.305 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.305 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.305 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.306 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:14.306 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.306 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.306 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.306 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.306 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.306 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.306 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.306 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.306 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rgw": { 2024-09-10T19:01:14.306 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rgw", 2024-09-10T19:01:14.306 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.306 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.307 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.307 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:14.307 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.307 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.307 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.307 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.307 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.307 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.307 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.307 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.307 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-09-10T19:01:14.307 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-09-10T19:01:14.307 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.307 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.308 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.308 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.308 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.308 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.308 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.308 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.308 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.308 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.308 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.308 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.308 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_PASSWORD": { 2024-09-10T19:01:14.308 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_PASSWORD", 2024-09-10T19:01:14.308 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.308 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.309 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.309 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-09-10T19:01:14.309 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.309 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.309 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.309 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.309 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.309 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.309 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.309 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.309 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_SSL_VERIFY": { 2024-09-10T19:01:14.309 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-09-10T19:01:14.309 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.309 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.310 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.310 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:14.310 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.310 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.310 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.310 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.310 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.310 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.310 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.310 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.310 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_URL": { 2024-09-10T19:01:14.310 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_URL", 2024-09-10T19:01:14.310 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.310 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.310 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.311 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.311 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.311 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.311 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.311 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.311 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.311 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.311 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.311 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.311 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_USERNAME": { 2024-09-10T19:01:14.311 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_USERNAME", 2024-09-10T19:01:14.311 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.311 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.311 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.311 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-09-10T19:01:14.312 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.312 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.312 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.312 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.312 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.312 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.312 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.312 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.312 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-09-10T19:01:14.312 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-09-10T19:01:14.312 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.312 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.312 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.312 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.313 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.313 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.313 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.313 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.313 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.313 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.313 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.313 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.313 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ISCSI_API_SSL_VERIFICATION": { 2024-09-10T19:01:14.313 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-09-10T19:01:14.313 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.313 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.313 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.313 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:14.314 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.314 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.314 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.314 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.314 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.314 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.314 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.314 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.314 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PROMETHEUS_API_HOST": { 2024-09-10T19:01:14.314 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PROMETHEUS_API_HOST", 2024-09-10T19:01:14.314 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.314 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.314 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.314 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.315 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.315 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.315 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.315 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.315 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.315 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.315 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.315 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.315 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-09-10T19:01:14.315 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-09-10T19:01:14.315 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.315 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.315 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.315 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.315 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.315 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.316 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.316 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.316 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.316 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.316 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.316 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.316 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-09-10T19:01:14.316 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-09-10T19:01:14.316 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.316 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.316 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.316 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.316 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.316 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.316 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.317 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.317 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.317 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.317 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.317 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.317 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-09-10T19:01:14.317 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-09-10T19:01:14.317 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.317 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.317 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.317 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:14.317 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.318 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.318 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.318 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.318 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.318 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.318 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.318 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.318 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-09-10T19:01:14.318 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-09-10T19:01:14.318 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.318 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.318 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.318 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:14.318 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.318 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.319 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.319 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.319 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.319 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.319 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.319 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.319 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-09-10T19:01:14.319 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-09-10T19:01:14.319 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.319 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.319 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.319 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.319 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.319 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.319 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.319 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.320 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.320 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.320 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.320 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.320 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-09-10T19:01:14.320 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-09-10T19:01:14.320 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.320 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.320 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.320 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.320 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.320 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.320 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.321 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.321 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.321 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.321 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.321 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.321 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-09-10T19:01:14.321 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-09-10T19:01:14.321 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.321 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.321 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.321 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.321 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.321 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.322 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.322 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.322 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.322 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.322 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.322 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.322 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_ENABLED": { 2024-09-10T19:01:14.322 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_ENABLED", 2024-09-10T19:01:14.322 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.322 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.322 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.322 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:14.322 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.322 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.322 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.322 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.323 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.323 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.323 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.323 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.323 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-09-10T19:01:14.323 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-09-10T19:01:14.323 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.323 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.323 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.323 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-09-10T19:01:14.323 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.323 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.323 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.323 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.324 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.324 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.324 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.324 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.324 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-09-10T19:01:14.324 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-09-10T19:01:14.324 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:14.324 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.324 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.324 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-09-10T19:01:14.324 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.324 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.324 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.325 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.325 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.325 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.325 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.325 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.325 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_LENGTH": { 2024-09-10T19:01:14.325 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-09-10T19:01:14.325 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:14.325 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.325 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.325 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8", 2024-09-10T19:01:14.325 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.325 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.326 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.326 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.326 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.326 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.326 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.326 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.326 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "REST_REQUESTS_TIMEOUT": { 2024-09-10T19:01:14.326 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "REST_REQUESTS_TIMEOUT", 2024-09-10T19:01:14.326 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:14.326 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.326 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.326 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "45", 2024-09-10T19:01:14.326 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.326 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.327 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.327 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.327 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.327 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.327 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.327 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.327 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ACCESS_KEY": { 2024-09-10T19:01:14.327 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ACCESS_KEY", 2024-09-10T19:01:14.327 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.327 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.327 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.327 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.327 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.328 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.328 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.328 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.328 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.328 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.328 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.328 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.328 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ADMIN_RESOURCE": { 2024-09-10T19:01:14.328 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-09-10T19:01:14.328 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.328 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.328 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.328 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-09-10T19:01:14.328 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.329 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.329 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.329 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.329 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.329 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.329 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.329 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.329 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_HOST": { 2024-09-10T19:01:14.329 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_HOST", 2024-09-10T19:01:14.329 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.329 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.329 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.329 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.329 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.330 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.330 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.330 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.330 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.330 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.330 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.330 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.330 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_PORT": { 2024-09-10T19:01:14.330 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_PORT", 2024-09-10T19:01:14.330 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:14.330 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.330 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.330 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "80", 2024-09-10T19:01:14.330 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.331 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.331 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.331 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.331 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.331 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.331 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.331 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.331 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SCHEME": { 2024-09-10T19:01:14.331 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SCHEME", 2024-09-10T19:01:14.331 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.331 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.331 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.331 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "http", 2024-09-10T19:01:14.331 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.331 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.332 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.332 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.332 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.332 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.332 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.332 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.332 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SECRET_KEY": { 2024-09-10T19:01:14.332 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SECRET_KEY", 2024-09-10T19:01:14.332 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.332 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.332 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.332 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.332 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.332 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.333 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.333 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.333 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.333 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.333 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.333 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.333 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SSL_VERIFY": { 2024-09-10T19:01:14.333 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SSL_VERIFY", 2024-09-10T19:01:14.333 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.333 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.333 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.333 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:14.333 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.333 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.334 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.334 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.334 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.334 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.334 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.334 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.334 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_USER_ID": { 2024-09-10T19:01:14.334 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_USER_ID", 2024-09-10T19:01:14.334 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.334 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.334 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.334 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.334 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.335 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.335 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.335 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.335 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.335 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.335 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.335 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.335 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_SPAN": { 2024-09-10T19:01:14.335 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-09-10T19:01:14.335 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:14.335 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.335 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.335 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-09-10T19:01:14.335 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.335 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.336 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.336 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.336 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.336 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.336 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.336 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.336 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-09-10T19:01:14.336 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-09-10T19:01:14.336 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:14.336 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.336 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.336 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-09-10T19:01:14.336 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.336 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.337 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.337 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.337 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.337 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.337 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.337 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.337 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-09-10T19:01:14.337 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-09-10T19:01:14.337 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:14.337 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.337 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.337 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-09-10T19:01:14.337 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.337 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.338 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.338 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.338 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.338 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.338 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.338 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.338 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crt_file": { 2024-09-10T19:01:14.338 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crt_file", 2024-09-10T19:01:14.338 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.338 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.338 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.338 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.338 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.338 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.339 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.339 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.339 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.339 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.339 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.339 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.339 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug": { 2024-09-10T19:01:14.339 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "debug", 2024-09-10T19:01:14.339 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.339 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.339 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.339 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.339 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.340 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.340 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.340 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Enable/disable debug options", 2024-09-10T19:01:14.340 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.340 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.340 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.340 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.340 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "jwt_token_ttl": { 2024-09-10T19:01:14.340 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "jwt_token_ttl", 2024-09-10T19:01:14.340 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:14.340 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.340 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.340 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "28800", 2024-09-10T19:01:14.341 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.341 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.341 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.341 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.341 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.341 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.341 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.341 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.341 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-09-10T19:01:14.341 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-09-10T19:01:14.341 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.341 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.341 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.341 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.342 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.342 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.342 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.342 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.342 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.342 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.342 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.342 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.342 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:14.342 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:14.342 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.342 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.342 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.342 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.343 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.343 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.343 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.343 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.343 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.343 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.343 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.343 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.343 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.343 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.343 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.343 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.343 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.343 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.344 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.344 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:14.344 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:14.344 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.344 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.344 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.344 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.344 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.344 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.344 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.344 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.344 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.344 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.345 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.345 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.345 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:14.345 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:14.345 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.345 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.345 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.345 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:14.345 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.345 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.345 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.345 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.346 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.346 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.346 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.346 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.346 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.346 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.346 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.346 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.346 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.346 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.346 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.346 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:14.346 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:14.346 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.347 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.347 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.347 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.347 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.347 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.347 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.347 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.347 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.347 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.347 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.347 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.347 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-09-10T19:01:14.347 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-09-10T19:01:14.347 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.348 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.348 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.348 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.348 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.348 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.348 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.348 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.348 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.348 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.348 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.348 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.348 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-09-10T19:01:14.348 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-09-10T19:01:14.348 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.349 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.349 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.349 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "::", 2024-09-10T19:01:14.349 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.349 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.349 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.349 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.349 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.349 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.349 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.349 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.349 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-09-10T19:01:14.349 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-09-10T19:01:14.350 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:14.350 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.350 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.350 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8080", 2024-09-10T19:01:14.350 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.350 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.350 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.350 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.350 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.350 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.350 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.350 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.350 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-09-10T19:01:14.350 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-09-10T19:01:14.351 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.351 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.351 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.351 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:14.351 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.351 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.351 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.351 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.351 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.351 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.351 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.351 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.351 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl_server_port": { 2024-09-10T19:01:14.352 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl_server_port", 2024-09-10T19:01:14.352 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:14.352 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.352 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.352 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8443", 2024-09-10T19:01:14.352 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.352 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.352 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.352 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.352 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.352 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.352 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.352 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.352 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_behaviour": { 2024-09-10T19:01:14.353 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_behaviour", 2024-09-10T19:01:14.353 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.353 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.353 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.353 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "redirect", 2024-09-10T19:01:14.353 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.353 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.353 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.353 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.353 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "redirect" 2024-09-10T19:01:14.353 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.353 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.353 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.354 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.354 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.354 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.354 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_error_status_code": { 2024-09-10T19:01:14.354 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_error_status_code", 2024-09-10T19:01:14.354 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:14.354 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.354 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.354 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "500", 2024-09-10T19:01:14.354 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "400", 2024-09-10T19:01:14.354 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "599", 2024-09-10T19:01:14.354 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.355 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.355 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.355 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.355 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.355 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.355 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url_prefix": { 2024-09-10T19:01:14.355 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url_prefix", 2024-09-10T19:01:14.355 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.355 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.355 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.355 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.355 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.355 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.356 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.356 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.356 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.356 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.356 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.356 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.356 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-09-10T19:01:14.356 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-09-10T19:01:14.356 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.356 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.356 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.356 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.356 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.357 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.357 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.357 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.357 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.357 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.357 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.357 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.357 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.357 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.357 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:14.357 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "devicehealth", 2024-09-10T19:01:14.357 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:14.358 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:14.358 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:14.358 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enable_monitoring": { 2024-09-10T19:01:14.358 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enable_monitoring", 2024-09-10T19:01:14.358 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.358 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.358 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.358 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:14.358 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.358 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.358 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.358 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "monitor device health metrics", 2024-09-10T19:01:14.358 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.359 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.359 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.359 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.359 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:14.359 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:14.359 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.359 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.359 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.359 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.359 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.359 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.359 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.359 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.359 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.360 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.360 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.360 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.360 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.360 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.360 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.360 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.360 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.360 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.360 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.360 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:14.360 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:14.360 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.361 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.361 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.361 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.361 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.361 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.361 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.361 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.361 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.361 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.361 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.361 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.361 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:14.361 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:14.362 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.362 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.362 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.362 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:14.362 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.362 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.362 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.362 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.362 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.362 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.362 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.362 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.362 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.363 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.363 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.363 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.363 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.363 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.363 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.363 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:14.363 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:14.363 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.363 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.363 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.363 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.363 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.363 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.364 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.364 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.364 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.364 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.364 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.364 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.364 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mark_out_threshold": { 2024-09-10T19:01:14.364 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mark_out_threshold", 2024-09-10T19:01:14.364 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T19:01:14.364 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.364 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.364 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2419200", 2024-09-10T19:01:14.364 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.365 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.365 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.365 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically mark OSD if it may fail before this long", 2024-09-10T19:01:14.365 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.365 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.365 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.365 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.365 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_name": { 2024-09-10T19:01:14.365 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_name", 2024-09-10T19:01:14.365 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.365 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.365 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.365 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "device_health_metrics", 2024-09-10T19:01:14.366 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.366 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.366 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.366 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name of pool in which to store device health metrics", 2024-09-10T19:01:14.366 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.366 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.366 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.366 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.366 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retention_period": { 2024-09-10T19:01:14.366 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retention_period", 2024-09-10T19:01:14.366 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T19:01:14.366 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.366 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.367 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15552000", 2024-09-10T19:01:14.367 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.367 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.367 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.367 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain device health metrics", 2024-09-10T19:01:14.367 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.367 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.367 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.367 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.367 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_frequency": { 2024-09-10T19:01:14.367 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_frequency", 2024-09-10T19:01:14.367 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T19:01:14.367 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.367 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.367 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-09-10T19:01:14.367 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.368 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.368 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.368 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to scrape device health metrics", 2024-09-10T19:01:14.368 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.368 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.368 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.368 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.368 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "self_heal": { 2024-09-10T19:01:14.368 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "self_heal", 2024-09-10T19:01:14.368 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.368 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.368 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.368 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:14.368 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.369 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.369 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.369 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "preemptively heal cluster around devices that may fail", 2024-09-10T19:01:14.369 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.369 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.369 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.369 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.369 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-09-10T19:01:14.369 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-09-10T19:01:14.369 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T19:01:14.369 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.369 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.369 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-09-10T19:01:14.369 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.369 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.370 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.370 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and check device health", 2024-09-10T19:01:14.370 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.370 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.370 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.370 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.370 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_threshold": { 2024-09-10T19:01:14.370 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_threshold", 2024-09-10T19:01:14.370 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T19:01:14.370 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.370 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.370 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7257600", 2024-09-10T19:01:14.370 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.370 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.370 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.371 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise health warning if OSD may fail before this long", 2024-09-10T19:01:14.371 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.371 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.371 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.371 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.371 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.371 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.371 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:14.371 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "diskprediction_local", 2024-09-10T19:01:14.371 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:14.371 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:14.371 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:14.372 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:14.372 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:14.372 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.372 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.372 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.372 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.372 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.372 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.372 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.372 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.372 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.372 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.372 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.373 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.373 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.373 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.373 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.373 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.373 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.373 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.373 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.373 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:14.373 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:14.373 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.373 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.373 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.374 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.374 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.374 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.374 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.374 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.374 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.374 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.374 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.374 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.374 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:14.374 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:14.374 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.374 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.374 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.375 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:14.375 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.375 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.375 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.375 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.375 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.375 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.375 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.375 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.375 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.375 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.375 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.375 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.376 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.376 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.376 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.376 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:14.376 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:14.376 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.376 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.376 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.376 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.376 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.376 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.376 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.376 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.376 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.377 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.377 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.377 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.377 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predict_interval": { 2024-09-10T19:01:14.377 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predict_interval", 2024-09-10T19:01:14.377 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.377 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.377 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.377 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-09-10T19:01:14.377 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.377 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.377 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.377 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.378 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.378 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.378 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.378 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.378 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predictor_model": { 2024-09-10T19:01:14.378 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predictor_model", 2024-09-10T19:01:14.378 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.378 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.378 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.378 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "prophetstor", 2024-09-10T19:01:14.378 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.378 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.378 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.378 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.379 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.379 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.379 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.379 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.379 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-09-10T19:01:14.379 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-09-10T19:01:14.379 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.379 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.379 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.379 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-09-10T19:01:14.379 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.379 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.379 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.379 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.380 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.380 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.380 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.380 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.380 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.380 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.380 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:14.380 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "influx", 2024-09-10T19:01:14.380 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": false, 2024-09-10T19:01:14.380 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "influxdb python module not found", 2024-09-10T19:01:14.380 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:14.380 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "batch_size": { 2024-09-10T19:01:14.380 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "batch_size", 2024-09-10T19:01:14.381 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.381 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.381 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.381 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5000", 2024-09-10T19:01:14.381 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.381 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.381 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.381 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.381 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.381 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.381 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.381 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.381 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "database": { 2024-09-10T19:01:14.382 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "database", 2024-09-10T19:01:14.382 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.382 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.382 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.382 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph", 2024-09-10T19:01:14.382 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.382 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.382 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.382 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.382 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.382 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.382 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.382 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.382 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "hostname": { 2024-09-10T19:01:14.383 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "hostname", 2024-09-10T19:01:14.383 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.383 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.383 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.383 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T19:01:14.383 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.383 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.383 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.383 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.383 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.383 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.383 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.383 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.383 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-10T19:01:14.384 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-10T19:01:14.384 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.384 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.384 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.384 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "30", 2024-09-10T19:01:14.384 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.384 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.384 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.384 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.384 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.384 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.384 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.384 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.384 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:14.385 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:14.385 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.385 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.385 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.385 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.385 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.385 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.385 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.385 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.385 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.385 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.385 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.385 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.386 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.386 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.386 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.386 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.386 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.386 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.386 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.386 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:14.386 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:14.386 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.386 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.386 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.386 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.386 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.387 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.387 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.387 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.387 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.387 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.387 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.387 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.387 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:14.387 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:14.387 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.387 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.387 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.387 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:14.388 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.388 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.388 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.388 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.388 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.388 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.388 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.388 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.388 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.388 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.388 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.388 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.388 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.389 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.389 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.389 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:14.389 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:14.389 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.389 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.389 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.389 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.389 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.389 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.389 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.389 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.389 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.389 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.390 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.390 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.390 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-09-10T19:01:14.390 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-09-10T19:01:14.390 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.390 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.390 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.390 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T19:01:14.390 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.390 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.390 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.390 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.390 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.391 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.391 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.391 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.391 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "port": { 2024-09-10T19:01:14.391 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "port", 2024-09-10T19:01:14.391 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.391 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.391 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.391 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8086", 2024-09-10T19:01:14.391 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.391 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.391 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.391 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.391 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.391 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.392 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.392 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.392 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-09-10T19:01:14.392 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-09-10T19:01:14.392 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.392 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.392 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.392 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "false", 2024-09-10T19:01:14.392 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.392 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.392 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.392 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.392 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.393 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.393 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.393 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.393 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "threads": { 2024-09-10T19:01:14.393 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "threads", 2024-09-10T19:01:14.393 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.393 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.393 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.393 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-09-10T19:01:14.393 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.393 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.393 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.393 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.394 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.394 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.394 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.394 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.394 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-09-10T19:01:14.394 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-09-10T19:01:14.394 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.394 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.394 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.394 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T19:01:14.394 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.394 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.394 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.394 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.394 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.395 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.395 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.395 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.395 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "verify_ssl": { 2024-09-10T19:01:14.395 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "verify_ssl", 2024-09-10T19:01:14.395 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.395 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.395 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.395 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "true", 2024-09-10T19:01:14.395 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.395 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.395 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.395 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.395 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.396 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.396 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.396 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.396 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.396 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.396 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:14.396 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "insights", 2024-09-10T19:01:14.396 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:14.396 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:14.396 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:14.396 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:14.396 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:14.396 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.396 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.397 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.397 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.397 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.397 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.397 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.397 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.397 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.397 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.397 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.397 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.397 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.397 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.397 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.397 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.400 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.400 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.400 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.400 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:14.400 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:14.400 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.400 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.401 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.401 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.401 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.401 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.401 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.401 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.401 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.401 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.401 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.401 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.401 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:14.401 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:14.401 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.402 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.402 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.402 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:14.402 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.402 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.402 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.402 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.402 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.402 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.402 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.402 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.402 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.402 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.403 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.403 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.403 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.403 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.403 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.403 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:14.403 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:14.403 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.403 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.403 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.403 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.403 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.403 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.403 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.403 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.403 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.404 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.404 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.404 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.404 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.404 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.404 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:14.404 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "iostat", 2024-09-10T19:01:14.404 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:14.404 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:14.404 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:14.404 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:14.404 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:14.404 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.404 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.405 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.405 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.405 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.405 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.405 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.405 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.405 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.405 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.405 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.405 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.405 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.405 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.405 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.405 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.406 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.406 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.406 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.406 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:14.406 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:14.406 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.406 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.406 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.406 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.406 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.406 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.406 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.406 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.407 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.407 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.407 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.407 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.407 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:14.407 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:14.407 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.407 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.407 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.407 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:14.407 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.407 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.407 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.408 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.408 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.408 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.408 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.408 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.408 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.408 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.408 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.408 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.408 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.408 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.408 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.408 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:14.408 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:14.409 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.409 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.409 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.409 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.409 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.409 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.409 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.409 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.409 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.409 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.409 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.409 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.409 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.410 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.410 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:14.410 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "k8sevents", 2024-09-10T19:01:14.410 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:14.410 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:14.410 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:14.410 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ceph_event_retention_days": { 2024-09-10T19:01:14.410 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ceph_event_retention_days", 2024-09-10T19:01:14.410 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:14.410 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.410 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.410 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-09-10T19:01:14.410 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.411 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.411 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.411 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Days to hold ceph event information within local cache", 2024-09-10T19:01:14.411 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.411 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.411 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.411 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.411 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "config_check_secs": { 2024-09-10T19:01:14.411 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "config_check_secs", 2024-09-10T19:01:14.411 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:14.411 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.411 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.411 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-09-10T19:01:14.411 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "10", 2024-09-10T19:01:14.412 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.412 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.412 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-09-10T19:01:14.412 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.412 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.412 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.412 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.412 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:14.412 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:14.412 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.412 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.412 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.412 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.413 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.413 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.413 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.413 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.413 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.413 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.413 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.413 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.413 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.413 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.413 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.413 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.413 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.413 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.414 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.414 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:14.414 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:14.414 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.414 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.414 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.414 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.414 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.414 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.414 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.414 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.414 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.414 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.415 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.415 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.415 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:14.415 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:14.415 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.415 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.415 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.415 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:14.415 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.415 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.415 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.415 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.415 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.415 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.415 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.416 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.416 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.416 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.416 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.416 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.416 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.416 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.416 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.416 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:14.416 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:14.416 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.416 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.416 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.416 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.417 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.417 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.417 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.417 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.417 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.417 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.417 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.417 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.417 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.417 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.417 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:14.417 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "localpool", 2024-09-10T19:01:14.417 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:14.418 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:14.418 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:14.418 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "failure_domain": { 2024-09-10T19:01:14.418 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "failure_domain", 2024-09-10T19:01:14.418 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.418 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.418 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.418 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "host", 2024-09-10T19:01:14.418 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.418 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.418 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.418 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "failure domain for any created local pool", 2024-09-10T19:01:14.418 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.418 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.419 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.419 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.419 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:14.419 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:14.419 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.419 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.419 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.419 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.419 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.419 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.419 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.419 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.419 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.419 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.420 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.420 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.420 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.420 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.420 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.420 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.420 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.420 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.420 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.420 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:14.420 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:14.420 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.420 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.421 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.421 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.421 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.421 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.421 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.421 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.421 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.421 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.421 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.421 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.421 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:14.421 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:14.421 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.422 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.422 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.422 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:14.422 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.422 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.422 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.422 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.422 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.422 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.422 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.422 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.422 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.422 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.422 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.422 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.423 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.423 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.423 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.423 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:14.423 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:14.423 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.423 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.423 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.423 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.423 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.423 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.423 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.423 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.423 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.424 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.424 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.424 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.424 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_size": { 2024-09-10T19:01:14.424 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_size", 2024-09-10T19:01:14.424 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:14.424 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.424 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.424 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.424 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.424 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.424 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.424 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default min_size for any created local pool", 2024-09-10T19:01:14.424 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.425 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.425 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.425 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.425 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_rep": { 2024-09-10T19:01:14.425 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "num_rep", 2024-09-10T19:01:14.425 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:14.425 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.425 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.425 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "3", 2024-09-10T19:01:14.425 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.425 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.425 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.425 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default replica count for any created local pool", 2024-09-10T19:01:14.426 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.426 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.426 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.426 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.426 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_num": { 2024-09-10T19:01:14.426 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_num", 2024-09-10T19:01:14.426 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:14.426 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.426 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.426 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "128", 2024-09-10T19:01:14.426 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.426 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.426 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.427 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default pg_num for any created local pool", 2024-09-10T19:01:14.427 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.427 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.427 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.427 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.427 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "prefix": { 2024-09-10T19:01:14.427 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prefix", 2024-09-10T19:01:14.427 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.427 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.427 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.427 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.427 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.427 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.427 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.428 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name prefix for any created local pool", 2024-09-10T19:01:14.428 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.428 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.428 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.428 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.428 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "subtree": { 2024-09-10T19:01:14.428 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "subtree", 2024-09-10T19:01:14.428 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.428 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.428 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.428 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "rack", 2024-09-10T19:01:14.428 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.428 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.429 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.429 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "CRUSH level for which to create a local pool", 2024-09-10T19:01:14.429 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.429 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.429 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.429 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.429 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.429 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.429 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:14.429 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-09-10T19:01:14.429 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:14.429 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:14.430 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:14.430 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:14.430 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:14.430 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.430 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.430 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.430 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.430 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.430 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.430 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.430 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.430 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.430 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.430 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.430 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.431 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.431 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.431 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.431 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.431 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.431 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.431 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.431 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:14.431 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:14.431 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.431 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.431 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.431 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.432 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.432 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.432 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.432 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.432 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.432 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.432 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.432 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.432 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:14.432 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:14.432 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.432 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.432 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.432 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:14.433 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.433 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.433 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.433 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.433 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.433 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.433 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.433 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.433 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.433 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.433 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.433 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.433 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.434 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.434 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.434 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:14.434 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:14.434 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.434 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.434 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.434 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.434 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.434 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.434 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.434 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.434 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.434 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.435 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.435 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.435 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator": { 2024-09-10T19:01:14.435 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-09-10T19:01:14.435 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.435 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.435 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.435 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T19:01:14.435 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.435 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.435 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.435 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-09-10T19:01:14.435 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rook", 2024-09-10T19:01:14.436 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "test_orchestrator" 2024-09-10T19:01:14.436 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.436 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Orchestrator backend", 2024-09-10T19:01:14.436 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.436 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.436 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.436 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.436 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.436 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.436 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:14.436 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "osd_support", 2024-09-10T19:01:14.436 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:14.436 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:14.436 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:14.437 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:14.437 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:14.437 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.437 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.437 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.437 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.437 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.437 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.437 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.437 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.437 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.437 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.438 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.438 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.438 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.438 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.438 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.438 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.438 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.438 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.438 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.438 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:14.438 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:14.438 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.438 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.438 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.439 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.439 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.439 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.439 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.439 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.439 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.439 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.439 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.439 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.439 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:14.439 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:14.439 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.439 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.439 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.440 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:14.440 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.440 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.440 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.440 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.440 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.440 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.440 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.440 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.440 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.440 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.440 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.440 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.440 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.441 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.441 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.441 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:14.441 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:14.441 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.441 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.441 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.441 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.441 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.441 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.441 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.441 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.441 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.442 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.442 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.442 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.442 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.442 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.442 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:14.442 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_autoscaler", 2024-09-10T19:01:14.442 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:14.442 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:14.442 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:14.442 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:14.442 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:14.442 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.443 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.443 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.443 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.443 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.443 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.443 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.443 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.443 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.443 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.443 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.443 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.443 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.443 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.443 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.444 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.444 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.444 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.444 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.444 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:14.444 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:14.444 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.444 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.444 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.444 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.444 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.444 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.444 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.445 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.445 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.445 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.445 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.445 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.445 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:14.445 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:14.445 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.445 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.445 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.445 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:14.445 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.445 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.446 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.446 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.446 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.446 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.446 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.446 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.446 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.446 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.446 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.446 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.446 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.446 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.446 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.447 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:14.447 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:14.447 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.447 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.447 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.447 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.447 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.447 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.447 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.447 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.447 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.447 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.447 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.447 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.448 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-09-10T19:01:14.448 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-09-10T19:01:14.448 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.448 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.448 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.448 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-09-10T19:01:14.448 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.448 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.448 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.448 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.448 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.448 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.448 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.448 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.449 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.449 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.449 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:14.449 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "progress", 2024-09-10T19:01:14.449 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:14.449 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:14.449 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:14.449 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:14.449 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:14.449 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.449 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.449 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.450 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.450 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.450 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.450 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.450 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.450 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.450 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.450 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.450 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.450 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.450 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.450 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.450 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.450 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.451 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.451 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.451 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:14.451 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:14.451 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.451 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.451 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.451 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.451 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.451 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.451 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.451 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.451 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.451 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.452 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.452 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.452 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:14.452 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:14.452 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.452 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.452 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.452 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:14.452 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.452 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.452 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.452 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.452 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.452 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.453 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.453 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.453 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.453 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.453 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.453 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.453 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.453 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.453 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.453 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:14.453 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:14.453 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.453 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.454 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.454 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.454 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.454 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.454 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.454 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.454 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.454 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.454 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.454 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.454 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max_completed_events": { 2024-09-10T19:01:14.454 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "max_completed_events", 2024-09-10T19:01:14.454 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:14.454 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.455 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.455 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "50", 2024-09-10T19:01:14.455 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.455 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.455 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.455 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "number of past completed events to remember", 2024-09-10T19:01:14.455 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.455 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.455 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.455 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.455 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "persist_interval": { 2024-09-10T19:01:14.455 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "persist_interval", 2024-09-10T19:01:14.455 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T19:01:14.456 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.456 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.456 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-09-10T19:01:14.456 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.456 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.456 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.456 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to persist completed events", 2024-09-10T19:01:14.456 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.456 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.456 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.456 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.456 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.456 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.457 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:14.457 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prometheus", 2024-09-10T19:01:14.457 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:14.457 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:14.457 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:14.457 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:14.457 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:14.457 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.457 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.457 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.457 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.457 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.457 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.457 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.458 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.458 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.458 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.458 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.458 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.458 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.458 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.458 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.458 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.458 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.458 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.458 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.458 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:14.458 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:14.459 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.459 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.459 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.459 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.459 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.459 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.459 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.459 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.459 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.459 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.459 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.459 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.459 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:14.460 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:14.460 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.460 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.460 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.460 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:14.460 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.460 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.460 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.460 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.460 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.460 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.460 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.460 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.461 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.461 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.461 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.461 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.461 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.461 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.461 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.461 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:14.461 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:14.461 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.461 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.461 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.461 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.462 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.462 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.462 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.462 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.462 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.462 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.462 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.462 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.462 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools": { 2024-09-10T19:01:14.462 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools", 2024-09-10T19:01:14.462 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.462 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.462 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.463 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.463 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.463 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.463 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.463 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.463 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.463 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.463 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.463 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.463 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools_refresh_interval": { 2024-09-10T19:01:14.463 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools_refresh_interval", 2024-09-10T19:01:14.463 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.463 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.464 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.464 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.464 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.464 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.464 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.464 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.464 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.464 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.464 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.464 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.464 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_interval": { 2024-09-10T19:01:14.464 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_interval", 2024-09-10T19:01:14.464 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.465 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.465 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.465 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.465 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.465 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.465 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.465 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.465 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.465 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.465 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.465 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.465 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-09-10T19:01:14.465 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-09-10T19:01:14.465 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.466 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.466 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.466 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.466 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.466 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.466 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.466 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.466 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.466 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.466 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.466 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.466 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-09-10T19:01:14.466 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-09-10T19:01:14.467 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.467 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.467 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.467 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.467 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.467 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.467 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.467 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.467 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.467 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.467 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.467 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.467 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.467 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.468 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:14.468 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_support", 2024-09-10T19:01:14.468 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:14.468 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:14.468 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:14.468 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:14.468 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:14.468 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.468 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.468 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.468 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.468 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.468 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.469 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.469 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.469 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.469 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.469 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.469 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.469 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.469 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.469 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.469 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.469 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.469 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.469 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.469 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:14.470 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:14.470 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.470 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.470 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.470 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.470 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.470 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.470 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.470 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.470 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.470 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.470 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.470 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.471 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:14.471 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:14.471 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.471 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.471 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.471 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:14.471 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.471 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.471 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.471 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.471 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.471 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.471 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.471 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.472 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.472 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.472 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.472 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.472 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.472 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.472 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.472 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:14.472 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:14.472 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.472 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.472 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.472 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.472 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.473 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.473 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.473 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.473 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.473 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.473 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.473 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.473 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mirror_snapshot_schedule": { 2024-09-10T19:01:14.473 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mirror_snapshot_schedule", 2024-09-10T19:01:14.473 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.473 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.473 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.473 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.473 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.474 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.474 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.474 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.474 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.474 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.474 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.474 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.474 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "trash_purge_schedule": { 2024-09-10T19:01:14.474 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "trash_purge_schedule", 2024-09-10T19:01:14.474 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.474 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.474 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.474 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.474 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.474 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.475 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.475 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.475 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.475 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.475 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.475 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.475 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.475 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.475 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:14.475 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "restful", 2024-09-10T19:01:14.475 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:14.475 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:14.475 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:14.476 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-09-10T19:01:14.476 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-09-10T19:01:14.476 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.476 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.476 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.476 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.476 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.476 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.476 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.476 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.476 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.476 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.476 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.476 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.476 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:14.477 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:14.477 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.477 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.477 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.477 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.477 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.477 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.477 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.477 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.477 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.477 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.477 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.478 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.478 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.478 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.478 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.478 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.478 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.478 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.478 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.478 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:14.478 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:14.478 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.478 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.478 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.478 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.479 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.479 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.479 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.479 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.479 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.479 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.479 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.479 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.479 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:14.479 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:14.479 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.479 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.479 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.479 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:14.479 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.480 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.480 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.480 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.480 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.480 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.480 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.480 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.480 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.480 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.480 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.480 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.480 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.480 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.480 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.481 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:14.481 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:14.481 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.481 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.481 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.481 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.481 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.481 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.481 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.481 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.481 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.481 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.481 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.481 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.482 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-09-10T19:01:14.482 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-09-10T19:01:14.482 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.482 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.482 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.482 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.482 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.482 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.482 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.482 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.482 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.482 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.482 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.482 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.482 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-09-10T19:01:14.483 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-09-10T19:01:14.483 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.483 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.483 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.483 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.483 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.483 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.483 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.483 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.483 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.483 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.483 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.483 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.483 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.483 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.483 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:14.484 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rook", 2024-09-10T19:01:14.484 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:14.484 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:14.484 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:14.484 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:14.484 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:14.484 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.484 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.484 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.484 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.484 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.484 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.484 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.484 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.485 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.485 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.485 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.485 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.485 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.485 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.485 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.485 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.485 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.485 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.485 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.485 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:14.485 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:14.485 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.485 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.486 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.486 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.486 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.486 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.486 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.486 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.486 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.486 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.486 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.486 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.486 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:14.486 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:14.486 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.486 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.486 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.487 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:14.487 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.487 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.487 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.487 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.487 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.487 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.487 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.487 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.487 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.487 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.487 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.487 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.487 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.488 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.488 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.488 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:14.488 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:14.488 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.488 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.488 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.488 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.488 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.488 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.488 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.488 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.488 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.489 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.489 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.489 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.489 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.489 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.489 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:14.489 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "selftest", 2024-09-10T19:01:14.489 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:14.489 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:14.489 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:14.489 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:14.489 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:14.489 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.489 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.490 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.490 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.490 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.490 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.490 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.490 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.490 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.490 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.490 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.490 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.490 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.490 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.490 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.490 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.490 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.491 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.491 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.491 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:14.491 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:14.491 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.491 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.491 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.491 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.491 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.491 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.491 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.491 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.491 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.491 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.492 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.492 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.492 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:14.492 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:14.492 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.492 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.492 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.492 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:14.492 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.492 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.492 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.492 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.492 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.492 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.492 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.493 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.493 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.493 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.493 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.493 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.493 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.493 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.493 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.493 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:14.493 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:14.493 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.493 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.493 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.494 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.494 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.494 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.494 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.494 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.494 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.494 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.494 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.494 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.494 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption1": { 2024-09-10T19:01:14.494 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption1", 2024-09-10T19:01:14.494 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.494 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.494 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.494 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.495 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.495 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.495 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.495 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.495 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.495 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.495 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.495 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.495 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption2": { 2024-09-10T19:01:14.495 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption2", 2024-09-10T19:01:14.495 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.495 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.495 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.496 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "xyz", 2024-09-10T19:01:14.496 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.496 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.496 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.496 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.496 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.496 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.496 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.496 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.496 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption1": { 2024-09-10T19:01:14.496 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption1", 2024-09-10T19:01:14.496 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.496 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.497 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.497 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.497 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.497 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.497 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.497 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.497 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.497 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.497 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.497 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.497 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption2": { 2024-09-10T19:01:14.497 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption2", 2024-09-10T19:01:14.497 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:14.498 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.498 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.498 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.498 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.498 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.498 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.498 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.498 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.498 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.498 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.498 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.498 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption3": { 2024-09-10T19:01:14.498 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption3", 2024-09-10T19:01:14.498 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-09-10T19:01:14.499 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.499 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.499 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.499 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.499 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.499 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.499 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.499 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.499 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.499 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.499 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.499 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption4": { 2024-09-10T19:01:14.499 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption4", 2024-09-10T19:01:14.499 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.500 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.500 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.500 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.500 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.500 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.500 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.500 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.500 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.500 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.500 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.500 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.500 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption5": { 2024-09-10T19:01:14.500 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption5", 2024-09-10T19:01:14.500 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.501 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.501 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.501 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.501 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.501 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.501 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.501 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.501 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.501 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.501 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.501 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.501 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption6": { 2024-09-10T19:01:14.501 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption6", 2024-09-10T19:01:14.502 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.502 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.502 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.502 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:14.502 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.502 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.502 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.502 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.502 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.502 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.502 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.502 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.502 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testkey": { 2024-09-10T19:01:14.502 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testkey", 2024-09-10T19:01:14.503 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.503 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.503 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.503 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.503 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.503 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.503 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.503 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.503 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.503 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.503 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.503 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.503 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testlkey": { 2024-09-10T19:01:14.503 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testlkey", 2024-09-10T19:01:14.504 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.504 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.504 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.504 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.504 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.504 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.504 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.504 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.504 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.504 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.504 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.504 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.504 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testnewline": { 2024-09-10T19:01:14.505 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testnewline", 2024-09-10T19:01:14.505 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.505 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.505 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.505 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.505 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.505 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.505 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.505 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.505 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.505 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.505 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.505 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.505 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.506 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.506 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:14.506 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "status", 2024-09-10T19:01:14.506 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:14.506 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:14.506 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:14.506 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:14.506 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:14.506 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.506 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.506 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.506 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.506 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.506 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.507 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.507 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.507 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.507 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.507 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.507 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.507 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.507 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.507 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.507 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.507 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.507 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.507 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.507 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:14.507 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:14.508 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.508 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.508 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.508 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.508 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.508 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.508 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.508 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.508 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.508 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.508 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.508 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.508 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:14.508 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:14.509 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.509 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.509 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.509 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:14.509 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.509 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.509 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.509 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.509 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.509 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.509 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.509 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.509 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.509 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.510 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.510 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.510 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.510 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.510 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.510 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:14.510 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:14.510 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.510 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.510 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.510 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.510 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.510 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.510 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.511 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.511 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.511 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.511 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.511 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.511 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.511 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.511 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:14.511 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telegraf", 2024-09-10T19:01:14.511 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:14.511 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:14.511 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:14.511 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "address": { 2024-09-10T19:01:14.511 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "address", 2024-09-10T19:01:14.512 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.512 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.512 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.512 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-09-10T19:01:14.512 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.512 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.512 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.512 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.512 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.512 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.512 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.512 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.512 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-10T19:01:14.512 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-10T19:01:14.513 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T19:01:14.513 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.513 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.513 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15", 2024-09-10T19:01:14.513 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.513 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.513 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.513 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.513 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.513 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.513 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.513 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.513 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:14.514 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:14.514 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.514 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.514 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.514 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.514 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.514 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.514 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.514 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.514 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.514 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.514 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.514 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.515 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.515 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.515 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.515 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.515 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.515 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.515 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.515 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:14.515 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:14.515 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.515 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.515 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.515 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.516 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.516 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.516 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.516 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.516 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.516 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.516 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.516 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.516 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:14.516 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:14.516 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.516 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.516 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.517 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:14.517 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.517 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.517 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.517 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.517 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.517 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.517 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.517 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.517 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.517 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.517 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.517 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.517 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.518 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.518 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.518 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:14.518 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:14.518 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.518 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.518 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.518 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.518 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.518 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.518 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.518 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.518 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.519 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.519 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.519 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.519 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.519 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.519 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:14.519 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telemetry", 2024-09-10T19:01:14.519 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:14.519 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:14.519 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:14.519 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_basic": { 2024-09-10T19:01:14.519 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_basic", 2024-09-10T19:01:14.519 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.519 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.520 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.520 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:14.520 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.520 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.520 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.520 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Share basic cluster information (size, version)", 2024-09-10T19:01:14.520 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.520 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.520 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.520 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.520 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_crash": { 2024-09-10T19:01:14.520 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_crash", 2024-09-10T19:01:14.520 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.521 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.521 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.521 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:14.521 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.521 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.521 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.521 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.521 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.521 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.521 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.521 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.521 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_device": { 2024-09-10T19:01:14.521 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_device", 2024-09-10T19:01:14.522 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.522 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.522 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.522 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:14.522 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.522 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.522 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.522 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.522 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.522 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.522 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.522 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.522 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_ident": { 2024-09-10T19:01:14.522 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_ident", 2024-09-10T19:01:14.523 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.523 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.523 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.523 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.523 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.523 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.523 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.523 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.523 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.523 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.523 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.523 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.523 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "contact": { 2024-09-10T19:01:14.523 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "contact", 2024-09-10T19:01:14.524 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.524 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.524 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.524 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T19:01:14.524 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.524 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.524 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.524 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.524 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.524 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.524 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.524 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.524 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "description": { 2024-09-10T19:01:14.524 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "description", 2024-09-10T19:01:14.525 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.525 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.525 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.525 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T19:01:14.525 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.525 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.525 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.525 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.525 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.525 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.525 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.525 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.525 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_url": { 2024-09-10T19:01:14.526 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_url", 2024-09-10T19:01:14.526 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.526 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.526 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.526 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/device", 2024-09-10T19:01:14.526 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.526 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.526 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.526 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.526 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.526 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.526 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.526 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.526 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enabled": { 2024-09-10T19:01:14.527 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enabled", 2024-09-10T19:01:14.527 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.527 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.527 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.527 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.527 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.527 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.527 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.527 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.527 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.527 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.527 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.527 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.527 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-10T19:01:14.527 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-10T19:01:14.528 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:14.528 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.528 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.528 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "24", 2024-09-10T19:01:14.528 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "8", 2024-09-10T19:01:14.528 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.528 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.528 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.528 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.528 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.528 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.528 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.528 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_opt_revision": { 2024-09-10T19:01:14.528 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "last_opt_revision", 2024-09-10T19:01:14.528 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:14.529 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.529 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.529 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1", 2024-09-10T19:01:14.529 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.529 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.529 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.529 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.529 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.529 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.529 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.529 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.529 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "leaderboard": { 2024-09-10T19:01:14.529 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "leaderboard", 2024-09-10T19:01:14.530 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.530 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.530 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.530 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.530 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.530 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.530 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.530 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.530 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.530 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.530 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.530 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.530 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:14.530 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:14.530 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.531 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.531 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.531 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.531 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.531 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.531 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.531 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.531 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.531 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.531 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.531 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.531 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.531 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.531 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.532 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.532 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.532 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.532 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.532 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:14.532 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:14.532 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.532 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.532 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.532 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.532 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.532 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.532 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.532 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.533 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.533 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.533 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.533 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.533 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:14.533 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:14.533 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.533 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.533 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.533 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:14.533 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.533 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.533 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.533 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.534 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.534 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.534 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.534 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.534 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.534 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.534 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.534 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.534 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.534 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.534 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.534 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:14.534 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:14.534 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.534 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.535 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.535 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.535 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.535 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.535 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.535 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.535 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.535 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.535 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.535 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.535 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "organization": { 2024-09-10T19:01:14.535 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "organization", 2024-09-10T19:01:14.535 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.535 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.536 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.536 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T19:01:14.536 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.536 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.536 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.536 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.536 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.536 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.536 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.536 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.536 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "proxy": { 2024-09-10T19:01:14.536 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "proxy", 2024-09-10T19:01:14.536 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.537 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.537 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.537 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T19:01:14.537 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.537 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.537 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.537 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.537 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.537 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.537 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.537 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.537 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url": { 2024-09-10T19:01:14.537 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url", 2024-09-10T19:01:14.537 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.537 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.538 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.538 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/report", 2024-09-10T19:01:14.538 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.538 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.538 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.538 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.538 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.538 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.538 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.538 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.538 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.538 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.538 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:14.538 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "test_orchestrator", 2024-09-10T19:01:14.538 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:14.538 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:14.539 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:14.539 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:14.539 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:14.539 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.539 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.539 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.539 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.539 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.539 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.539 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.539 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.539 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.539 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.539 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.539 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.540 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.540 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.540 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.540 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.540 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.540 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.540 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.540 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:14.540 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:14.540 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.540 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.540 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.540 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.540 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.540 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.541 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.541 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.541 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.541 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.541 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.541 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.541 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:14.541 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:14.541 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.541 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.541 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.541 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:14.541 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.542 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.542 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.542 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.542 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.542 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.542 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.542 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.542 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.542 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.542 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.542 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.542 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.542 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.542 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.543 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:14.543 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:14.543 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.543 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.543 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.543 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.543 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.543 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.543 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.543 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.543 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.543 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.543 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.543 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.543 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.544 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.544 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:14.544 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "volumes", 2024-09-10T19:01:14.544 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:14.544 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:14.544 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:14.544 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:14.544 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:14.544 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.544 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.544 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.544 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.544 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.545 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.545 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.545 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.545 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.545 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.545 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.545 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.545 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.545 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.545 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.545 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.545 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.545 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.545 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.546 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:14.546 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:14.546 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.546 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.546 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.546 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.546 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.546 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.546 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.546 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.546 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.546 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.546 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.546 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.546 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:14.547 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:14.547 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.547 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.547 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.547 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:14.547 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.547 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.547 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.547 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.547 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.547 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.547 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.547 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.548 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.548 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.548 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.548 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.548 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.548 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.548 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.548 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:14.548 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:14.548 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.548 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.548 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.548 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.548 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.549 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.549 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.549 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.549 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.549 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.549 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.549 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.549 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.549 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.549 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:14.549 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix", 2024-09-10T19:01:14.549 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:14.549 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:14.550 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:14.550 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "discovery_interval": { 2024-09-10T19:01:14.550 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "discovery_interval", 2024-09-10T19:01:14.550 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.550 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.550 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.550 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "100", 2024-09-10T19:01:14.550 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.550 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.550 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.550 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.550 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.550 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.550 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.551 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.551 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "identifier": { 2024-09-10T19:01:14.551 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "identifier", 2024-09-10T19:01:14.551 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.551 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.551 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.551 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.551 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.551 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.551 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.551 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.551 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.551 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.551 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.552 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.552 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-10T19:01:14.552 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-10T19:01:14.552 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T19:01:14.552 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.552 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.552 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-09-10T19:01:14.552 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.552 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.552 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.552 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.552 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.552 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.553 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.553 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.553 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:14.553 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:14.553 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.553 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.553 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.553 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:14.553 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.553 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.553 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.553 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.553 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.554 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.554 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.554 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.554 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.554 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.554 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.554 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.554 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.554 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.554 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.554 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:14.554 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:14.554 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.554 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.555 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.555 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.555 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.555 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.555 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.555 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.555 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.555 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.555 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.555 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.555 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:14.555 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:14.555 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.555 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.556 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.556 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:14.556 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.556 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.556 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:14.556 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:14.556 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:14.556 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:14.556 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:14.556 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:14.556 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:14.556 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.556 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.557 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.557 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.557 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.557 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.557 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:14.557 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:14.557 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:14.557 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.557 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:14.557 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:14.557 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.557 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.557 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.557 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.558 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.558 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.558 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.558 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.558 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_host": { 2024-09-10T19:01:14.558 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_host", 2024-09-10T19:01:14.558 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.558 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.558 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.558 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T19:01:14.558 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.558 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.558 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.558 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.559 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.559 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.559 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.559 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.559 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_port": { 2024-09-10T19:01:14.559 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_port", 2024-09-10T19:01:14.559 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:14.559 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.559 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.559 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10051", 2024-09-10T19:01:14.559 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.559 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.559 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.559 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.560 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.560 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.560 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.560 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.560 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_sender": { 2024-09-10T19:01:14.560 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_sender", 2024-09-10T19:01:14.560 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:14.560 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:14.560 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:14.560 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "/usr/bin/zabbix_sender", 2024-09-10T19:01:14.560 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:14.560 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:14.560 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:14.560 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:14.561 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:14.561 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:14.561 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:14.561 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.561 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.561 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.561 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.561 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {}, 2024-09-10T19:01:14.561 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "always_on_modules": { 2024-09-10T19:01:14.561 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nautilus": [ 2024-09-10T19:01:14.561 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-09-10T19:01:14.561 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-09-10T19:01:14.561 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-09-10T19:01:14.562 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator_cli", 2024-09-10T19:01:14.562 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-09-10T19:01:14.562 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-09-10T19:01:14.562 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-09-10T19:01:14.562 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-09-10T19:01:14.562 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.562 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "octopus": [ 2024-09-10T19:01:14.562 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-09-10T19:01:14.562 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-09-10T19:01:14.562 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-09-10T19:01:14.562 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator", 2024-09-10T19:01:14.562 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_support", 2024-09-10T19:01:14.562 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_autoscaler", 2024-09-10T19:01:14.562 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-09-10T19:01:14.563 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-09-10T19:01:14.563 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-09-10T19:01:14.563 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "telemetry", 2024-09-10T19:01:14.563 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-09-10T19:01:14.563 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:14.563 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_failure_osd_epoch": 0, 2024-09-10T19:01:14.563 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_clients": [ 2024-09-10T19:01:14.563 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:14.563 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-09-10T19:01:14.563 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:14.563 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-09-10T19:01:14.563 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.155:0", 2024-09-10T19:01:14.563 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 874628509 2024-09-10T19:01:14.564 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.564 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-10T19:01:14.564 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.564 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:14.564 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-09-10T19:01:14.564 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:14.564 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-09-10T19:01:14.564 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.155:0", 2024-09-10T19:01:14.564 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 614267145 2024-09-10T19:01:14.564 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.564 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-10T19:01:14.564 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:14.564 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:14.564 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-09-10T19:01:14.565 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:14.565 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-09-10T19:01:14.565 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.155:0", 2024-09-10T19:01:14.565 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 166670597 2024-09-10T19:01:14.565 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.565 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-10T19:01:14.565 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.565 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-10T19:01:14.565 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.565 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:14.566 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:13 smithi155 bash[14970]: audit 2024-09-10T19:01:13.849352+0000 mon.a (mon.0) 36 : audit [DBG] from='client.? 172.21.15.155:0/2710092902' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2024-09-10T19:01:14.566 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Waiting for the mgr to restart... 2024-09-10T19:01:14.567 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Waiting for Mgr epoch 5... 2024-09-10T19:01:14.567 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi155', '-v', '/var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmphtlgzhbh:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'tell', 'mgr', 'mgr_status'] 2024-09-10T19:01:14.567 INFO:teuthology.orchestra.run.smithi155.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=smithi155 -v /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmphtlgzhbh:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 tell mgr mgr_status 2024-09-10T19:01:16.972 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:16.972 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap_epoch": 7, 2024-09-10T19:01:16.972 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "initialized": true 2024-09-10T19:01:16.972 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:17.214 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:16 smithi155 bash[14970]: cluster 2024-09-10T19:01:15.891844+0000 mon.a (mon.0) 37 : cluster [INF] Active manager daemon y restarted 2024-09-10T19:01:17.214 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:16 smithi155 bash[14970]: cluster 2024-09-10T19:01:15.892703+0000 mon.a (mon.0) 38 : cluster [INF] Activating manager daemon y 2024-09-10T19:01:17.214 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:16 smithi155 bash[14970]: cluster 2024-09-10T19:01:15.898559+0000 mon.a (mon.0) 39 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-10T19:01:17.215 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:16 smithi155 bash[14970]: cluster 2024-09-10T19:01:15.949637+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e6: y(active, starting, since 0.0570845s) 2024-09-10T19:01:17.215 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:16 smithi155 bash[14970]: audit 2024-09-10T19:01:15.953273+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14117 172.21.15.155:0/3540240835' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T19:01:17.215 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:16 smithi155 bash[14970]: audit 2024-09-10T19:01:15.954678+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14117 172.21.15.155:0/3540240835' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T19:01:17.215 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:16 smithi155 bash[14970]: audit 2024-09-10T19:01:15.955041+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14117 172.21.15.155:0/3540240835' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T19:01:17.215 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:16 smithi155 bash[14970]: audit 2024-09-10T19:01:15.955350+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14117 172.21.15.155:0/3540240835' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T19:01:17.215 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:16 smithi155 bash[14970]: audit 2024-09-10T19:01:15.956086+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14117 172.21.15.155:0/3540240835' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T19:01:17.215 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:16 smithi155 bash[14970]: audit 2024-09-10T19:01:15.957746+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14117 172.21.15.155:0/3540240835' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T19:01:17.215 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:16 smithi155 bash[14970]: audit 2024-09-10T19:01:15.958486+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14117 172.21.15.155:0/3540240835' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T19:01:17.215 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:16 smithi155 bash[14970]: cluster 2024-09-10T19:01:15.962100+0000 mon.a (mon.0) 48 : cluster [INF] Manager daemon y is now available 2024-09-10T19:01:17.215 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:16 smithi155 bash[14970]: audit 2024-09-10T19:01:15.997622+0000 mon.a (mon.0) 49 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T19:01:17.215 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:16 smithi155 bash[14970]: audit 2024-09-10T19:01:16.868814+0000 mon.a (mon.0) 50 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T19:01:17.632 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Setting orchestrator backend to cephadm... 2024-09-10T19:01:17.632 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi155', '-v', '/var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmphtlgzhbh:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'orch', 'set', 'backend', 'cephadm'] 2024-09-10T19:01:17.632 INFO:teuthology.orchestra.run.smithi155.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=smithi155 -v /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmphtlgzhbh:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 orch set backend cephadm 2024-09-10T19:01:18.087 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:17 smithi155 bash[14970]: cluster 2024-09-10T19:01:16.956821+0000 mon.a (mon.0) 51 : cluster [DBG] mgrmap e7: y(active, since 1.06425s) 2024-09-10T19:01:19.280 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:18 smithi155 bash[14970]: cluster 2024-09-10T19:01:17.962320+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e8: y(active, since 2s) 2024-09-10T19:01:19.683 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Generating ssh key... 2024-09-10T19:01:19.684 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi155', '-v', '/var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmphtlgzhbh:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'cephadm', 'generate-key'] 2024-09-10T19:01:19.684 INFO:teuthology.orchestra.run.smithi155.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=smithi155 -v /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmphtlgzhbh:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 cephadm generate-key 2024-09-10T19:01:20.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:19 smithi155 bash[14970]: audit 2024-09-10T19:01:19.058042+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-10T19:01:20.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:19 smithi155 bash[14970]: audit 2024-09-10T19:01:19.061207+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14117 172.21.15.155:0/3540240835' entity='mgr.y' cmd=[{"prefix":"config set","value":"cephadm","who":"mgr","name":"mgr/orchestrator/orchestrator"}]: dispatch 2024-09-10T19:01:20.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:19 smithi155 bash[14970]: audit 2024-09-10T19:01:19.066749+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14117 172.21.15.155:0/3540240835' entity='mgr.y' cmd='[{"prefix":"config set","value":"cephadm","who":"mgr","name":"mgr/orchestrator/orchestrator"}]': finished 2024-09-10T19:01:21.838 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:21 smithi155 bash[14970]: audit 2024-09-10T19:01:21.484994+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14117 172.21.15.155:0/3540240835' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_key","val":"-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn\nNhAAAAAwEAAQAAAYEAqSkEFSBjBRQVZRUy/0OFv63iG9ribvNjaMCRgidd+4lEDlXme+nQ\nMg5GmOqxvdhKlYSX78GaAbjG/hP+Xz51X8PyL7bDp0bceXPH5abr5kmaj4aBQC92vTMRjU\nVYS+DzdKT/3rWDggzTT5qZ4xAlA0+8WvJoqS4cIsGupuciNRQjTgzDGowZaGlSHtjcqfhn\nhJJV41BcrofkHDmRBBFAElgF3XVkd8inh792B0tUBq0ymokuv4z59yA/C2TtoaZXQ5c+4H\nWNAyfbTvD5l1sAzZrA0gjh0LayEFvT42zw+6m6DyIayVNHgDZHnYvUaZb3kWtdnQyRdZ39\n4SkrcLWgNpUND6hbm/saGt1SckSXFAhSoL933NKL/iy5/K0cxaCltJXodsqjw+mFh+6sNb\nFPS4EF12vjL+5RFOaEww1agWSiKtJHDxYFI5oPuiRghAQpJJl0QThSqHjhFNAFtMVfZZRM\nGPQIQiB1Ong4CPZO7LLNVvZdyx6HJTHZ9ATqnzxNAAAFoO7GUNTuxlDUAAAAB3NzaC1yc2\nEAAAGBAKkpBBUgYwUUFWUVMv9Dhb+t4hva4m7zY2jAkYInXfuJRA5V5nvp0DIORpjqsb3Y\nSpWEl+/BmgG4xv4T/l8+dV/D8i+2w6dG3Hlzx+Wm6+ZJmo+GgUAvdr0zEY1FWEvg83Sk/9\n61g4IM00+ameMQJQNPvFryaKkuHCLBrqbnIjUUI04MwxqMGWhpUh7Y3Kn4Z4SSVeNQXK6H\n5Bw5kQQRQBJYBd11ZHfIp4e/dgdLVAatMpqJLr+M+fcgPwtk7aGmV0OXPuB1jQMn207w+Z\ndbAM2awNII4dC2shBb0+Ns8Pupug8iGslTR4A2R52L1GmW95FrXZ0MkXWd/eEpK3C1oDaV\nDQ+oW5v7GhrdUnJElxQIUqC/d9zSi/4sufytHMWgpbSV6HbKo8PphYfurDWxT0uBBddr4y\n/uURTmhMMNWoFkoirSRw8WBSOaD7okYIQEKSSZdEE4Uqh44RTQBbTFX2WUTBj0CEIgdTp4\nOAj2TuyyzVb2XcsehyUx2fQE6p88TQAAAAMBAAEAAAGBAKGaRoUsUIyceCf+TZ7hUdghdN\n4piKJ4MCL1vMy7cSSJKRQM6ki8wSHg037oz27PP8mBR2lL6iX08V3vmdZBo/4eArOkhVu7\n7Yq1mmWBxuFUtayh0b6Q2X28WOs+MTEkMVDhBHQtsfm+6OymhJcQaFu2g/nalTPykfx+Ta\nyzKNHOcD/zHzywVOGTpFlF0eErJzHWXujvb+todPql4C0jkbM0lj3QFW/9qFaeCVLEmvxZ\n3/sUTS2/r1lwW+o1vHLupeeRRjj9assTBRk38th+rG7CYXXJ25irsd2aAh8Y7iCxqE/IjH\nnmXh5FJmjwlXemlePDXBOpX6AbIqOSia8zRdog/rc/R/A2wfG9T9LN98kIi6AOw03J4Fnn\nTYH3u2iqQbZSKPgzzk3vp+CO3ySSIUG/u4bSx6L4rjU0QVm5ISuocxKBVn/lMPbbghW1Nv\nsX/28BlBRILIfQeZ0TjyFmsboKuFDujVefcDxGS6pOWc6LZ2CvMkK9pb1AeOaoSGj7oQAA\nAMAzrABHm1KQ3NQnpqxeBWK4XME2+Y9Ge4jBuL4EjpxZ46L9O7BNSHdWX2TntAfZRqtJ88\n3TLfzIh4qeVT1QCtUZ9RnTwy24gDVMYpgStXCFtv+fW85pUjXvACPw57UimDFasHO/GyTy\nTt/gABTAi8MBmsBVBsd8Us6rul4KdJvTjw5656f7I5T/dJS4M3Iz5q0kH/PvNnpscoTRPD\n+vtoNO6Y+hJ4H0A6fSWhdppXM7GsQDG2anjVU+IFaGPN5TdMYAAADBANJy+i7lem+14miE\nIwJ+MbdS39bEwIe65pUnuDI7lCLubDqBwSOUsVBvMOI8IZDjZSImDvIme0okzMorjgETBU\nFeYgKsNCoU3EtOhDFA6XRypy+RFnVrPvTvSRzqu0BsoCthVOWqCz3hHGp2UDUJnJfPR4/G\nSJ1t6uFXYkP5yhccLRvbb7O8WCGkivIRmZB9oV4AKpgq+Wyf8E35oCvPmixWaB974L4oiT\nfreQxHo35MT92J0QR0PIwBB7xTbDEC6QAAAMEAzcY2gyfU8k7HVoNcBA2Y/VGpoC5iQ2OJ\nEp506jliVd07wpMXz4uuH9WHJHsshJwL6dy4AUMUHYCyJNW6HdEsWBlxCnuLzusWC2OjHr\njM6VFf7SmKuD1edriMAbZYih+czzpP2o9sKhtog1+8yMaFSZBMnorS7Ae3LHq5lZNUVpnM\nWQpj3aOoAsdrxvfXSPh/TK5RAjV6PTq8gaYmta5DhH/pesKKwoM/Ij2NlkKZssDMFif86/\nTAd/jMh4casqfFAAAAKWNlcGgtZTA0NDczN2UtNmZhNi0xMWVmLWJjZWEtYzdiMjYyNjA1\nOTY4AQ==\n-----END OPENSSH PRIVATE KEY-----\n"}]: dispatch 2024-09-10T19:01:21.838 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:01:21 smithi155 bash[15226]: Generating public/private rsa key pair. 2024-09-10T19:01:21.838 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:01:21 smithi155 bash[15226]: Your identification has been saved in /tmp/tmpmb1oqfng/key. 2024-09-10T19:01:21.838 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:01:21 smithi155 bash[15226]: Your public key has been saved in /tmp/tmpmb1oqfng/key.pub. 2024-09-10T19:01:21.838 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:01:21 smithi155 bash[15226]: The key fingerprint is: 2024-09-10T19:01:21.838 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:01:21 smithi155 bash[15226]: SHA256:rChjTaE/DZc280nnVd5PCzsIaAsc/SK9Avgb+X1bMAg ceph-e044737e-6fa6-11ef-bcea-c7b262605968 2024-09-10T19:01:21.839 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:01:21 smithi155 bash[15226]: The key's randomart image is: 2024-09-10T19:01:21.839 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:01:21 smithi155 bash[15226]: +---[RSA 3072]----+ 2024-09-10T19:01:21.839 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:01:21 smithi155 bash[15226]: | | 2024-09-10T19:01:21.839 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:01:21 smithi155 bash[15226]: | . | 2024-09-10T19:01:21.839 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:01:21 smithi155 bash[15226]: | .E . . | 2024-09-10T19:01:21.839 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:01:21 smithi155 bash[15226]: | ....+o+ o . | 2024-09-10T19:01:21.839 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:01:21 smithi155 bash[15226]: | ...o+**S=. ... o| 2024-09-10T19:01:21.839 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:01:21 smithi155 bash[15226]: | .+o*+*+++.. o.o| 2024-09-10T19:01:21.839 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:01:21 smithi155 bash[15226]: | ++=.ooo .o o ..| 2024-09-10T19:01:21.839 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:01:21 smithi155 bash[15226]: | . o+.o .. . | 2024-09-10T19:01:21.839 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:01:21 smithi155 bash[15226]: | . . .... | 2024-09-10T19:01:21.839 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:01:21 smithi155 bash[15226]: +----[SHA256]-----+ 2024-09-10T19:01:21.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:21 smithi155 bash[14970]: audit 2024-09-10T19:01:21.488672+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14117 172.21.15.155:0/3540240835' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_key","val":"-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn\nNhAAAAAwEAAQAAAYEAqSkEFSBjBRQVZRUy/0OFv63iG9ribvNjaMCRgidd+4lEDlXme+nQ\nMg5GmOqxvdhKlYSX78GaAbjG/hP+Xz51X8PyL7bDp0bceXPH5abr5kmaj4aBQC92vTMRjU\nVYS+DzdKT/3rWDggzTT5qZ4xAlA0+8WvJoqS4cIsGupuciNRQjTgzDGowZaGlSHtjcqfhn\nhJJV41BcrofkHDmRBBFAElgF3XVkd8inh792B0tUBq0ymokuv4z59yA/C2TtoaZXQ5c+4H\nWNAyfbTvD5l1sAzZrA0gjh0LayEFvT42zw+6m6DyIayVNHgDZHnYvUaZb3kWtdnQyRdZ39\n4SkrcLWgNpUND6hbm/saGt1SckSXFAhSoL933NKL/iy5/K0cxaCltJXodsqjw+mFh+6sNb\nFPS4EF12vjL+5RFOaEww1agWSiKtJHDxYFI5oPuiRghAQpJJl0QThSqHjhFNAFtMVfZZRM\nGPQIQiB1Ong4CPZO7LLNVvZdyx6HJTHZ9ATqnzxNAAAFoO7GUNTuxlDUAAAAB3NzaC1yc2\nEAAAGBAKkpBBUgYwUUFWUVMv9Dhb+t4hva4m7zY2jAkYInXfuJRA5V5nvp0DIORpjqsb3Y\nSpWEl+/BmgG4xv4T/l8+dV/D8i+2w6dG3Hlzx+Wm6+ZJmo+GgUAvdr0zEY1FWEvg83Sk/9\n61g4IM00+ameMQJQNPvFryaKkuHCLBrqbnIjUUI04MwxqMGWhpUh7Y3Kn4Z4SSVeNQXK6H\n5Bw5kQQRQBJYBd11ZHfIp4e/dgdLVAatMpqJLr+M+fcgPwtk7aGmV0OXPuB1jQMn207w+Z\ndbAM2awNII4dC2shBb0+Ns8Pupug8iGslTR4A2R52L1GmW95FrXZ0MkXWd/eEpK3C1oDaV\nDQ+oW5v7GhrdUnJElxQIUqC/d9zSi/4sufytHMWgpbSV6HbKo8PphYfurDWxT0uBBddr4y\n/uURTmhMMNWoFkoirSRw8WBSOaD7okYIQEKSSZdEE4Uqh44RTQBbTFX2WUTBj0CEIgdTp4\nOAj2TuyyzVb2XcsehyUx2fQE6p88TQAAAAMBAAEAAAGBAKGaRoUsUIyceCf+TZ7hUdghdN\n4piKJ4MCL1vMy7cSSJKRQM6ki8wSHg037oz27PP8mBR2lL6iX08V3vmdZBo/4eArOkhVu7\n7Yq1mmWBxuFUtayh0b6Q2X28WOs+MTEkMVDhBHQtsfm+6OymhJcQaFu2g/nalTPykfx+Ta\nyzKNHOcD/zHzywVOGTpFlF0eErJzHWXujvb+todPql4C0jkbM0lj3QFW/9qFaeCVLEmvxZ\n3/sUTS2/r1lwW+o1vHLupeeRRjj9assTBRk38th+rG7CYXXJ25irsd2aAh8Y7iCxqE/IjH\nnmXh5FJmjwlXemlePDXBOpX6AbIqOSia8zRdog/rc/R/A2wfG9T9LN98kIi6AOw03J4Fnn\nTYH3u2iqQbZSKPgzzk3vp+CO3ySSIUG/u4bSx6L4rjU0QVm5ISuocxKBVn/lMPbbghW1Nv\nsX/28BlBRILIfQeZ0TjyFmsboKuFDujVefcDxGS6pOWc6LZ2CvMkK9pb1AeOaoSGj7oQAA\nAMAzrABHm1KQ3NQnpqxeBWK4XME2+Y9Ge4jBuL4EjpxZ46L9O7BNSHdWX2TntAfZRqtJ88\n3TLfzIh4qeVT1QCtUZ9RnTwy24gDVMYpgStXCFtv+fW85pUjXvACPw57UimDFasHO/GyTy\nTt/gABTAi8MBmsBVBsd8Us6rul4KdJvTjw5656f7I5T/dJS4M3Iz5q0kH/PvNnpscoTRPD\n+vtoNO6Y+hJ4H0A6fSWhdppXM7GsQDG2anjVU+IFaGPN5TdMYAAADBANJy+i7lem+14miE\nIwJ+MbdS39bEwIe65pUnuDI7lCLubDqBwSOUsVBvMOI8IZDjZSImDvIme0okzMorjgETBU\nFeYgKsNCoU3EtOhDFA6XRypy+RFnVrPvTvSRzqu0BsoCthVOWqCz3hHGp2UDUJnJfPR4/G\nSJ1t6uFXYkP5yhccLRvbb7O8WCGkivIRmZB9oV4AKpgq+Wyf8E35oCvPmixWaB974L4oiT\nfreQxHo35MT92J0QR0PIwBB7xTbDEC6QAAAMEAzcY2gyfU8k7HVoNcBA2Y/VGpoC5iQ2OJ\nEp506jliVd07wpMXz4uuH9WHJHsshJwL6dy4AUMUHYCyJNW6HdEsWBlxCnuLzusWC2OjHr\njM6VFf7SmKuD1edriMAbZYih+czzpP2o9sKhtog1+8yMaFSZBMnorS7Ae3LHq5lZNUVpnM\nWQpj3aOoAsdrxvfXSPh/TK5RAjV6PTq8gaYmta5DhH/pesKKwoM/Ij2NlkKZssDMFif86/\nTAd/jMh4casqfFAAAAKWNlcGgtZTA0NDczN2UtNmZhNi0xMWVmLWJjZWEtYzdiMjYyNjA1\nOTY4AQ==\n-----END OPENSSH PRIVATE KEY-----\n"}]': finished 2024-09-10T19:01:21.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:21 smithi155 bash[14970]: audit 2024-09-10T19:01:21.489498+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14117 172.21.15.155:0/3540240835' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_pub","val":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCpKQQVIGMFFBVlFTL/Q4W/reIb2uJu82NowJGCJ137iUQOVeZ76dAyDkaY6rG92EqVhJfvwZoBuMb+E/5fPnVfw/IvtsOnRtx5c8flpuvmSZqPhoFAL3a9MxGNRVhL4PN0pP/etYOCDNNPmpnjECUDT7xa8mipLhwiwa6m5yI1FCNODMMajBloaVIe2Nyp+GeEklXjUFyuh+QcOZEEEUASWAXddWR3yKeHv3YHS1QGrTKaiS6/jPn3ID8LZO2hpldDlz7gdY0DJ9tO8PmXWwDNmsDSCOHQtrIQW9PjbPD7qboPIhrJU0eANkedi9RplveRa12dDJF1nf3hKStwtaA2lQ0PqFub+xoa3VJyRJcUCFKgv3fc0ov+LLn8rRzFoKW0leh2yqPD6YWH7qw1sU9LgQXXa+Mv7lEU5oTDDVqBZKIq0kcPFgUjmg+6JGCEBCkkmXRBOFKoeOEU0AW0xV9llEwY9AhCIHU6eDgI9k7sss1W9l3LHoclMdn0BOqfPE0= ceph-e044737e-6fa6-11ef-bcea-c7b262605968\n"}]: dispatch 2024-09-10T19:01:21.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:21 smithi155 bash[14970]: audit 2024-09-10T19:01:21.491000+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14117 172.21.15.155:0/3540240835' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_pub","val":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCpKQQVIGMFFBVlFTL/Q4W/reIb2uJu82NowJGCJ137iUQOVeZ76dAyDkaY6rG92EqVhJfvwZoBuMb+E/5fPnVfw/IvtsOnRtx5c8flpuvmSZqPhoFAL3a9MxGNRVhL4PN0pP/etYOCDNNPmpnjECUDT7xa8mipLhwiwa6m5yI1FCNODMMajBloaVIe2Nyp+GeEklXjUFyuh+QcOZEEEUASWAXddWR3yKeHv3YHS1QGrTKaiS6/jPn3ID8LZO2hpldDlz7gdY0DJ9tO8PmXWwDNmsDSCOHQtrIQW9PjbPD7qboPIhrJU0eANkedi9RplveRa12dDJF1nf3hKStwtaA2lQ0PqFub+xoa3VJyRJcUCFKgv3fc0ov+LLn8rRzFoKW0leh2yqPD6YWH7qw1sU9LgQXXa+Mv7lEU5oTDDVqBZKIq0kcPFgUjmg+6JGCEBCkkmXRBOFKoeOEU0AW0xV9llEwY9AhCIHU6eDgI9k7sss1W9l3LHoclMdn0BOqfPE0= ceph-e044737e-6fa6-11ef-bcea-c7b262605968\n"}]': finished 2024-09-10T19:01:22.228 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi155', '-v', '/var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmphtlgzhbh:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'cephadm', 'get-pub-key'] 2024-09-10T19:01:22.228 INFO:teuthology.orchestra.run.smithi155.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=smithi155 -v /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmphtlgzhbh:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 cephadm get-pub-key 2024-09-10T19:01:22.837 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:22 smithi155 bash[14970]: audit 2024-09-10T19:01:21.255093+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-10T19:01:22.838 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:22 smithi155 bash[14970]: cephadm 2024-09-10T19:01:21.255548+0000 mgr.y (mgr.14117) 3 : cephadm [INF] Generating ssh key... 2024-09-10T19:01:23.759 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCpKQQVIGMFFBVlFTL/Q4W/reIb2uJu82NowJGCJ137iUQOVeZ76dAyDkaY6rG92EqVhJfvwZoBuMb+E/5fPnVfw/IvtsOnRtx5c8flpuvmSZqPhoFAL3a9MxGNRVhL4PN0pP/etYOCDNNPmpnjECUDT7xa8mipLhwiwa6m5yI1FCNODMMajBloaVIe2Nyp+GeEklXjUFyuh+QcOZEEEUASWAXddWR3yKeHv3YHS1QGrTKaiS6/jPn3ID8LZO2hpldDlz7gdY0DJ9tO8PmXWwDNmsDSCOHQtrIQW9PjbPD7qboPIhrJU0eANkedi9RplveRa12dDJF1nf3hKStwtaA2lQ0PqFub+xoa3VJyRJcUCFKgv3fc0ov+LLn8rRzFoKW0leh2yqPD6YWH7qw1sU9LgQXXa+Mv7lEU5oTDDVqBZKIq0kcPFgUjmg+6JGCEBCkkmXRBOFKoeOEU0AW0xV9llEwY9AhCIHU6eDgI9k7sss1W9l3LHoclMdn0BOqfPE0= ceph-e044737e-6fa6-11ef-bcea-c7b262605968 2024-09-10T19:01:24.387 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Wrote public SSH key to to /home/ubuntu/cephtest/ceph.pub 2024-09-10T19:01:24.388 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Adding key to root@localhost's authorized_keys... 2024-09-10T19:01:24.388 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Adding host smithi155... 2024-09-10T19:01:24.388 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi155', '-v', '/var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmphtlgzhbh:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'orch', 'host', 'add', 'smithi155'] 2024-09-10T19:01:24.388 INFO:teuthology.orchestra.run.smithi155.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=smithi155 -v /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmphtlgzhbh:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 orch host add smithi155 2024-09-10T19:01:25.087 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:24 smithi155 bash[14970]: audit 2024-09-10T19:01:23.758526+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-10T19:01:26.337 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:01:25 smithi155 bash[15226]: Warning: Permanently added 'smithi155,172.21.15.155' (ECDSA) to the list of known hosts. 2024-09-10T19:01:26.922 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout Added host 'smithi155' 2024-09-10T19:01:27.000 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:26 smithi155 bash[14970]: audit 2024-09-10T19:01:26.568136+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14117 172.21.15.155:0/3540240835' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"smithi155\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-10T19:01:27.000 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:26 smithi155 bash[14970]: audit 2024-09-10T19:01:26.571655+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14117 172.21.15.155:0/3540240835' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"smithi155\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-10T19:01:27.759 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Enabling the dashboard module... 2024-09-10T19:01:27.759 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi155', '-v', '/var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmphtlgzhbh:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'module', 'enable', 'dashboard'] 2024-09-10T19:01:27.760 INFO:teuthology.orchestra.run.smithi155.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=smithi155 -v /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmphtlgzhbh:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr module enable dashboard 2024-09-10T19:01:28.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:27 smithi155 bash[14970]: audit 2024-09-10T19:01:25.917698+0000 mgr.y (mgr.14117) 5 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi155", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:28.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:27 smithi155 bash[14970]: cephadm 2024-09-10T19:01:26.572378+0000 mgr.y (mgr.14117) 6 : cephadm [INF] Added host smithi155 2024-09-10T19:01:28.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:27 smithi155 bash[14970]: audit 2024-09-10T19:01:26.855739+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14117 172.21.15.155:0/3540240835' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:01:28.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:27 smithi155 bash[14970]: audit 2024-09-10T19:01:26.859724+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14117 172.21.15.155:0/3540240835' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:01:28.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:27 smithi155 bash[14970]: audit 2024-09-10T19:01:26.860800+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.14117 172.21.15.155:0/3540240835' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:01:28.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:27 smithi155 bash[14970]: audit 2024-09-10T19:01:27.346221+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14117 172.21.15.155:0/3540240835' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:01:27.340783\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:01:27.345082\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-10T19:01:27.345337\", \"networks\": {}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:01:28.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:27 smithi155 bash[14970]: audit 2024-09-10T19:01:27.350266+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14117 172.21.15.155:0/3540240835' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:01:27.340783\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:01:27.345082\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-10T19:01:27.345337\", \"networks\": {}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:01:28.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:27 smithi155 bash[14970]: audit 2024-09-10T19:01:27.351204+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.14117 172.21.15.155:0/3540240835' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:01:31.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:30 smithi155 bash[14970]: audit 2024-09-10T19:01:30.103298+0000 mon.a (mon.0) 67 : audit [INF] from='client.? 172.21.15.155:0/2941558133' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-09-10T19:01:31.088 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:01:30 smithi155 bash[15226]: ignoring --setuser ceph since I am not root 2024-09-10T19:01:31.088 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:01:30 smithi155 bash[15226]: ignoring --setgroup ceph since I am not root 2024-09-10T19:01:31.673 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi155', '-v', '/var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmphtlgzhbh:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'dump'] 2024-09-10T19:01:31.673 INFO:teuthology.orchestra.run.smithi155.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=smithi155 -v /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmphtlgzhbh:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr dump 2024-09-10T19:01:32.087 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:31 smithi155 bash[14970]: audit 2024-09-10T19:01:30.716803+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 172.21.15.155:0/2941558133' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-10T19:01:32.087 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:31 smithi155 bash[14970]: cluster 2024-09-10T19:01:30.716853+0000 mon.a (mon.0) 69 : cluster [DBG] mgrmap e9: y(active, since 14s) 2024-09-10T19:01:33.983 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:33.983 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 9, 2024-09-10T19:01:33.983 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_gid": 14117, 2024-09-10T19:01:33.983 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_name": "y", 2024-09-10T19:01:33.983 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addrs": { 2024-09-10T19:01:33.983 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-09-10T19:01:33.983 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:33.983 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-09-10T19:01:33.983 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.155:6800", 2024-09-10T19:01:33.984 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 4012690337 2024-09-10T19:01:33.984 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:33.984 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:33.984 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v1", 2024-09-10T19:01:33.984 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.155:6801", 2024-09-10T19:01:33.984 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 4012690337 2024-09-10T19:01:33.984 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:33.984 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-10T19:01:33.984 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:33.984 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addr": "172.21.15.155:6801/4012690337", 2024-09-10T19:01:33.984 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_change": "2024-09-10T19:01:15.892539+0000", 2024-09-10T19:01:33.984 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_mgr_features": 4540138292836696063, 2024-09-10T19:01:33.984 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2024-09-10T19:01:33.984 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standbys": [], 2024-09-10T19:01:33.984 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-09-10T19:01:33.985 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-09-10T19:01:33.985 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "dashboard", 2024-09-10T19:01:33.985 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-09-10T19:01:33.985 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-09-10T19:01:33.985 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:33.985 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available_modules": [ 2024-09-10T19:01:33.985 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:33.985 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "alerts", 2024-09-10T19:01:33.985 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:33.985 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:33.985 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:33.985 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-10T19:01:33.985 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-10T19:01:33.985 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T19:01:33.985 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:33.985 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:33.986 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-09-10T19:01:33.986 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:33.986 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:33.986 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:33.986 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "How frequently to reexamine health status", 2024-09-10T19:01:33.986 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:33.986 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:33.986 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:33.986 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:33.986 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:33.986 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:33.986 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:33.986 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:33.986 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:33.986 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:33.986 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:33.987 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:33.987 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:33.987 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:33.987 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:33.987 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:33.987 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:33.987 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:33.987 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:33.987 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:33.987 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:33.987 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:33.987 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:33.987 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:33.987 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:33.988 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:33.988 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:33.988 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:33.988 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:33.988 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:33.988 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:33.988 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:33.988 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:33.988 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:33.988 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:33.988 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:33.988 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:33.988 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:33.988 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:33.988 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:33.988 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:33.989 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:33.989 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:33.989 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:33.989 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:33.989 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:33.989 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:33.989 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:33.989 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:33.989 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:33.989 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:33.989 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:33.989 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:33.989 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:33.989 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:33.989 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:33.989 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:33.989 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:33.990 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:33.990 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:33.990 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:33.990 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:33.990 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:33.990 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:33.990 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:33.990 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:33.990 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:33.990 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:33.990 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:33.990 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:33.990 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:33.991 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:33.991 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:33.991 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:33.991 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_destination": { 2024-09-10T19:01:33.991 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_destination", 2024-09-10T19:01:33.991 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:33.991 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:33.991 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:33.991 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:33.991 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:33.991 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:33.991 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:33.991 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email address to send alerts to", 2024-09-10T19:01:33.991 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:33.991 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:33.992 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:33.992 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:33.992 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_from_name": { 2024-09-10T19:01:33.992 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_from_name", 2024-09-10T19:01:33.992 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:33.992 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:33.992 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:33.992 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "Ceph", 2024-09-10T19:01:33.992 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:33.992 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:33.992 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:33.992 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email From: name", 2024-09-10T19:01:33.992 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:33.992 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:33.992 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:33.992 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:33.993 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_host": { 2024-09-10T19:01:33.993 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_host", 2024-09-10T19:01:33.993 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:33.993 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:33.993 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:33.993 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:33.993 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:33.993 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:33.993 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:33.993 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP server", 2024-09-10T19:01:33.993 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:33.993 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:33.993 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:33.993 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:33.993 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_password": { 2024-09-10T19:01:33.994 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_password", 2024-09-10T19:01:33.994 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:33.994 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:33.994 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:33.994 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:33.994 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:33.994 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:33.994 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:33.994 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Password to authenticate with", 2024-09-10T19:01:33.994 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:33.994 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:33.994 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:33.994 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:33.994 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_port": { 2024-09-10T19:01:33.994 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_port", 2024-09-10T19:01:33.994 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:33.995 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:33.995 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:33.995 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "465", 2024-09-10T19:01:33.995 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:33.995 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:33.995 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:33.995 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP port", 2024-09-10T19:01:33.995 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:33.995 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:33.995 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:33.995 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:33.995 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_sender": { 2024-09-10T19:01:33.995 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_sender", 2024-09-10T19:01:33.995 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:33.995 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:33.996 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:33.996 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:33.996 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:33.996 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:33.996 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:33.996 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP envelope sender", 2024-09-10T19:01:33.996 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:33.996 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:33.996 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:33.996 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:33.996 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_ssl": { 2024-09-10T19:01:33.996 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_ssl", 2024-09-10T19:01:33.996 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:33.996 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:33.996 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:33.996 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:33.997 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:33.997 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:33.997 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:33.997 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Use SSL to connect to SMTP server", 2024-09-10T19:01:33.997 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:33.997 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:33.997 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:33.997 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:33.997 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_user": { 2024-09-10T19:01:33.997 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_user", 2024-09-10T19:01:33.997 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:33.997 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:33.997 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:33.997 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:33.997 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:33.997 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:33.998 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:33.998 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "User to authenticate as", 2024-09-10T19:01:33.998 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:33.998 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:33.998 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:33.998 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:33.998 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:33.998 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:33.998 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:33.998 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "balancer", 2024-09-10T19:01:33.998 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:33.998 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:33.998 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:33.998 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active": { 2024-09-10T19:01:33.998 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "active", 2024-09-10T19:01:33.999 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:33.999 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:33.999 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:33.999 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:33.999 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:33.999 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:33.999 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:33.999 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically balance PGs across cluster", 2024-09-10T19:01:33.999 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:33.999 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:33.999 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:33.999 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:33.999 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_time": { 2024-09-10T19:01:33.999 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_time", 2024-09-10T19:01:33.999 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:33.999 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.000 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.000 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0000", 2024-09-10T19:01:34.000 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.000 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.000 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.000 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "beginning time of day to automatically balance", 2024-09-10T19:01:34.000 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-09-10T19:01:34.000 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.000 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.000 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.000 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_weekday": { 2024-09-10T19:01:34.000 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_weekday", 2024-09-10T19:01:34.000 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-09-10T19:01:34.000 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.000 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.001 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-09-10T19:01:34.001 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-09-10T19:01:34.001 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-09-10T19:01:34.001 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.001 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-09-10T19:01:34.001 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-09-10T19:01:34.001 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.001 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.001 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.001 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_max_iterations": { 2024-09-10T19:01:34.001 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_max_iterations", 2024-09-10T19:01:34.001 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-09-10T19:01:34.001 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.001 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.001 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "25", 2024-09-10T19:01:34.001 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-09-10T19:01:34.002 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "250", 2024-09-10T19:01:34.002 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.002 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum number of iterations to attempt optimization", 2024-09-10T19:01:34.002 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.002 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.002 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.002 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.002 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_metrics": { 2024-09-10T19:01:34.002 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_metrics", 2024-09-10T19:01:34.002 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.002 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.002 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.002 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "pgs,objects,bytes", 2024-09-10T19:01:34.002 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.003 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.003 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.003 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "metrics with which to calculate OSD utilization", 2024-09-10T19:01:34.003 INFO:teuthology.orchestra.run.smithi155.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-10T19:01:34.003 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.003 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.003 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.003 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_step": { 2024-09-10T19:01:34.003 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_step", 2024-09-10T19:01:34.003 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-09-10T19:01:34.003 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.003 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.003 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0.5", 2024-09-10T19:01:34.003 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0.001", 2024-09-10T19:01:34.004 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "0.999", 2024-09-10T19:01:34.004 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.004 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "aggressiveness of optimization", 2024-09-10T19:01:34.004 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-09-10T19:01:34.004 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.004 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.004 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.004 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_time": { 2024-09-10T19:01:34.004 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_time", 2024-09-10T19:01:34.004 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.004 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.004 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.004 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2400", 2024-09-10T19:01:34.005 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.005 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.005 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.005 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "ending time of day to automatically balance", 2024-09-10T19:01:34.005 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-09-10T19:01:34.005 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.005 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.005 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.005 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_weekday": { 2024-09-10T19:01:34.005 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_weekday", 2024-09-10T19:01:34.005 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-09-10T19:01:34.005 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.005 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.005 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-09-10T19:01:34.005 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-09-10T19:01:34.006 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-09-10T19:01:34.006 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.006 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-09-10T19:01:34.006 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-09-10T19:01:34.006 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.006 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.006 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.006 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:34.006 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:34.006 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.006 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.006 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.007 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.007 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.007 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.007 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.007 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.007 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.007 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.007 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.007 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.007 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.007 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.007 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.007 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.007 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.007 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.008 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.008 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:34.008 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:34.008 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.008 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.008 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.008 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.008 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.008 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.008 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.008 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.008 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.008 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.008 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.009 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.009 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:34.009 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:34.009 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.009 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.009 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.009 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:34.009 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.009 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.009 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.009 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.009 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.009 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.009 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.009 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.009 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.010 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.010 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.010 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.010 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.010 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.010 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.010 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:34.010 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:34.010 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.010 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.010 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.010 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.010 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.010 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.010 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.011 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.011 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.011 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.011 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.011 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.011 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_score": { 2024-09-10T19:01:34.011 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_score", 2024-09-10T19:01:34.011 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-09-10T19:01:34.011 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.011 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.011 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-09-10T19:01:34.011 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.011 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.011 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.011 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "minimum score, below which no optimization is attempted", 2024-09-10T19:01:34.011 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.012 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.012 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.012 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.012 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-09-10T19:01:34.012 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-09-10T19:01:34.012 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.012 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.012 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.012 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "none", 2024-09-10T19:01:34.012 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.012 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.012 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.012 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush-compat", 2024-09-10T19:01:34.013 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "none", 2024-09-10T19:01:34.013 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap" 2024-09-10T19:01:34.013 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.013 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Balancer mode", 2024-09-10T19:01:34.013 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.013 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.013 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.013 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.013 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_ids": { 2024-09-10T19:01:34.013 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_ids", 2024-09-10T19:01:34.013 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.013 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.013 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.013 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.013 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.014 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.014 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.014 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "pools which the automatic balancing will be limited to", 2024-09-10T19:01:34.014 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.014 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.014 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.014 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.014 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-09-10T19:01:34.014 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-09-10T19:01:34.014 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T19:01:34.014 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.014 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.014 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-09-10T19:01:34.014 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.014 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.014 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.015 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and attempt optimization", 2024-09-10T19:01:34.015 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.015 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.015 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.015 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.015 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_deviation": { 2024-09-10T19:01:34.015 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_deviation", 2024-09-10T19:01:34.015 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:34.015 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.015 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.015 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-09-10T19:01:34.015 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-09-10T19:01:34.015 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.015 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.015 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "deviation below which no optimization is attempted", 2024-09-10T19:01:34.016 INFO:teuthology.orchestra.run.smithi155.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-10T19:01:34.016 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.016 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.016 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.016 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_optimizations": { 2024-09-10T19:01:34.016 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_optimizations", 2024-09-10T19:01:34.016 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-09-10T19:01:34.016 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.016 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.016 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-09-10T19:01:34.016 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.016 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.016 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.016 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum upmap optimizations to make per attempt", 2024-09-10T19:01:34.017 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.017 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.017 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.017 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.017 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.017 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.017 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:34.017 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "cephadm", 2024-09-10T19:01:34.017 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:34.017 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:34.017 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:34.018 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "allow_ptrace": { 2024-09-10T19:01:34.018 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "allow_ptrace", 2024-09-10T19:01:34.018 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.018 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.018 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.018 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.018 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.018 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.018 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.018 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-09-10T19:01:34.018 INFO:teuthology.orchestra.run.smithi155.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-10T19:01:34.018 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.018 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.018 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.019 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "container_image_base": { 2024-09-10T19:01:34.019 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "container_image_base", 2024-09-10T19:01:34.019 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.019 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.019 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.019 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph/ceph", 2024-09-10T19:01:34.019 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.019 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.019 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.019 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Container image name, without the tag", 2024-09-10T19:01:34.019 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.019 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.019 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.019 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.019 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "daemon_cache_timeout": { 2024-09-10T19:01:34.019 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "daemon_cache_timeout", 2024-09-10T19:01:34.019 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T19:01:34.020 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.020 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.020 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-09-10T19:01:34.020 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.020 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.020 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.020 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache service (daemon) inventory", 2024-09-10T19:01:34.020 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.020 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.020 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.020 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.020 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_cache_timeout": { 2024-09-10T19:01:34.020 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_cache_timeout", 2024-09-10T19:01:34.020 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T19:01:34.021 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.021 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.021 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1800", 2024-09-10T19:01:34.021 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.021 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.021 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.021 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache device inventory", 2024-09-10T19:01:34.021 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.021 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.021 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.021 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.021 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "host_check_interval": { 2024-09-10T19:01:34.022 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "host_check_interval", 2024-09-10T19:01:34.022 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T19:01:34.022 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.022 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.022 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-09-10T19:01:34.022 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.022 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.022 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.022 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to perform a host check", 2024-09-10T19:01:34.022 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.022 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.022 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.022 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.022 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:34.023 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:34.023 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.023 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.023 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.023 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.023 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.023 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.023 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.023 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.023 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.023 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.023 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.023 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.023 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.023 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.024 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.024 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.024 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.024 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.024 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.024 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:34.024 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:34.024 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.024 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.024 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.024 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:34.024 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.024 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.025 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.025 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-09-10T19:01:34.025 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.025 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.025 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.025 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.025 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:34.025 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:34.025 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.025 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.025 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.025 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:34.025 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.025 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.025 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.025 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.026 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.026 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.026 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.026 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.026 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.026 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.026 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.026 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.026 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.026 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.026 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.026 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:34.026 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:34.026 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.026 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.026 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.027 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.027 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.027 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.027 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.027 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.027 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.027 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.027 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.027 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.027 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-09-10T19:01:34.027 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-09-10T19:01:34.027 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.027 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.027 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.027 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "root", 2024-09-10T19:01:34.027 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.028 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.028 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.028 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm-package", 2024-09-10T19:01:34.028 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "root" 2024-09-10T19:01:34.028 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.028 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "mode for remote execution of cephadm", 2024-09-10T19:01:34.028 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.028 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.028 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.028 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.028 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssh_config_file": { 2024-09-10T19:01:34.028 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssh_config_file", 2024-09-10T19:01:34.028 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.028 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.028 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.028 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T19:01:34.029 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.029 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.029 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.029 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "customized SSH config file to connect to managed hosts", 2024-09-10T19:01:34.029 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.029 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.029 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.029 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.029 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_failed_host_check": { 2024-09-10T19:01:34.029 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_failed_host_check", 2024-09-10T19:01:34.029 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.029 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.029 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.029 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:34.029 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.029 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.030 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.030 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if the host check fails", 2024-09-10T19:01:34.030 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.030 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.030 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.030 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.030 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_daemons": { 2024-09-10T19:01:34.030 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_daemons", 2024-09-10T19:01:34.030 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.030 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.030 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.030 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:34.030 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.030 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.030 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.030 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-09-10T19:01:34.031 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.031 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.031 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.031 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.031 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_hosts": { 2024-09-10T19:01:34.031 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_hosts", 2024-09-10T19:01:34.031 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.031 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.031 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.031 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:34.031 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.031 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.031 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.031 INFO:teuthology.orchestra.run.smithi155.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-10T19:01:34.032 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.032 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.032 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.032 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.032 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.032 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.032 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:34.032 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crash", 2024-09-10T19:01:34.032 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:34.032 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:34.032 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:34.032 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:34.032 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:34.033 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.033 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.033 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.033 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.033 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.033 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.033 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.033 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.033 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.033 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.033 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.033 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.033 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.034 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.034 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.034 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.034 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.034 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.034 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.034 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:34.034 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:34.034 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.034 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.034 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.034 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.034 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.034 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.034 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.035 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.035 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.035 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.035 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.035 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.035 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:34.035 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:34.035 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.035 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.035 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.035 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:34.035 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.035 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.035 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.035 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.036 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.036 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.036 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.036 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.036 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.036 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.036 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.036 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.036 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.036 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.036 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.036 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:34.036 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:34.036 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.036 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.036 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.037 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.037 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.037 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.037 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.037 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.037 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.037 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.037 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.037 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.037 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retain_interval": { 2024-09-10T19:01:34.037 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retain_interval", 2024-09-10T19:01:34.037 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T19:01:34.037 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.037 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.038 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "31536000", 2024-09-10T19:01:34.038 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.038 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.038 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.038 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain crashes before pruning them", 2024-09-10T19:01:34.038 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.038 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.038 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.038 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.038 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_recent_interval": { 2024-09-10T19:01:34.038 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_recent_interval", 2024-09-10T19:01:34.038 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T19:01:34.038 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.038 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.038 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1209600", 2024-09-10T19:01:34.039 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.039 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.039 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.039 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "time interval in which to warn about recent crashes", 2024-09-10T19:01:34.039 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.039 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.039 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.039 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.039 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.039 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.039 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:34.039 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "dashboard", 2024-09-10T19:01:34.039 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:34.039 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:34.039 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:34.039 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ALERTMANAGER_API_HOST": { 2024-09-10T19:01:34.040 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ALERTMANAGER_API_HOST", 2024-09-10T19:01:34.040 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.040 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.040 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.040 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.040 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.040 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.040 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.040 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.040 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.040 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.040 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.040 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.040 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_ENABLED": { 2024-09-10T19:01:34.040 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_ENABLED", 2024-09-10T19:01:34.041 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.041 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.041 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.041 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.041 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.041 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.041 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.041 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.041 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.041 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.041 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.041 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.041 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_LOG_PAYLOAD": { 2024-09-10T19:01:34.041 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-09-10T19:01:34.041 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.041 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.042 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.042 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:34.042 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.042 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.042 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.042 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.042 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.042 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.042 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.042 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.042 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ENABLE_BROWSABLE_API": { 2024-09-10T19:01:34.042 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ENABLE_BROWSABLE_API", 2024-09-10T19:01:34.042 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.042 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.042 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.043 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:34.043 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.043 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.043 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.043 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.043 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.043 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.043 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.043 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.043 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_cephfs": { 2024-09-10T19:01:34.043 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_cephfs", 2024-09-10T19:01:34.043 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.043 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.043 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.043 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:34.043 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.044 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.044 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.044 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.044 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.044 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.044 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.044 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.044 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_iscsi": { 2024-09-10T19:01:34.044 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_iscsi", 2024-09-10T19:01:34.044 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.044 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.044 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.044 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:34.044 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.044 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.045 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.045 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.045 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.045 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.045 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.045 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.045 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_mirroring": { 2024-09-10T19:01:34.045 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_mirroring", 2024-09-10T19:01:34.045 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.045 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.045 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.045 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:34.045 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.045 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.046 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.046 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.046 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.046 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.046 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.046 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.046 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_nfs": { 2024-09-10T19:01:34.046 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_nfs", 2024-09-10T19:01:34.046 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.046 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.046 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.046 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:34.046 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.046 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.046 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.046 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.047 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.047 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.047 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.047 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.047 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rbd": { 2024-09-10T19:01:34.047 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rbd", 2024-09-10T19:01:34.047 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.047 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.047 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.047 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:34.047 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.047 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.047 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.047 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.047 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.047 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.048 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.048 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.048 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rgw": { 2024-09-10T19:01:34.048 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rgw", 2024-09-10T19:01:34.048 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.048 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.048 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.048 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:34.048 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.048 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.048 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.048 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.048 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.048 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.048 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.048 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.049 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-09-10T19:01:34.049 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-09-10T19:01:34.049 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.049 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.049 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.049 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.049 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.049 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.049 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.049 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.049 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.049 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.049 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.049 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.049 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_PASSWORD": { 2024-09-10T19:01:34.049 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_PASSWORD", 2024-09-10T19:01:34.050 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.050 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.050 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.050 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-09-10T19:01:34.050 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.050 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.050 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.050 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.050 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.050 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.050 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.050 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.050 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_SSL_VERIFY": { 2024-09-10T19:01:34.050 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-09-10T19:01:34.050 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.050 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.050 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.051 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:34.051 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.051 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.051 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.051 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.051 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.051 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.051 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.051 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.051 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_URL": { 2024-09-10T19:01:34.051 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_URL", 2024-09-10T19:01:34.051 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.051 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.051 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.051 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.051 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.052 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.052 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.052 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.052 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.052 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.052 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.052 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.052 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_USERNAME": { 2024-09-10T19:01:34.052 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_USERNAME", 2024-09-10T19:01:34.052 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.052 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.052 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.052 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-09-10T19:01:34.052 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.053 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.053 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.053 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.053 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.053 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.053 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.053 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.053 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-09-10T19:01:34.053 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-09-10T19:01:34.053 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.053 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.053 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.053 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.053 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.053 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.054 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.054 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.054 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.054 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.054 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.054 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.054 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ISCSI_API_SSL_VERIFICATION": { 2024-09-10T19:01:34.054 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-09-10T19:01:34.054 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.054 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.054 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.054 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:34.054 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.055 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.055 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.055 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.055 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.055 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.055 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.055 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.055 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PROMETHEUS_API_HOST": { 2024-09-10T19:01:34.055 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PROMETHEUS_API_HOST", 2024-09-10T19:01:34.055 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.055 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.055 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.055 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.055 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.055 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.056 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.056 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.056 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.056 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.056 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.056 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.056 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-09-10T19:01:34.056 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-09-10T19:01:34.056 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.056 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.056 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.056 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.056 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.056 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.056 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.056 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.057 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.057 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.057 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.057 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.057 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-09-10T19:01:34.057 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-09-10T19:01:34.057 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.057 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.057 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.057 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.057 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.057 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.057 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.057 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.058 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.058 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.058 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.058 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.058 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-09-10T19:01:34.058 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-09-10T19:01:34.058 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.058 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.058 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.058 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:34.058 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.058 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.058 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.058 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.059 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.059 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.059 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.059 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.059 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-09-10T19:01:34.059 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-09-10T19:01:34.059 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.059 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.059 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.059 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:34.059 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.059 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.059 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.059 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.059 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.060 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.060 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.060 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.060 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-09-10T19:01:34.060 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-09-10T19:01:34.060 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.060 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.060 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.060 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.060 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.060 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.060 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.060 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.060 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.060 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.061 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.061 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.061 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-09-10T19:01:34.061 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-09-10T19:01:34.061 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.061 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.061 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.061 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.061 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.061 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.061 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.061 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.061 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.061 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.061 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.061 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.062 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-09-10T19:01:34.062 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-09-10T19:01:34.062 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.062 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.062 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.062 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.062 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.062 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.062 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.062 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.062 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.062 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.062 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.062 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.062 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_ENABLED": { 2024-09-10T19:01:34.062 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_ENABLED", 2024-09-10T19:01:34.063 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.063 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.063 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.063 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:34.063 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.063 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.063 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.063 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.063 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.063 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.063 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.063 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.063 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-09-10T19:01:34.063 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-09-10T19:01:34.064 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.064 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.064 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.064 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-09-10T19:01:34.064 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.064 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.064 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.064 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.064 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.064 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.064 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.064 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.064 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-09-10T19:01:34.064 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-09-10T19:01:34.064 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:34.064 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.065 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.065 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-09-10T19:01:34.065 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.065 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.065 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.065 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.065 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.065 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.065 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.065 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.065 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_LENGTH": { 2024-09-10T19:01:34.065 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-09-10T19:01:34.065 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:34.066 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.066 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.066 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8", 2024-09-10T19:01:34.066 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.066 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.066 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.066 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.066 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.066 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.066 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.066 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.066 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "REST_REQUESTS_TIMEOUT": { 2024-09-10T19:01:34.066 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "REST_REQUESTS_TIMEOUT", 2024-09-10T19:01:34.066 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:34.066 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.067 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.067 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "45", 2024-09-10T19:01:34.067 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.067 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.067 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.067 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.067 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.067 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.067 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.067 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.067 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ACCESS_KEY": { 2024-09-10T19:01:34.067 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ACCESS_KEY", 2024-09-10T19:01:34.067 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.067 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.067 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.067 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.068 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.068 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.068 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.068 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.068 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.068 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.068 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.068 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.068 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ADMIN_RESOURCE": { 2024-09-10T19:01:34.068 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-09-10T19:01:34.068 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.068 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.068 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.068 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-09-10T19:01:34.068 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.068 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.069 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.069 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.069 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.069 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.069 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.069 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.069 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_HOST": { 2024-09-10T19:01:34.069 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_HOST", 2024-09-10T19:01:34.069 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.069 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.069 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.069 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.069 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.069 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.069 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.069 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.070 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.070 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.070 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.070 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.070 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_PORT": { 2024-09-10T19:01:34.070 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_PORT", 2024-09-10T19:01:34.070 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:34.070 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.070 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.070 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "80", 2024-09-10T19:01:34.070 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.070 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.070 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.070 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.070 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.070 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.071 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.071 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.071 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SCHEME": { 2024-09-10T19:01:34.071 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SCHEME", 2024-09-10T19:01:34.071 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.071 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.071 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.071 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "http", 2024-09-10T19:01:34.071 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.071 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.071 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.071 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.071 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.071 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.071 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.071 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.072 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SECRET_KEY": { 2024-09-10T19:01:34.072 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SECRET_KEY", 2024-09-10T19:01:34.072 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.072 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.072 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.072 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.072 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.072 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.072 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.072 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.072 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.072 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.072 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.072 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.072 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SSL_VERIFY": { 2024-09-10T19:01:34.072 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SSL_VERIFY", 2024-09-10T19:01:34.073 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.073 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.073 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.073 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:34.073 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.073 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.073 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.073 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.073 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.073 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.073 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.073 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.073 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_USER_ID": { 2024-09-10T19:01:34.073 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_USER_ID", 2024-09-10T19:01:34.074 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.074 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.074 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.074 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.074 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.074 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.074 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.074 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.074 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.074 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.074 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.074 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.074 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_SPAN": { 2024-09-10T19:01:34.074 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-09-10T19:01:34.074 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:34.074 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.075 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.075 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-09-10T19:01:34.075 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.075 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.075 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.075 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.075 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.075 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.075 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.075 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.075 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-09-10T19:01:34.075 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-09-10T19:01:34.075 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:34.076 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.076 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.076 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-09-10T19:01:34.076 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.076 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.076 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.076 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.076 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.076 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.076 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.076 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.076 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-09-10T19:01:34.076 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-09-10T19:01:34.076 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:34.076 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.077 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.077 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-09-10T19:01:34.077 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.077 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.077 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.077 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.077 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.077 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.077 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.077 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.077 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crt_file": { 2024-09-10T19:01:34.077 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crt_file", 2024-09-10T19:01:34.077 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.077 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.077 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.077 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.078 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.078 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.078 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.078 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.078 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.078 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.078 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.078 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.078 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug": { 2024-09-10T19:01:34.078 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "debug", 2024-09-10T19:01:34.078 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.078 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.078 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.078 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.078 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.078 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.078 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.079 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Enable/disable debug options", 2024-09-10T19:01:34.079 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.079 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.079 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.079 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.079 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "jwt_token_ttl": { 2024-09-10T19:01:34.079 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "jwt_token_ttl", 2024-09-10T19:01:34.079 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:34.079 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.079 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.079 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "28800", 2024-09-10T19:01:34.079 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.079 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.079 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.079 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.079 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.080 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.080 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.080 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.080 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-09-10T19:01:34.080 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-09-10T19:01:34.080 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.080 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.080 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.080 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.080 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.080 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.080 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.080 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.080 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.080 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.081 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.081 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.081 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:34.081 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:34.081 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.081 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.081 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.081 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.081 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.081 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.081 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.081 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.081 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.081 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.081 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.081 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.082 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.082 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.082 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.082 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.082 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.082 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.082 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.082 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:34.082 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:34.082 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.083 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.083 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.083 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.083 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.083 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.083 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.083 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.083 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.083 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.083 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.083 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.083 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:34.083 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:34.084 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.084 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.084 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.084 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:34.084 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.084 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.084 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.084 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.084 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.084 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.084 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.084 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.084 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.084 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.084 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.085 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.085 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.085 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.085 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.085 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:34.085 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:34.085 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.085 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.085 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.085 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.085 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.085 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.085 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.085 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.085 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.086 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.086 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.086 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.086 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-09-10T19:01:34.086 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-09-10T19:01:34.086 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.086 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.086 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.086 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.086 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.086 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.086 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.086 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.086 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.086 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.087 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.087 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.087 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-09-10T19:01:34.087 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-09-10T19:01:34.087 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.087 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.087 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.087 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "::", 2024-09-10T19:01:34.087 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.087 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.087 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.087 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.087 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.087 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.087 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.087 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.088 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-09-10T19:01:34.088 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-09-10T19:01:34.088 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:34.088 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.088 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.088 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8080", 2024-09-10T19:01:34.088 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.088 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.088 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.088 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.088 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.088 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.088 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.088 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.088 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-09-10T19:01:34.088 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-09-10T19:01:34.089 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.089 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.089 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.089 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:34.089 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.089 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.089 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.089 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.089 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.089 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.089 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.089 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.089 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl_server_port": { 2024-09-10T19:01:34.089 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl_server_port", 2024-09-10T19:01:34.089 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:34.089 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.090 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.090 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8443", 2024-09-10T19:01:34.090 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.090 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.090 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.090 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.090 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.090 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.090 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.090 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.090 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_behaviour": { 2024-09-10T19:01:34.090 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_behaviour", 2024-09-10T19:01:34.090 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.090 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.091 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.091 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "redirect", 2024-09-10T19:01:34.091 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.091 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.091 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.091 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.091 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "redirect" 2024-09-10T19:01:34.091 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.091 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.091 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.091 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.091 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.091 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.092 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_error_status_code": { 2024-09-10T19:01:34.092 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_error_status_code", 2024-09-10T19:01:34.092 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:34.092 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.092 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.092 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "500", 2024-09-10T19:01:34.092 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "400", 2024-09-10T19:01:34.092 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "599", 2024-09-10T19:01:34.092 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.092 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.092 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.092 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.092 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.092 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.093 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url_prefix": { 2024-09-10T19:01:34.093 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url_prefix", 2024-09-10T19:01:34.093 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.093 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.093 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.093 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.093 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.093 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.093 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.093 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.093 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.093 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.093 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.093 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.094 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-09-10T19:01:34.094 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-09-10T19:01:34.094 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.094 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.094 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.094 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.094 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.094 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.094 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.094 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.094 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.094 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.094 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.094 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.095 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.095 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.095 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:34.095 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "devicehealth", 2024-09-10T19:01:34.095 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:34.095 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:34.095 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:34.095 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enable_monitoring": { 2024-09-10T19:01:34.095 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enable_monitoring", 2024-09-10T19:01:34.095 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.095 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.095 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.095 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:34.095 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.095 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.096 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.096 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "monitor device health metrics", 2024-09-10T19:01:34.096 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.096 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.096 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.096 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.096 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:34.096 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:34.096 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.096 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.096 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.096 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.096 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.096 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.096 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.096 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.097 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.097 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.097 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.097 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.097 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.097 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.097 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.097 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.097 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.097 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.097 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.097 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:34.097 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:34.097 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.097 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.097 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.097 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.098 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.098 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.098 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.098 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.098 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.098 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.098 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.098 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.098 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:34.098 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:34.098 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.098 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.098 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.098 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:34.098 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.099 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.099 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.099 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.099 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.099 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.099 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.099 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.099 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.099 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.099 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.099 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.099 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.099 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.099 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.099 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:34.100 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:34.100 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.100 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.100 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.100 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.100 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.100 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.100 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.100 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.100 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.100 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.100 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.100 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.100 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mark_out_threshold": { 2024-09-10T19:01:34.100 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mark_out_threshold", 2024-09-10T19:01:34.100 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T19:01:34.101 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.101 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.101 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2419200", 2024-09-10T19:01:34.101 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.101 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.101 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.101 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically mark OSD if it may fail before this long", 2024-09-10T19:01:34.101 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.101 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.101 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.101 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.101 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_name": { 2024-09-10T19:01:34.101 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_name", 2024-09-10T19:01:34.102 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.102 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.102 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.102 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "device_health_metrics", 2024-09-10T19:01:34.102 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.102 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.102 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.102 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name of pool in which to store device health metrics", 2024-09-10T19:01:34.102 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.102 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.102 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.102 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.102 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retention_period": { 2024-09-10T19:01:34.103 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retention_period", 2024-09-10T19:01:34.103 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T19:01:34.103 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.103 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.103 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15552000", 2024-09-10T19:01:34.103 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.103 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.103 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.103 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain device health metrics", 2024-09-10T19:01:34.103 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.103 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.103 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.103 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.103 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_frequency": { 2024-09-10T19:01:34.103 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_frequency", 2024-09-10T19:01:34.104 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T19:01:34.104 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.104 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.104 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-09-10T19:01:34.104 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.104 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.104 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.104 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to scrape device health metrics", 2024-09-10T19:01:34.104 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.104 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.104 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.104 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.104 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "self_heal": { 2024-09-10T19:01:34.104 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "self_heal", 2024-09-10T19:01:34.105 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.105 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.105 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.105 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:34.105 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.105 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.105 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.105 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "preemptively heal cluster around devices that may fail", 2024-09-10T19:01:34.105 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.105 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.105 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.105 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.105 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-09-10T19:01:34.105 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-09-10T19:01:34.106 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T19:01:34.106 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.106 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.106 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-09-10T19:01:34.106 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.106 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.106 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.106 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and check device health", 2024-09-10T19:01:34.106 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.106 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.106 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.106 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.106 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_threshold": { 2024-09-10T19:01:34.107 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_threshold", 2024-09-10T19:01:34.107 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T19:01:34.107 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.107 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.107 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7257600", 2024-09-10T19:01:34.107 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.107 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.107 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.107 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise health warning if OSD may fail before this long", 2024-09-10T19:01:34.107 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.107 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.107 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.107 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.107 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.108 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.108 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:34.108 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "diskprediction_local", 2024-09-10T19:01:34.108 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:34.108 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:34.108 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:34.108 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:34.108 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:34.108 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.108 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.108 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.108 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.108 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.108 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.109 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.109 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.109 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.109 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.109 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.109 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.109 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.109 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.109 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.109 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.109 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.109 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.109 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.109 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:34.110 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:34.110 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.110 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.110 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.110 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.110 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.110 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.110 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.110 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.110 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.110 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.110 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.110 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.110 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:34.110 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:34.110 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.111 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.111 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.111 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:34.111 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.111 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.111 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.111 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.111 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.111 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.111 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.111 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.111 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.111 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.111 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.111 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.111 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.112 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.112 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.112 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:34.112 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:34.112 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.112 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.112 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.112 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.112 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.112 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.112 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.112 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.112 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.112 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.113 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.113 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.113 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predict_interval": { 2024-09-10T19:01:34.113 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predict_interval", 2024-09-10T19:01:34.113 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.113 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.113 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.113 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-09-10T19:01:34.113 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.113 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.113 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.113 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.113 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.113 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.113 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.114 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.114 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predictor_model": { 2024-09-10T19:01:34.114 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predictor_model", 2024-09-10T19:01:34.114 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.114 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.114 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.114 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "prophetstor", 2024-09-10T19:01:34.114 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.114 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.114 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.114 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.114 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.114 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.114 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.114 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.114 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-09-10T19:01:34.115 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-09-10T19:01:34.115 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.115 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.115 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.115 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-09-10T19:01:34.115 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.115 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.115 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.115 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.115 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.115 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.115 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.115 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.115 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.116 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.116 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:34.116 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "influx", 2024-09-10T19:01:34.116 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": false, 2024-09-10T19:01:34.116 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "influxdb python module not found", 2024-09-10T19:01:34.116 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:34.116 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "batch_size": { 2024-09-10T19:01:34.116 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "batch_size", 2024-09-10T19:01:34.116 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.116 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.116 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.116 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5000", 2024-09-10T19:01:34.116 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.116 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.116 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.117 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.117 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.117 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.117 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.117 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.117 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "database": { 2024-09-10T19:01:34.117 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "database", 2024-09-10T19:01:34.117 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.117 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.117 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.117 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph", 2024-09-10T19:01:34.117 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.117 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.117 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.117 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.118 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.118 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.118 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.118 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.118 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "hostname": { 2024-09-10T19:01:34.118 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "hostname", 2024-09-10T19:01:34.118 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.118 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.118 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.118 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T19:01:34.118 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.118 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.118 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.118 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.118 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.118 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.118 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.119 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.119 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-10T19:01:34.119 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-10T19:01:34.119 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.119 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.119 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.119 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "30", 2024-09-10T19:01:34.119 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.119 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.119 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.119 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.119 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.119 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.119 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.119 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.120 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:34.120 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:34.120 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.120 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.120 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.120 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.120 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.120 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.120 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.120 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.120 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.120 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.120 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.120 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.120 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.121 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.121 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.121 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.121 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.121 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.121 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.121 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:34.121 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:34.121 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.121 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.121 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.121 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.121 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.121 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.122 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.122 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.122 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.122 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.122 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.122 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.122 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:34.122 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:34.122 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.122 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.122 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.122 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:34.122 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.122 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.122 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.122 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.123 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.123 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.123 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.123 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.123 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.123 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.123 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.123 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.123 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.123 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.123 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.123 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:34.123 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:34.123 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.124 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.124 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.124 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.124 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.124 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.124 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.124 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.124 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.124 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.124 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.124 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.125 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-09-10T19:01:34.125 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-09-10T19:01:34.125 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.125 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.125 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.125 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T19:01:34.125 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.125 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.125 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.125 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.125 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.125 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.125 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.125 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.125 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "port": { 2024-09-10T19:01:34.125 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "port", 2024-09-10T19:01:34.126 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.126 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.126 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.126 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8086", 2024-09-10T19:01:34.126 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.126 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.126 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.126 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.126 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.126 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.126 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.126 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.126 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-09-10T19:01:34.127 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-09-10T19:01:34.127 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.127 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.127 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.127 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "false", 2024-09-10T19:01:34.127 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.127 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.127 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.127 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.127 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.127 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.128 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.128 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.128 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "threads": { 2024-09-10T19:01:34.128 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "threads", 2024-09-10T19:01:34.128 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.128 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.128 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.128 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-09-10T19:01:34.128 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.128 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.128 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.128 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.128 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.128 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.128 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.129 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.129 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-09-10T19:01:34.129 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-09-10T19:01:34.129 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.129 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.129 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.129 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T19:01:34.129 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.129 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.129 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.129 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.129 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.129 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.129 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.130 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.130 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "verify_ssl": { 2024-09-10T19:01:34.130 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "verify_ssl", 2024-09-10T19:01:34.130 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.130 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.130 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.130 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "true", 2024-09-10T19:01:34.130 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.130 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.130 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.130 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.130 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.130 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.130 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.130 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.130 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.131 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.131 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:34.131 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "insights", 2024-09-10T19:01:34.131 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:34.131 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:34.131 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:34.131 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:34.131 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:34.131 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.131 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.131 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.131 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.131 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.131 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.132 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.132 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.132 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.132 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.132 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.132 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.132 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.132 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.132 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.132 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.132 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.132 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.132 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.133 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:34.133 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:34.133 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.133 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.133 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.133 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.133 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.133 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.133 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.133 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.133 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.133 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.133 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.134 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.134 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:34.134 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:34.134 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.134 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.134 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.134 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:34.134 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.134 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.134 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.134 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.134 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.135 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.135 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.135 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.135 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.135 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.135 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.135 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.135 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.135 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.135 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.135 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:34.135 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:34.135 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.135 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.135 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.135 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.135 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.136 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.136 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.136 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.136 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.136 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.136 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.136 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.136 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.136 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.136 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:34.136 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "iostat", 2024-09-10T19:01:34.136 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:34.136 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:34.136 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:34.136 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:34.136 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:34.137 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.137 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.137 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.137 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.137 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.137 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.137 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.137 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.137 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.137 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.137 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.137 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.137 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.137 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.137 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.137 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.138 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.138 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.138 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.138 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:34.138 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:34.138 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.138 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.138 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.138 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.138 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.138 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.138 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.138 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.138 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.138 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.138 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.138 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.139 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:34.139 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:34.139 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.139 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.139 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.139 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:34.139 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.139 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.139 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.139 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.139 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.139 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.139 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.139 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.139 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.140 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.140 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.140 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.140 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.140 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.140 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.140 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:34.140 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:34.140 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.140 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.140 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.140 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.140 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.140 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.140 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.141 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.141 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.141 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.141 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.141 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.141 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.141 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.141 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:34.141 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "k8sevents", 2024-09-10T19:01:34.141 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:34.141 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:34.141 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:34.141 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ceph_event_retention_days": { 2024-09-10T19:01:34.141 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ceph_event_retention_days", 2024-09-10T19:01:34.141 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:34.141 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.142 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.142 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-09-10T19:01:34.142 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.142 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.142 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.142 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Days to hold ceph event information within local cache", 2024-09-10T19:01:34.142 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.142 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.142 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.142 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.142 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "config_check_secs": { 2024-09-10T19:01:34.142 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "config_check_secs", 2024-09-10T19:01:34.142 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:34.143 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.143 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.143 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-09-10T19:01:34.143 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "10", 2024-09-10T19:01:34.143 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.143 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.143 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-09-10T19:01:34.143 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.143 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.143 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.143 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.143 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:34.143 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:34.143 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.143 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.143 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.144 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.144 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.144 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.144 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.144 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.144 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.144 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.144 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.144 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.144 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.144 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.144 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.144 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.144 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.144 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.145 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.145 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:34.145 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:34.145 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.145 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.145 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.145 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.145 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.145 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.145 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.145 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.145 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.145 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.145 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.146 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.146 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:34.146 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:34.146 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.146 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.146 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.146 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:34.146 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.146 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.146 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.146 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.146 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.146 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.146 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.146 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.147 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.147 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.147 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.147 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.147 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.147 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.147 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.147 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:34.147 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:34.147 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.147 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.147 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.147 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.148 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.148 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.148 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.148 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.148 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.148 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.148 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.148 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.148 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.148 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.148 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:34.148 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "localpool", 2024-09-10T19:01:34.149 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:34.149 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:34.149 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:34.149 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "failure_domain": { 2024-09-10T19:01:34.149 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "failure_domain", 2024-09-10T19:01:34.149 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.149 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.149 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.149 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "host", 2024-09-10T19:01:34.149 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.149 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.150 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.150 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "failure domain for any created local pool", 2024-09-10T19:01:34.150 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.150 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.150 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.150 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.150 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:34.150 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:34.150 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.150 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.150 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.150 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.150 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.150 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.150 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.150 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.151 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.151 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.151 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.151 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.151 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.151 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.151 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.151 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.151 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.151 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.151 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.151 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:34.151 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:34.151 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.151 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.151 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.152 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.152 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.152 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.152 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.152 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.152 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.152 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.152 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.152 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.152 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:34.152 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:34.152 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.152 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.152 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.152 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:34.152 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.153 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.153 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.153 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.153 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.153 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.153 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.153 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.153 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.153 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.153 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.153 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.153 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.153 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.153 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.153 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:34.154 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:34.154 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.154 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.154 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.154 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.154 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.154 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.154 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.154 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.154 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.154 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.154 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.154 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.154 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_size": { 2024-09-10T19:01:34.154 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_size", 2024-09-10T19:01:34.154 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:34.155 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.155 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.155 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.155 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.155 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.155 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.155 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default min_size for any created local pool", 2024-09-10T19:01:34.155 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.155 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.155 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.155 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.155 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_rep": { 2024-09-10T19:01:34.155 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "num_rep", 2024-09-10T19:01:34.155 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:34.155 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.156 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.156 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "3", 2024-09-10T19:01:34.156 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.156 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.156 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.156 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default replica count for any created local pool", 2024-09-10T19:01:34.156 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.156 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.156 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.156 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.156 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_num": { 2024-09-10T19:01:34.156 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_num", 2024-09-10T19:01:34.156 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:34.156 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.156 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.157 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "128", 2024-09-10T19:01:34.157 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.157 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.157 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.157 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default pg_num for any created local pool", 2024-09-10T19:01:34.157 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.157 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.157 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.157 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.157 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "prefix": { 2024-09-10T19:01:34.157 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prefix", 2024-09-10T19:01:34.157 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.157 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.157 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.157 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.157 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.158 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.158 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.158 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name prefix for any created local pool", 2024-09-10T19:01:34.158 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.158 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.158 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.158 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.158 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "subtree": { 2024-09-10T19:01:34.158 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "subtree", 2024-09-10T19:01:34.158 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.158 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.158 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.158 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "rack", 2024-09-10T19:01:34.158 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.158 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.159 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.159 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "CRUSH level for which to create a local pool", 2024-09-10T19:01:34.159 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.159 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.159 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.159 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.159 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.159 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.159 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:34.159 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-09-10T19:01:34.159 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:34.159 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:34.159 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:34.159 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:34.159 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:34.159 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.159 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.160 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.160 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.160 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.160 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.160 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.160 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.160 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.160 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.160 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.160 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.160 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.160 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.160 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.160 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.160 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.161 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.161 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.161 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:34.161 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:34.161 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.161 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.161 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.161 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.161 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.161 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.161 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.161 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.161 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.161 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.161 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.162 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.162 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:34.162 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:34.162 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.162 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.162 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.162 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:34.162 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.162 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.162 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.162 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.162 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.162 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.162 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.163 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.163 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.163 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.163 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.163 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.163 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.163 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.163 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.163 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:34.163 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:34.163 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.163 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.163 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.163 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.163 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.164 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.164 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.164 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.164 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.164 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.164 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.164 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.164 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator": { 2024-09-10T19:01:34.164 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-09-10T19:01:34.164 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.164 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.164 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.164 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T19:01:34.164 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.165 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.165 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.165 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-09-10T19:01:34.165 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rook", 2024-09-10T19:01:34.165 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "test_orchestrator" 2024-09-10T19:01:34.165 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.165 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Orchestrator backend", 2024-09-10T19:01:34.165 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.165 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.165 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.165 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.165 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.165 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.165 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:34.165 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "osd_support", 2024-09-10T19:01:34.165 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:34.166 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:34.166 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:34.166 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:34.166 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:34.166 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.166 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.166 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.166 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.166 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.166 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.166 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.166 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.166 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.166 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.166 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.167 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.167 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.167 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.167 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.167 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.167 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.167 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.167 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.167 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:34.167 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:34.167 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.167 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.167 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.167 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.167 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.168 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.168 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.168 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.168 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.168 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.168 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.168 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.168 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:34.168 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:34.168 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.168 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.168 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.168 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:34.168 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.169 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.169 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.169 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.169 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.169 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.169 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.169 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.169 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.169 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.169 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.169 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.169 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.169 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.169 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.169 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:34.170 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:34.170 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.170 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.170 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.170 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.170 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.170 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.170 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.170 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.170 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.170 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.170 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.170 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.170 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.171 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.171 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:34.171 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_autoscaler", 2024-09-10T19:01:34.171 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:34.171 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:34.171 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:34.171 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:34.171 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:34.171 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.171 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.171 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.171 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.171 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.171 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.172 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.172 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.172 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.172 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.172 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.172 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.172 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.172 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.172 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.172 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.172 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.172 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.172 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.172 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:34.172 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:34.173 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.173 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.173 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.173 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.173 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.173 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.173 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.173 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.173 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.173 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.173 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.173 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.173 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:34.173 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:34.173 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.174 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.174 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.174 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:34.174 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.174 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.174 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.174 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.174 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.174 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.174 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.174 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.174 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.174 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.174 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.175 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.175 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.175 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.175 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.175 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:34.175 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:34.175 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.175 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.175 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.175 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.175 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.175 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.175 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.175 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.175 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.175 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.176 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.176 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.176 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-09-10T19:01:34.176 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-09-10T19:01:34.176 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.176 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.176 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.176 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-09-10T19:01:34.176 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.176 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.176 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.176 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.176 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.176 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.176 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.177 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.177 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.177 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.177 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:34.177 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "progress", 2024-09-10T19:01:34.177 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:34.177 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:34.177 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:34.177 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:34.177 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:34.177 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.177 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.177 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.177 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.177 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.177 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.178 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.178 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.178 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.178 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.178 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.178 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.178 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.178 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.178 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.178 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.178 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.178 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.178 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.178 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:34.178 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:34.179 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.179 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.179 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.179 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.179 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.179 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.179 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.179 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.179 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.179 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.179 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.179 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.179 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:34.179 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:34.179 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.179 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.180 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.180 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:34.180 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.180 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.180 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.180 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.180 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.180 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.180 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.180 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.180 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.180 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.180 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.180 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.180 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.181 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.181 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.181 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:34.181 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:34.181 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.181 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.181 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.181 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.181 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.181 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.181 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.181 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.181 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.182 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.182 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.182 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.182 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max_completed_events": { 2024-09-10T19:01:34.182 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "max_completed_events", 2024-09-10T19:01:34.182 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:34.182 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.182 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.182 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "50", 2024-09-10T19:01:34.182 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.182 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.182 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.182 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "number of past completed events to remember", 2024-09-10T19:01:34.182 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.183 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.183 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.183 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.183 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "persist_interval": { 2024-09-10T19:01:34.183 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "persist_interval", 2024-09-10T19:01:34.183 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T19:01:34.183 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.183 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.183 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-09-10T19:01:34.183 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.183 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.184 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.184 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to persist completed events", 2024-09-10T19:01:34.184 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.184 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.184 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.184 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.184 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.184 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.184 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:34.184 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prometheus", 2024-09-10T19:01:34.184 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:34.184 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:34.184 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:34.185 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:34.185 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:34.185 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.185 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.185 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.185 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.185 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.185 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.185 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.185 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.185 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.185 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.186 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.186 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.186 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.186 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.186 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.186 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.186 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.186 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.186 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.186 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:34.186 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:34.186 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.186 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.187 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.187 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.187 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.187 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.187 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.187 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.187 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.187 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.187 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.187 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.187 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:34.187 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:34.187 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.187 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.187 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.188 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:34.188 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.188 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.188 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.188 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.188 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.188 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.188 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.188 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.188 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.188 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.188 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.188 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.188 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.188 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.189 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.189 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:34.189 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:34.189 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.189 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.189 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.189 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.189 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.189 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.189 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.189 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.189 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.189 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.189 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.189 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.189 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools": { 2024-09-10T19:01:34.190 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools", 2024-09-10T19:01:34.190 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.190 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.190 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.190 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.190 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.190 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.190 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.190 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.190 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.190 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.190 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.190 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.190 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools_refresh_interval": { 2024-09-10T19:01:34.190 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools_refresh_interval", 2024-09-10T19:01:34.190 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.191 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.191 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.191 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.191 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.191 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.191 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.191 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.191 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.191 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.191 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.191 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.191 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_interval": { 2024-09-10T19:01:34.191 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_interval", 2024-09-10T19:01:34.191 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.191 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.191 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.192 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.192 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.192 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.192 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.192 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.192 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.192 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.192 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.192 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.192 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-09-10T19:01:34.192 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-09-10T19:01:34.192 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.192 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.192 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.192 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.193 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.193 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.193 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.193 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.193 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.193 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.193 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.193 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.193 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-09-10T19:01:34.193 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-09-10T19:01:34.193 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.193 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.193 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.193 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.193 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.194 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.194 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.194 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.194 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.194 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.194 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.194 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.194 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.194 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.194 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:34.194 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_support", 2024-09-10T19:01:34.194 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:34.194 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:34.194 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:34.194 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:34.194 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:34.195 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.195 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.195 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.195 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.195 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.195 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.195 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.195 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.195 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.195 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.195 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.195 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.195 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.195 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.196 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.196 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.196 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.196 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.196 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.196 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:34.196 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:34.196 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.196 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.196 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.196 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.196 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.196 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.196 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.196 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.197 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.197 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.197 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.197 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.197 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:34.197 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:34.197 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.197 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.197 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.197 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:34.197 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.197 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.197 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.197 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.198 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.198 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.198 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.198 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.198 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.198 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.198 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.198 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.198 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.198 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.198 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.198 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:34.198 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:34.199 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.199 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.199 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.199 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.199 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.199 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.199 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.199 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.199 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.199 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.199 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.199 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.199 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mirror_snapshot_schedule": { 2024-09-10T19:01:34.199 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mirror_snapshot_schedule", 2024-09-10T19:01:34.200 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.200 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.200 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.200 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.200 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.200 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.200 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.200 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.200 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.200 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.200 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.200 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.200 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "trash_purge_schedule": { 2024-09-10T19:01:34.201 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "trash_purge_schedule", 2024-09-10T19:01:34.201 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.201 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.201 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.201 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.201 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.201 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.201 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.201 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.201 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.201 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.201 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.202 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.202 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.202 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.202 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:34.202 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "restful", 2024-09-10T19:01:34.202 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:34.202 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:34.202 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:34.202 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-09-10T19:01:34.202 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-09-10T19:01:34.202 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.202 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.202 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.202 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.203 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.203 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.203 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.203 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.203 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.203 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.203 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.203 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.203 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:34.203 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:34.203 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.203 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.203 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.203 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.204 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.204 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.204 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.204 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.204 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.204 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.204 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.204 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.204 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.204 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.204 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.205 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.205 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.205 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.205 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.205 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:34.205 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:34.205 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.205 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.205 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.205 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.205 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.205 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.205 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.205 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.205 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.206 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.206 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.206 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.206 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:34.206 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:34.206 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.206 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.206 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.206 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:34.206 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.206 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.206 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.206 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.206 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.207 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.207 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.207 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.207 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.207 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.207 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.207 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.207 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.207 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.207 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.207 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:34.207 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:34.207 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.207 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.207 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.207 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.208 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.208 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.208 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.208 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.208 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.208 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.208 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.208 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.208 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-09-10T19:01:34.208 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-09-10T19:01:34.208 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.208 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.208 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.208 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.208 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.209 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.209 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.209 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.209 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.209 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.209 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.209 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.209 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-09-10T19:01:34.209 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-09-10T19:01:34.209 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.209 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.209 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.209 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.209 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.209 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.209 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.210 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.210 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.210 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.210 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.210 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.210 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.210 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.210 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:34.210 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rook", 2024-09-10T19:01:34.210 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:34.210 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:34.210 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:34.210 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:34.210 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:34.211 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.211 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.211 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.211 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.211 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.211 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.211 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.211 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.211 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.211 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.211 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.211 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.211 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.211 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.211 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.211 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.211 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.212 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.212 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.212 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:34.212 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:34.212 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.212 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.212 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.212 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.212 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.212 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.213 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.213 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.213 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.213 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.213 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.213 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.213 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:34.213 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:34.213 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.213 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.213 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.213 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:34.213 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.214 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.214 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.214 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.214 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.214 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.214 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.214 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.214 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.214 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.214 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.214 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.214 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.214 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.214 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.214 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:34.214 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:34.214 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.215 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.215 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.215 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.215 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.215 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.215 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.215 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.215 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.215 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.215 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.215 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.215 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.215 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.215 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:34.215 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "selftest", 2024-09-10T19:01:34.215 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:34.216 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:34.216 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:34.216 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:34.216 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:34.216 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.216 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.216 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.216 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.216 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.216 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.216 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.216 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.216 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.216 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.216 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.217 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.217 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.217 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.217 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.217 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.217 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.217 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.217 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.217 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:34.217 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:34.217 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.217 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.217 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.217 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.217 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.217 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.218 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.218 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.218 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.218 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.218 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.218 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.218 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:34.218 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:34.218 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.218 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.218 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.218 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:34.218 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.218 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.218 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.218 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.219 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.219 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.219 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.219 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.219 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.219 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.219 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.219 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.219 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.219 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.219 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.219 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:34.219 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:34.219 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.219 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.219 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.220 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.220 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.220 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.220 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.220 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.220 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.220 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.220 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.220 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.220 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption1": { 2024-09-10T19:01:34.220 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption1", 2024-09-10T19:01:34.221 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.221 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.221 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.221 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.221 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.221 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.221 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.221 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.221 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.221 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.221 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.222 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.222 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption2": { 2024-09-10T19:01:34.222 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption2", 2024-09-10T19:01:34.222 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.222 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.222 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.222 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "xyz", 2024-09-10T19:01:34.222 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.222 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.222 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.222 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.222 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.223 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.223 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.223 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.223 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption1": { 2024-09-10T19:01:34.223 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption1", 2024-09-10T19:01:34.223 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.223 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.223 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.223 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.223 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.223 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.223 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.223 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.224 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.224 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.224 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.224 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.224 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption2": { 2024-09-10T19:01:34.224 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption2", 2024-09-10T19:01:34.224 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:34.224 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.224 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.224 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.224 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.224 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.224 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.224 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.224 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.225 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.225 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.225 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.225 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption3": { 2024-09-10T19:01:34.225 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption3", 2024-09-10T19:01:34.225 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-09-10T19:01:34.225 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.225 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.225 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.225 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.225 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.225 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.225 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.225 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.225 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.226 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.226 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.226 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption4": { 2024-09-10T19:01:34.226 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption4", 2024-09-10T19:01:34.226 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.226 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.226 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.226 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.226 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.226 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.226 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.226 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.226 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.226 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.227 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.227 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.227 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption5": { 2024-09-10T19:01:34.227 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption5", 2024-09-10T19:01:34.227 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.227 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.227 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.227 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.227 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.227 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.227 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.227 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.227 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.227 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.227 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.227 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.228 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption6": { 2024-09-10T19:01:34.228 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption6", 2024-09-10T19:01:34.228 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.228 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.228 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.228 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:34.228 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.228 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.228 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.228 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.228 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.228 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.228 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.228 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.228 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testkey": { 2024-09-10T19:01:34.228 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testkey", 2024-09-10T19:01:34.229 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.229 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.229 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.229 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.229 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.229 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.229 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.229 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.229 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.229 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.229 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.229 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.229 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testlkey": { 2024-09-10T19:01:34.229 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testlkey", 2024-09-10T19:01:34.230 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.230 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.230 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.230 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.230 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.230 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.230 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.230 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.230 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.230 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.230 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.230 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.230 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testnewline": { 2024-09-10T19:01:34.230 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testnewline", 2024-09-10T19:01:34.230 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.230 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.231 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.231 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.231 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.231 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.231 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.231 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.231 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.231 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.231 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.231 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.231 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.231 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.231 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:34.231 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "status", 2024-09-10T19:01:34.231 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:34.232 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:34.232 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:34.232 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:34.232 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:34.232 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.232 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.232 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.232 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.232 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.232 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.232 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.232 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.232 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.232 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.232 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.233 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.233 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.233 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.233 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.233 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.233 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.233 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.233 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.233 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:34.233 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:34.234 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.234 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.234 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.234 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.234 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.234 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.234 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.234 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.234 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.234 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.234 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.234 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.234 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:34.234 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:34.234 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.235 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.235 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.235 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:34.235 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.235 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.235 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.235 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.235 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.235 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.235 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.235 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.235 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.235 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.235 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.235 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.235 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.236 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.236 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.236 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:34.236 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:34.236 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.236 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.236 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.236 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.236 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.236 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.236 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.236 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.236 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.236 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.236 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.236 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.237 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.237 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.237 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:34.237 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telegraf", 2024-09-10T19:01:34.237 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:34.237 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:34.237 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:34.237 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "address": { 2024-09-10T19:01:34.237 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "address", 2024-09-10T19:01:34.237 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.237 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.237 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.237 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-09-10T19:01:34.237 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.237 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.237 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.238 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.238 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.238 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.238 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.238 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.238 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-10T19:01:34.238 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-10T19:01:34.238 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T19:01:34.238 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.238 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.238 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15", 2024-09-10T19:01:34.238 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.238 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.238 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.238 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.238 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.239 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.239 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.239 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.239 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:34.239 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:34.239 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.239 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.239 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.239 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.239 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.239 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.239 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.239 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.239 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.239 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.239 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.240 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.240 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.240 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.240 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.240 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.240 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.240 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.240 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.240 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:34.240 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:34.240 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.240 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.240 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.240 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.240 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.240 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.241 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.241 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.241 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.241 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.241 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.241 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.241 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:34.241 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:34.241 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.241 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.241 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.241 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:34.241 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.241 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.241 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.242 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.242 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.242 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.242 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.242 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.242 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.242 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.242 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.242 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.242 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.242 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.242 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.242 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:34.242 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:34.242 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.243 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.243 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.243 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.243 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.243 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.243 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.243 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.243 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.243 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.243 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.243 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.243 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.243 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.243 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:34.243 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telemetry", 2024-09-10T19:01:34.244 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:34.244 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:34.244 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:34.244 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_basic": { 2024-09-10T19:01:34.244 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_basic", 2024-09-10T19:01:34.244 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.244 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.244 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.244 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:34.244 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.244 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.244 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.244 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Share basic cluster information (size, version)", 2024-09-10T19:01:34.244 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.244 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.245 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.245 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.245 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_crash": { 2024-09-10T19:01:34.245 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_crash", 2024-09-10T19:01:34.245 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.245 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.245 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.245 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:34.245 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.245 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.245 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.245 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.245 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.245 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.245 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.245 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.245 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_device": { 2024-09-10T19:01:34.246 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_device", 2024-09-10T19:01:34.246 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.246 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.246 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.246 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T19:01:34.246 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.246 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.246 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.246 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.246 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.247 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.247 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.247 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.247 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_ident": { 2024-09-10T19:01:34.247 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_ident", 2024-09-10T19:01:34.247 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.247 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.247 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.247 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.248 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.248 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.248 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.248 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.248 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.248 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.248 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.248 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.249 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "contact": { 2024-09-10T19:01:34.249 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "contact", 2024-09-10T19:01:34.249 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.249 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.249 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.249 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T19:01:34.249 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.249 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.249 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.249 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.249 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.249 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.249 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.250 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.250 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "description": { 2024-09-10T19:01:34.250 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "description", 2024-09-10T19:01:34.250 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.250 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.250 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.250 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T19:01:34.250 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.250 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.250 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.250 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.250 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.250 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.251 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.251 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.251 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_url": { 2024-09-10T19:01:34.251 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_url", 2024-09-10T19:01:34.251 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.251 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.251 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.251 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/device", 2024-09-10T19:01:34.251 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.251 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.251 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.251 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.251 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.251 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.252 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.252 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.252 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enabled": { 2024-09-10T19:01:34.252 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enabled", 2024-09-10T19:01:34.252 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.252 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.252 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.252 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.252 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.252 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.252 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.252 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.253 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.253 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.253 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.253 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.253 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-10T19:01:34.253 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-10T19:01:34.253 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:34.253 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.253 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.253 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "24", 2024-09-10T19:01:34.253 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "8", 2024-09-10T19:01:34.253 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.253 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.253 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.253 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.254 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.254 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.254 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.254 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_opt_revision": { 2024-09-10T19:01:34.254 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "last_opt_revision", 2024-09-10T19:01:34.254 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:34.254 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.254 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.254 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1", 2024-09-10T19:01:34.254 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.254 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.254 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.254 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.254 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.254 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.255 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.255 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.255 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "leaderboard": { 2024-09-10T19:01:34.255 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "leaderboard", 2024-09-10T19:01:34.255 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.255 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.255 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.255 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.255 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.255 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.255 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.255 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.255 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.255 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.255 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.256 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.256 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:34.256 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:34.256 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.256 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.256 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.256 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.256 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.256 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.256 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.256 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.256 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.256 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.256 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.257 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.257 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.257 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.257 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.257 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.257 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.257 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.257 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.257 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:34.257 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:34.257 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.257 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.257 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.257 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.257 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.258 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.258 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.258 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.258 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.258 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.258 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.258 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.258 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:34.258 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:34.258 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.258 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.258 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.258 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:34.258 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.258 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.258 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.259 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.259 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.259 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.259 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.259 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.259 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.259 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.259 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.259 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.259 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.259 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.259 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.259 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:34.259 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:34.260 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.260 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.260 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.260 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.260 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.260 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.260 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.260 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.260 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.260 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.260 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.260 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.260 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "organization": { 2024-09-10T19:01:34.260 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "organization", 2024-09-10T19:01:34.260 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.261 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.261 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.261 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T19:01:34.261 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.261 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.261 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.261 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.261 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.261 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.261 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.261 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.261 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "proxy": { 2024-09-10T19:01:34.261 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "proxy", 2024-09-10T19:01:34.261 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.261 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.262 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.262 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T19:01:34.262 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.262 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.262 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.262 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.262 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.262 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.262 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.262 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.262 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url": { 2024-09-10T19:01:34.262 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url", 2024-09-10T19:01:34.262 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.262 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.263 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.263 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/report", 2024-09-10T19:01:34.263 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.263 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.263 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.263 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.263 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.263 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.263 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.263 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.263 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.263 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.263 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:34.263 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "test_orchestrator", 2024-09-10T19:01:34.264 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:34.264 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:34.264 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:34.264 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:34.264 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:34.264 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.264 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.264 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.264 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.264 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.264 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.264 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.264 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.264 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.265 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.265 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.265 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.265 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.265 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.265 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.265 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.265 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.265 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.265 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.265 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:34.266 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:34.266 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.266 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.266 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.266 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.266 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.266 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.266 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.266 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.266 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.266 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.266 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.267 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.267 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:34.267 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:34.267 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.267 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.267 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.267 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:34.267 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.267 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.267 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.267 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.267 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.267 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.267 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.267 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.268 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.268 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.268 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.268 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.268 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.268 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.268 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.268 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:34.268 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:34.268 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.268 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.268 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.268 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.268 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.269 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.269 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.269 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.269 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.269 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.269 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.269 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.269 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.269 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.269 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:34.269 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "volumes", 2024-09-10T19:01:34.269 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:34.269 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:34.270 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:34.270 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:34.270 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:34.270 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.270 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.270 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.270 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.270 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.270 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.270 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.270 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.271 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.271 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.271 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.271 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.271 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.271 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.271 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.271 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.271 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.271 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.271 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.271 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:34.272 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:34.272 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.272 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.272 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.272 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.272 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.272 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.272 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.272 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.272 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.272 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.272 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.272 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.272 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:34.273 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:34.273 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.273 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.273 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.273 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:34.273 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.273 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.273 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.273 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.273 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.273 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.273 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.273 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.273 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.274 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.274 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.274 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.274 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.274 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.274 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.274 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:34.274 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:34.274 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.274 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.274 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.274 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.274 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.274 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.274 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.275 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.275 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.275 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.275 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.275 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.275 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.275 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.275 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:34.275 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix", 2024-09-10T19:01:34.275 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T19:01:34.275 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T19:01:34.275 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T19:01:34.275 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "discovery_interval": { 2024-09-10T19:01:34.275 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "discovery_interval", 2024-09-10T19:01:34.275 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.276 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.276 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.276 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "100", 2024-09-10T19:01:34.276 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.276 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.276 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.276 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.276 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.276 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.276 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.276 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.276 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "identifier": { 2024-09-10T19:01:34.276 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "identifier", 2024-09-10T19:01:34.276 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.276 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.277 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.277 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.277 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.277 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.277 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.277 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.277 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.277 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.277 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.277 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.277 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-10T19:01:34.277 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-10T19:01:34.277 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T19:01:34.277 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.277 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.278 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-09-10T19:01:34.278 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.278 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.278 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.278 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.278 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.278 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.278 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.278 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.278 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T19:01:34.278 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T19:01:34.278 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.278 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.278 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.278 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T19:01:34.279 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.279 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.279 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.279 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.279 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.279 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.279 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.279 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.279 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.279 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.279 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.279 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.279 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.279 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.279 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.279 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T19:01:34.280 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T19:01:34.280 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.280 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.280 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.280 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.280 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.280 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.280 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.280 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.280 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.280 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.280 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.280 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.281 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T19:01:34.281 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T19:01:34.281 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.281 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.281 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.281 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T19:01:34.281 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.281 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.281 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T19:01:34.281 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T19:01:34.281 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T19:01:34.281 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T19:01:34.282 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T19:01:34.282 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T19:01:34.282 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T19:01:34.282 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.282 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.282 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.282 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.282 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.282 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.282 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T19:01:34.282 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T19:01:34.282 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T19:01:34.282 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.282 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T19:01:34.283 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T19:01:34.283 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.283 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.283 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.283 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.283 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.283 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.283 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.283 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.283 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_host": { 2024-09-10T19:01:34.283 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_host", 2024-09-10T19:01:34.283 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.283 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.283 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.284 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T19:01:34.284 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.284 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.284 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.284 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.284 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.284 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.284 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.284 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.284 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_port": { 2024-09-10T19:01:34.284 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_port", 2024-09-10T19:01:34.284 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T19:01:34.284 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.285 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.285 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10051", 2024-09-10T19:01:34.285 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.285 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.285 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.285 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.285 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.285 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.285 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.285 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.285 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_sender": { 2024-09-10T19:01:34.285 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_sender", 2024-09-10T19:01:34.285 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T19:01:34.286 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T19:01:34.286 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T19:01:34.286 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "/usr/bin/zabbix_sender", 2024-09-10T19:01:34.286 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T19:01:34.286 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T19:01:34.286 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T19:01:34.286 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T19:01:34.286 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T19:01:34.286 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T19:01:34.286 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T19:01:34.286 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.286 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.286 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.286 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.287 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {}, 2024-09-10T19:01:34.287 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "always_on_modules": { 2024-09-10T19:01:34.287 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nautilus": [ 2024-09-10T19:01:34.287 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-09-10T19:01:34.287 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-09-10T19:01:34.287 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-09-10T19:01:34.287 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator_cli", 2024-09-10T19:01:34.287 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-09-10T19:01:34.287 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-09-10T19:01:34.287 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-09-10T19:01:34.287 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-09-10T19:01:34.287 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.287 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "octopus": [ 2024-09-10T19:01:34.287 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-09-10T19:01:34.287 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-09-10T19:01:34.288 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-09-10T19:01:34.288 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator", 2024-09-10T19:01:34.288 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_support", 2024-09-10T19:01:34.288 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_autoscaler", 2024-09-10T19:01:34.288 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-09-10T19:01:34.288 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-09-10T19:01:34.288 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-09-10T19:01:34.288 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "telemetry", 2024-09-10T19:01:34.288 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-09-10T19:01:34.288 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T19:01:34.288 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_failure_osd_epoch": 4, 2024-09-10T19:01:34.288 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_clients": [ 2024-09-10T19:01:34.288 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:34.289 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-09-10T19:01:34.289 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:34.289 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-09-10T19:01:34.289 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.155:0", 2024-09-10T19:01:34.289 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 4291077545 2024-09-10T19:01:34.289 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.289 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-10T19:01:34.289 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.289 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:34.289 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-09-10T19:01:34.289 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:34.289 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-09-10T19:01:34.289 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.155:0", 2024-09-10T19:01:34.289 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 3058955522 2024-09-10T19:01:34.289 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.290 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-10T19:01:34.290 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T19:01:34.290 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:34.290 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-09-10T19:01:34.290 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:34.290 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-09-10T19:01:34.290 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.155:0", 2024-09-10T19:01:34.290 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 140525068 2024-09-10T19:01:34.290 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.290 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-10T19:01:34.290 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.290 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-10T19:01:34.290 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.290 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:34.291 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:33 smithi155 bash[14970]: audit 2024-09-10T19:01:33.616076+0000 mon.a (mon.0) 70 : audit [DBG] from='client.? 172.21.15.155:0/3242256151' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2024-09-10T19:01:34.778 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Waiting for the mgr to restart... 2024-09-10T19:01:34.778 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Waiting for Mgr epoch 9... 2024-09-10T19:01:34.778 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi155', '-v', '/var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmphtlgzhbh:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'tell', 'mgr', 'mgr_status'] 2024-09-10T19:01:34.778 INFO:teuthology.orchestra.run.smithi155.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=smithi155 -v /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmphtlgzhbh:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 tell mgr mgr_status 2024-09-10T19:01:36.087 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:01:35 smithi155 bash[15226]: Warning: Permanently added 'smithi155,172.21.15.155' (ECDSA) to the list of known hosts. 2024-09-10T19:01:36.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:35 smithi155 bash[14970]: cluster 2024-09-10T19:01:35.029663+0000 mon.a (mon.0) 71 : cluster [INF] Active manager daemon y restarted 2024-09-10T19:01:36.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:35 smithi155 bash[14970]: cluster 2024-09-10T19:01:35.030595+0000 mon.a (mon.0) 72 : cluster [INF] Activating manager daemon y 2024-09-10T19:01:36.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:35 smithi155 bash[14970]: cluster 2024-09-10T19:01:35.034341+0000 mon.a (mon.0) 73 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-10T19:01:36.739 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T19:01:36.739 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap_epoch": 11, 2024-09-10T19:01:36.739 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "initialized": true 2024-09-10T19:01:36.739 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T19:01:36.994 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:36 smithi155 bash[14970]: cluster 2024-09-10T19:01:35.716892+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e10: y(active, starting, since 0.686421s) 2024-09-10T19:01:36.994 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:36 smithi155 bash[14970]: audit 2024-09-10T19:01:35.720714+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T19:01:36.995 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:36 smithi155 bash[14970]: audit 2024-09-10T19:01:35.721930+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T19:01:36.995 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:36 smithi155 bash[14970]: audit 2024-09-10T19:01:35.722290+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T19:01:36.995 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:36 smithi155 bash[14970]: audit 2024-09-10T19:01:35.722567+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T19:01:36.995 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:36 smithi155 bash[14970]: audit 2024-09-10T19:01:35.723441+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T19:01:36.995 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:36 smithi155 bash[14970]: audit 2024-09-10T19:01:35.725092+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-10T19:01:36.995 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:36 smithi155 bash[14970]: audit 2024-09-10T19:01:35.725784+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T19:01:36.995 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:36 smithi155 bash[14970]: audit 2024-09-10T19:01:35.726434+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T19:01:36.995 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:36 smithi155 bash[14970]: audit 2024-09-10T19:01:35.727044+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T19:01:36.995 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:36 smithi155 bash[14970]: audit 2024-09-10T19:01:35.727623+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T19:01:36.995 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:36 smithi155 bash[14970]: audit 2024-09-10T19:01:35.728251+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T19:01:36.995 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:36 smithi155 bash[14970]: cluster 2024-09-10T19:01:35.731999+0000 mon.a (mon.0) 86 : cluster [INF] Manager daemon y is now available 2024-09-10T19:01:36.995 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:36 smithi155 bash[14970]: audit 2024-09-10T19:01:35.773394+0000 mon.a (mon.0) 87 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T19:01:36.995 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:36 smithi155 bash[14970]: audit 2024-09-10T19:01:36.644003+0000 mon.a (mon.0) 88 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T19:01:36.995 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:36 smithi155 bash[14970]: audit 2024-09-10T19:01:36.644981+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:01:37.679 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Generating a dashboard self-signed certificate... 2024-09-10T19:01:37.680 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi155', '-v', '/var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmphtlgzhbh:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'dashboard', 'create-self-signed-cert'] 2024-09-10T19:01:37.680 INFO:teuthology.orchestra.run.smithi155.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=smithi155 -v /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmphtlgzhbh:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 dashboard create-self-signed-cert 2024-09-10T19:01:37.838 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:37 smithi155 bash[14970]: cluster 2024-09-10T19:01:36.727255+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e11: y(active, since 1.69679s) 2024-09-10T19:01:37.838 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:37 smithi155 bash[14970]: audit 2024-09-10T19:01:37.110496+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:01:37.109054\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:01:37.109310\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-10T19:01:37.109563\", \"networks\": {}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:01:37.838 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:37 smithi155 bash[14970]: audit 2024-09-10T19:01:37.114836+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:01:37.109054\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:01:37.109310\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-10T19:01:37.109563\", \"networks\": {}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:01:37.838 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:37 smithi155 bash[14970]: audit 2024-09-10T19:01:37.115901+0000 mon.a (mon.0) 93 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:01:39.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:38 smithi155 bash[14970]: cluster 2024-09-10T19:01:37.733875+0000 mon.a (mon.0) 94 : cluster [DBG] mgrmap e12: y(active, since 2s) 2024-09-10T19:01:39.808 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout Self-signed certificate created 2024-09-10T19:01:41.016 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Creating initial admin user... 2024-09-10T19:01:41.016 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi155', '-v', '/var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmphtlgzhbh:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'dashboard', 'ac-user-create', 'admin', 'q5c5tz4j0q', 'administrator', '--force-password', '--pwd-update-required'] 2024-09-10T19:01:41.016 INFO:teuthology.orchestra.run.smithi155.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=smithi155 -v /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmphtlgzhbh:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 dashboard ac-user-create admin q5c5tz4j0q administrator --force-password --pwd-update-required 2024-09-10T19:01:41.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:40 smithi155 bash[14970]: audit 2024-09-10T19:01:39.731384+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-10T19:01:41.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:40 smithi155 bash[14970]: audit 2024-09-10T19:01:39.799521+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/crt","val":"-----BEGIN CERTIFICATE-----\nMIIC0DCCAbgCEQD27BA7R/BCs5rObejRbxFQMA0GCSqGSIb3DQEBDQUAMCYxCzAJ\nBgNVBAoMAklUMRcwFQYDVQQDDA5jZXBoLWRhc2hib2FyZDAeFw0yNDA5MTAxOTAx\nMzlaFw0zNDA5MDgxOTAxMzlaMCYxCzAJBgNVBAoMAklUMRcwFQYDVQQDDA5jZXBo\nLWRhc2hib2FyZDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKyS87u2\nwL1b4uhY7h7GrWdUcZqYO0t53+oBCI7JL2gppPZ69/Wwx3Cn0IwZ4ARceCIrgLFB\nzfWEeS/0y1ct7TkJgeAQg5TOz4hD38nQbLOIWlmaRHIb55VzucqIop+Wab3pAsZL\nNNpnfkXTyCV49zQvVYYMOMYf8nQbKqRt8ICZ0l7+/cGOoiGCbl41ut8nBS3oRL6R\nFH5v0d6b4Ks/rRi418pz1mupYi6U7MA1/Se8WvGo+Z6sPW/yAEY3SjTDZoZROnnU\n0KkrIqbOlDjjRx0nN37o8GRTPyQp69HAoMYwWzUfHQ+rTp9fhIomZ8Zn+a+8FpuX\n5Ihv1KMmujsjtRUCAwEAATANBgkqhkiG9w0BAQ0FAAOCAQEAb8egLaKrjpzswUxa\nF0KYkMSWD7AP0t4Y9hIZdqNlmiupsxTqiHNBBHD01Wk9d6xZmxZm4Bq7J7HNah7a\nfzeBAbrGi8S25N+I5P4SEFF6yop+9c5fx9vBrJNiPRWoVG02QEW8aSTHL+AeJiLK\nLjgFRSRs+7sJuMecfMJDIaumN5LO/4mx40disRLxsyTc0S2KCH2qpt3ikroVahbh\nZm02oL4K4baHnT/O8UP0meh4P8VOPUfkYmyx+fguKVqC+dDB0PG1hxQ126mNp51f\n2r68mOyMNLIzj6RqEUTWjc99LovznjFwLKXGQjuzvQBtCB2xFk6iCyrEHebLR6YT\nmi5JKQ==\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-10T19:01:41.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:40 smithi155 bash[14970]: audit 2024-09-10T19:01:39.804058+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/crt","val":"-----BEGIN CERTIFICATE-----\nMIIC0DCCAbgCEQD27BA7R/BCs5rObejRbxFQMA0GCSqGSIb3DQEBDQUAMCYxCzAJ\nBgNVBAoMAklUMRcwFQYDVQQDDA5jZXBoLWRhc2hib2FyZDAeFw0yNDA5MTAxOTAx\nMzlaFw0zNDA5MDgxOTAxMzlaMCYxCzAJBgNVBAoMAklUMRcwFQYDVQQDDA5jZXBo\nLWRhc2hib2FyZDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKyS87u2\nwL1b4uhY7h7GrWdUcZqYO0t53+oBCI7JL2gppPZ69/Wwx3Cn0IwZ4ARceCIrgLFB\nzfWEeS/0y1ct7TkJgeAQg5TOz4hD38nQbLOIWlmaRHIb55VzucqIop+Wab3pAsZL\nNNpnfkXTyCV49zQvVYYMOMYf8nQbKqRt8ICZ0l7+/cGOoiGCbl41ut8nBS3oRL6R\nFH5v0d6b4Ks/rRi418pz1mupYi6U7MA1/Se8WvGo+Z6sPW/yAEY3SjTDZoZROnnU\n0KkrIqbOlDjjRx0nN37o8GRTPyQp69HAoMYwWzUfHQ+rTp9fhIomZ8Zn+a+8FpuX\n5Ihv1KMmujsjtRUCAwEAATANBgkqhkiG9w0BAQ0FAAOCAQEAb8egLaKrjpzswUxa\nF0KYkMSWD7AP0t4Y9hIZdqNlmiupsxTqiHNBBHD01Wk9d6xZmxZm4Bq7J7HNah7a\nfzeBAbrGi8S25N+I5P4SEFF6yop+9c5fx9vBrJNiPRWoVG02QEW8aSTHL+AeJiLK\nLjgFRSRs+7sJuMecfMJDIaumN5LO/4mx40disRLxsyTc0S2KCH2qpt3ikroVahbh\nZm02oL4K4baHnT/O8UP0meh4P8VOPUfkYmyx+fguKVqC+dDB0PG1hxQ126mNp51f\n2r68mOyMNLIzj6RqEUTWjc99LovznjFwLKXGQjuzvQBtCB2xFk6iCyrEHebLR6YT\nmi5JKQ==\n-----END CERTIFICATE-----\n"}]': finished 2024-09-10T19:01:41.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:40 smithi155 bash[14970]: audit 2024-09-10T19:01:39.804886+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/key","val":"-----BEGIN PRIVATE KEY-----\nMIIEugIBADANBgkqhkiG9w0BAQEFAASCBKQwggSgAgEAAoIBAQCskvO7tsC9W+Lo\nWO4exq1nVHGamDtLed/qAQiOyS9oKaT2evf1sMdwp9CMGeAEXHgiK4CxQc31hHkv\n9MtXLe05CYHgEIOUzs+IQ9/J0GyziFpZmkRyG+eVc7nKiKKflmm96QLGSzTaZ35F\n08glePc0L1WGDDjGH/J0GyqkbfCAmdJe/v3BjqIhgm5eNbrfJwUt6ES+kRR+b9He\nm+CrP60YuNfKc9ZrqWIulOzANf0nvFrxqPmerD1v8gBGN0o0w2aGUTp51NCpKyKm\nzpQ440cdJzd+6PBkUz8kKevRwKDGMFs1Hx0Pq06fX4SKJmfGZ/mvvBabl+SIb9Sj\nJro7I7UVAgMBAAECggEAPB0wc+oUN6IDZ6ZaxDO3AbCDpjNzLDZ3Dj9v6LUiI2mm\nQgnRyC7dOlvqpHL6+unvGxAGUzi18tlDkbX3AxZHdT/fktqNy09DMZdbJCTLSLqt\nplq7jvgzcncOeAOiim7NxM6fHc3iylWUweQk6xC5I999LiWhvToxrcosz3xQc6sP\nEpPJ3NIgl7vdQOjJFSVrfh8ZVmHvltpDxfK2/JyMNkqOM01trGYN5mjtrYjh3+h5\njY/clBkIFAWiIhvCfsXd5bASctSRV6WYuWx3B2wMKi/rKlOH2T2S5sYERRpmFreH\nWdLjQfN8gzDWRT0wxuvB8EmSs+2JEivutxN/FktcYQKBgQDSc1TmjG2XSsmlgNp8\n4cD/4f3iH46VKdVFeWcznAyS4XiHFHPB+5p7SDkEkYW3sKhOrivkcgJXppS/ohvh\nOy7CVUtY7dVsdrP8D8/jtc73vaJJUqwZisYZRksykNprm1QPnFSX+oomJg/kocLp\nH5gqbrXOEgy2Xf2p8m/mENtHDQKBgQDR7PSft7PnqaA/u8sFftV3sZiCEgm1Sy+M\n64TvGATWEkJt3lFvr7jYBm6zSBqeVkBnkOdxsFcuvjWzHU6d4wxL4GVjM7YNGNqR\ndQmP0zZcG///eRP8QvqU9T2RzU+gZH4ZO09kLttbsOH7aV1cUE1toEe0blBaS6Cp\nFL0siEWkKQJ/QPFWQc8UApwRngEla2Q/KreSoTUbyuwd5FKShlqhhrINf6HQFwyN\nn32qGr7NhOH/DkixQs3r6yB8xqY/9EFPLKkll0vNkKsQ37gBb0OrmsfqTLY2Zatt\ndl861V/eB1bnmemkMUIfX6ZfQS6p90bIrk97yxvG0IAwx0EJRvXstQKBgD7ZZ3+t\n+yG/iieqrKTPjU+RjyxaBCgQA4N4O8ttcH066EKGjfEXNgsPGfN5AecnwY6ANpq2\nBdQLxH4EpzXj9Rl+bDxgDgAr0bw8wwkZXiwDgghVkqMy1lzkc3OEeXN2wr4BIMrI\nsInqEi44JGhv7k6E7xLY+BugitA0UlLT1a3JAoGAUoOV2vJzAYXN2/ksoJId72Cp\nhymJYU2Ge1/37gGNXFBDxTbcvXpNr3FF9ISYjNIBqLPJeQuVkwwzQwLGMsiK0Q0L\naiR5kn+YMn/+XqFBy2forZ5AcpqqGjVw8Kc3HGpWI49/MqPwCGf1W9GaHXuXwsui\nEevAqAUgKeoia5UquD0=\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-10T19:01:41.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:40 smithi155 bash[14970]: audit 2024-09-10T19:01:39.807455+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/key","val":"-----BEGIN PRIVATE KEY-----\nMIIEugIBADANBgkqhkiG9w0BAQEFAASCBKQwggSgAgEAAoIBAQCskvO7tsC9W+Lo\nWO4exq1nVHGamDtLed/qAQiOyS9oKaT2evf1sMdwp9CMGeAEXHgiK4CxQc31hHkv\n9MtXLe05CYHgEIOUzs+IQ9/J0GyziFpZmkRyG+eVc7nKiKKflmm96QLGSzTaZ35F\n08glePc0L1WGDDjGH/J0GyqkbfCAmdJe/v3BjqIhgm5eNbrfJwUt6ES+kRR+b9He\nm+CrP60YuNfKc9ZrqWIulOzANf0nvFrxqPmerD1v8gBGN0o0w2aGUTp51NCpKyKm\nzpQ440cdJzd+6PBkUz8kKevRwKDGMFs1Hx0Pq06fX4SKJmfGZ/mvvBabl+SIb9Sj\nJro7I7UVAgMBAAECggEAPB0wc+oUN6IDZ6ZaxDO3AbCDpjNzLDZ3Dj9v6LUiI2mm\nQgnRyC7dOlvqpHL6+unvGxAGUzi18tlDkbX3AxZHdT/fktqNy09DMZdbJCTLSLqt\nplq7jvgzcncOeAOiim7NxM6fHc3iylWUweQk6xC5I999LiWhvToxrcosz3xQc6sP\nEpPJ3NIgl7vdQOjJFSVrfh8ZVmHvltpDxfK2/JyMNkqOM01trGYN5mjtrYjh3+h5\njY/clBkIFAWiIhvCfsXd5bASctSRV6WYuWx3B2wMKi/rKlOH2T2S5sYERRpmFreH\nWdLjQfN8gzDWRT0wxuvB8EmSs+2JEivutxN/FktcYQKBgQDSc1TmjG2XSsmlgNp8\n4cD/4f3iH46VKdVFeWcznAyS4XiHFHPB+5p7SDkEkYW3sKhOrivkcgJXppS/ohvh\nOy7CVUtY7dVsdrP8D8/jtc73vaJJUqwZisYZRksykNprm1QPnFSX+oomJg/kocLp\nH5gqbrXOEgy2Xf2p8m/mENtHDQKBgQDR7PSft7PnqaA/u8sFftV3sZiCEgm1Sy+M\n64TvGATWEkJt3lFvr7jYBm6zSBqeVkBnkOdxsFcuvjWzHU6d4wxL4GVjM7YNGNqR\ndQmP0zZcG///eRP8QvqU9T2RzU+gZH4ZO09kLttbsOH7aV1cUE1toEe0blBaS6Cp\nFL0siEWkKQJ/QPFWQc8UApwRngEla2Q/KreSoTUbyuwd5FKShlqhhrINf6HQFwyN\nn32qGr7NhOH/DkixQs3r6yB8xqY/9EFPLKkll0vNkKsQ37gBb0OrmsfqTLY2Zatt\ndl861V/eB1bnmemkMUIfX6ZfQS6p90bIrk97yxvG0IAwx0EJRvXstQKBgD7ZZ3+t\n+yG/iieqrKTPjU+RjyxaBCgQA4N4O8ttcH066EKGjfEXNgsPGfN5AecnwY6ANpq2\nBdQLxH4EpzXj9Rl+bDxgDgAr0bw8wwkZXiwDgghVkqMy1lzkc3OEeXN2wr4BIMrI\nsInqEi44JGhv7k6E7xLY+BugitA0UlLT1a3JAoGAUoOV2vJzAYXN2/ksoJId72Cp\nhymJYU2Ge1/37gGNXFBDxTbcvXpNr3FF9ISYjNIBqLPJeQuVkwwzQwLGMsiK0Q0L\naiR5kn+YMn/+XqFBy2forZ5AcpqqGjVw8Kc3HGpWI49/MqPwCGf1W9GaHXuXwsui\nEevAqAUgKeoia5UquD0=\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-10T19:01:43.087 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:42 smithi155 bash[14970]: cluster 2024-09-10T19:01:41.715604+0000 mon.a (mon.0) 99 : cluster [DBG] mgrmap e13: y(active, since 6s) 2024-09-10T19:01:43.140 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout {"username": "admin", "password": "$2b$12$9q7hnDignrxr2fv1bA1RZetKZul8Urk2aRbnJhguYYsPJohDXPSJe", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1725994903, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-10T19:01:44.026 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:43 smithi155 bash[14970]: audit 2024-09-10T19:01:43.137701+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/accessdb_v2","val":"{\"users\": {\"admin\": {\"username\": \"admin\", \"password\": \"$2b$12$9q7hnDignrxr2fv1bA1RZetKZul8Urk2aRbnJhguYYsPJohDXPSJe\", \"roles\": [\"administrator\"], \"name\": null, \"email\": null, \"lastUpdate\": 1725994903, \"enabled\": true, \"pwdExpirationDate\": null, \"pwdUpdateRequired\": true}}, \"roles\": {}, \"version\": 2}"}]: dispatch 2024-09-10T19:01:44.026 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:43 smithi155 bash[14970]: audit 2024-09-10T19:01:43.139671+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/accessdb_v2","val":"{\"users\": {\"admin\": {\"username\": \"admin\", \"password\": \"$2b$12$9q7hnDignrxr2fv1bA1RZetKZul8Urk2aRbnJhguYYsPJohDXPSJe\", \"roles\": [\"administrator\"], \"name\": null, \"email\": null, \"lastUpdate\": 1725994903, \"enabled\": true, \"pwdExpirationDate\": null, \"pwdUpdateRequired\": true}}, \"roles\": {}, \"version\": 2}"}]': finished 2024-09-10T19:01:44.031 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Fetching dashboard port number... 2024-09-10T19:01:44.031 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi155', '-v', '/var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmphtlgzhbh:/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-10T19:01:44.032 INFO:teuthology.orchestra.run.smithi155.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=smithi155 -v /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpsn28pfdu:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmphtlgzhbh:/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-10T19:01:45.087 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:44 smithi155 bash[14970]: audit 2024-09-10T19:01:42.917440+0000 mgr.y (mgr.14140) 2 : audit [DBG] from='client.14155 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "password": "q5c5tz4j0q", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:45.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:44 smithi155 bash[14970]: audit 2024-09-10T19:01:44.613510+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:01:45.783 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 8443 2024-09-10T19:01:46.010 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:45 smithi155 bash[14970]: audit 2024-09-10T19:01:44.820476+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:01:37.109054\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:01:37.109310\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-10T19:01:37.109563\", \"last_device_update\": \"2024-09-10T19:01:44.819382\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:01:46.010 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:45 smithi155 bash[14970]: audit 2024-09-10T19:01:44.824304+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:01:37.109054\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:01:37.109310\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-10T19:01:37.109563\", \"last_device_update\": \"2024-09-10T19:01:44.819382\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:01:46.462 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Ceph Dashboard is now available at: 2024-09-10T19:01:46.462 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-09-10T19:01:46.462 INFO:teuthology.orchestra.run.smithi155.stderr: URL: https://smithi155.front.sepia.ceph.com:8443/ 2024-09-10T19:01:46.462 INFO:teuthology.orchestra.run.smithi155.stderr: User: admin 2024-09-10T19:01:46.462 INFO:teuthology.orchestra.run.smithi155.stderr: Password: q5c5tz4j0q 2024-09-10T19:01:46.463 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-09-10T19:01:46.463 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:You can access the Ceph CLI with: 2024-09-10T19:01:46.463 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-09-10T19:01:46.463 INFO:teuthology.orchestra.run.smithi155.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-10T19:01:46.463 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-09-10T19:01:46.463 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Please consider enabling telemetry to help improve Ceph: 2024-09-10T19:01:46.463 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-09-10T19:01:46.463 INFO:teuthology.orchestra.run.smithi155.stderr: ceph telemetry on 2024-09-10T19:01:46.463 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-09-10T19:01:46.463 INFO:teuthology.orchestra.run.smithi155.stderr:For more information see: 2024-09-10T19:01:46.463 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-09-10T19:01:46.464 INFO:teuthology.orchestra.run.smithi155.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2024-09-10T19:01:46.464 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-09-10T19:01:46.464 INFO:teuthology.orchestra.run.smithi155.stderr:INFO:cephadm:Bootstrap complete. 2024-09-10T19:01:46.464 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Releasing lock 140050773604528 on /run/cephadm/e044737e-6fa6-11ef-bcea-c7b262605968.lock 2024-09-10T19:01:46.464 INFO:teuthology.orchestra.run.smithi155.stderr:DEBUG:cephadm:Lock 140050773604528 released on /run/cephadm/e044737e-6fa6-11ef-bcea-c7b262605968.lock 2024-09-10T19:01:46.484 INFO:tasks.cephadm:Fetching config... 2024-09-10T19:01:46.484 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-09-10T19:01:46.484 DEBUG:teuthology.orchestra.run.smithi155:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-10T19:01:46.491 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-10T19:01:46.491 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-09-10T19:01:46.491 DEBUG:teuthology.orchestra.run.smithi155:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-10T19:01:46.496 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-10T19:01:46.497 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-09-10T19:01:46.497 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/var/lib/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/mon.a/keyring of=/dev/stdout 2024-09-10T19:01:46.554 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-10T19:01:46.555 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-09-10T19:01:46.555 DEBUG:teuthology.orchestra.run.smithi155:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-10T19:01:46.560 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-10T19:01:46.561 DEBUG:teuthology.orchestra.run.smithi155:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCpKQQVIGMFFBVlFTL/Q4W/reIb2uJu82NowJGCJ137iUQOVeZ76dAyDkaY6rG92EqVhJfvwZoBuMb+E/5fPnVfw/IvtsOnRtx5c8flpuvmSZqPhoFAL3a9MxGNRVhL4PN0pP/etYOCDNNPmpnjECUDT7xa8mipLhwiwa6m5yI1FCNODMMajBloaVIe2Nyp+GeEklXjUFyuh+QcOZEEEUASWAXddWR3yKeHv3YHS1QGrTKaiS6/jPn3ID8LZO2hpldDlz7gdY0DJ9tO8PmXWwDNmsDSCOHQtrIQW9PjbPD7qboPIhrJU0eANkedi9RplveRa12dDJF1nf3hKStwtaA2lQ0PqFub+xoa3VJyRJcUCFKgv3fc0ov+LLn8rRzFoKW0leh2yqPD6YWH7qw1sU9LgQXXa+Mv7lEU5oTDDVqBZKIq0kcPFgUjmg+6JGCEBCkkmXRBOFKoeOEU0AW0xV9llEwY9AhCIHU6eDgI9k7sss1W9l3LHoclMdn0BOqfPE0= ceph-e044737e-6fa6-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-10T19:01:46.583 INFO:teuthology.orchestra.run.smithi155.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCpKQQVIGMFFBVlFTL/Q4W/reIb2uJu82NowJGCJ137iUQOVeZ76dAyDkaY6rG92EqVhJfvwZoBuMb+E/5fPnVfw/IvtsOnRtx5c8flpuvmSZqPhoFAL3a9MxGNRVhL4PN0pP/etYOCDNNPmpnjECUDT7xa8mipLhwiwa6m5yI1FCNODMMajBloaVIe2Nyp+GeEklXjUFyuh+QcOZEEEUASWAXddWR3yKeHv3YHS1QGrTKaiS6/jPn3ID8LZO2hpldDlz7gdY0DJ9tO8PmXWwDNmsDSCOHQtrIQW9PjbPD7qboPIhrJU0eANkedi9RplveRa12dDJF1nf3hKStwtaA2lQ0PqFub+xoa3VJyRJcUCFKgv3fc0ov+LLn8rRzFoKW0leh2yqPD6YWH7qw1sU9LgQXXa+Mv7lEU5oTDDVqBZKIq0kcPFgUjmg+6JGCEBCkkmXRBOFKoeOEU0AW0xV9llEwY9AhCIHU6eDgI9k7sss1W9l3LHoclMdn0BOqfPE0= ceph-e044737e-6fa6-11ef-bcea-c7b262605968 2024-09-10T19:01:46.593 DEBUG:teuthology.orchestra.run.smithi189:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCpKQQVIGMFFBVlFTL/Q4W/reIb2uJu82NowJGCJ137iUQOVeZ76dAyDkaY6rG92EqVhJfvwZoBuMb+E/5fPnVfw/IvtsOnRtx5c8flpuvmSZqPhoFAL3a9MxGNRVhL4PN0pP/etYOCDNNPmpnjECUDT7xa8mipLhwiwa6m5yI1FCNODMMajBloaVIe2Nyp+GeEklXjUFyuh+QcOZEEEUASWAXddWR3yKeHv3YHS1QGrTKaiS6/jPn3ID8LZO2hpldDlz7gdY0DJ9tO8PmXWwDNmsDSCOHQtrIQW9PjbPD7qboPIhrJU0eANkedi9RplveRa12dDJF1nf3hKStwtaA2lQ0PqFub+xoa3VJyRJcUCFKgv3fc0ov+LLn8rRzFoKW0leh2yqPD6YWH7qw1sU9LgQXXa+Mv7lEU5oTDDVqBZKIq0kcPFgUjmg+6JGCEBCkkmXRBOFKoeOEU0AW0xV9llEwY9AhCIHU6eDgI9k7sss1W9l3LHoclMdn0BOqfPE0= ceph-e044737e-6fa6-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-10T19:01:46.621 INFO:teuthology.orchestra.run.smithi189.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCpKQQVIGMFFBVlFTL/Q4W/reIb2uJu82NowJGCJ137iUQOVeZ76dAyDkaY6rG92EqVhJfvwZoBuMb+E/5fPnVfw/IvtsOnRtx5c8flpuvmSZqPhoFAL3a9MxGNRVhL4PN0pP/etYOCDNNPmpnjECUDT7xa8mipLhwiwa6m5yI1FCNODMMajBloaVIe2Nyp+GeEklXjUFyuh+QcOZEEEUASWAXddWR3yKeHv3YHS1QGrTKaiS6/jPn3ID8LZO2hpldDlz7gdY0DJ9tO8PmXWwDNmsDSCOHQtrIQW9PjbPD7qboPIhrJU0eANkedi9RplveRa12dDJF1nf3hKStwtaA2lQ0PqFub+xoa3VJyRJcUCFKgv3fc0ov+LLn8rRzFoKW0leh2yqPD6YWH7qw1sU9LgQXXa+Mv7lEU5oTDDVqBZKIq0kcPFgUjmg+6JGCEBCkkmXRBOFKoeOEU0AW0xV9llEwY9AhCIHU6eDgI9k7sss1W9l3LHoclMdn0BOqfPE0= ceph-e044737e-6fa6-11ef-bcea-c7b262605968 2024-09-10T19:01:46.628 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi189 2024-09-10T19:01:46.628 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-09-10T19:01:46.629 DEBUG:teuthology.orchestra.run.smithi189:> dd of=/etc/ceph/ceph.conf 2024-09-10T19:01:46.634 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-09-10T19:01:46.634 DEBUG:teuthology.orchestra.run.smithi189:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T19:01:46.641 INFO:tasks.cephadm:Adding host smithi189 to orchestrator... 2024-09-10T19:01:46.641 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph orch host add smithi189 2024-09-10T19:01:46.837 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:46 smithi155 bash[14970]: audit 2024-09-10T19:01:45.782690+0000 mon.a (mon.0) 105 : audit [DBG] from='client.? 172.21.15.155:0/1234275261' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-09-10T19:01:50.337 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:01:49 smithi155 bash[15226]: Warning: Permanently added 'smithi189,172.21.15.189' (ECDSA) to the list of known hosts. 2024-09-10T19:01:50.932 INFO:teuthology.orchestra.run.smithi155.stdout:Added host 'smithi189' 2024-09-10T19:01:51.014 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:50 smithi155 bash[14970]: audit 2024-09-10T19:01:50.563709+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"smithi155\", \"labels\": [], \"status\": \"\"}, \"smithi189\": {\"hostname\": \"smithi189\", \"addr\": \"smithi189\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-10T19:01:51.014 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:50 smithi155 bash[14970]: audit 2024-09-10T19:01:50.567780+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"smithi155\", \"labels\": [], \"status\": \"\"}, \"smithi189\": {\"hostname\": \"smithi189\", \"addr\": \"smithi189\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-10T19:01:51.660 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph orch host ls --format=json 2024-09-10T19:01:52.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:51 smithi155 bash[14970]: audit 2024-09-10T19:01:49.928330+0000 mgr.y (mgr.14140) 3 : audit [DBG] from='client.14159 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi189", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:52.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:51 smithi155 bash[14970]: cephadm 2024-09-10T19:01:50.568730+0000 mgr.y (mgr.14140) 4 : cephadm [INF] Added host smithi189 2024-09-10T19:01:52.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:51 smithi155 bash[14970]: audit 2024-09-10T19:01:50.857429+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:01:52.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:51 smithi155 bash[14970]: audit 2024-09-10T19:01:50.861285+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:01:52.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:51 smithi155 bash[14970]: audit 2024-09-10T19:01:50.862661+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:01:52.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:51 smithi155 bash[14970]: audit 2024-09-10T19:01:51.078978+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-10T19:01:51.078199\", \"networks\": {}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:01:52.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:51 smithi155 bash[14970]: audit 2024-09-10T19:01:51.083142+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-10T19:01:51.078199\", \"networks\": {}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:01:52.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:51 smithi155 bash[14970]: audit 2024-09-10T19:01:51.084388+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:01:54.910 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T19:01:54.910 INFO:teuthology.orchestra.run.smithi155.stdout:[{"addr": "smithi155", "hostname": "smithi155", "labels": [], "status": ""}, {"addr": "smithi189", "hostname": "smithi189", "labels": [], "status": ""}] 2024-09-10T19:01:55.589 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-10T19:01:55.590 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph osd crush tunables default 2024-09-10T19:01:57.059 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:56 smithi155 bash[14970]: audit 2024-09-10T19:01:54.908190+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-10T19:01:57.059 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:56 smithi155 bash[14970]: cluster 2024-09-10T19:01:55.723501+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-10T19:01:57.059 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:56 smithi155 bash[14970]: audit 2024-09-10T19:01:55.740341+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:01:57.059 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:56 smithi155 bash[14970]: audit 2024-09-10T19:01:55.963979+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-10T19:01:51.078199\", \"last_device_update\": \"2024-09-10T19:01:55.962974\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:01:57.059 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:56 smithi155 bash[14970]: audit 2024-09-10T19:01:55.968279+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-10T19:01:51.078199\", \"last_device_update\": \"2024-09-10T19:01:55.962974\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:01:59.087 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:58 smithi155 bash[14970]: cluster 2024-09-10T19:01:57.723970+0000 mgr.y (mgr.14140) 7 : cluster [DBG] pgmap v4: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T19:01:59.748 INFO:teuthology.orchestra.run.smithi155.stderr:adjusted tunables profile to default 2024-09-10T19:01:59.991 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:01:59 smithi155 bash[14970]: audit 2024-09-10T19:01:58.814789+0000 mon.a (mon.0) 117 : audit [INF] from='client.? 172.21.15.155:0/507047459' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-10T19:02:00.445 INFO:tasks.cephadm:Adding mon.c on smithi155 2024-09-10T19:02:00.445 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph orch daemon add mon 'smithi155:[v2:172.21.15.155:3301,v1:172.21.15.155:6790]=c' 2024-09-10T19:02:01.087 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:00 smithi155 bash[14970]: cluster 2024-09-10T19:01:59.724473+0000 mgr.y (mgr.14140) 8 : cluster [DBG] pgmap v5: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T19:02:01.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:00 smithi155 bash[14970]: audit 2024-09-10T19:01:59.742592+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.155:0/507047459' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-10T19:02:01.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:00 smithi155 bash[14970]: cluster 2024-09-10T19:01:59.742730+0000 mon.a (mon.0) 119 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-10T19:02:02.837 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:02 smithi155 bash[14970]: cluster 2024-09-10T19:02:01.724850+0000 mgr.y (mgr.14140) 9 : cluster [DBG] pgmap v7: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T19:02:05.006 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:04 smithi155 bash[14970]: cluster 2024-09-10T19:02:03.725212+0000 mgr.y (mgr.14140) 10 : cluster [DBG] pgmap v8: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T19:02:05.006 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:04 smithi155 bash[14970]: audit 2024-09-10T19:02:03.793050+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:02:05.007 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:04 smithi155 bash[14970]: audit 2024-09-10T19:02:03.794454+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:02:05.007 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:04 smithi155 bash[14970]: audit 2024-09-10T19:02:03.795991+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.c", "key": "container_image"}]: dispatch 2024-09-10T19:02:06.087 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:05 smithi155 bash[14970]: audit 2024-09-10T19:02:03.788723+0000 mgr.y (mgr.14140) 11 : audit [DBG] from='client.14165 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi155:[v2:172.21.15.155:3301,v1:172.21.15.155:6790]=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:06.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:05 smithi155 bash[14970]: cephadm 2024-09-10T19:02:03.795470+0000 mgr.y (mgr.14140) 12 : cephadm [INF] Deploying daemon mon.c on smithi155 2024-09-10T19:02:07.019 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:06 smithi155 bash[14970]: cluster 2024-09-10T19:02:05.725650+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-10T19:02:08.799 INFO:teuthology.orchestra.run.smithi155.stdout:Deployed mon.c on host 'smithi155' 2024-09-10T19:02:08.846 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:08 smithi155 bash[14970]: cluster 2024-09-10T19:02:07.726140+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-10T19:02:08.846 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:08 smithi155 bash[14970]: audit 2024-09-10T19:02:08.182329+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:01:37.109054\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:01:37.109310\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}}, \"last_device_update\": \"2024-09-10T19:01:44.819382\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:02:08.846 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:08 smithi155 bash[14970]: audit 2024-09-10T19:02:08.182917+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:02:08.846 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:08 smithi155 bash[14970]: audit 2024-09-10T19:02:08.185069+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:01:37.109054\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:01:37.109310\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}}, \"last_device_update\": \"2024-09-10T19:01:44.819382\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:02:09.944 DEBUG:teuthology.orchestra.run.smithi155:mon.c> sudo journalctl -f -n 0 -u ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mon.c.service 2024-09-10T19:02:09.946 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-10T19:02:09.946 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T19:02:10.053 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:09 smithi155 bash[14970]: audit 2024-09-10T19:02:08.824427+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:08.822824\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:08.823000\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"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-10T19:02:08.823103\", \"created\": \"2024-09-10T19:02:08.162251\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}}, \"last_daemon_update\": \"2024-09-10T19:02:08.823257\", \"last_device_update\": \"2024-09-10T19:01:44.819382\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:02:10.053 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:09 smithi155 bash[14970]: audit 2024-09-10T19:02:08.827799+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:08.822824\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:08.823000\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"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-10T19:02:08.823103\", \"created\": \"2024-09-10T19:02:08.162251\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}}, \"last_daemon_update\": \"2024-09-10T19:02:08.823257\", \"last_device_update\": \"2024-09-10T19:01:44.819382\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:02:10.625 INFO:journalctl@ceph.mon.c.smithi155.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-10T19:02:10.626 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.050+0000 7ffa6979c6c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-10T19:02:10.626 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.050+0000 7ffa6979c6c0 0 ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc), process ceph-mon, pid 1 2024-09-10T19:02:10.626 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.050+0000 7ffa6979c6c0 0 pidfile_write: ignore empty --pid-file 2024-09-10T19:02:10.626 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 0 load: jerasure load: lrc load: isa 2024-09-10T19:02:10.626 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 0 set rocksdb option compression = kNoCompression 2024-09-10T19:02:10.626 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-10T19:02:10.626 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-10T19:02:10.626 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 0 set rocksdb option compression = kNoCompression 2024-09-10T19:02:10.626 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-10T19:02:10.626 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-10T19:02:10.626 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 1 rocksdb: do_open column families: [default] 2024-09-10T19:02:10.627 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: RocksDB version: 6.1.2 2024-09-10T19:02:10.627 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-10T19:02:10.627 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Compile date Mar 23 2020 2024-09-10T19:02:10.627 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: DB SUMMARY 2024-09-10T19:02:10.627 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: CURRENT file: CURRENT 2024-09-10T19:02:10.627 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: IDENTITY file: IDENTITY 2024-09-10T19:02:10.627 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-09-10T19:02:10.627 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-09-10T19:02:10.627 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000003.log size: 489 ; 2024-09-10T19:02:10.627 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.error_if_exists: 0 2024-09-10T19:02:10.627 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.create_if_missing: 0 2024-09-10T19:02:10.627 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.paranoid_checks: 1 2024-09-10T19:02:10.627 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.env: 0x55eaa017e1a0 2024-09-10T19:02:10.627 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.info_log: 0x55eaa29f29a0 2024-09-10T19:02:10.628 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-10T19:02:10.628 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.statistics: (nil) 2024-09-10T19:02:10.628 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.use_fsync: 0 2024-09-10T19:02:10.628 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.max_log_file_size: 0 2024-09-10T19:02:10.629 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T19:02:10.629 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T19:02:10.629 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-10T19:02:10.629 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-10T19:02:10.629 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.allow_fallocate: 1 2024-09-10T19:02:10.629 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-10T19:02:10.629 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-10T19:02:10.629 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.use_direct_reads: 0 2024-09-10T19:02:10.629 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T19:02:10.629 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.create_missing_column_families: 0 2024-09-10T19:02:10.629 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.db_log_dir: 2024-09-10T19:02:10.629 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-c/store.db 2024-09-10T19:02:10.629 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T19:02:10.630 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.max_subcompactions: 1 2024-09-10T19:02:10.630 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.max_background_flushes: -1 2024-09-10T19:02:10.630 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T19:02:10.630 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T19:02:10.630 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T19:02:10.630 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T19:02:10.630 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.advise_random_on_open: 1 2024-09-10T19:02:10.630 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-10T19:02:10.630 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.write_buffer_manager: 0x55eaa358cab0 2024-09-10T19:02:10.630 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T19:02:10.630 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-10T19:02:10.630 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T19:02:10.630 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T19:02:10.630 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.rate_limiter: (nil) 2024-09-10T19:02:10.630 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T19:02:10.631 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-10T19:02:10.631 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-10T19:02:10.631 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-10T19:02:10.631 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T19:02:10.631 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T19:02:10.631 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T19:02:10.631 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T19:02:10.631 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.row_cache: None 2024-09-10T19:02:10.631 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.wal_filter: None 2024-09-10T19:02:10.631 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T19:02:10.631 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-10T19:02:10.631 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.preserve_deletes: 0 2024-09-10T19:02:10.631 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.two_write_queues: 0 2024-09-10T19:02:10.632 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.manual_wal_flush: 0 2024-09-10T19:02:10.632 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.atomic_flush: 0 2024-09-10T19:02:10.632 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T19:02:10.632 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.max_background_jobs: 2 2024-09-10T19:02:10.632 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.max_background_compactions: -1 2024-09-10T19:02:10.632 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T19:02:10.632 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T19:02:10.632 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T19:02:10.632 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.max_total_wal_size: 0 2024-09-10T19:02:10.632 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T19:02:10.632 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T19:02:10.632 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T19:02:10.632 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T19:02:10.633 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.max_open_files: -1 2024-09-10T19:02:10.633 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.bytes_per_sync: 0 2024-09-10T19:02:10.633 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T19:02:10.633 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-10T19:02:10.633 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Compression algorithms supported: 2024-09-10T19:02:10.633 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T19:02:10.633 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: kZSTD supported: 0 2024-09-10T19:02:10.633 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: kXpressCompression supported: 0 2024-09-10T19:02:10.633 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-10T19:02:10.633 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: kLZ4Compression supported: 1 2024-09-10T19:02:10.633 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: kBZip2Compression supported: 0 2024-09-10T19:02:10.633 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: kZlibCompression supported: 1 2024-09-10T19:02:10.633 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: kSnappyCompression supported: 1 2024-09-10T19:02:10.634 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T19:02:10.634 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000001 2024-09-10T19:02:10.634 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-09-10T19:02:10.634 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T19:02:10.634 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.merge_operator: 2024-09-10T19:02:10.634 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.compaction_filter: None 2024-09-10T19:02:10.634 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.compaction_filter_factory: None 2024-09-10T19:02:10.634 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T19:02:10.634 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T19:02:10.634 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55eaa2912138) 2024-09-10T19:02:10.634 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: cache_index_and_filter_blocks: 1 2024-09-10T19:02:10.634 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: cache_index_and_filter_blocks_with_high_priority: 1 2024-09-10T19:02:10.634 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T19:02:10.635 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: pin_top_level_index_and_filter: 1 2024-09-10T19:02:10.635 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: index_type: 0 2024-09-10T19:02:10.635 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: data_block_index_type: 0 2024-09-10T19:02:10.635 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: data_block_hash_table_util_ratio: 0.750000 2024-09-10T19:02:10.635 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: hash_index_allow_collision: 1 2024-09-10T19:02:10.635 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: checksum: 1 2024-09-10T19:02:10.635 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: no_block_cache: 0 2024-09-10T19:02:10.635 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: block_cache: 0x55eaa2948610 2024-09-10T19:02:10.635 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: block_cache_name: BinnedLRUCache 2024-09-10T19:02:10.635 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: block_cache_options: 2024-09-10T19:02:10.636 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: capacity : 536870912 2024-09-10T19:02:10.636 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: num_shard_bits : 4 2024-09-10T19:02:10.636 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: strict_capacity_limit : 0 2024-09-10T19:02:10.636 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: high_pri_pool_ratio: 0.000 2024-09-10T19:02:10.636 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: block_cache_compressed: (nil) 2024-09-10T19:02:10.636 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: persistent_cache: (nil) 2024-09-10T19:02:10.636 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: block_size: 4096 2024-09-10T19:02:10.636 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: block_size_deviation: 10 2024-09-10T19:02:10.636 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: block_restart_interval: 16 2024-09-10T19:02:10.636 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: index_block_restart_interval: 1 2024-09-10T19:02:10.636 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: metadata_block_size: 4096 2024-09-10T19:02:10.636 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: partition_filters: 0 2024-09-10T19:02:10.636 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: use_delta_encoding: 1 2024-09-10T19:02:10.637 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-10T19:02:10.637 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: whole_key_filtering: 1 2024-09-10T19:02:10.637 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: verify_compression: 0 2024-09-10T19:02:10.637 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: read_amp_bytes_per_bit: 0 2024-09-10T19:02:10.637 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: format_version: 2 2024-09-10T19:02:10.637 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: enable_index_compression: 1 2024-09-10T19:02:10.637 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: block_align: 0 2024-09-10T19:02:10.637 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-10T19:02:10.637 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-10T19:02:10.637 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.compression: NoCompression 2024-09-10T19:02:10.637 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-10T19:02:10.637 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-10T19:02:10.637 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T19:02:10.637 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.num_levels: 7 2024-09-10T19:02:10.637 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T19:02:10.638 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T19:02:10.638 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T19:02:10.638 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T19:02:10.638 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T19:02:10.638 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T19:02:10.638 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T19:02:10.638 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T19:02:10.638 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T19:02:10.639 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.compression_opts.level: 32767 2024-09-10T19:02:10.639 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-10T19:02:10.639 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T19:02:10.640 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T19:02:10.640 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.compression_opts.enabled: false 2024-09-10T19:02:10.640 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T19:02:10.640 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T19:02:10.640 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T19:02:10.640 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-10T19:02:10.640 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T19:02:10.640 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T19:02:10.640 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T19:02:10.640 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T19:02:10.640 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T19:02:10.640 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T19:02:10.640 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T19:02:10.641 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T19:02:10.641 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T19:02:10.641 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T19:02:10.641 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T19:02:10.641 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T19:02:10.641 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T19:02:10.641 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.arena_block_size: 4194304 2024-09-10T19:02:10.641 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T19:02:10.641 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T19:02:10.641 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-10T19:02:10.641 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-10T19:02:10.641 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T19:02:10.641 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T19:02:10.641 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T19:02:10.642 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T19:02:10.642 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T19:02:10.642 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T19:02:10.642 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T19:02:10.642 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T19:02:10.642 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T19:02:10.642 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T19:02:10.642 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.table_properties_collectors: 2024-09-10T19:02:10.642 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.inplace_update_support: 0 2024-09-10T19:02:10.642 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T19:02:10.642 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T19:02:10.642 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T19:02:10.642 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T19:02:10.642 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.bloom_locality: 0 2024-09-10T19:02:10.643 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.max_successive_merges: 0 2024-09-10T19:02:10.643 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T19:02:10.643 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-10T19:02:10.643 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.force_consistency_checks: 0 2024-09-10T19:02:10.643 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-10T19:02:10.643 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: Options.ttl: 0 2024-09-10T19:02:10.643 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: [db/version_set.cc:3757] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-10T19:02:10.643 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2024-09-10T19:02:10.643 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725994930064047, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-09-10T19:02:10.643 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.058+0000 7ffa6979c6c0 4 rocksdb: [db/db_impl_open.cc:583] Recovering log #3 mode 2 2024-09-10T19:02:10.643 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.062+0000 7ffa6979c6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725994930064731, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1403, "table_properties": {"data_size": 501, "index_size": 28, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 379, "raw_average_value_size": 75, "num_data_blocks": 1, "num_entries": 5, "filter_policy_name": "rocksdb.BuiltinBloomFilter"}} 2024-09-10T19:02:10.643 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.062+0000 7ffa6979c6c0 4 rocksdb: [db/version_set.cc:3036] Creating manifest 5 2024-09-10T19:02:10.643 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.062+0000 7ffa6979c6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725994930065315, "job": 1, "event": "recovery_finished"} 2024-09-10T19:02:10.643 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.062+0000 7ffa6979c6c0 4 rocksdb: DB pointer 0x55eaa29e4400 2024-09-10T19:02:10.644 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.062+0000 7ffa508e9700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-09-10T19:02:10.644 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.062+0000 7ffa508e9700 4 rocksdb: [db/db_impl.cc:778] 2024-09-10T19:02:10.644 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: ** DB Stats ** 2024-09-10T19:02:10.644 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T19:02:10.644 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: 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-10T19:02:10.644 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T19:02:10.644 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T19:02:10.644 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: 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-10T19:02:10.644 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-10T19:02:10.644 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T19:02:10.644 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: ** Compaction Stats [default] ** 2024-09-10T19:02:10.644 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: 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-10T19:02:10.644 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T19:02:10.644 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: L0 1/0 1.37 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.2 0.00 0.00 1 0.001 0 0 2024-09-10T19:02:10.645 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: Sum 1/0 1.37 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.2 0.00 0.00 1 0.001 0 0 2024-09-10T19:02:10.645 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.2 0.00 0.00 1 0.001 0 0 2024-09-10T19:02:10.645 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: ** Compaction Stats [default] ** 2024-09-10T19:02:10.645 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: 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-10T19:02:10.645 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T19:02:10.645 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.2 0.00 0.00 1 0.001 0 0 2024-09-10T19:02:10.645 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T19:02:10.645 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T19:02:10.645 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T19:02:10.645 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T19:02:10.645 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T19:02:10.645 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: AddFile(Keys): cumulative 0, interval 0 2024-09-10T19:02:10.645 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: Cumulative compaction: 0.00 GB write, 0.33 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T19:02:10.646 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: Interval compaction: 0.00 GB write, 0.33 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T19:02:10.646 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: 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-10T19:02:10.646 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: ** File Read Latency Histogram By Level [default] ** 2024-09-10T19:02:10.646 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: ** Compaction Stats [default] ** 2024-09-10T19:02:10.646 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: 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-10T19:02:10.646 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T19:02:10.646 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: L0 1/0 1.37 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.2 0.00 0.00 1 0.001 0 0 2024-09-10T19:02:10.646 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: Sum 1/0 1.37 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.2 0.00 0.00 1 0.001 0 0 2024-09-10T19:02:10.646 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: 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-10T19:02:10.646 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: ** Compaction Stats [default] ** 2024-09-10T19:02:10.646 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: 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-10T19:02:10.646 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T19:02:10.646 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.2 0.00 0.00 1 0.001 0 0 2024-09-10T19:02:10.646 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T19:02:10.646 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T19:02:10.647 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T19:02:10.647 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T19:02:10.647 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T19:02:10.647 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: AddFile(Keys): cumulative 0, interval 0 2024-09-10T19:02:10.647 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: Cumulative compaction: 0.00 GB write, 0.33 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T19:02:10.647 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: 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-10T19:02:10.647 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: 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-10T19:02:10.647 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: ** File Read Latency Histogram By Level [default] ** 2024-09-10T19:02:10.647 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.062+0000 7ffa6979c6c0 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-09-10T19:02:10.647 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.062+0000 7ffa6979c6c0 0 using public_addrv [v2:172.21.15.155:3301/0,v1:172.21.15.155:6790/0] 2024-09-10T19:02:10.647 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.066+0000 7ffa6979c6c0 0 starting mon.c rank -1 at public addrs [v2:172.21.15.155:3301/0,v1:172.21.15.155:6790/0] at bind addrs [v2:172.21.15.155:3301/0,v1:172.21.15.155:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid e044737e-6fa6-11ef-bcea-c7b262605968 2024-09-10T19:02:10.647 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.066+0000 7ffa6979c6c0 1 mon.c@-1(???) e0 preinit fsid e044737e-6fa6-11ef-bcea-c7b262605968 2024-09-10T19:02:10.647 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.086+0000 7ffa530ee700 0 mon.c@-1(synchronizing).mds e1 new map 2024-09-10T19:02:10.648 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.086+0000 7ffa530ee700 0 mon.c@-1(synchronizing).mds e1 print_map 2024-09-10T19:02:10.648 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: e1 2024-09-10T19:02:10.648 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: enable_multiple, ever_enabled_multiple: 0,0 2024-09-10T19:02:10.648 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: 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-10T19:02:10.648 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: legacy client fscid: -1 2024-09-10T19:02:10.648 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: 2024-09-10T19:02:10.648 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: No filesystems configured 2024-09-10T19:02:10.648 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.086+0000 7ffa530ee700 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-10T19:02:10.648 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.086+0000 7ffa530ee700 1 mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-10T19:02:10.648 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.086+0000 7ffa530ee700 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-10T19:02:10.648 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.086+0000 7ffa530ee700 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-10T19:02:10.648 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.086+0000 7ffa530ee700 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-10T19:02:10.648 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.086+0000 7ffa530ee700 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-10T19:02:10.648 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.086+0000 7ffa530ee700 1 mon.c@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-09-10T19:02:10.648 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.086+0000 7ffa530ee700 1 mon.c@-1(synchronizing).osd e6 e6: 0 total, 0 up, 0 in 2024-09-10T19:02:10.649 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.090+0000 7ffa530ee700 0 mon.c@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-09-10T19:02:10.649 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.090+0000 7ffa530ee700 0 mon.c@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-09-10T19:02:10.649 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.090+0000 7ffa530ee700 0 mon.c@-1(synchronizing).osd e6 crush map has features 3314933000852226048, adjusting msgr requires 2024-09-10T19:02:10.649 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.090+0000 7ffa530ee700 0 mon.c@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-09-10T19:02:10.649 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: audit 2024-09-10T19:02:08.824427+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:08.822824\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:08.823000\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"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-10T19:02:08.823103\", \"created\": \"2024-09-10T19:02:08.162251\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}}, \"last_daemon_update\": \"2024-09-10T19:02:08.823257\", \"last_device_update\": \"2024-09-10T19:01:44.819382\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:02:10.649 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: audit 2024-09-10T19:02:08.827799+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:08.822824\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:08.823000\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"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-10T19:02:08.823103\", \"created\": \"2024-09-10T19:02:08.162251\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}}, \"last_daemon_update\": \"2024-09-10T19:02:08.823257\", \"last_device_update\": \"2024-09-10T19:01:44.819382\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:02:10.649 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.090+0000 7ffa530ee700 1 mon.c@-1(synchronizing).paxosservice(auth 1..4) refresh upgraded, format 0 -> 3 2024-09-10T19:02:10.649 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.090+0000 7ffa530ee700 10 mon.c@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2024-09-10T19:02:10.649 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:10 smithi155 bash[18934]: debug 2024-09-10T19:02:10.090+0000 7ffa530ee700 20 expand_channel_meta expand map: {default=false} 2024-09-10T19:02:15.588 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:15 smithi155 bash[14970]: cluster 2024-09-10T19:02:10.101500+0000 mon.a (mon.0) 128 : cluster [INF] mon.a calling monitor election 2024-09-10T19:02:15.588 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:15 smithi155 bash[14970]: cluster 2024-09-10T19:02:11.727261+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-10T19:02:15.588 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:15 smithi155 bash[14970]: cluster 2024-09-10T19:02:12.100219+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-10T19:02:15.588 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:15 smithi155 bash[14970]: cluster 2024-09-10T19:02:13.727747+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-10T19:02:15.588 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:15 smithi155 bash[14970]: cluster 2024-09-10T19:02:15.129756+0000 mon.a (mon.0) 129 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-10T19:02:15.588 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:15 smithi155 bash[14970]: cluster 2024-09-10T19:02:15.140739+0000 mon.a (mon.0) 130 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],c=[v2:172.21.15.155:3301/0,v1:172.21.15.155:6790/0]} 2024-09-10T19:02:15.588 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:15 smithi155 bash[14970]: cluster 2024-09-10T19:02:15.140856+0000 mon.a (mon.0) 131 : cluster [DBG] fsmap 2024-09-10T19:02:15.588 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:15 smithi155 bash[14970]: cluster 2024-09-10T19:02:15.140917+0000 mon.a (mon.0) 132 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-10T19:02:15.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:15 smithi155 bash[14970]: cluster 2024-09-10T19:02:15.141312+0000 mon.a (mon.0) 133 : cluster [DBG] mgrmap e13: y(active, since 40s) 2024-09-10T19:02:15.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:15 smithi155 bash[14970]: cluster 2024-09-10T19:02:15.147694+0000 mon.a (mon.0) 134 : cluster [INF] overall HEALTH_OK 2024-09-10T19:02:15.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:15 smithi155 bash[18934]: cluster 2024-09-10T19:02:10.101500+0000 mon.a (mon.0) 128 : cluster [INF] mon.a calling monitor election 2024-09-10T19:02:15.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:15 smithi155 bash[18934]: cluster 2024-09-10T19:02:11.727261+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-10T19:02:15.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:15 smithi155 bash[18934]: cluster 2024-09-10T19:02:12.100219+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-10T19:02:15.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:15 smithi155 bash[18934]: cluster 2024-09-10T19:02:13.727747+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-10T19:02:15.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:15 smithi155 bash[18934]: cluster 2024-09-10T19:02:15.129756+0000 mon.a (mon.0) 129 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-10T19:02:15.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:15 smithi155 bash[18934]: cluster 2024-09-10T19:02:15.140739+0000 mon.a (mon.0) 130 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],c=[v2:172.21.15.155:3301/0,v1:172.21.15.155:6790/0]} 2024-09-10T19:02:15.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:15 smithi155 bash[18934]: cluster 2024-09-10T19:02:15.140856+0000 mon.a (mon.0) 131 : cluster [DBG] fsmap 2024-09-10T19:02:15.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:15 smithi155 bash[18934]: cluster 2024-09-10T19:02:15.140917+0000 mon.a (mon.0) 132 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-10T19:02:15.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:15 smithi155 bash[18934]: cluster 2024-09-10T19:02:15.141312+0000 mon.a (mon.0) 133 : cluster [DBG] mgrmap e13: y(active, since 40s) 2024-09-10T19:02:15.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:15 smithi155 bash[18934]: cluster 2024-09-10T19:02:15.147694+0000 mon.a (mon.0) 134 : cluster [INF] overall HEALTH_OK 2024-09-10T19:02:15.961 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T19:02:15.962 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":2,"fsid":"e044737e-6fa6-11ef-bcea-c7b262605968","modified":"2024-09-10T19:02:10.098058Z","created":"2024-09-10T19:00:47.709636Z","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.155:3300","nonce":0},{"type":"v1","addr":"172.21.15.155:6789","nonce":0}]},"addr":"172.21.15.155:6789/0","public_addr":"172.21.15.155:6789/0","priority":0,"weight":0},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:3301","nonce":0},{"type":"v1","addr":"172.21.15.155:6790","nonce":0}]},"addr":"172.21.15.155:6790/0","public_addr":"172.21.15.155:6790/0","priority":0,"weight":0}],"quorum":[0,1]} 2024-09-10T19:02:15.964 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 2 2024-09-10T19:02:16.337 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:16 smithi155 bash[14970]: cluster 2024-09-10T19:02:15.728209+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-10T19:02:16.338 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:16 smithi155 bash[14970]: audit 2024-09-10T19:02:15.961363+0000 mon.a (mon.0) 135 : audit [DBG] from='client.? 172.21.15.155:0/1640754668' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T19:02:16.338 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:16 smithi155 bash[18934]: cluster 2024-09-10T19:02:15.728209+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-10T19:02:16.338 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:16 smithi155 bash[18934]: audit 2024-09-10T19:02:15.961363+0000 mon.a (mon.0) 135 : audit [DBG] from='client.? 172.21.15.155:0/1640754668' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T19:02:16.718 INFO:tasks.cephadm:Adding mon.b on smithi189 2024-09-10T19:02:16.718 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph orch daemon add mon smithi189:172.21.15.189=b 2024-09-10T19:02:18.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:17 smithi155 bash[18934]: cluster 2024-09-10T19:02:17.728591+0000 mgr.y (mgr.14140) 19 : cluster [DBG] pgmap v15: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T19:02:18.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:17 smithi155 bash[14970]: cluster 2024-09-10T19:02:17.728591+0000 mgr.y (mgr.14140) 19 : cluster [DBG] pgmap v15: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T19:02:21.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:20 smithi155 bash[14970]: cluster 2024-09-10T19:02:19.729023+0000 mgr.y (mgr.14140) 20 : cluster [DBG] pgmap v16: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T19:02:21.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:20 smithi155 bash[14970]: audit 2024-09-10T19:02:19.730953+0000 mgr.y (mgr.14140) 21 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi189:172.21.15.189=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:21.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:20 smithi155 bash[14970]: audit 2024-09-10T19:02:19.733516+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:02:21.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:20 smithi155 bash[14970]: audit 2024-09-10T19:02:19.735461+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:02:21.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:20 smithi155 bash[14970]: cephadm 2024-09-10T19:02:19.736965+0000 mgr.y (mgr.14140) 22 : cephadm [INF] Deploying daemon mon.b on smithi189 2024-09-10T19:02:21.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:20 smithi155 bash[14970]: audit 2024-09-10T19:02:19.737595+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2024-09-10T19:02:21.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:20 smithi155 bash[18934]: cluster 2024-09-10T19:02:19.729023+0000 mgr.y (mgr.14140) 20 : cluster [DBG] pgmap v16: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T19:02:21.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:20 smithi155 bash[18934]: audit 2024-09-10T19:02:19.730953+0000 mgr.y (mgr.14140) 21 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi189:172.21.15.189=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:21.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:20 smithi155 bash[18934]: audit 2024-09-10T19:02:19.733516+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:02:21.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:20 smithi155 bash[18934]: audit 2024-09-10T19:02:19.735461+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:02:21.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:20 smithi155 bash[18934]: cephadm 2024-09-10T19:02:19.736965+0000 mgr.y (mgr.14140) 22 : cephadm [INF] Deploying daemon mon.b on smithi189 2024-09-10T19:02:21.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:20 smithi155 bash[18934]: audit 2024-09-10T19:02:19.737595+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2024-09-10T19:02:22.087 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:21 smithi155 bash[14970]: cluster 2024-09-10T19:02:21.729516+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-10T19:02:22.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:21 smithi155 bash[18934]: cluster 2024-09-10T19:02:21.729516+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-10T19:02:24.087 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:23 smithi155 bash[14970]: cluster 2024-09-10T19:02:23.729957+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-10T19:02:24.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:23 smithi155 bash[18934]: cluster 2024-09-10T19:02:23.729957+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-10T19:02:24.740 INFO:teuthology.orchestra.run.smithi189.stdout:Deployed mon.b on host 'smithi189' 2024-09-10T19:02:25.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:24 smithi155 bash[14970]: audit 2024-09-10T19:02:24.179846+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}}, \"last_device_update\": \"2024-09-10T19:01:55.962974\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:02:25.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:24 smithi155 bash[14970]: audit 2024-09-10T19:02:24.180859+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:02:25.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:24 smithi155 bash[18934]: audit 2024-09-10T19:02:24.179846+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}}, \"last_device_update\": \"2024-09-10T19:01:55.962974\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:02:25.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:24 smithi155 bash[18934]: audit 2024-09-10T19:02:24.180859+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:02:25.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:24 smithi155 bash[14970]: audit 2024-09-10T19:02:24.185204+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}}, \"last_device_update\": \"2024-09-10T19:01:55.962974\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:02:25.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:24 smithi155 bash[14970]: audit 2024-09-10T19:02:24.456428+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"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-10T19:02:24.455123\", \"created\": \"2024-09-10T19:02:24.156068\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}}, \"last_daemon_update\": \"2024-09-10T19:02:24.455363\", \"last_device_update\": \"2024-09-10T19:01:55.962974\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:02:25.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:24 smithi155 bash[14970]: audit 2024-09-10T19:02:24.461515+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"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-10T19:02:24.455123\", \"created\": \"2024-09-10T19:02:24.156068\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}}, \"last_daemon_update\": \"2024-09-10T19:02:24.455363\", \"last_device_update\": \"2024-09-10T19:01:55.962974\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:02:25.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:24 smithi155 bash[18934]: audit 2024-09-10T19:02:24.185204+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}}, \"last_device_update\": \"2024-09-10T19:01:55.962974\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:02:25.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:24 smithi155 bash[18934]: audit 2024-09-10T19:02:24.456428+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"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-10T19:02:24.455123\", \"created\": \"2024-09-10T19:02:24.156068\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}}, \"last_daemon_update\": \"2024-09-10T19:02:24.455363\", \"last_device_update\": \"2024-09-10T19:01:55.962974\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:02:25.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:24 smithi155 bash[18934]: audit 2024-09-10T19:02:24.461515+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"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-10T19:02:24.455123\", \"created\": \"2024-09-10T19:02:24.156068\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}}, \"last_daemon_update\": \"2024-09-10T19:02:24.455363\", \"last_device_update\": \"2024-09-10T19:01:55.962974\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:02:25.589 DEBUG:teuthology.orchestra.run.smithi189:mon.b> sudo journalctl -f -n 0 -u ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mon.b.service 2024-09-10T19:02:25.591 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-10T19:02:25.592 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T19:02:25.970 INFO:journalctl@ceph.mon.b.smithi189.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-10T19:02:25.971 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.696+0000 7fdb52a806c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-10T19:02:25.971 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.696+0000 7fdb52a806c0 0 ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc), process ceph-mon, pid 1 2024-09-10T19:02:25.971 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.696+0000 7fdb52a806c0 0 pidfile_write: ignore empty --pid-file 2024-09-10T19:02:25.971 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 0 load: jerasure load: lrc load: isa 2024-09-10T19:02:25.971 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 0 set rocksdb option compression = kNoCompression 2024-09-10T19:02:25.971 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-10T19:02:25.971 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-10T19:02:25.971 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 0 set rocksdb option compression = kNoCompression 2024-09-10T19:02:25.971 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-10T19:02:25.971 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-10T19:02:25.971 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 1 rocksdb: do_open column families: [default] 2024-09-10T19:02:25.972 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: RocksDB version: 6.1.2 2024-09-10T19:02:25.972 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-10T19:02:25.972 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Compile date Mar 23 2020 2024-09-10T19:02:25.972 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: DB SUMMARY 2024-09-10T19:02:25.972 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: CURRENT file: CURRENT 2024-09-10T19:02:25.972 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: IDENTITY file: IDENTITY 2024-09-10T19:02:25.972 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-09-10T19:02:25.972 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-09-10T19:02:25.972 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000003.log size: 610 ; 2024-09-10T19:02:25.972 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.error_if_exists: 0 2024-09-10T19:02:25.972 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.create_if_missing: 0 2024-09-10T19:02:25.973 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.paranoid_checks: 1 2024-09-10T19:02:25.973 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.env: 0x55c7d4e6c1a0 2024-09-10T19:02:25.973 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.info_log: 0x55c7d66409a0 2024-09-10T19:02:25.973 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-10T19:02:25.973 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.statistics: (nil) 2024-09-10T19:02:25.973 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.use_fsync: 0 2024-09-10T19:02:25.974 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.max_log_file_size: 0 2024-09-10T19:02:25.974 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T19:02:25.974 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T19:02:25.974 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-10T19:02:25.974 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-10T19:02:25.974 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.allow_fallocate: 1 2024-09-10T19:02:25.974 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-10T19:02:25.975 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-10T19:02:25.975 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.use_direct_reads: 0 2024-09-10T19:02:25.975 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T19:02:25.975 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.create_missing_column_families: 0 2024-09-10T19:02:25.975 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.db_log_dir: 2024-09-10T19:02:25.975 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-b/store.db 2024-09-10T19:02:25.975 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T19:02:25.975 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.max_subcompactions: 1 2024-09-10T19:02:25.975 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.max_background_flushes: -1 2024-09-10T19:02:25.975 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T19:02:25.976 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T19:02:25.976 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T19:02:25.976 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T19:02:25.976 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.advise_random_on_open: 1 2024-09-10T19:02:25.976 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-10T19:02:25.976 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.write_buffer_manager: 0x55c7d71daa80 2024-09-10T19:02:25.976 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T19:02:25.976 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-10T19:02:25.976 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T19:02:25.976 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T19:02:25.976 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.rate_limiter: (nil) 2024-09-10T19:02:25.976 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T19:02:25.977 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-10T19:02:25.977 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-10T19:02:25.977 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-10T19:02:25.977 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T19:02:25.977 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T19:02:25.977 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T19:02:25.977 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T19:02:25.977 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.row_cache: None 2024-09-10T19:02:25.977 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.wal_filter: None 2024-09-10T19:02:25.977 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T19:02:25.977 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-10T19:02:25.977 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.preserve_deletes: 0 2024-09-10T19:02:25.977 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.two_write_queues: 0 2024-09-10T19:02:25.978 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.manual_wal_flush: 0 2024-09-10T19:02:25.978 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.atomic_flush: 0 2024-09-10T19:02:25.978 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T19:02:25.978 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.max_background_jobs: 2 2024-09-10T19:02:25.978 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.max_background_compactions: -1 2024-09-10T19:02:25.978 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T19:02:25.978 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T19:02:25.978 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T19:02:25.978 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.max_total_wal_size: 0 2024-09-10T19:02:25.978 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T19:02:25.978 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T19:02:25.978 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T19:02:25.978 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T19:02:25.978 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.max_open_files: -1 2024-09-10T19:02:25.979 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.bytes_per_sync: 0 2024-09-10T19:02:25.979 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T19:02:25.979 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-10T19:02:25.979 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Compression algorithms supported: 2024-09-10T19:02:25.979 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T19:02:25.979 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: kZSTD supported: 0 2024-09-10T19:02:25.979 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: kXpressCompression supported: 0 2024-09-10T19:02:25.979 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-10T19:02:25.979 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: kLZ4Compression supported: 1 2024-09-10T19:02:25.979 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: kBZip2Compression supported: 0 2024-09-10T19:02:25.979 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: kZlibCompression supported: 1 2024-09-10T19:02:25.979 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: kSnappyCompression supported: 1 2024-09-10T19:02:25.979 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T19:02:25.980 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000001 2024-09-10T19:02:25.980 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-09-10T19:02:25.980 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T19:02:25.980 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.merge_operator: 2024-09-10T19:02:25.980 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.compaction_filter: None 2024-09-10T19:02:25.980 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.compaction_filter_factory: None 2024-09-10T19:02:25.980 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T19:02:25.980 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T19:02:25.980 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c7d6560138) 2024-09-10T19:02:25.980 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: cache_index_and_filter_blocks: 1 2024-09-10T19:02:25.980 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: cache_index_and_filter_blocks_with_high_priority: 1 2024-09-10T19:02:25.980 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T19:02:25.980 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: pin_top_level_index_and_filter: 1 2024-09-10T19:02:25.980 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: index_type: 0 2024-09-10T19:02:25.981 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: data_block_index_type: 0 2024-09-10T19:02:25.981 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: data_block_hash_table_util_ratio: 0.750000 2024-09-10T19:02:25.981 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: hash_index_allow_collision: 1 2024-09-10T19:02:25.981 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: checksum: 1 2024-09-10T19:02:25.981 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: no_block_cache: 0 2024-09-10T19:02:25.981 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: block_cache: 0x55c7d6596610 2024-09-10T19:02:25.981 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: block_cache_name: BinnedLRUCache 2024-09-10T19:02:25.981 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: block_cache_options: 2024-09-10T19:02:25.981 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: capacity : 536870912 2024-09-10T19:02:25.981 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: num_shard_bits : 4 2024-09-10T19:02:25.981 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: strict_capacity_limit : 0 2024-09-10T19:02:25.982 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: high_pri_pool_ratio: 0.000 2024-09-10T19:02:25.982 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: block_cache_compressed: (nil) 2024-09-10T19:02:25.982 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: persistent_cache: (nil) 2024-09-10T19:02:25.982 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: block_size: 4096 2024-09-10T19:02:25.982 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: block_size_deviation: 10 2024-09-10T19:02:25.982 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: block_restart_interval: 16 2024-09-10T19:02:25.982 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: index_block_restart_interval: 1 2024-09-10T19:02:25.982 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: metadata_block_size: 4096 2024-09-10T19:02:25.982 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: partition_filters: 0 2024-09-10T19:02:25.982 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: use_delta_encoding: 1 2024-09-10T19:02:25.982 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-10T19:02:25.983 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: whole_key_filtering: 1 2024-09-10T19:02:25.983 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: verify_compression: 0 2024-09-10T19:02:25.983 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: read_amp_bytes_per_bit: 0 2024-09-10T19:02:25.983 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: format_version: 2 2024-09-10T19:02:25.983 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: enable_index_compression: 1 2024-09-10T19:02:25.983 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: block_align: 0 2024-09-10T19:02:25.983 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-10T19:02:25.983 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-10T19:02:25.983 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.compression: NoCompression 2024-09-10T19:02:25.983 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-10T19:02:25.983 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-10T19:02:25.983 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T19:02:25.983 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.num_levels: 7 2024-09-10T19:02:25.983 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T19:02:25.983 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T19:02:25.984 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T19:02:25.984 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T19:02:25.984 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T19:02:25.984 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T19:02:25.984 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T19:02:25.984 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T19:02:25.984 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T19:02:25.984 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.compression_opts.level: 32767 2024-09-10T19:02:25.984 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-10T19:02:25.984 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T19:02:25.984 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T19:02:25.984 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.compression_opts.enabled: false 2024-09-10T19:02:25.984 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T19:02:25.985 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T19:02:25.985 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T19:02:25.985 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-10T19:02:25.985 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T19:02:25.985 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T19:02:25.985 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T19:02:25.985 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T19:02:25.985 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T19:02:25.985 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T19:02:25.986 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T19:02:25.986 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T19:02:25.986 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T19:02:25.986 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T19:02:25.986 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T19:02:25.986 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T19:02:25.986 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T19:02:25.986 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.arena_block_size: 4194304 2024-09-10T19:02:25.986 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T19:02:25.986 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T19:02:25.986 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-10T19:02:25.987 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-10T19:02:25.987 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T19:02:25.987 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T19:02:25.987 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T19:02:25.987 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T19:02:25.988 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T19:02:25.988 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T19:02:25.988 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T19:02:25.988 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T19:02:25.988 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T19:02:25.988 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T19:02:25.988 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.table_properties_collectors: 2024-09-10T19:02:25.988 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.inplace_update_support: 0 2024-09-10T19:02:25.988 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T19:02:25.988 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T19:02:25.988 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T19:02:25.988 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T19:02:25.988 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.bloom_locality: 0 2024-09-10T19:02:25.988 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.max_successive_merges: 0 2024-09-10T19:02:25.989 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T19:02:25.989 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-10T19:02:25.989 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.force_consistency_checks: 0 2024-09-10T19:02:25.989 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-10T19:02:25.989 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: Options.ttl: 0 2024-09-10T19:02:25.989 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 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-10T19:02:25.989 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.700+0000 7fdb52a806c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2024-09-10T19:02:25.989 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.704+0000 7fdb52a806c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725994945704575, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-09-10T19:02:25.989 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.704+0000 7fdb52a806c0 4 rocksdb: [db/db_impl_open.cc:583] Recovering log #3 mode 2 2024-09-10T19:02:25.989 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.704+0000 7fdb52a806c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725994945705597, "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-10T19:02:25.989 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.704+0000 7fdb52a806c0 4 rocksdb: [db/version_set.cc:3036] Creating manifest 5 2024-09-10T19:02:25.989 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.704+0000 7fdb52a806c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725994945706622, "job": 1, "event": "recovery_finished"} 2024-09-10T19:02:25.989 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.704+0000 7fdb52a806c0 4 rocksdb: DB pointer 0x55c7d6632400 2024-09-10T19:02:25.989 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.704+0000 7fdb52a806c0 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-09-10T19:02:25.989 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.704+0000 7fdb52a806c0 0 using public_addr v2:172.21.15.189:0/0 -> [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] 2024-09-10T19:02:25.990 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.708+0000 7fdb52a806c0 0 starting mon.b rank -1 at public addrs [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] at bind addrs [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid e044737e-6fa6-11ef-bcea-c7b262605968 2024-09-10T19:02:25.990 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.708+0000 7fdb39bcd700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-09-10T19:02:25.990 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.708+0000 7fdb39bcd700 4 rocksdb: [db/db_impl.cc:778] 2024-09-10T19:02:25.990 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: ** DB Stats ** 2024-09-10T19:02:25.990 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T19:02:25.990 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: 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-10T19:02:25.990 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T19:02:25.990 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T19:02:25.990 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: 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-10T19:02:25.990 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-10T19:02:25.990 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T19:02:25.990 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: ** Compaction Stats [default] ** 2024-09-10T19:02:25.990 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: 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-10T19:02:25.990 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T19:02:25.991 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: 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.7 0.00 0.00 1 0.001 0 0 2024-09-10T19:02:25.991 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: 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.7 0.00 0.00 1 0.001 0 0 2024-09-10T19:02:25.991 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: 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.7 0.00 0.00 1 0.001 0 0 2024-09-10T19:02:25.991 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: ** Compaction Stats [default] ** 2024-09-10T19:02:25.991 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: 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-10T19:02:25.991 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T19:02:25.991 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: 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.7 0.00 0.00 1 0.001 0 0 2024-09-10T19:02:25.991 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T19:02:25.991 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T19:02:25.991 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T19:02:25.991 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T19:02:25.991 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T19:02:25.991 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: AddFile(Keys): cumulative 0, interval 0 2024-09-10T19:02:25.991 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: Cumulative compaction: 0.00 GB write, 0.28 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T19:02:25.991 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: Interval compaction: 0.00 GB write, 0.28 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T19:02:25.992 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: 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-10T19:02:25.992 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: ** File Read Latency Histogram By Level [default] ** 2024-09-10T19:02:25.992 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: ** Compaction Stats [default] ** 2024-09-10T19:02:25.992 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: 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-10T19:02:25.992 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T19:02:25.992 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: 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.7 0.00 0.00 1 0.001 0 0 2024-09-10T19:02:25.992 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: 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.7 0.00 0.00 1 0.001 0 0 2024-09-10T19:02:25.993 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: 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-10T19:02:25.993 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: ** Compaction Stats [default] ** 2024-09-10T19:02:25.993 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: 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-10T19:02:25.993 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T19:02:25.993 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: 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.7 0.00 0.00 1 0.001 0 0 2024-09-10T19:02:25.993 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T19:02:25.993 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T19:02:25.993 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T19:02:25.993 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T19:02:25.993 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T19:02:25.993 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: AddFile(Keys): cumulative 0, interval 0 2024-09-10T19:02:25.993 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: Cumulative compaction: 0.00 GB write, 0.28 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T19:02:25.993 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: 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-10T19:02:25.994 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: 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-10T19:02:25.994 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: ** File Read Latency Histogram By Level [default] ** 2024-09-10T19:02:25.994 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.708+0000 7fdb52a806c0 1 mon.b@-1(???) e0 preinit fsid e044737e-6fa6-11ef-bcea-c7b262605968 2024-09-10T19:02:25.994 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.744+0000 7fdb3c3d2700 0 mon.b@-1(synchronizing).mds e1 new map 2024-09-10T19:02:25.994 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.744+0000 7fdb3c3d2700 0 mon.b@-1(synchronizing).mds e1 print_map 2024-09-10T19:02:25.994 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: e1 2024-09-10T19:02:25.994 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: enable_multiple, ever_enabled_multiple: 0,0 2024-09-10T19:02:25.994 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: 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-10T19:02:25.994 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: legacy client fscid: -1 2024-09-10T19:02:25.994 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: 2024-09-10T19:02:25.994 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: No filesystems configured 2024-09-10T19:02:25.994 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.744+0000 7fdb3c3d2700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-10T19:02:25.995 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.744+0000 7fdb3c3d2700 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-10T19:02:25.995 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.744+0000 7fdb3c3d2700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-10T19:02:25.995 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.744+0000 7fdb3c3d2700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-10T19:02:25.995 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.744+0000 7fdb3c3d2700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-10T19:02:25.995 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.744+0000 7fdb3c3d2700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-10T19:02:25.995 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.744+0000 7fdb3c3d2700 1 mon.b@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-09-10T19:02:25.995 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.744+0000 7fdb3c3d2700 1 mon.b@-1(synchronizing).osd e6 e6: 0 total, 0 up, 0 in 2024-09-10T19:02:25.995 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.744+0000 7fdb3c3d2700 0 mon.b@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-09-10T19:02:25.995 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.744+0000 7fdb3c3d2700 0 mon.b@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-09-10T19:02:25.995 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.744+0000 7fdb3c3d2700 0 mon.b@-1(synchronizing).osd e6 crush map has features 3314933000852226048, adjusting msgr requires 2024-09-10T19:02:25.995 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.744+0000 7fdb3c3d2700 0 mon.b@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-09-10T19:02:25.995 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: audit 2024-09-10T19:02:24.179846+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}}, \"last_device_update\": \"2024-09-10T19:01:55.962974\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:02:25.995 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: audit 2024-09-10T19:02:24.180859+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:02:25.995 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: audit 2024-09-10T19:02:24.185204+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}}, \"last_device_update\": \"2024-09-10T19:01:55.962974\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:02:25.996 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: audit 2024-09-10T19:02:24.456428+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"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-10T19:02:24.455123\", \"created\": \"2024-09-10T19:02:24.156068\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}}, \"last_daemon_update\": \"2024-09-10T19:02:24.455363\", \"last_device_update\": \"2024-09-10T19:01:55.962974\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:02:25.996 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: audit 2024-09-10T19:02:24.461515+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"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-10T19:02:24.455123\", \"created\": \"2024-09-10T19:02:24.156068\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}}, \"last_daemon_update\": \"2024-09-10T19:02:24.455363\", \"last_device_update\": \"2024-09-10T19:01:55.962974\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:02:25.996 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.744+0000 7fdb3c3d2700 1 mon.b@-1(synchronizing).paxosservice(auth 1..5) refresh upgraded, format 0 -> 3 2024-09-10T19:02:25.996 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.748+0000 7fdb3c3d2700 10 mon.b@-1(synchronizing) e2 handle_conf_change mon_allow_pool_delete 2024-09-10T19:02:25.996 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.748+0000 7fdb3c3d2700 20 expand_channel_meta expand map: {default=false} 2024-09-10T19:02:25.996 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.748+0000 7fdb3c3d2700 20 expand_channel_meta from 'false' to 'false' 2024-09-10T19:02:25.996 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.748+0000 7fdb3c3d2700 20 expand_channel_meta expanded map: {default=false} 2024-09-10T19:02:25.996 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.748+0000 7fdb3c3d2700 20 expand_channel_meta expand map: {default=info} 2024-09-10T19:02:25.996 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.748+0000 7fdb3c3d2700 20 expand_channel_meta from 'info' to 'info' 2024-09-10T19:02:25.996 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.748+0000 7fdb3c3d2700 20 expand_channel_meta expanded map: {default=info} 2024-09-10T19:02:25.996 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.748+0000 7fdb3c3d2700 20 expand_channel_meta expand map: {default=daemon} 2024-09-10T19:02:25.996 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.748+0000 7fdb3c3d2700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-09-10T19:02:25.996 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.748+0000 7fdb3c3d2700 20 expand_channel_meta expanded map: {default=daemon} 2024-09-10T19:02:25.996 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.748+0000 7fdb3c3d2700 20 expand_channel_meta expand map: {default=debug} 2024-09-10T19:02:25.997 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.748+0000 7fdb3c3d2700 20 expand_channel_meta from 'debug' to 'debug' 2024-09-10T19:02:25.997 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:25 smithi189 bash[14634]: debug 2024-09-10T19:02:25.748+0000 7fdb3c3d2700 20 expand_channel_meta expanded map: {default=debug} 2024-09-10T19:02:31.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:30 smithi189 bash[14634]: cluster 2024-09-10T19:02:25.730357+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-10T19:02:31.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:30 smithi189 bash[14634]: cluster 2024-09-10T19:02:25.763619+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2024-09-10T19:02:31.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:30 smithi189 bash[14634]: cluster 2024-09-10T19:02:25.764679+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-10T19:02:31.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:30 smithi189 bash[14634]: cluster 2024-09-10T19:02:27.730799+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-10T19:02:31.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:30 smithi189 bash[14634]: cluster 2024-09-10T19:02:27.758624+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-10T19:02:31.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:30 smithi189 bash[14634]: cluster 2024-09-10T19:02:29.731225+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-10T19:02:31.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:30 smithi189 bash[14634]: cluster 2024-09-10T19:02:30.787595+0000 mon.a (mon.0) 145 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-10T19:02:31.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:30 smithi189 bash[14634]: cluster 2024-09-10T19:02:30.794075+0000 mon.a (mon.0) 146 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],b=[v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0],c=[v2:172.21.15.155:3301/0,v1:172.21.15.155:6790/0]} 2024-09-10T19:02:31.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:30 smithi189 bash[14634]: cluster 2024-09-10T19:02:30.794172+0000 mon.a (mon.0) 147 : cluster [DBG] fsmap 2024-09-10T19:02:31.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:30 smithi189 bash[14634]: cluster 2024-09-10T19:02:30.794230+0000 mon.a (mon.0) 148 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-10T19:02:31.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:30 smithi189 bash[14634]: cluster 2024-09-10T19:02:30.794592+0000 mon.a (mon.0) 149 : cluster [DBG] mgrmap e13: y(active, since 55s) 2024-09-10T19:02:31.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:30 smithi189 bash[14634]: cluster 2024-09-10T19:02:30.801315+0000 mon.a (mon.0) 150 : cluster [INF] overall HEALTH_OK 2024-09-10T19:02:31.326 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-10T19:02:31.326 INFO:teuthology.orchestra.run.smithi189.stdout:{"epoch":3,"fsid":"e044737e-6fa6-11ef-bcea-c7b262605968","modified":"2024-09-10T19:02:25.757095Z","created":"2024-09-10T19:00:47.709636Z","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.155:3300","nonce":0},{"type":"v1","addr":"172.21.15.155:6789","nonce":0}]},"addr":"172.21.15.155:6789/0","public_addr":"172.21.15.155:6789/0","priority":0,"weight":0},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:3301","nonce":0},{"type":"v1","addr":"172.21.15.155:6790","nonce":0}]},"addr":"172.21.15.155:6790/0","public_addr":"172.21.15.155:6790/0","priority":0,"weight":0},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:3300","nonce":0},{"type":"v1","addr":"172.21.15.189:6789","nonce":0}]},"addr":"172.21.15.189:6789/0","public_addr":"172.21.15.189:6789/0","priority":0,"weight":0}],"quorum":[0,1,2]} 2024-09-10T19:02:31.328 INFO:teuthology.orchestra.run.smithi189.stderr:dumped monmap epoch 3 2024-09-10T19:02:31.338 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:30 smithi155 bash[14970]: cluster 2024-09-10T19:02:25.730357+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-10T19:02:31.338 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:30 smithi155 bash[14970]: cluster 2024-09-10T19:02:25.763619+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2024-09-10T19:02:31.338 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:30 smithi155 bash[14970]: cluster 2024-09-10T19:02:25.764679+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-10T19:02:31.338 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:30 smithi155 bash[14970]: cluster 2024-09-10T19:02:27.730799+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-10T19:02:31.338 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:30 smithi155 bash[14970]: cluster 2024-09-10T19:02:27.758624+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-10T19:02:31.338 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:30 smithi155 bash[14970]: cluster 2024-09-10T19:02:29.731225+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-10T19:02:31.338 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:30 smithi155 bash[14970]: cluster 2024-09-10T19:02:30.787595+0000 mon.a (mon.0) 145 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-10T19:02:31.338 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:30 smithi155 bash[14970]: cluster 2024-09-10T19:02:30.794075+0000 mon.a (mon.0) 146 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],b=[v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0],c=[v2:172.21.15.155:3301/0,v1:172.21.15.155:6790/0]} 2024-09-10T19:02:31.338 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:30 smithi155 bash[14970]: cluster 2024-09-10T19:02:30.794172+0000 mon.a (mon.0) 147 : cluster [DBG] fsmap 2024-09-10T19:02:31.338 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:30 smithi155 bash[14970]: cluster 2024-09-10T19:02:30.794230+0000 mon.a (mon.0) 148 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-10T19:02:31.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:30 smithi155 bash[14970]: cluster 2024-09-10T19:02:30.794592+0000 mon.a (mon.0) 149 : cluster [DBG] mgrmap e13: y(active, since 55s) 2024-09-10T19:02:31.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:30 smithi155 bash[14970]: cluster 2024-09-10T19:02:30.801315+0000 mon.a (mon.0) 150 : cluster [INF] overall HEALTH_OK 2024-09-10T19:02:31.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:30 smithi155 bash[18934]: cluster 2024-09-10T19:02:25.730357+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-10T19:02:31.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:30 smithi155 bash[18934]: cluster 2024-09-10T19:02:25.763619+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2024-09-10T19:02:31.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:30 smithi155 bash[18934]: cluster 2024-09-10T19:02:25.764679+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-10T19:02:31.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:30 smithi155 bash[18934]: cluster 2024-09-10T19:02:27.730799+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-10T19:02:31.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:30 smithi155 bash[18934]: cluster 2024-09-10T19:02:27.758624+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-10T19:02:31.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:30 smithi155 bash[18934]: cluster 2024-09-10T19:02:29.731225+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-10T19:02:31.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:30 smithi155 bash[18934]: cluster 2024-09-10T19:02:30.787595+0000 mon.a (mon.0) 145 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-10T19:02:31.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:30 smithi155 bash[18934]: cluster 2024-09-10T19:02:30.794075+0000 mon.a (mon.0) 146 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],b=[v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0],c=[v2:172.21.15.155:3301/0,v1:172.21.15.155:6790/0]} 2024-09-10T19:02:31.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:30 smithi155 bash[18934]: cluster 2024-09-10T19:02:30.794172+0000 mon.a (mon.0) 147 : cluster [DBG] fsmap 2024-09-10T19:02:31.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:30 smithi155 bash[18934]: cluster 2024-09-10T19:02:30.794230+0000 mon.a (mon.0) 148 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-10T19:02:31.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:30 smithi155 bash[18934]: cluster 2024-09-10T19:02:30.794592+0000 mon.a (mon.0) 149 : cluster [DBG] mgrmap e13: y(active, since 55s) 2024-09-10T19:02:31.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:30 smithi155 bash[18934]: cluster 2024-09-10T19:02:30.801315+0000 mon.a (mon.0) 150 : cluster [INF] overall HEALTH_OK 2024-09-10T19:02:31.966 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-10T19:02:31.967 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph config generate-minimal-conf 2024-09-10T19:02:32.181 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:31 smithi155 bash[14970]: audit 2024-09-10T19:02:31.325647+0000 mon.a (mon.0) 151 : audit [DBG] from='client.? 172.21.15.189:0/313617107' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T19:02:32.182 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:31 smithi155 bash[14970]: cluster 2024-09-10T19:02:31.731682+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-10T19:02:32.182 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:31 smithi155 bash[18934]: audit 2024-09-10T19:02:31.325647+0000 mon.a (mon.0) 151 : audit [DBG] from='client.? 172.21.15.189:0/313617107' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T19:02:32.182 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:31 smithi155 bash[18934]: cluster 2024-09-10T19:02:31.731682+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-10T19:02:32.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:31 smithi189 bash[14634]: audit 2024-09-10T19:02:31.325647+0000 mon.a (mon.0) 151 : audit [DBG] from='client.? 172.21.15.189:0/313617107' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T19:02:32.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:31 smithi189 bash[14634]: cluster 2024-09-10T19:02:31.731682+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-10T19:02:34.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:33 smithi155 bash[14970]: cluster 2024-09-10T19:02:33.732200+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-10T19:02:34.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:33 smithi155 bash[18934]: cluster 2024-09-10T19:02:33.732200+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-10T19:02:34.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:33 smithi189 bash[14634]: cluster 2024-09-10T19:02:33.732200+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-10T19:02:35.213 INFO:teuthology.orchestra.run.smithi155.stdout:# minimal ceph.conf for e044737e-6fa6-11ef-bcea-c7b262605968 2024-09-10T19:02:35.213 INFO:teuthology.orchestra.run.smithi155.stdout:[global] 2024-09-10T19:02:35.213 INFO:teuthology.orchestra.run.smithi155.stdout: fsid = e044737e-6fa6-11ef-bcea-c7b262605968 2024-09-10T19:02:35.213 INFO:teuthology.orchestra.run.smithi155.stdout: mon_host = [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] [v2:172.21.15.155:3301/0,v1:172.21.15.155:6790/0] 2024-09-10T19:02:35.838 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:35 smithi155 bash[14970]: audit 2024-09-10T19:02:35.213082+0000 mon.a (mon.0) 152 : audit [DBG] from='client.? 172.21.15.155:0/2754870629' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:02:35.838 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:35 smithi155 bash[18934]: audit 2024-09-10T19:02:35.213082+0000 mon.a (mon.0) 152 : audit [DBG] from='client.? 172.21.15.155:0/2754870629' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:02:35.940 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-10T19:02:35.940 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-09-10T19:02:35.940 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/ceph/ceph.conf 2024-09-10T19:02:35.956 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-09-10T19:02:35.956 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T19:02:36.018 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-09-10T19:02:36.018 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/etc/ceph/ceph.conf 2024-09-10T19:02:36.031 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:35 smithi189 bash[14634]: audit 2024-09-10T19:02:35.213082+0000 mon.a (mon.0) 152 : audit [DBG] from='client.? 172.21.15.155:0/2754870629' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:02:36.035 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-09-10T19:02:36.035 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T19:02:36.092 INFO:tasks.cephadm:Adding mgr.y on smithi155 2024-09-10T19:02:36.092 INFO:tasks.cephadm:Adding mgr.x on smithi189 2024-09-10T19:02:36.092 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph orch apply mgr '2;smithi155=y;smithi189=x' 2024-09-10T19:02:37.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:36 smithi155 bash[14970]: cluster 2024-09-10T19:02:35.732577+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-10T19:02:37.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:36 smithi155 bash[18934]: cluster 2024-09-10T19:02:35.732577+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-10T19:02:37.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:36 smithi189 bash[14634]: cluster 2024-09-10T19:02:35.732577+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-10T19:02:37.951 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:37 smithi189 bash[14634]: cluster 2024-09-10T19:02:36.724257+0000 mon.a (mon.0) 153 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-10T19:02:38.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:37 smithi155 bash[14970]: cluster 2024-09-10T19:02:36.724257+0000 mon.a (mon.0) 153 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-10T19:02:38.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:37 smithi155 bash[18934]: cluster 2024-09-10T19:02:36.724257+0000 mon.a (mon.0) 153 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-10T19:02:39.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:38 smithi155 bash[14970]: cluster 2024-09-10T19:02:37.732976+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-10T19:02:39.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:38 smithi155 bash[18934]: cluster 2024-09-10T19:02:37.732976+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-10T19:02:39.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:38 smithi189 bash[14634]: cluster 2024-09-10T19:02:37.732976+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-10T19:02:39.306 INFO:teuthology.orchestra.run.smithi189.stdout:Scheduled mgr update... 2024-09-10T19:02:39.905 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:39 smithi189 bash[14634]: audit 2024-09-10T19:02:39.298715+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-09-10T19:02:39.297959\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi189\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-09-10T19:02:39.905 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:39 smithi189 bash[14634]: audit 2024-09-10T19:02:39.304048+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-09-10T19:02:39.297959\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi189\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-09-10T19:02:39.905 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:39 smithi189 bash[14634]: audit 2024-09-10T19:02:39.308020+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:02:39.905 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:39 smithi189 bash[14634]: audit 2024-09-10T19:02:39.313948+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-10T19:02:39.905 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:39 smithi189 bash[14634]: audit 2024-09-10T19:02:39.315295+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:02:39.905 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:39 smithi189 bash[14634]: audit 2024-09-10T19:02:39.316772+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-10T19:02:40.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:39 smithi155 bash[14970]: audit 2024-09-10T19:02:39.298715+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-09-10T19:02:39.297959\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi189\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-09-10T19:02:40.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:39 smithi155 bash[14970]: audit 2024-09-10T19:02:39.304048+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-09-10T19:02:39.297959\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi189\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-09-10T19:02:40.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:39 smithi155 bash[14970]: audit 2024-09-10T19:02:39.308020+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:02:40.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:39 smithi155 bash[14970]: audit 2024-09-10T19:02:39.313948+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-10T19:02:40.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:39 smithi155 bash[14970]: audit 2024-09-10T19:02:39.315295+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:02:40.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:39 smithi155 bash[14970]: audit 2024-09-10T19:02:39.316772+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-10T19:02:40.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:39 smithi155 bash[18934]: audit 2024-09-10T19:02:39.298715+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-09-10T19:02:39.297959\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi189\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-09-10T19:02:40.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:39 smithi155 bash[18934]: audit 2024-09-10T19:02:39.304048+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-09-10T19:02:39.297959\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi189\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-09-10T19:02:40.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:39 smithi155 bash[18934]: audit 2024-09-10T19:02:39.308020+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:02:40.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:39 smithi155 bash[18934]: audit 2024-09-10T19:02:39.313948+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-10T19:02:40.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:39 smithi155 bash[18934]: audit 2024-09-10T19:02:39.315295+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:02:40.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:39 smithi155 bash[18934]: audit 2024-09-10T19:02:39.316772+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-10T19:02:40.226 DEBUG:teuthology.orchestra.run.smithi189:mgr.x> sudo journalctl -f -n 0 -u ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mgr.x.service 2024-09-10T19:02:40.229 INFO:tasks.cephadm:Deploying OSDs... 2024-09-10T19:02:40.229 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-09-10T19:02:40.229 DEBUG:teuthology.orchestra.run.smithi155:> dd if=/scratch_devs of=/dev/stdout 2024-09-10T19:02:40.236 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-10T19:02:40.237 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/vg_nvme/lv_1 2024-09-10T19:02:40.244 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-10T19:02:40.244 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T19:02:40.244 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 6h/6d Inode: 358 Links: 1 2024-09-10T19:02:40.245 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T19:02:40.245 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2024-09-10 18:58:20.944847371 +0000 2024-09-10T19:02:40.245 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2024-09-10 18:58:20.716852617 +0000 2024-09-10T19:02:40.245 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2024-09-10 18:58:20.716852617 +0000 2024-09-10T19:02:40.245 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: - 2024-09-10T19:02:40.245 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-10T19:02:40.301 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2024-09-10T19:02:40.302 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2024-09-10T19:02:40.302 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.00042981 s, 1.2 MB/s 2024-09-10T19:02:40.302 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-10T19:02:40.309 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/vg_nvme/lv_2 2024-09-10T19:02:40.315 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-10T19:02:40.315 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T19:02:40.315 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 6h/6d Inode: 364 Links: 1 2024-09-10T19:02:40.315 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T19:02:40.315 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2024-09-10 18:58:21.152842586 +0000 2024-09-10T19:02:40.315 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2024-09-10 18:58:21.148842679 +0000 2024-09-10T19:02:40.315 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2024-09-10 18:58:21.148842679 +0000 2024-09-10T19:02:40.315 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: - 2024-09-10T19:02:40.316 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-10T19:02:40.326 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2024-09-10T19:02:40.326 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2024-09-10T19:02:40.326 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.000400995 s, 1.3 MB/s 2024-09-10T19:02:40.327 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-10T19:02:40.380 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/vg_nvme/lv_3 2024-09-10T19:02:40.387 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-10T19:02:40.387 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T19:02:40.387 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 6h/6d Inode: 370 Links: 1 2024-09-10T19:02:40.387 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T19:02:40.387 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2024-09-10 18:58:21.652831084 +0000 2024-09-10T19:02:40.387 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2024-09-10 18:58:21.648831175 +0000 2024-09-10T19:02:40.387 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2024-09-10 18:58:21.648831175 +0000 2024-09-10T19:02:40.387 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: - 2024-09-10T19:02:40.387 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-10T19:02:40.400 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2024-09-10T19:02:40.400 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2024-09-10T19:02:40.400 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.000398571 s, 1.3 MB/s 2024-09-10T19:02:40.401 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-10T19:02:40.409 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/vg_nvme/lv_4 2024-09-10T19:02:40.414 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-10T19:02:40.414 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T19:02:40.414 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 6h/6d Inode: 378 Links: 1 2024-09-10T19:02:40.414 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T19:02:40.414 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2024-09-10 18:58:22.280816634 +0000 2024-09-10T19:02:40.414 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2024-09-10 18:58:22.060821696 +0000 2024-09-10T19:02:40.414 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2024-09-10 18:58:22.060821696 +0000 2024-09-10T19:02:40.415 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: - 2024-09-10T19:02:40.415 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-10T19:02:40.471 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2024-09-10T19:02:40.472 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2024-09-10T19:02:40.472 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.000349222 s, 1.5 MB/s 2024-09-10T19:02:40.473 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-10T19:02:40.482 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-09-10T19:02:40.482 DEBUG:teuthology.orchestra.run.smithi189:> dd if=/scratch_devs of=/dev/stdout 2024-09-10T19:02:40.489 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-10T19:02:40.489 DEBUG:teuthology.orchestra.run.smithi189:> stat /dev/vg_nvme/lv_1 2024-09-10T19:02:40.539 INFO:teuthology.orchestra.run.smithi189.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-10T19:02:40.540 INFO:teuthology.orchestra.run.smithi189.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T19:02:40.540 INFO:teuthology.orchestra.run.smithi189.stdout:Device: 6h/6d Inode: 361 Links: 1 2024-09-10T19:02:40.540 INFO:teuthology.orchestra.run.smithi189.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T19:02:40.540 INFO:teuthology.orchestra.run.smithi189.stdout:Access: 2024-09-10 18:58:19.554434901 +0000 2024-09-10T19:02:40.540 INFO:teuthology.orchestra.run.smithi189.stdout:Modify: 2024-09-10 18:58:19.338439873 +0000 2024-09-10T19:02:40.540 INFO:teuthology.orchestra.run.smithi189.stdout:Change: 2024-09-10 18:58:19.338439873 +0000 2024-09-10T19:02:40.540 INFO:teuthology.orchestra.run.smithi189.stdout: Birth: - 2024-09-10T19:02:40.540 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-10T19:02:40.553 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records in 2024-09-10T19:02:40.553 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records out 2024-09-10T19:02:40.553 INFO:teuthology.orchestra.run.smithi189.stderr:512 bytes copied, 0.000426635 s, 1.2 MB/s 2024-09-10T19:02:40.554 DEBUG:teuthology.orchestra.run.smithi189:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-10T19:02:40.561 DEBUG:teuthology.orchestra.run.smithi189:> stat /dev/vg_nvme/lv_2 2024-09-10T19:02:40.611 INFO:teuthology.orchestra.run.smithi189.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-10T19:02:40.612 INFO:teuthology.orchestra.run.smithi189.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T19:02:40.612 INFO:teuthology.orchestra.run.smithi189.stdout:Device: 6h/6d Inode: 367 Links: 1 2024-09-10T19:02:40.612 INFO:teuthology.orchestra.run.smithi189.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T19:02:40.612 INFO:teuthology.orchestra.run.smithi189.stdout:Access: 2024-09-10 18:58:19.950425786 +0000 2024-09-10T19:02:40.612 INFO:teuthology.orchestra.run.smithi189.stdout:Modify: 2024-09-10 18:58:19.750430390 +0000 2024-09-10T19:02:40.612 INFO:teuthology.orchestra.run.smithi189.stdout:Change: 2024-09-10 18:58:19.750430390 +0000 2024-09-10T19:02:40.612 INFO:teuthology.orchestra.run.smithi189.stdout: Birth: - 2024-09-10T19:02:40.612 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-10T19:02:40.627 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records in 2024-09-10T19:02:40.628 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records out 2024-09-10T19:02:40.628 INFO:teuthology.orchestra.run.smithi189.stderr:512 bytes copied, 0.00041366 s, 1.2 MB/s 2024-09-10T19:02:40.629 DEBUG:teuthology.orchestra.run.smithi189:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-10T19:02:40.637 DEBUG:teuthology.orchestra.run.smithi189:> stat /dev/vg_nvme/lv_3 2024-09-10T19:02:40.642 INFO:teuthology.orchestra.run.smithi189.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-10T19:02:40.642 INFO:teuthology.orchestra.run.smithi189.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T19:02:40.643 INFO:teuthology.orchestra.run.smithi189.stdout:Device: 6h/6d Inode: 372 Links: 1 2024-09-10T19:02:40.643 INFO:teuthology.orchestra.run.smithi189.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T19:02:40.643 INFO:teuthology.orchestra.run.smithi189.stdout:Access: 2024-09-10 18:58:20.366416211 +0000 2024-09-10T19:02:40.643 INFO:teuthology.orchestra.run.smithi189.stdout:Modify: 2024-09-10 18:58:20.170420722 +0000 2024-09-10T19:02:40.643 INFO:teuthology.orchestra.run.smithi189.stdout:Change: 2024-09-10 18:58:20.170420722 +0000 2024-09-10T19:02:40.643 INFO:teuthology.orchestra.run.smithi189.stdout: Birth: - 2024-09-10T19:02:40.643 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-10T19:02:40.699 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records in 2024-09-10T19:02:40.699 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records out 2024-09-10T19:02:40.699 INFO:teuthology.orchestra.run.smithi189.stderr:512 bytes copied, 0.000405602 s, 1.3 MB/s 2024-09-10T19:02:40.700 DEBUG:teuthology.orchestra.run.smithi189:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-10T19:02:40.709 DEBUG:teuthology.orchestra.run.smithi189:> stat /dev/vg_nvme/lv_4 2024-09-10T19:02:40.715 INFO:teuthology.orchestra.run.smithi189.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-10T19:02:40.715 INFO:teuthology.orchestra.run.smithi189.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T19:02:40.715 INFO:teuthology.orchestra.run.smithi189.stdout:Device: 6h/6d Inode: 376 Links: 1 2024-09-10T19:02:40.715 INFO:teuthology.orchestra.run.smithi189.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T19:02:40.715 INFO:teuthology.orchestra.run.smithi189.stdout:Access: 2024-09-10 18:58:20.782406635 +0000 2024-09-10T19:02:40.715 INFO:teuthology.orchestra.run.smithi189.stdout:Modify: 2024-09-10 18:58:20.586411146 +0000 2024-09-10T19:02:40.716 INFO:teuthology.orchestra.run.smithi189.stdout:Change: 2024-09-10 18:58:20.586411146 +0000 2024-09-10T19:02:40.716 INFO:teuthology.orchestra.run.smithi189.stdout: Birth: - 2024-09-10T19:02:40.716 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-10T19:02:40.772 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records in 2024-09-10T19:02:40.772 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records out 2024-09-10T19:02:40.772 INFO:teuthology.orchestra.run.smithi189.stderr:512 bytes copied, 0.000334141 s, 1.5 MB/s 2024-09-10T19:02:40.773 DEBUG:teuthology.orchestra.run.smithi189:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-10T19:02:40.780 INFO:tasks.cephadm:Deploying osd.0 on smithi155 with /dev/vg_nvme/lv_4... 2024-09-10T19:02:40.780 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-09-10T19:02:40.951 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:40 smithi189 bash[14634]: audit 2024-09-10T19:02:39.296725+0000 mgr.y (mgr.14140) 32 : audit [DBG] from='client.34103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi155=y;smithi189=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:40.951 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:40 smithi189 bash[14634]: cephadm 2024-09-10T19:02:39.297923+0000 mgr.y (mgr.14140) 33 : cephadm [INF] Saving service mgr spec with placement count:2 smithi155=y,smithi189=x 2024-09-10T19:02:40.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:40 smithi189 bash[14634]: cephadm 2024-09-10T19:02:39.316271+0000 mgr.y (mgr.14140) 34 : cephadm [INF] Deploying daemon mgr.x on smithi189 2024-09-10T19:02:40.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:40 smithi189 bash[14634]: cluster 2024-09-10T19:02:39.733490+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-10T19:02:41.013 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:40 smithi155 bash[14970]: audit 2024-09-10T19:02:39.296725+0000 mgr.y (mgr.14140) 32 : audit [DBG] from='client.34103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi155=y;smithi189=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:41.013 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:40 smithi155 bash[14970]: cephadm 2024-09-10T19:02:39.297923+0000 mgr.y (mgr.14140) 33 : cephadm [INF] Saving service mgr spec with placement count:2 smithi155=y,smithi189=x 2024-09-10T19:02:41.013 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:40 smithi155 bash[14970]: cephadm 2024-09-10T19:02:39.316271+0000 mgr.y (mgr.14140) 34 : cephadm [INF] Deploying daemon mgr.x on smithi189 2024-09-10T19:02:41.013 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:40 smithi155 bash[14970]: cluster 2024-09-10T19:02:39.733490+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-10T19:02:41.013 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:40 smithi155 bash[18934]: audit 2024-09-10T19:02:39.296725+0000 mgr.y (mgr.14140) 32 : audit [DBG] from='client.34103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi155=y;smithi189=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:41.013 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:40 smithi155 bash[18934]: cephadm 2024-09-10T19:02:39.297923+0000 mgr.y (mgr.14140) 33 : cephadm [INF] Saving service mgr spec with placement count:2 smithi155=y,smithi189=x 2024-09-10T19:02:41.014 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:40 smithi155 bash[18934]: cephadm 2024-09-10T19:02:39.316271+0000 mgr.y (mgr.14140) 34 : cephadm [INF] Deploying daemon mgr.x on smithi189 2024-09-10T19:02:41.014 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:40 smithi155 bash[18934]: cluster 2024-09-10T19:02:39.733490+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-10T19:02:41.083 INFO:journalctl@ceph.mgr.x.smithi189.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-10T19:02:42.701 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:02:42 smithi189 docker[15317]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-mgr.x 2024-09-10T19:02:42.701 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:02:42 smithi189 systemd[1]: Started Ceph mgr.x for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:02:43.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:42 smithi155 bash[14970]: cluster 2024-09-10T19:02:41.733978+0000 mgr.y (mgr.14140) 36 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T19:02:43.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:42 smithi155 bash[14970]: audit 2024-09-10T19:02:42.307896+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"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-10T19:02:24.455123\", \"created\": \"2024-09-10T19:02:24.156068\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}}, \"last_device_update\": \"2024-09-10T19:01:55.962974\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:02:43.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:42 smithi155 bash[18934]: cluster 2024-09-10T19:02:41.733978+0000 mgr.y (mgr.14140) 36 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T19:02:43.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:42 smithi155 bash[18934]: audit 2024-09-10T19:02:42.307896+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"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-10T19:02:24.455123\", \"created\": \"2024-09-10T19:02:24.156068\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}}, \"last_device_update\": \"2024-09-10T19:01:55.962974\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:02:43.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:42 smithi155 bash[18934]: audit 2024-09-10T19:02:42.313330+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"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-10T19:02:24.455123\", \"created\": \"2024-09-10T19:02:24.156068\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}}, \"last_device_update\": \"2024-09-10T19:01:55.962974\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:02:43.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:42 smithi155 bash[18934]: audit 2024-09-10T19:02:42.314988+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:02:43.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:42 smithi155 bash[14970]: audit 2024-09-10T19:02:42.313330+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"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-10T19:02:24.455123\", \"created\": \"2024-09-10T19:02:24.156068\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}}, \"last_device_update\": \"2024-09-10T19:01:55.962974\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:02:43.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:42 smithi155 bash[14970]: audit 2024-09-10T19:02:42.314988+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:02:43.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:42 smithi189 bash[14634]: cluster 2024-09-10T19:02:41.733978+0000 mgr.y (mgr.14140) 36 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T19:02:43.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:42 smithi189 bash[14634]: audit 2024-09-10T19:02:42.307896+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"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-10T19:02:24.455123\", \"created\": \"2024-09-10T19:02:24.156068\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}}, \"last_device_update\": \"2024-09-10T19:01:55.962974\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:02:43.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:42 smithi189 bash[14634]: audit 2024-09-10T19:02:42.313330+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"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-10T19:02:24.455123\", \"created\": \"2024-09-10T19:02:24.156068\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}}, \"last_device_update\": \"2024-09-10T19:01:55.962974\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:02:43.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:42 smithi189 bash[14634]: audit 2024-09-10T19:02:42.314988+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:02:43.768 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:43 smithi155 bash[14970]: audit 2024-09-10T19:02:42.945563+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:42.943722\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"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-10T19:02:42.943923\", \"created\": \"2024-09-10T19:02:42.287651\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}}, \"last_daemon_update\": \"2024-09-10T19:02:42.944119\", \"last_device_update\": \"2024-09-10T19:01:55.962974\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:02:43.769 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:43 smithi155 bash[14970]: audit 2024-09-10T19:02:42.951379+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:42.943722\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"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-10T19:02:42.943923\", \"created\": \"2024-09-10T19:02:42.287651\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}}, \"last_daemon_update\": \"2024-09-10T19:02:42.944119\", \"last_device_update\": \"2024-09-10T19:01:55.962974\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:02:43.769 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:43 smithi155 bash[14970]: audit 2024-09-10T19:02:42.954413+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-09-10T19:02:43.769 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:43 smithi155 bash[14970]: audit 2024-09-10T19:02:42.956170+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:02:43.769 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:43 smithi155 bash[14970]: audit 2024-09-10T19:02:42.958465+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-09-10T19:02:44.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:43 smithi155 bash[18934]: audit 2024-09-10T19:02:42.945563+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:42.943722\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"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-10T19:02:42.943923\", \"created\": \"2024-09-10T19:02:42.287651\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}}, \"last_daemon_update\": \"2024-09-10T19:02:42.944119\", \"last_device_update\": \"2024-09-10T19:01:55.962974\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:02:44.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:43 smithi155 bash[18934]: audit 2024-09-10T19:02:42.951379+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:42.943722\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"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-10T19:02:42.943923\", \"created\": \"2024-09-10T19:02:42.287651\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}}, \"last_daemon_update\": \"2024-09-10T19:02:42.944119\", \"last_device_update\": \"2024-09-10T19:01:55.962974\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:02:44.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:43 smithi155 bash[18934]: audit 2024-09-10T19:02:42.954413+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-09-10T19:02:44.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:43 smithi155 bash[18934]: audit 2024-09-10T19:02:42.956170+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:02:44.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:43 smithi155 bash[18934]: audit 2024-09-10T19:02:42.958465+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-09-10T19:02:44.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:43 smithi189 bash[14634]: audit 2024-09-10T19:02:42.945563+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:42.943722\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"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-10T19:02:42.943923\", \"created\": \"2024-09-10T19:02:42.287651\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}}, \"last_daemon_update\": \"2024-09-10T19:02:42.944119\", \"last_device_update\": \"2024-09-10T19:01:55.962974\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:02:44.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:43 smithi189 bash[14634]: audit 2024-09-10T19:02:42.951379+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:42.943722\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"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-10T19:02:42.943923\", \"created\": \"2024-09-10T19:02:42.287651\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}}, \"last_daemon_update\": \"2024-09-10T19:02:42.944119\", \"last_device_update\": \"2024-09-10T19:01:55.962974\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:02:44.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:43 smithi189 bash[14634]: audit 2024-09-10T19:02:42.954413+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-09-10T19:02:44.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:43 smithi189 bash[14634]: audit 2024-09-10T19:02:42.956170+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:02:44.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:43 smithi189 bash[14634]: audit 2024-09-10T19:02:42.958465+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-09-10T19:02:44.987 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:44 smithi155 bash[18934]: cephadm 2024-09-10T19:02:42.953857+0000 mgr.y (mgr.14140) 37 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-09-10T19:02:44.987 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:44 smithi155 bash[18934]: cephadm 2024-09-10T19:02:42.957484+0000 mgr.y (mgr.14140) 38 : cephadm [INF] Reconfiguring daemon mgr.y on smithi155 2024-09-10T19:02:44.987 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:44 smithi155 bash[18934]: cluster 2024-09-10T19:02:43.734495+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-10T19:02:44.988 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:44 smithi155 bash[14970]: cephadm 2024-09-10T19:02:42.953857+0000 mgr.y (mgr.14140) 37 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-09-10T19:02:44.988 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:44 smithi155 bash[14970]: cephadm 2024-09-10T19:02:42.957484+0000 mgr.y (mgr.14140) 38 : cephadm [INF] Reconfiguring daemon mgr.y on smithi155 2024-09-10T19:02:44.988 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:44 smithi155 bash[14970]: cluster 2024-09-10T19:02:43.734495+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-10T19:02:45.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:44 smithi189 bash[14634]: cephadm 2024-09-10T19:02:42.953857+0000 mgr.y (mgr.14140) 37 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-09-10T19:02:45.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:44 smithi189 bash[14634]: cephadm 2024-09-10T19:02:42.957484+0000 mgr.y (mgr.14140) 38 : cephadm [INF] Reconfiguring daemon mgr.y on smithi155 2024-09-10T19:02:45.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:44 smithi189 bash[14634]: cluster 2024-09-10T19:02:43.734495+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-10T19:02:45.293 INFO:teuthology.orchestra.run.smithi155.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-09-10T19:02:45.293 INFO:teuthology.orchestra.run.smithi155.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-09-10T19:02:45.293 INFO:teuthology.orchestra.run.smithi155.stderr: stderr: 10+0 records in 2024-09-10T19:02:45.293 INFO:teuthology.orchestra.run.smithi155.stderr:10+0 records out 2024-09-10T19:02:45.293 INFO:teuthology.orchestra.run.smithi155.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0206506 s, 508 MB/s 2024-09-10T19:02:45.293 INFO:teuthology.orchestra.run.smithi155.stderr:--> Zapping successful for: 2024-09-10T19:02:46.208 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi155:vg_nvme/lv_4 2024-09-10T19:02:46.776 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:46 smithi155 bash[14970]: cluster 2024-09-10T19:02:45.734979+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-10T19:02:46.777 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:46 smithi155 bash[14970]: audit 2024-09-10T19:02:45.796647+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:08.822824\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"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-10T19:02:08.823103\", \"created\": \"2024-09-10T19:02:08.162251\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}}, \"last_device_update\": \"2024-09-10T19:01:44.819382\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:02:46.777 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:46 smithi155 bash[14970]: audit 2024-09-10T19:02:45.800101+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:08.822824\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"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-10T19:02:08.823103\", \"created\": \"2024-09-10T19:02:08.162251\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}}, \"last_device_update\": \"2024-09-10T19:01:44.819382\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:02:46.777 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:46 smithi155 bash[14970]: audit 2024-09-10T19:02:45.801175+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:02:46.777 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:46 smithi155 bash[14970]: audit 2024-09-10T19:02:46.308796+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:46.307560\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:46.307675\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:46.307743\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}}, \"last_daemon_update\": \"2024-09-10T19:02:46.307873\", \"last_device_update\": \"2024-09-10T19:01:44.819382\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:02:46.778 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:46 smithi155 bash[14970]: audit 2024-09-10T19:02:46.313939+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:46.307560\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:46.307675\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:46.307743\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}}, \"last_daemon_update\": \"2024-09-10T19:02:46.307873\", \"last_device_update\": \"2024-09-10T19:01:44.819382\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:02:47.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:46 smithi155 bash[18934]: cluster 2024-09-10T19:02:45.734979+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-10T19:02:47.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:46 smithi155 bash[18934]: audit 2024-09-10T19:02:45.796647+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:08.822824\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"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-10T19:02:08.823103\", \"created\": \"2024-09-10T19:02:08.162251\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}}, \"last_device_update\": \"2024-09-10T19:01:44.819382\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:02:47.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:46 smithi155 bash[18934]: audit 2024-09-10T19:02:45.800101+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:08.822824\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"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-10T19:02:08.823103\", \"created\": \"2024-09-10T19:02:08.162251\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}}, \"last_device_update\": \"2024-09-10T19:01:44.819382\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:02:47.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:46 smithi155 bash[18934]: audit 2024-09-10T19:02:45.801175+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:02:47.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:46 smithi155 bash[18934]: audit 2024-09-10T19:02:46.308796+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:46.307560\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:46.307675\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:46.307743\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}}, \"last_daemon_update\": \"2024-09-10T19:02:46.307873\", \"last_device_update\": \"2024-09-10T19:01:44.819382\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:02:47.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:46 smithi155 bash[18934]: audit 2024-09-10T19:02:46.313939+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:46.307560\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:46.307675\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:46.307743\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}}, \"last_daemon_update\": \"2024-09-10T19:02:46.307873\", \"last_device_update\": \"2024-09-10T19:01:44.819382\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:02:47.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:46 smithi189 bash[14634]: cluster 2024-09-10T19:02:45.734979+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-10T19:02:47.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:46 smithi189 bash[14634]: audit 2024-09-10T19:02:45.796647+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:08.822824\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"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-10T19:02:08.823103\", \"created\": \"2024-09-10T19:02:08.162251\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}}, \"last_device_update\": \"2024-09-10T19:01:44.819382\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:02:47.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:46 smithi189 bash[14634]: audit 2024-09-10T19:02:45.800101+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:08.822824\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"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-10T19:02:08.823103\", \"created\": \"2024-09-10T19:02:08.162251\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}}, \"last_device_update\": \"2024-09-10T19:01:44.819382\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:02:47.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:46 smithi189 bash[14634]: audit 2024-09-10T19:02:45.801175+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:02:47.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:46 smithi189 bash[14634]: audit 2024-09-10T19:02:46.308796+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:46.307560\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:46.307675\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:46.307743\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}}, \"last_daemon_update\": \"2024-09-10T19:02:46.307873\", \"last_device_update\": \"2024-09-10T19:01:44.819382\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:02:47.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:46 smithi189 bash[14634]: audit 2024-09-10T19:02:46.313939+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:46.307560\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:46.307675\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:46.307743\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}}, \"last_daemon_update\": \"2024-09-10T19:02:46.307873\", \"last_device_update\": \"2024-09-10T19:01:44.819382\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:02:48.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:47 smithi155 bash[14970]: cluster 2024-09-10T19:02:47.699590+0000 mon.a (mon.0) 173 : cluster [DBG] Standby manager daemon x started 2024-09-10T19:02:48.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:47 smithi155 bash[14970]: audit 2024-09-10T19:02:47.703521+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.? 172.21.15.189:0/1890234835' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:02:48.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:47 smithi155 bash[14970]: audit 2024-09-10T19:02:47.705992+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.? 172.21.15.189:0/1890234835' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:02:48.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:47 smithi155 bash[18934]: cluster 2024-09-10T19:02:47.699590+0000 mon.a (mon.0) 173 : cluster [DBG] Standby manager daemon x started 2024-09-10T19:02:48.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:47 smithi155 bash[18934]: audit 2024-09-10T19:02:47.703521+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.? 172.21.15.189:0/1890234835' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:02:48.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:47 smithi155 bash[18934]: audit 2024-09-10T19:02:47.705992+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.? 172.21.15.189:0/1890234835' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:02:48.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:47 smithi189 bash[14634]: cluster 2024-09-10T19:02:47.699590+0000 mon.a (mon.0) 173 : cluster [DBG] Standby manager daemon x started 2024-09-10T19:02:48.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:47 smithi189 bash[14634]: audit 2024-09-10T19:02:47.703521+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.? 172.21.15.189:0/1890234835' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:02:48.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:47 smithi189 bash[14634]: audit 2024-09-10T19:02:47.705992+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.? 172.21.15.189:0/1890234835' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:02:49.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:48 smithi155 bash[14970]: cluster 2024-09-10T19:02:47.735519+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-10T19:02:49.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:48 smithi155 bash[14970]: cluster 2024-09-10T19:02:47.792700+0000 mon.a (mon.0) 176 : cluster [DBG] mgrmap e14: y(active, since 72s), standbys: x 2024-09-10T19:02:49.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:48 smithi155 bash[14970]: audit 2024-09-10T19:02:47.792896+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T19:02:49.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:48 smithi155 bash[18934]: cluster 2024-09-10T19:02:47.735519+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-10T19:02:49.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:48 smithi155 bash[18934]: cluster 2024-09-10T19:02:47.792700+0000 mon.a (mon.0) 176 : cluster [DBG] mgrmap e14: y(active, since 72s), standbys: x 2024-09-10T19:02:49.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:48 smithi155 bash[18934]: audit 2024-09-10T19:02:47.792896+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T19:02:49.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:48 smithi189 bash[14634]: cluster 2024-09-10T19:02:47.735519+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-10T19:02:49.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:48 smithi189 bash[14634]: cluster 2024-09-10T19:02:47.792700+0000 mon.a (mon.0) 176 : cluster [DBG] mgrmap e14: y(active, since 72s), standbys: x 2024-09-10T19:02:49.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:48 smithi189 bash[14634]: audit 2024-09-10T19:02:47.792896+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T19:02:50.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:49 smithi155 bash[18934]: audit 2024-09-10T19:02:49.658712+0000 mgr.y (mgr.14140) 42 : audit [DBG] from='client.14202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:50.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:49 smithi155 bash[18934]: cephadm 2024-09-10T19:02:49.660527+0000 mgr.y (mgr.14140) 43 : cephadm [INF] Applying osd on host smithi155... 2024-09-10T19:02:50.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:49 smithi155 bash[18934]: audit 2024-09-10T19:02:49.661014+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T19:02:50.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:49 smithi155 bash[18934]: audit 2024-09-10T19:02:49.662433+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:02:50.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:49 smithi155 bash[18934]: audit 2024-09-10T19:02:49.664132+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:02:50.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:49 smithi155 bash[18934]: cluster 2024-09-10T19:02:49.736001+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-10T19:02:50.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:49 smithi155 bash[14970]: audit 2024-09-10T19:02:49.658712+0000 mgr.y (mgr.14140) 42 : audit [DBG] from='client.14202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:50.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:49 smithi155 bash[14970]: cephadm 2024-09-10T19:02:49.660527+0000 mgr.y (mgr.14140) 43 : cephadm [INF] Applying osd on host smithi155... 2024-09-10T19:02:50.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:49 smithi155 bash[14970]: audit 2024-09-10T19:02:49.661014+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T19:02:50.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:49 smithi155 bash[14970]: audit 2024-09-10T19:02:49.662433+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:02:50.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:49 smithi155 bash[14970]: audit 2024-09-10T19:02:49.664132+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:02:50.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:49 smithi155 bash[14970]: cluster 2024-09-10T19:02:49.736001+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-10T19:02:50.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:49 smithi189 bash[14634]: audit 2024-09-10T19:02:49.658712+0000 mgr.y (mgr.14140) 42 : audit [DBG] from='client.14202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:50.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:49 smithi189 bash[14634]: cephadm 2024-09-10T19:02:49.660527+0000 mgr.y (mgr.14140) 43 : cephadm [INF] Applying osd on host smithi155... 2024-09-10T19:02:50.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:49 smithi189 bash[14634]: audit 2024-09-10T19:02:49.661014+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T19:02:50.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:49 smithi189 bash[14634]: audit 2024-09-10T19:02:49.662433+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:02:50.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:49 smithi189 bash[14634]: audit 2024-09-10T19:02:49.664132+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:02:50.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:49 smithi189 bash[14634]: cluster 2024-09-10T19:02:49.736001+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-10T19:02:52.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:51 smithi155 bash[14970]: cluster 2024-09-10T19:02:51.736480+0000 mgr.y (mgr.14140) 45 : cluster [DBG] pgmap v32: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T19:02:52.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:51 smithi155 bash[18934]: cluster 2024-09-10T19:02:51.736480+0000 mgr.y (mgr.14140) 45 : cluster [DBG] pgmap v32: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T19:02:52.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:51 smithi189 bash[14634]: cluster 2024-09-10T19:02:51.736480+0000 mgr.y (mgr.14140) 45 : cluster [DBG] pgmap v32: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T19:02:53.951 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:53 smithi189 bash[14634]: audit 2024-09-10T19:02:53.586162+0000 mon.a (mon.0) 181 : audit [INF] from='client.? 172.21.15.155:0/4065013455' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "88b7e9ae-1505-4c7c-92bf-aca78877d966"}]: dispatch 2024-09-10T19:02:53.951 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:53 smithi189 bash[14634]: audit 2024-09-10T19:02:53.592473+0000 mon.a (mon.0) 182 : audit [INF] from='client.? 172.21.15.155:0/4065013455' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "88b7e9ae-1505-4c7c-92bf-aca78877d966"}]': finished 2024-09-10T19:02:53.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:53 smithi189 bash[14634]: cluster 2024-09-10T19:02:53.592528+0000 mon.a (mon.0) 183 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-09-10T19:02:53.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:53 smithi189 bash[14634]: audit 2024-09-10T19:02:53.592634+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:02:54.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:53 smithi155 bash[14970]: audit 2024-09-10T19:02:53.586162+0000 mon.a (mon.0) 181 : audit [INF] from='client.? 172.21.15.155:0/4065013455' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "88b7e9ae-1505-4c7c-92bf-aca78877d966"}]: dispatch 2024-09-10T19:02:54.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:53 smithi155 bash[14970]: audit 2024-09-10T19:02:53.592473+0000 mon.a (mon.0) 182 : audit [INF] from='client.? 172.21.15.155:0/4065013455' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "88b7e9ae-1505-4c7c-92bf-aca78877d966"}]': finished 2024-09-10T19:02:54.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:53 smithi155 bash[14970]: cluster 2024-09-10T19:02:53.592528+0000 mon.a (mon.0) 183 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-09-10T19:02:54.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:53 smithi155 bash[14970]: audit 2024-09-10T19:02:53.592634+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:02:54.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:53 smithi155 bash[18934]: audit 2024-09-10T19:02:53.586162+0000 mon.a (mon.0) 181 : audit [INF] from='client.? 172.21.15.155:0/4065013455' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "88b7e9ae-1505-4c7c-92bf-aca78877d966"}]: dispatch 2024-09-10T19:02:54.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:53 smithi155 bash[18934]: audit 2024-09-10T19:02:53.592473+0000 mon.a (mon.0) 182 : audit [INF] from='client.? 172.21.15.155:0/4065013455' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "88b7e9ae-1505-4c7c-92bf-aca78877d966"}]': finished 2024-09-10T19:02:54.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:53 smithi155 bash[18934]: cluster 2024-09-10T19:02:53.592528+0000 mon.a (mon.0) 183 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-09-10T19:02:54.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:53 smithi155 bash[18934]: audit 2024-09-10T19:02:53.592634+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:02:54.951 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:54 smithi189 bash[14634]: cluster 2024-09-10T19:02:53.737024+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-10T19:02:55.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:54 smithi155 bash[14970]: cluster 2024-09-10T19:02:53.737024+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-10T19:02:55.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:54 smithi155 bash[18934]: cluster 2024-09-10T19:02:53.737024+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-10T19:02:56.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:55 smithi155 bash[14970]: cluster 2024-09-10T19:02:55.737481+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-10T19:02:56.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:55 smithi155 bash[14970]: audit 2024-09-10T19:02:55.799683+0000 mon.c (mon.1) 3 : audit [DBG] from='client.? 172.21.15.155:0/4221038727' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T19:02:56.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:55 smithi155 bash[18934]: cluster 2024-09-10T19:02:55.737481+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-10T19:02:56.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:55 smithi155 bash[18934]: audit 2024-09-10T19:02:55.799683+0000 mon.c (mon.1) 3 : audit [DBG] from='client.? 172.21.15.155:0/4221038727' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T19:02:56.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:55 smithi189 bash[14634]: cluster 2024-09-10T19:02:55.737481+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-10T19:02:56.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:55 smithi189 bash[14634]: audit 2024-09-10T19:02:55.799683+0000 mon.c (mon.1) 3 : audit [DBG] from='client.? 172.21.15.155:0/4221038727' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T19:02:58.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:57 smithi155 bash[14970]: cluster 2024-09-10T19:02:57.737971+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-10T19:02:58.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:57 smithi155 bash[18934]: cluster 2024-09-10T19:02:57.737971+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-10T19:02:58.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:57 smithi189 bash[14634]: cluster 2024-09-10T19:02:57.737971+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-10T19:02:59.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:02:58 smithi155 bash[14970]: audit 2024-09-10T19:02:58.531914+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:02:59.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:02:58 smithi155 bash[18934]: audit 2024-09-10T19:02:58.531914+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:02:59.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:02:58 smithi189 bash[14634]: audit 2024-09-10T19:02:58.531914+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:03:01.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:00 smithi155 bash[18934]: cluster 2024-09-10T19:02:59.738488+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-10T19:03:01.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:00 smithi155 bash[14970]: cluster 2024-09-10T19:02:59.738488+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-10T19:03:01.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:00 smithi189 bash[14634]: cluster 2024-09-10T19:02:59.738488+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-10T19:03:02.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:01 smithi155 bash[14970]: cluster 2024-09-10T19:03:01.738880+0000 mgr.y (mgr.14140) 50 : cluster [DBG] pgmap v38: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T19:03:02.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:01 smithi155 bash[18934]: cluster 2024-09-10T19:03:01.738880+0000 mgr.y (mgr.14140) 50 : cluster [DBG] pgmap v38: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T19:03:02.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:01 smithi189 bash[14634]: cluster 2024-09-10T19:03:01.738880+0000 mgr.y (mgr.14140) 50 : cluster [DBG] pgmap v38: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T19:03:03.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:02 smithi155 bash[18934]: audit 2024-09-10T19:03:02.766345+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T19:03:03.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:02 smithi155 bash[18934]: audit 2024-09-10T19:03:02.767866+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:03.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:02 smithi155 bash[18934]: cephadm 2024-09-10T19:03:02.768983+0000 mgr.y (mgr.14140) 51 : cephadm [INF] Deploying daemon osd.0 on smithi155 2024-09-10T19:03:03.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:02 smithi155 bash[18934]: audit 2024-09-10T19:03:02.769569+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-09-10T19:03:03.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:02 smithi155 bash[14970]: audit 2024-09-10T19:03:02.766345+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T19:03:03.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:02 smithi155 bash[14970]: audit 2024-09-10T19:03:02.767866+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:03.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:02 smithi155 bash[14970]: cephadm 2024-09-10T19:03:02.768983+0000 mgr.y (mgr.14140) 51 : cephadm [INF] Deploying daemon osd.0 on smithi155 2024-09-10T19:03:03.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:02 smithi155 bash[14970]: audit 2024-09-10T19:03:02.769569+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-09-10T19:03:03.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:02 smithi189 bash[14634]: audit 2024-09-10T19:03:02.766345+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T19:03:03.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:02 smithi189 bash[14634]: audit 2024-09-10T19:03:02.767866+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:03.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:02 smithi189 bash[14634]: cephadm 2024-09-10T19:03:02.768983+0000 mgr.y (mgr.14140) 51 : cephadm [INF] Deploying daemon osd.0 on smithi155 2024-09-10T19:03:03.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:02 smithi189 bash[14634]: audit 2024-09-10T19:03:02.769569+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-09-10T19:03:04.167 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:03 smithi155 bash[14970]: cluster 2024-09-10T19:03:03.739340+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-10T19:03:04.168 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:03 smithi155 bash[18934]: cluster 2024-09-10T19:03:03.739340+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-10T19:03:04.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:03 smithi189 bash[14634]: cluster 2024-09-10T19:03:03.739340+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-10T19:03:05.295 INFO:teuthology.orchestra.run.smithi155.stdout:Created osd(s) 0 on host 'smithi155' 2024-09-10T19:03:06.065 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:05 smithi155 bash[18934]: audit 2024-09-10T19:03:05.288196+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:46.307560\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:46.307675\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:46.307743\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}}, \"last_device_update\": \"2024-09-10T19:01:44.819382\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:03:06.065 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:05 smithi155 bash[18934]: audit 2024-09-10T19:03:05.288789+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:03:06.065 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:05 smithi155 bash[18934]: audit 2024-09-10T19:03:05.291711+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:46.307560\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:46.307675\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:46.307743\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}}, \"last_device_update\": \"2024-09-10T19:01:44.819382\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:03:06.066 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:05 smithi155 bash[14970]: audit 2024-09-10T19:03:05.288196+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:46.307560\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:46.307675\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:46.307743\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}}, \"last_device_update\": \"2024-09-10T19:01:44.819382\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:03:06.066 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:05 smithi155 bash[14970]: audit 2024-09-10T19:03:05.288789+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:03:06.066 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:05 smithi155 bash[14970]: audit 2024-09-10T19:03:05.291711+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:46.307560\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:46.307675\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:46.307743\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}}, \"last_device_update\": \"2024-09-10T19:01:44.819382\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:03:06.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:05 smithi189 bash[14634]: audit 2024-09-10T19:03:05.288196+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:46.307560\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:46.307675\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:46.307743\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}}, \"last_device_update\": \"2024-09-10T19:01:44.819382\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:03:06.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:05 smithi189 bash[14634]: audit 2024-09-10T19:03:05.288789+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:03:06.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:05 smithi189 bash[14634]: audit 2024-09-10T19:03:05.291711+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:46.307560\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:46.307675\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:46.307743\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}}, \"last_device_update\": \"2024-09-10T19:01:44.819382\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:03:07.018 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:06 smithi155 bash[14970]: cluster 2024-09-10T19:03:05.739780+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-10T19:03:07.019 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:06 smithi155 bash[14970]: audit 2024-09-10T19:03:06.095387+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093305\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093503\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093631\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"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-10T19:03:06.093752\", \"created\": \"2024-09-10T19:03:05.268937\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}}, \"last_daemon_update\": \"2024-09-10T19:03:06.093939\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:03:07.019 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:06 smithi155 bash[14970]: audit 2024-09-10T19:03:06.100997+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093305\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093503\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093631\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"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-10T19:03:06.093752\", \"created\": \"2024-09-10T19:03:05.268937\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}}, \"last_daemon_update\": \"2024-09-10T19:03:06.093939\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:03:07.019 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:06 smithi155 bash[14970]: audit 2024-09-10T19:03:06.102033+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:03:07.019 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:06 smithi155 bash[18934]: cluster 2024-09-10T19:03:05.739780+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-10T19:03:07.021 DEBUG:teuthology.orchestra.run.smithi155:osd.0> sudo journalctl -f -n 0 -u ceph-e044737e-6fa6-11ef-bcea-c7b262605968@osd.0.service 2024-09-10T19:03:07.021 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:06 smithi155 bash[18934]: audit 2024-09-10T19:03:06.095387+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093305\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093503\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093631\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"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-10T19:03:06.093752\", \"created\": \"2024-09-10T19:03:05.268937\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}}, \"last_daemon_update\": \"2024-09-10T19:03:06.093939\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:03:07.022 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:06 smithi155 bash[18934]: audit 2024-09-10T19:03:06.100997+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093305\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093503\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093631\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"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-10T19:03:06.093752\", \"created\": \"2024-09-10T19:03:05.268937\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}}, \"last_daemon_update\": \"2024-09-10T19:03:06.093939\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:03:07.022 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:06 smithi155 bash[18934]: audit 2024-09-10T19:03:06.102033+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:03:07.023 INFO:tasks.cephadm:Deploying osd.1 on smithi155 with /dev/vg_nvme/lv_3... 2024-09-10T19:03:07.024 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-09-10T19:03:07.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:06 smithi189 bash[14634]: cluster 2024-09-10T19:03:05.739780+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-10T19:03:07.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:06 smithi189 bash[14634]: audit 2024-09-10T19:03:06.095387+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093305\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093503\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093631\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"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-10T19:03:06.093752\", \"created\": \"2024-09-10T19:03:05.268937\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}}, \"last_daemon_update\": \"2024-09-10T19:03:06.093939\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:03:07.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:06 smithi189 bash[14634]: audit 2024-09-10T19:03:06.100997+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093305\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093503\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093631\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"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-10T19:03:06.093752\", \"created\": \"2024-09-10T19:03:05.268937\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}}, \"last_daemon_update\": \"2024-09-10T19:03:06.093939\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:03:07.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:06 smithi189 bash[14634]: audit 2024-09-10T19:03:06.102033+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:03:08.032 INFO:journalctl@ceph.osd.0.smithi155.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-10T19:03:08.750 INFO:journalctl@ceph.osd.0.smithi155.stdout:Sep 10 19:03:08 smithi155 bash[20708]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-10T19:03:08.750 INFO:journalctl@ceph.osd.0.smithi155.stdout:Sep 10 19:03:08 smithi155 bash[20708]: 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-10T19:03:08.750 INFO:journalctl@ceph.osd.0.smithi155.stdout:Sep 10 19:03:08 smithi155 bash[20708]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2024-09-10T19:03:08.750 INFO:journalctl@ceph.osd.0.smithi155.stdout:Sep 10 19:03:08 smithi155 bash[20708]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2024-09-10T19:03:08.750 INFO:journalctl@ceph.osd.0.smithi155.stdout:Sep 10 19:03:08 smithi155 bash[20708]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-10T19:03:08.750 INFO:journalctl@ceph.osd.0.smithi155.stdout:Sep 10 19:03:08 smithi155 bash[20708]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-10T19:03:08.751 INFO:journalctl@ceph.osd.0.smithi155.stdout:Sep 10 19:03:08 smithi155 bash[20708]: --> ceph-volume lvm activate successful for osd ID: 0 2024-09-10T19:03:09.067 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:08 smithi155 bash[14970]: cluster 2024-09-10T19:03:07.740297+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-10T19:03:09.067 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:08 smithi155 bash[18934]: cluster 2024-09-10T19:03:07.740297+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-10T19:03:09.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:08 smithi189 bash[14634]: cluster 2024-09-10T19:03:07.740297+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-10T19:03:11.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:10 smithi155 bash[14970]: cluster 2024-09-10T19:03:09.740786+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-10T19:03:11.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:10 smithi155 bash[18934]: cluster 2024-09-10T19:03:09.740786+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-10T19:03:11.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:10 smithi189 bash[14634]: cluster 2024-09-10T19:03:09.740786+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-10T19:03:12.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:11 smithi155 bash[14970]: cluster 2024-09-10T19:03:11.741108+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-10T19:03:12.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:11 smithi155 bash[18934]: cluster 2024-09-10T19:03:11.741108+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-10T19:03:12.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:11 smithi189 bash[14634]: cluster 2024-09-10T19:03:11.741108+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-10T19:03:13.833 INFO:journalctl@ceph.osd.0.smithi155.stdout:Sep 10 19:03:13 smithi155 bash[20995]: debug 2024-09-10T19:03:13.672+0000 7f11d9adbec0 -1 Falling back to public interface 2024-09-10T19:03:14.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:13 smithi155 bash[18934]: cluster 2024-09-10T19:03:13.741517+0000 mgr.y (mgr.14140) 57 : cluster [DBG] pgmap v44: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T19:03:14.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:13 smithi155 bash[14970]: cluster 2024-09-10T19:03:13.741517+0000 mgr.y (mgr.14140) 57 : cluster [DBG] pgmap v44: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T19:03:14.101 INFO:teuthology.orchestra.run.smithi155.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-09-10T19:03:14.101 INFO:teuthology.orchestra.run.smithi155.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-09-10T19:03:14.101 INFO:teuthology.orchestra.run.smithi155.stderr: stderr: 10+0 records in 2024-09-10T19:03:14.102 INFO:teuthology.orchestra.run.smithi155.stderr:10+0 records out 2024-09-10T19:03:14.102 INFO:teuthology.orchestra.run.smithi155.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0165338 s, 634 MB/s 2024-09-10T19:03:14.102 INFO:teuthology.orchestra.run.smithi155.stderr:--> Zapping successful for: 2024-09-10T19:03:14.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:13 smithi189 bash[14634]: cluster 2024-09-10T19:03:13.741517+0000 mgr.y (mgr.14140) 57 : cluster [DBG] pgmap v44: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T19:03:14.588 INFO:journalctl@ceph.osd.0.smithi155.stdout:Sep 10 19:03:14 smithi155 bash[20995]: debug 2024-09-10T19:03:14.300+0000 7f11d9adbec0 -1 osd.0 0 log_to_monitors {default=true} 2024-09-10T19:03:14.826 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi155:vg_nvme/lv_3 2024-09-10T19:03:15.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:14 smithi155 bash[14970]: audit 2024-09-10T19:03:14.307577+0000 mon.a (mon.0) 195 : audit [INF] from='osd.0 [v2:172.21.15.155:6802/3500019983,v1:172.21.15.155:6803/3500019983]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-10T19:03:15.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:14 smithi155 bash[18934]: audit 2024-09-10T19:03:14.307577+0000 mon.a (mon.0) 195 : audit [INF] from='osd.0 [v2:172.21.15.155:6802/3500019983,v1:172.21.15.155:6803/3500019983]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-10T19:03:15.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:14 smithi189 bash[14634]: audit 2024-09-10T19:03:14.307577+0000 mon.a (mon.0) 195 : audit [INF] from='osd.0 [v2:172.21.15.155:6802/3500019983,v1:172.21.15.155:6803/3500019983]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-10T19:03:16.132 INFO:journalctl@ceph.osd.0.smithi155.stdout:Sep 10 19:03:15 smithi155 bash[20995]: debug 2024-09-10T19:03:15.852+0000 7f11be888700 -1 osd.0 0 waiting for initial osdmap 2024-09-10T19:03:16.133 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:15 smithi155 bash[14970]: audit 2024-09-10T19:03:14.846755+0000 mon.a (mon.0) 196 : audit [INF] from='osd.0 [v2:172.21.15.155:6802/3500019983,v1:172.21.15.155:6803/3500019983]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T19:03:16.133 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:15 smithi155 bash[14970]: cluster 2024-09-10T19:03:14.846851+0000 mon.a (mon.0) 197 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-09-10T19:03:16.133 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:15 smithi155 bash[14970]: audit 2024-09-10T19:03:14.847037+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:03:16.133 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:15 smithi155 bash[14970]: audit 2024-09-10T19:03:14.847531+0000 mon.a (mon.0) 199 : audit [INF] from='osd.0 [v2:172.21.15.155:6802/3500019983,v1:172.21.15.155:6803/3500019983]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T19:03:16.133 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:15 smithi155 bash[14970]: cluster 2024-09-10T19:03:15.280754+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T19:03:16.133 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:15 smithi155 bash[14970]: cluster 2024-09-10T19:03:15.280848+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T19:03:16.133 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:15 smithi155 bash[14970]: audit 2024-09-10T19:03:15.535255+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:03:16.133 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:15 smithi155 bash[14970]: cluster 2024-09-10T19:03:15.742004+0000 mgr.y (mgr.14140) 58 : cluster [DBG] pgmap v46: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T19:03:16.134 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:15 smithi155 bash[18934]: audit 2024-09-10T19:03:14.846755+0000 mon.a (mon.0) 196 : audit [INF] from='osd.0 [v2:172.21.15.155:6802/3500019983,v1:172.21.15.155:6803/3500019983]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T19:03:16.134 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:15 smithi155 bash[18934]: cluster 2024-09-10T19:03:14.846851+0000 mon.a (mon.0) 197 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-09-10T19:03:16.134 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:15 smithi155 bash[18934]: audit 2024-09-10T19:03:14.847037+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:03:16.134 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:15 smithi155 bash[18934]: audit 2024-09-10T19:03:14.847531+0000 mon.a (mon.0) 199 : audit [INF] from='osd.0 [v2:172.21.15.155:6802/3500019983,v1:172.21.15.155:6803/3500019983]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T19:03:16.134 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:15 smithi155 bash[18934]: cluster 2024-09-10T19:03:15.280754+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T19:03:16.134 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:15 smithi155 bash[18934]: cluster 2024-09-10T19:03:15.280848+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T19:03:16.134 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:15 smithi155 bash[18934]: audit 2024-09-10T19:03:15.535255+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:03:16.134 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:15 smithi155 bash[18934]: cluster 2024-09-10T19:03:15.742004+0000 mgr.y (mgr.14140) 58 : cluster [DBG] pgmap v46: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T19:03:16.134 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:15 smithi155 bash[14970]: audit 2024-09-10T19:03:15.760901+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093305\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093503\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093631\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"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-10T19:03:06.093752\", \"created\": \"2024-09-10T19:03:05.268937\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not 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\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}}, \"last_daemon_update\": \"2024-09-10T19:03:06.093939\", \"last_device_update\": \"2024-09-10T19:03:15.759392\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:03:16.135 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:15 smithi155 bash[14970]: audit 2024-09-10T19:03:15.764674+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093305\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093503\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093631\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"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-10T19:03:06.093752\", \"created\": \"2024-09-10T19:03:05.268937\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not 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\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}}, \"last_daemon_update\": \"2024-09-10T19:03:06.093939\", \"last_device_update\": \"2024-09-10T19:03:15.759392\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:03:16.135 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:15 smithi155 bash[18934]: audit 2024-09-10T19:03:15.760901+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093305\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093503\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093631\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"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-10T19:03:06.093752\", \"created\": \"2024-09-10T19:03:05.268937\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not 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\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}}, \"last_daemon_update\": \"2024-09-10T19:03:06.093939\", \"last_device_update\": \"2024-09-10T19:03:15.759392\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:03:16.135 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:15 smithi155 bash[18934]: audit 2024-09-10T19:03:15.764674+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093305\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093503\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093631\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"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-10T19:03:06.093752\", \"created\": \"2024-09-10T19:03:05.268937\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not 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\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}}, \"last_daemon_update\": \"2024-09-10T19:03:06.093939\", \"last_device_update\": \"2024-09-10T19:03:15.759392\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:03:16.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:15 smithi189 bash[14634]: audit 2024-09-10T19:03:14.846755+0000 mon.a (mon.0) 196 : audit [INF] from='osd.0 [v2:172.21.15.155:6802/3500019983,v1:172.21.15.155:6803/3500019983]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T19:03:16.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:15 smithi189 bash[14634]: cluster 2024-09-10T19:03:14.846851+0000 mon.a (mon.0) 197 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-09-10T19:03:16.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:15 smithi189 bash[14634]: audit 2024-09-10T19:03:14.847037+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:03:16.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:15 smithi189 bash[14634]: audit 2024-09-10T19:03:14.847531+0000 mon.a (mon.0) 199 : audit [INF] from='osd.0 [v2:172.21.15.155:6802/3500019983,v1:172.21.15.155:6803/3500019983]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T19:03:16.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:15 smithi189 bash[14634]: cluster 2024-09-10T19:03:15.280754+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T19:03:16.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:15 smithi189 bash[14634]: cluster 2024-09-10T19:03:15.280848+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T19:03:16.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:15 smithi189 bash[14634]: audit 2024-09-10T19:03:15.535255+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:03:16.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:15 smithi189 bash[14634]: cluster 2024-09-10T19:03:15.742004+0000 mgr.y (mgr.14140) 58 : cluster [DBG] pgmap v46: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T19:03:16.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:15 smithi189 bash[14634]: audit 2024-09-10T19:03:15.760901+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093305\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093503\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093631\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"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-10T19:03:06.093752\", \"created\": \"2024-09-10T19:03:05.268937\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not 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\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}}, \"last_daemon_update\": \"2024-09-10T19:03:06.093939\", \"last_device_update\": \"2024-09-10T19:03:15.759392\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:03:16.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:15 smithi189 bash[14634]: audit 2024-09-10T19:03:15.764674+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093305\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093503\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093631\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"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-10T19:03:06.093752\", \"created\": \"2024-09-10T19:03:05.268937\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not 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\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}}, \"last_daemon_update\": \"2024-09-10T19:03:06.093939\", \"last_device_update\": \"2024-09-10T19:03:15.759392\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:03:17.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:16 smithi189 bash[14634]: audit 2024-09-10T19:03:15.851006+0000 mon.a (mon.0) 203 : audit [INF] from='osd.0 [v2:172.21.15.155:6802/3500019983,v1:172.21.15.155:6803/3500019983]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-10T19:03:17.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:16 smithi189 bash[14634]: cluster 2024-09-10T19:03:15.851148+0000 mon.a (mon.0) 204 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-09-10T19:03:17.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:16 smithi189 bash[14634]: audit 2024-09-10T19:03:15.852503+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:03:17.338 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:16 smithi155 bash[14970]: audit 2024-09-10T19:03:15.851006+0000 mon.a (mon.0) 203 : audit [INF] from='osd.0 [v2:172.21.15.155:6802/3500019983,v1:172.21.15.155:6803/3500019983]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-10T19:03:17.338 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:16 smithi155 bash[14970]: cluster 2024-09-10T19:03:15.851148+0000 mon.a (mon.0) 204 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-09-10T19:03:17.338 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:16 smithi155 bash[14970]: audit 2024-09-10T19:03:15.852503+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:03:17.338 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:16 smithi155 bash[18934]: audit 2024-09-10T19:03:15.851006+0000 mon.a (mon.0) 203 : audit [INF] from='osd.0 [v2:172.21.15.155:6802/3500019983,v1:172.21.15.155:6803/3500019983]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-10T19:03:17.338 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:16 smithi155 bash[18934]: cluster 2024-09-10T19:03:15.851148+0000 mon.a (mon.0) 204 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-09-10T19:03:17.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:16 smithi155 bash[18934]: audit 2024-09-10T19:03:15.852503+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:03:18.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:17 smithi189 bash[14634]: cluster 2024-09-10T19:03:16.868573+0000 mon.a (mon.0) 206 : cluster [INF] osd.0 [v2:172.21.15.155:6802/3500019983,v1:172.21.15.155:6803/3500019983] boot 2024-09-10T19:03:18.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:17 smithi189 bash[14634]: cluster 2024-09-10T19:03:16.868645+0000 mon.a (mon.0) 207 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-09-10T19:03:18.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:17 smithi189 bash[14634]: audit 2024-09-10T19:03:16.869576+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:03:18.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:17 smithi189 bash[14634]: cluster 2024-09-10T19:03:17.742507+0000 mgr.y (mgr.14140) 59 : cluster [DBG] pgmap v49: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T19:03:18.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:17 smithi189 bash[14634]: cluster 2024-09-10T19:03:17.863858+0000 mon.a (mon.0) 209 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2024-09-10T19:03:18.338 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:17 smithi155 bash[18934]: cluster 2024-09-10T19:03:16.868573+0000 mon.a (mon.0) 206 : cluster [INF] osd.0 [v2:172.21.15.155:6802/3500019983,v1:172.21.15.155:6803/3500019983] boot 2024-09-10T19:03:18.338 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:17 smithi155 bash[18934]: cluster 2024-09-10T19:03:16.868645+0000 mon.a (mon.0) 207 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-09-10T19:03:18.338 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:17 smithi155 bash[18934]: audit 2024-09-10T19:03:16.869576+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:03:18.338 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:17 smithi155 bash[18934]: cluster 2024-09-10T19:03:17.742507+0000 mgr.y (mgr.14140) 59 : cluster [DBG] pgmap v49: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T19:03:18.338 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:17 smithi155 bash[18934]: cluster 2024-09-10T19:03:17.863858+0000 mon.a (mon.0) 209 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2024-09-10T19:03:18.338 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:17 smithi155 bash[14970]: cluster 2024-09-10T19:03:16.868573+0000 mon.a (mon.0) 206 : cluster [INF] osd.0 [v2:172.21.15.155:6802/3500019983,v1:172.21.15.155:6803/3500019983] boot 2024-09-10T19:03:18.338 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:17 smithi155 bash[14970]: cluster 2024-09-10T19:03:16.868645+0000 mon.a (mon.0) 207 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-09-10T19:03:18.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:17 smithi155 bash[14970]: audit 2024-09-10T19:03:16.869576+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:03:18.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:17 smithi155 bash[14970]: cluster 2024-09-10T19:03:17.742507+0000 mgr.y (mgr.14140) 59 : cluster [DBG] pgmap v49: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T19:03:18.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:17 smithi155 bash[14970]: cluster 2024-09-10T19:03:17.863858+0000 mon.a (mon.0) 209 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2024-09-10T19:03:19.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:18 smithi189 bash[14634]: audit 2024-09-10T19:03:18.233389+0000 mgr.y (mgr.14140) 60 : audit [DBG] from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:19.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:18 smithi189 bash[14634]: cephadm 2024-09-10T19:03:18.234938+0000 mgr.y (mgr.14140) 61 : cephadm [INF] Applying osd on host smithi155... 2024-09-10T19:03:19.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:18 smithi189 bash[14634]: audit 2024-09-10T19:03:18.235480+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T19:03:19.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:18 smithi189 bash[14634]: audit 2024-09-10T19:03:18.237031+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:19.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:18 smithi189 bash[14634]: audit 2024-09-10T19:03:18.239068+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:03:19.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:18 smithi189 bash[14634]: cluster 2024-09-10T19:03:18.872561+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2024-09-10T19:03:19.338 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:18 smithi155 bash[14970]: audit 2024-09-10T19:03:18.233389+0000 mgr.y (mgr.14140) 60 : audit [DBG] from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:19.338 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:18 smithi155 bash[14970]: cephadm 2024-09-10T19:03:18.234938+0000 mgr.y (mgr.14140) 61 : cephadm [INF] Applying osd on host smithi155... 2024-09-10T19:03:19.338 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:18 smithi155 bash[14970]: audit 2024-09-10T19:03:18.235480+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T19:03:19.338 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:18 smithi155 bash[14970]: audit 2024-09-10T19:03:18.237031+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:19.338 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:18 smithi155 bash[14970]: audit 2024-09-10T19:03:18.239068+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:03:19.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:18 smithi155 bash[14970]: cluster 2024-09-10T19:03:18.872561+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2024-09-10T19:03:19.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:18 smithi155 bash[18934]: audit 2024-09-10T19:03:18.233389+0000 mgr.y (mgr.14140) 60 : audit [DBG] from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:19.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:18 smithi155 bash[18934]: cephadm 2024-09-10T19:03:18.234938+0000 mgr.y (mgr.14140) 61 : cephadm [INF] Applying osd on host smithi155... 2024-09-10T19:03:19.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:18 smithi155 bash[18934]: audit 2024-09-10T19:03:18.235480+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T19:03:19.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:18 smithi155 bash[18934]: audit 2024-09-10T19:03:18.237031+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:19.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:18 smithi155 bash[18934]: audit 2024-09-10T19:03:18.239068+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:03:19.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:18 smithi155 bash[18934]: cluster 2024-09-10T19:03:18.872561+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2024-09-10T19:03:20.838 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:20 smithi155 bash[14970]: cluster 2024-09-10T19:03:19.743042+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-10T19:03:20.838 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:20 smithi155 bash[18934]: cluster 2024-09-10T19:03:19.743042+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-10T19:03:21.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:20 smithi189 bash[14634]: cluster 2024-09-10T19:03:19.743042+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-10T19:03:22.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:21 smithi155 bash[14970]: cluster 2024-09-10T19:03:20.731773+0000 mon.a (mon.0) 214 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-10T19:03:22.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:21 smithi155 bash[18934]: cluster 2024-09-10T19:03:20.731773+0000 mon.a (mon.0) 214 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-10T19:03:22.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:21 smithi189 bash[14634]: cluster 2024-09-10T19:03:20.731773+0000 mon.a (mon.0) 214 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-10T19:03:23.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:22 smithi155 bash[14970]: cluster 2024-09-10T19:03:21.743580+0000 mgr.y (mgr.14140) 63 : cluster [DBG] pgmap v53: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-10T19:03:23.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:22 smithi155 bash[14970]: audit 2024-09-10T19:03:22.407930+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.155:0/2370265794' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d1cc50da-a29a-4655-98cc-59090c4a23c0"}]: dispatch 2024-09-10T19:03:23.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:22 smithi155 bash[14970]: audit 2024-09-10T19:03:22.408689+0000 mon.a (mon.0) 215 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d1cc50da-a29a-4655-98cc-59090c4a23c0"}]: dispatch 2024-09-10T19:03:23.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:22 smithi155 bash[14970]: audit 2024-09-10T19:03:22.416309+0000 mon.a (mon.0) 216 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d1cc50da-a29a-4655-98cc-59090c4a23c0"}]': finished 2024-09-10T19:03:23.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:22 smithi155 bash[14970]: cluster 2024-09-10T19:03:22.416406+0000 mon.a (mon.0) 217 : cluster [DBG] osdmap e13: 2 total, 1 up, 1 in 2024-09-10T19:03:23.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:22 smithi155 bash[14970]: audit 2024-09-10T19:03:22.416555+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:03:23.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:22 smithi155 bash[18934]: cluster 2024-09-10T19:03:21.743580+0000 mgr.y (mgr.14140) 63 : cluster [DBG] pgmap v53: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-10T19:03:23.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:22 smithi155 bash[18934]: audit 2024-09-10T19:03:22.407930+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.155:0/2370265794' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d1cc50da-a29a-4655-98cc-59090c4a23c0"}]: dispatch 2024-09-10T19:03:23.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:22 smithi155 bash[18934]: audit 2024-09-10T19:03:22.408689+0000 mon.a (mon.0) 215 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d1cc50da-a29a-4655-98cc-59090c4a23c0"}]: dispatch 2024-09-10T19:03:23.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:22 smithi155 bash[18934]: audit 2024-09-10T19:03:22.416309+0000 mon.a (mon.0) 216 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d1cc50da-a29a-4655-98cc-59090c4a23c0"}]': finished 2024-09-10T19:03:23.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:22 smithi155 bash[18934]: cluster 2024-09-10T19:03:22.416406+0000 mon.a (mon.0) 217 : cluster [DBG] osdmap e13: 2 total, 1 up, 1 in 2024-09-10T19:03:23.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:22 smithi155 bash[18934]: audit 2024-09-10T19:03:22.416555+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:03:23.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:22 smithi189 bash[14634]: cluster 2024-09-10T19:03:21.743580+0000 mgr.y (mgr.14140) 63 : cluster [DBG] pgmap v53: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-10T19:03:23.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:22 smithi189 bash[14634]: audit 2024-09-10T19:03:22.407930+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.155:0/2370265794' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d1cc50da-a29a-4655-98cc-59090c4a23c0"}]: dispatch 2024-09-10T19:03:23.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:22 smithi189 bash[14634]: audit 2024-09-10T19:03:22.408689+0000 mon.a (mon.0) 215 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d1cc50da-a29a-4655-98cc-59090c4a23c0"}]: dispatch 2024-09-10T19:03:23.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:22 smithi189 bash[14634]: audit 2024-09-10T19:03:22.416309+0000 mon.a (mon.0) 216 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d1cc50da-a29a-4655-98cc-59090c4a23c0"}]': finished 2024-09-10T19:03:23.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:22 smithi189 bash[14634]: cluster 2024-09-10T19:03:22.416406+0000 mon.a (mon.0) 217 : cluster [DBG] osdmap e13: 2 total, 1 up, 1 in 2024-09-10T19:03:23.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:22 smithi189 bash[14634]: audit 2024-09-10T19:03:22.416555+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:03:25.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:24 smithi155 bash[14970]: cluster 2024-09-10T19:03:23.744227+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-10T19:03:25.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:24 smithi155 bash[14970]: audit 2024-09-10T19:03:24.588196+0000 mon.a (mon.0) 219 : audit [DBG] from='client.? 172.21.15.155:0/1659709554' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T19:03:25.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:24 smithi155 bash[18934]: cluster 2024-09-10T19:03:23.744227+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-10T19:03:25.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:24 smithi155 bash[18934]: audit 2024-09-10T19:03:24.588196+0000 mon.a (mon.0) 219 : audit [DBG] from='client.? 172.21.15.155:0/1659709554' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T19:03:25.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:24 smithi189 bash[14634]: cluster 2024-09-10T19:03:23.744227+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-10T19:03:25.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:24 smithi189 bash[14634]: audit 2024-09-10T19:03:24.588196+0000 mon.a (mon.0) 219 : audit [DBG] from='client.? 172.21.15.155:0/1659709554' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T19:03:26.954 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:26 smithi155 bash[14970]: cluster 2024-09-10T19:03:25.744900+0000 mgr.y (mgr.14140) 65 : cluster [DBG] pgmap v56: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-09-10T19:03:26.954 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:26 smithi155 bash[18934]: cluster 2024-09-10T19:03:25.744900+0000 mgr.y (mgr.14140) 65 : cluster [DBG] pgmap v56: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-09-10T19:03:27.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:26 smithi189 bash[14634]: cluster 2024-09-10T19:03:25.744900+0000 mgr.y (mgr.14140) 65 : cluster [DBG] pgmap v56: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-09-10T19:03:28.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:27 smithi155 bash[14970]: audit 2024-09-10T19:03:27.465995+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:03:28.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:27 smithi155 bash[18934]: audit 2024-09-10T19:03:27.465995+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:03:28.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:27 smithi189 bash[14634]: audit 2024-09-10T19:03:27.465995+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:03:29.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:28 smithi155 bash[14970]: cluster 2024-09-10T19:03:27.745466+0000 mgr.y (mgr.14140) 66 : cluster [DBG] pgmap v57: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-09-10T19:03:29.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:28 smithi155 bash[18934]: cluster 2024-09-10T19:03:27.745466+0000 mgr.y (mgr.14140) 66 : cluster [DBG] pgmap v57: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-09-10T19:03:29.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:28 smithi189 bash[14634]: cluster 2024-09-10T19:03:27.745466+0000 mgr.y (mgr.14140) 66 : cluster [DBG] pgmap v57: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-09-10T19:03:30.088 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:29 smithi155 bash[18934]: cluster 2024-09-10T19:03:29.731906+0000 mon.a (mon.0) 221 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-10T19:03:30.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:29 smithi155 bash[14970]: cluster 2024-09-10T19:03:29.731906+0000 mon.a (mon.0) 221 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-10T19:03:30.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:29 smithi189 bash[14634]: cluster 2024-09-10T19:03:29.731906+0000 mon.a (mon.0) 221 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-10T19:03:31.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:30 smithi155 bash[14970]: cluster 2024-09-10T19:03:29.746040+0000 mgr.y (mgr.14140) 67 : cluster [DBG] pgmap v58: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T19:03:31.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:30 smithi155 bash[18934]: cluster 2024-09-10T19:03:29.746040+0000 mgr.y (mgr.14140) 67 : cluster [DBG] pgmap v58: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T19:03:31.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:30 smithi189 bash[14634]: cluster 2024-09-10T19:03:29.746040+0000 mgr.y (mgr.14140) 67 : cluster [DBG] pgmap v58: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T19:03:32.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:31 smithi155 bash[14970]: cluster 2024-09-10T19:03:31.746547+0000 mgr.y (mgr.14140) 68 : cluster [DBG] pgmap v59: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T19:03:32.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:31 smithi155 bash[18934]: cluster 2024-09-10T19:03:31.746547+0000 mgr.y (mgr.14140) 68 : cluster [DBG] pgmap v59: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T19:03:32.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:31 smithi189 bash[14634]: cluster 2024-09-10T19:03:31.746547+0000 mgr.y (mgr.14140) 68 : cluster [DBG] pgmap v59: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T19:03:33.176 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:32 smithi155 bash[14970]: audit 2024-09-10T19:03:31.918330+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T19:03:33.176 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:32 smithi155 bash[14970]: audit 2024-09-10T19:03:31.919811+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:33.177 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:32 smithi155 bash[14970]: cephadm 2024-09-10T19:03:31.921076+0000 mgr.y (mgr.14140) 69 : cephadm [INF] Deploying daemon osd.1 on smithi155 2024-09-10T19:03:33.177 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:32 smithi155 bash[14970]: audit 2024-09-10T19:03:31.921597+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-09-10T19:03:33.177 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:32 smithi155 bash[18934]: audit 2024-09-10T19:03:31.918330+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T19:03:33.177 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:32 smithi155 bash[18934]: audit 2024-09-10T19:03:31.919811+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:33.177 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:32 smithi155 bash[18934]: cephadm 2024-09-10T19:03:31.921076+0000 mgr.y (mgr.14140) 69 : cephadm [INF] Deploying daemon osd.1 on smithi155 2024-09-10T19:03:33.177 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:32 smithi155 bash[18934]: audit 2024-09-10T19:03:31.921597+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-09-10T19:03:33.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:32 smithi189 bash[14634]: audit 2024-09-10T19:03:31.918330+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T19:03:33.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:32 smithi189 bash[14634]: audit 2024-09-10T19:03:31.919811+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:33.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:32 smithi189 bash[14634]: cephadm 2024-09-10T19:03:31.921076+0000 mgr.y (mgr.14140) 69 : cephadm [INF] Deploying daemon osd.1 on smithi155 2024-09-10T19:03:33.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:32 smithi189 bash[14634]: audit 2024-09-10T19:03:31.921597+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-09-10T19:03:34.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:33 smithi189 bash[14634]: cluster 2024-09-10T19:03:33.747102+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-10T19:03:34.253 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:33 smithi155 bash[14970]: cluster 2024-09-10T19:03:33.747102+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-10T19:03:34.253 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:33 smithi155 bash[18934]: cluster 2024-09-10T19:03:33.747102+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-10T19:03:34.499 INFO:teuthology.orchestra.run.smithi155.stdout:Created osd(s) 1 on host 'smithi155' 2024-09-10T19:03:35.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:34 smithi189 bash[14634]: audit 2024-09-10T19:03:34.492199+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093305\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093503\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093631\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"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-10T19:03:06.093752\", \"created\": \"2024-09-10T19:03:05.268937\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}}, \"last_device_update\": \"2024-09-10T19:03:15.759392\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:03:35.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:34 smithi189 bash[14634]: audit 2024-09-10T19:03:34.492925+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:03:35.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:34 smithi189 bash[14634]: audit 2024-09-10T19:03:34.496175+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093305\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093503\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093631\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"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-10T19:03:06.093752\", \"created\": \"2024-09-10T19:03:05.268937\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}}, \"last_device_update\": \"2024-09-10T19:03:15.759392\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:03:35.294 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:34 smithi155 bash[14970]: audit 2024-09-10T19:03:34.492199+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093305\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093503\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093631\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"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-10T19:03:06.093752\", \"created\": \"2024-09-10T19:03:05.268937\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}}, \"last_device_update\": \"2024-09-10T19:03:15.759392\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:03:35.294 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:34 smithi155 bash[14970]: audit 2024-09-10T19:03:34.492925+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:03:35.294 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:34 smithi155 bash[14970]: audit 2024-09-10T19:03:34.496175+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093305\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093503\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093631\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"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-10T19:03:06.093752\", \"created\": \"2024-09-10T19:03:05.268937\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}}, \"last_device_update\": \"2024-09-10T19:03:15.759392\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:03:35.294 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:34 smithi155 bash[18934]: audit 2024-09-10T19:03:34.492199+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093305\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093503\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093631\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"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-10T19:03:06.093752\", \"created\": \"2024-09-10T19:03:05.268937\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}}, \"last_device_update\": \"2024-09-10T19:03:15.759392\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:03:35.294 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:34 smithi155 bash[18934]: audit 2024-09-10T19:03:34.492925+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:03:35.294 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:34 smithi155 bash[18934]: audit 2024-09-10T19:03:34.496175+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093305\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093503\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:06.093631\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"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-10T19:03:06.093752\", \"created\": \"2024-09-10T19:03:05.268937\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}}, \"last_device_update\": \"2024-09-10T19:03:15.759392\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:03:36.080 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:35 smithi155 bash[14970]: audit 2024-09-10T19:03:35.322901+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.320926\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321097\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321202\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321301\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"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-10T19:03:35.321399\", \"created\": \"2024-09-10T19:03:34.475569\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not 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\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}}, \"last_daemon_update\": \"2024-09-10T19:03:35.321550\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:03:36.080 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:35 smithi155 bash[14970]: audit 2024-09-10T19:03:35.328078+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.320926\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321097\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321202\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321301\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"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-10T19:03:35.321399\", \"created\": \"2024-09-10T19:03:34.475569\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not 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\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}}, \"last_daemon_update\": \"2024-09-10T19:03:35.321550\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:03:36.080 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:35 smithi155 bash[14970]: audit 2024-09-10T19:03:35.329161+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:03:36.080 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:35 smithi155 bash[14970]: cluster 2024-09-10T19:03:35.747745+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-10T19:03:36.082 DEBUG:teuthology.orchestra.run.smithi155:osd.1> sudo journalctl -f -n 0 -u ceph-e044737e-6fa6-11ef-bcea-c7b262605968@osd.1.service 2024-09-10T19:03:36.082 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:35 smithi155 bash[18934]: audit 2024-09-10T19:03:35.322901+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.320926\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321097\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321202\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321301\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"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-10T19:03:35.321399\", \"created\": \"2024-09-10T19:03:34.475569\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not 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\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}}, \"last_daemon_update\": \"2024-09-10T19:03:35.321550\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:03:36.082 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:35 smithi155 bash[18934]: audit 2024-09-10T19:03:35.328078+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.320926\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321097\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321202\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321301\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"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-10T19:03:35.321399\", \"created\": \"2024-09-10T19:03:34.475569\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not 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\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}}, \"last_daemon_update\": \"2024-09-10T19:03:35.321550\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:03:36.082 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:35 smithi155 bash[18934]: audit 2024-09-10T19:03:35.329161+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:03:36.082 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:35 smithi155 bash[18934]: cluster 2024-09-10T19:03:35.747745+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-10T19:03:36.084 INFO:tasks.cephadm:Deploying osd.2 on smithi155 with /dev/vg_nvme/lv_2... 2024-09-10T19:03:36.085 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-09-10T19:03:36.179 INFO:journalctl@ceph.osd.1.smithi155.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-10T19:03:36.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:35 smithi189 bash[14634]: audit 2024-09-10T19:03:35.322901+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.320926\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321097\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321202\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321301\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"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-10T19:03:35.321399\", \"created\": \"2024-09-10T19:03:34.475569\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not 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\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}}, \"last_daemon_update\": \"2024-09-10T19:03:35.321550\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:03:36.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:35 smithi189 bash[14634]: audit 2024-09-10T19:03:35.328078+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.320926\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321097\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321202\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321301\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"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-10T19:03:35.321399\", \"created\": \"2024-09-10T19:03:34.475569\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not 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\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}}, \"last_daemon_update\": \"2024-09-10T19:03:35.321550\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:03:36.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:35 smithi189 bash[14634]: audit 2024-09-10T19:03:35.329161+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:03:36.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:35 smithi189 bash[14634]: cluster 2024-09-10T19:03:35.747745+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-10T19:03:37.839 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:03:37 smithi155 bash[22304]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-10T19:03:37.839 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:03:37 smithi155 bash[22304]: 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-10T19:03:37.839 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:03:37 smithi155 bash[22304]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2024-09-10T19:03:37.839 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:03:37 smithi155 bash[22304]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2024-09-10T19:03:37.839 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:03:37 smithi155 bash[22304]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-10T19:03:37.839 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:03:37 smithi155 bash[22304]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-10T19:03:37.839 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:03:37 smithi155 bash[22304]: --> ceph-volume lvm activate successful for osd ID: 1 2024-09-10T19:03:38.094 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:37 smithi155 bash[18934]: cluster 2024-09-10T19:03:37.748342+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-10T19:03:38.094 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:37 smithi155 bash[14970]: cluster 2024-09-10T19:03:37.748342+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-10T19:03:38.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:37 smithi189 bash[14634]: cluster 2024-09-10T19:03:37.748342+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-10T19:03:41.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:40 smithi155 bash[14970]: cluster 2024-09-10T19:03:39.748999+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-10T19:03:41.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:40 smithi155 bash[18934]: cluster 2024-09-10T19:03:39.748999+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-10T19:03:41.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:40 smithi189 bash[14634]: cluster 2024-09-10T19:03:39.748999+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-10T19:03:42.119 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:41 smithi155 bash[14970]: cluster 2024-09-10T19:03:41.749693+0000 mgr.y (mgr.14140) 74 : cluster [DBG] pgmap v64: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T19:03:42.119 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:41 smithi155 bash[18934]: cluster 2024-09-10T19:03:41.749693+0000 mgr.y (mgr.14140) 74 : cluster [DBG] pgmap v64: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T19:03:42.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:41 smithi189 bash[14634]: cluster 2024-09-10T19:03:41.749693+0000 mgr.y (mgr.14140) 74 : cluster [DBG] pgmap v64: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T19:03:42.588 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:03:42 smithi155 bash[22643]: debug 2024-09-10T19:03:42.167+0000 7f20143b5ec0 1 -- 172.21.15.155:0/3296856906 >> [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] conn(0x55f25190d400 msgr2=0x55f251909f80 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2024-09-10T19:03:42.589 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:03:42 smithi155 bash[22643]: debug 2024-09-10T19:03:42.167+0000 7f20143b5ec0 1 --2- 172.21.15.155:0/3296856906 >> [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] conn(0x55f25190d400 0x55f251909f80 secure :-1 s=READY pgs=96 cs=0 l=1 rx=0x55f2518a3d10 tx=0x55f252578aa0).stop 2024-09-10T19:03:43.089 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:03:42 smithi155 bash[22643]: debug 2024-09-10T19:03:42.719+0000 7f20143b5ec0 -1 Falling back to public interface 2024-09-10T19:03:43.206 INFO:teuthology.orchestra.run.smithi155.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-09-10T19:03:43.206 INFO:teuthology.orchestra.run.smithi155.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-09-10T19:03:43.206 INFO:teuthology.orchestra.run.smithi155.stderr: stderr: 10+0 records in 2024-09-10T19:03:43.206 INFO:teuthology.orchestra.run.smithi155.stderr:10+0 records out 2024-09-10T19:03:43.206 INFO:teuthology.orchestra.run.smithi155.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0142287 s, 737 MB/s 2024-09-10T19:03:43.206 INFO:teuthology.orchestra.run.smithi155.stderr:--> Zapping successful for: 2024-09-10T19:03:43.589 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:03:43 smithi155 bash[22643]: debug 2024-09-10T19:03:43.351+0000 7f20143b5ec0 -1 osd.1 0 log_to_monitors {default=true} 2024-09-10T19:03:43.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:43 smithi155 bash[14970]: audit 2024-09-10T19:03:43.361196+0000 mon.c (mon.1) 5 : audit [INF] from='osd.1 [v2:172.21.15.155:6810/3006075797,v1:172.21.15.155:6811/3006075797]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T19:03:43.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:43 smithi155 bash[14970]: audit 2024-09-10T19:03:43.361867+0000 mon.a (mon.0) 231 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T19:03:43.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:43 smithi155 bash[18934]: audit 2024-09-10T19:03:43.361196+0000 mon.c (mon.1) 5 : audit [INF] from='osd.1 [v2:172.21.15.155:6810/3006075797,v1:172.21.15.155:6811/3006075797]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T19:03:43.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:43 smithi155 bash[18934]: audit 2024-09-10T19:03:43.361867+0000 mon.a (mon.0) 231 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T19:03:43.701 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:43 smithi189 bash[14634]: audit 2024-09-10T19:03:43.361196+0000 mon.c (mon.1) 5 : audit [INF] from='osd.1 [v2:172.21.15.155:6810/3006075797,v1:172.21.15.155:6811/3006075797]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T19:03:43.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:43 smithi189 bash[14634]: audit 2024-09-10T19:03:43.361867+0000 mon.a (mon.0) 231 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T19:03:44.231 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi155:vg_nvme/lv_2 2024-09-10T19:03:44.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:44 smithi189 bash[14634]: audit 2024-09-10T19:03:43.419740+0000 mon.a (mon.0) 232 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T19:03:44.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:44 smithi189 bash[14634]: cluster 2024-09-10T19:03:43.419875+0000 mon.a (mon.0) 233 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-09-10T19:03:44.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:44 smithi189 bash[14634]: audit 2024-09-10T19:03:43.420912+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:03:44.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:44 smithi189 bash[14634]: audit 2024-09-10T19:03:43.421317+0000 mon.c (mon.1) 6 : audit [INF] from='osd.1 [v2:172.21.15.155:6810/3006075797,v1:172.21.15.155:6811/3006075797]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T19:03:44.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:44 smithi189 bash[14634]: audit 2024-09-10T19:03:43.421939+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=smithi155", "root=default"]}]: dispatch 2024-09-10T19:03:44.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:44 smithi189 bash[14634]: cluster 2024-09-10T19:03:43.750359+0000 mgr.y (mgr.14140) 75 : cluster [DBG] pgmap v66: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T19:03:44.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:44 smithi189 bash[14634]: audit 2024-09-10T19:03:44.422110+0000 mon.a (mon.0) 236 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-10T19:03:44.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:44 smithi189 bash[14634]: cluster 2024-09-10T19:03:44.422219+0000 mon.a (mon.0) 237 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-09-10T19:03:44.839 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:03:44 smithi155 bash[22643]: debug 2024-09-10T19:03:44.427+0000 7f1ffd16a700 -1 osd.1 0 waiting for initial osdmap 2024-09-10T19:03:44.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:44 smithi155 bash[14970]: audit 2024-09-10T19:03:43.419740+0000 mon.a (mon.0) 232 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T19:03:44.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:44 smithi155 bash[14970]: cluster 2024-09-10T19:03:43.419875+0000 mon.a (mon.0) 233 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-09-10T19:03:44.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:44 smithi155 bash[14970]: audit 2024-09-10T19:03:43.420912+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:03:44.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:44 smithi155 bash[14970]: audit 2024-09-10T19:03:43.421317+0000 mon.c (mon.1) 6 : audit [INF] from='osd.1 [v2:172.21.15.155:6810/3006075797,v1:172.21.15.155:6811/3006075797]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T19:03:44.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:44 smithi155 bash[14970]: audit 2024-09-10T19:03:43.421939+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=smithi155", "root=default"]}]: dispatch 2024-09-10T19:03:44.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:44 smithi155 bash[14970]: cluster 2024-09-10T19:03:43.750359+0000 mgr.y (mgr.14140) 75 : cluster [DBG] pgmap v66: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T19:03:44.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:44 smithi155 bash[14970]: audit 2024-09-10T19:03:44.422110+0000 mon.a (mon.0) 236 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-10T19:03:44.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:44 smithi155 bash[14970]: cluster 2024-09-10T19:03:44.422219+0000 mon.a (mon.0) 237 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-09-10T19:03:44.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:44 smithi155 bash[18934]: audit 2024-09-10T19:03:43.419740+0000 mon.a (mon.0) 232 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T19:03:44.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:44 smithi155 bash[18934]: cluster 2024-09-10T19:03:43.419875+0000 mon.a (mon.0) 233 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-09-10T19:03:44.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:44 smithi155 bash[18934]: audit 2024-09-10T19:03:43.420912+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:03:44.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:44 smithi155 bash[18934]: audit 2024-09-10T19:03:43.421317+0000 mon.c (mon.1) 6 : audit [INF] from='osd.1 [v2:172.21.15.155:6810/3006075797,v1:172.21.15.155:6811/3006075797]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T19:03:44.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:44 smithi155 bash[18934]: audit 2024-09-10T19:03:43.421939+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=smithi155", "root=default"]}]: dispatch 2024-09-10T19:03:44.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:44 smithi155 bash[18934]: cluster 2024-09-10T19:03:43.750359+0000 mgr.y (mgr.14140) 75 : cluster [DBG] pgmap v66: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T19:03:44.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:44 smithi155 bash[18934]: audit 2024-09-10T19:03:44.422110+0000 mon.a (mon.0) 236 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-10T19:03:44.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:44 smithi155 bash[18934]: cluster 2024-09-10T19:03:44.422219+0000 mon.a (mon.0) 237 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-09-10T19:03:45.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:45 smithi189 bash[14634]: cluster 2024-09-10T19:03:44.389650+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T19:03:45.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:45 smithi189 bash[14634]: cluster 2024-09-10T19:03:44.389729+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T19:03:45.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:45 smithi189 bash[14634]: audit 2024-09-10T19:03:44.422469+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:03:45.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:45 smithi189 bash[14634]: audit 2024-09-10T19:03:44.756652+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:03:45.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:45 smithi189 bash[14634]: audit 2024-09-10T19:03:44.975595+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.320926\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321097\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321202\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321301\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"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-10T19:03:35.321399\", \"created\": \"2024-09-10T19:03:34.475569\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}}, \"last_daemon_update\": \"2024-09-10T19:03:35.321550\", \"last_device_update\": \"2024-09-10T19:03:44.973984\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:03:45.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:45 smithi189 bash[14634]: audit 2024-09-10T19:03:44.981453+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.320926\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321097\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321202\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321301\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"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-10T19:03:35.321399\", \"created\": \"2024-09-10T19:03:34.475569\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}}, \"last_daemon_update\": \"2024-09-10T19:03:35.321550\", \"last_device_update\": \"2024-09-10T19:03:44.973984\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:03:45.707 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:45 smithi155 bash[18934]: cluster 2024-09-10T19:03:44.389650+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T19:03:45.707 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:45 smithi155 bash[18934]: cluster 2024-09-10T19:03:44.389729+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T19:03:45.707 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:45 smithi155 bash[18934]: audit 2024-09-10T19:03:44.422469+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:03:45.707 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:45 smithi155 bash[18934]: audit 2024-09-10T19:03:44.756652+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:03:45.707 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:45 smithi155 bash[14970]: cluster 2024-09-10T19:03:44.389650+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T19:03:45.707 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:45 smithi155 bash[14970]: cluster 2024-09-10T19:03:44.389729+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T19:03:45.707 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:45 smithi155 bash[14970]: audit 2024-09-10T19:03:44.422469+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:03:45.707 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:45 smithi155 bash[14970]: audit 2024-09-10T19:03:44.756652+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:03:45.708 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:45 smithi155 bash[18934]: audit 2024-09-10T19:03:44.975595+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.320926\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321097\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321202\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321301\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"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-10T19:03:35.321399\", \"created\": \"2024-09-10T19:03:34.475569\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}}, \"last_daemon_update\": \"2024-09-10T19:03:35.321550\", \"last_device_update\": \"2024-09-10T19:03:44.973984\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:03:45.708 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:45 smithi155 bash[18934]: audit 2024-09-10T19:03:44.981453+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.320926\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321097\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321202\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321301\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"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-10T19:03:35.321399\", \"created\": \"2024-09-10T19:03:34.475569\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}}, \"last_daemon_update\": \"2024-09-10T19:03:35.321550\", \"last_device_update\": \"2024-09-10T19:03:44.973984\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:03:45.708 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:45 smithi155 bash[14970]: audit 2024-09-10T19:03:44.975595+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.320926\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321097\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321202\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321301\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"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-10T19:03:35.321399\", \"created\": \"2024-09-10T19:03:34.475569\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}}, \"last_daemon_update\": \"2024-09-10T19:03:35.321550\", \"last_device_update\": \"2024-09-10T19:03:44.973984\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:03:45.708 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:45 smithi155 bash[14970]: audit 2024-09-10T19:03:44.981453+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.320926\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321097\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321202\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321301\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"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-10T19:03:35.321399\", \"created\": \"2024-09-10T19:03:34.475569\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}}, \"last_daemon_update\": \"2024-09-10T19:03:35.321550\", \"last_device_update\": \"2024-09-10T19:03:44.973984\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:03:46.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:46 smithi155 bash[18934]: cluster 2024-09-10T19:03:45.438398+0000 mon.a (mon.0) 242 : cluster [INF] osd.1 [v2:172.21.15.155:6810/3006075797,v1:172.21.15.155:6811/3006075797] boot 2024-09-10T19:03:46.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:46 smithi155 bash[18934]: cluster 2024-09-10T19:03:45.438486+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-09-10T19:03:46.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:46 smithi155 bash[18934]: audit 2024-09-10T19:03:45.439436+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:03:46.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:46 smithi155 bash[18934]: cluster 2024-09-10T19:03:45.750949+0000 mgr.y (mgr.14140) 76 : cluster [DBG] pgmap v69: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T19:03:46.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:46 smithi155 bash[14970]: cluster 2024-09-10T19:03:45.438398+0000 mon.a (mon.0) 242 : cluster [INF] osd.1 [v2:172.21.15.155:6810/3006075797,v1:172.21.15.155:6811/3006075797] boot 2024-09-10T19:03:46.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:46 smithi155 bash[14970]: cluster 2024-09-10T19:03:45.438486+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-09-10T19:03:46.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:46 smithi155 bash[14970]: audit 2024-09-10T19:03:45.439436+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:03:46.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:46 smithi155 bash[14970]: cluster 2024-09-10T19:03:45.750949+0000 mgr.y (mgr.14140) 76 : cluster [DBG] pgmap v69: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T19:03:46.951 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:46 smithi189 bash[14634]: cluster 2024-09-10T19:03:45.438398+0000 mon.a (mon.0) 242 : cluster [INF] osd.1 [v2:172.21.15.155:6810/3006075797,v1:172.21.15.155:6811/3006075797] boot 2024-09-10T19:03:46.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:46 smithi189 bash[14634]: cluster 2024-09-10T19:03:45.438486+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-09-10T19:03:46.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:46 smithi189 bash[14634]: audit 2024-09-10T19:03:45.439436+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:03:46.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:46 smithi189 bash[14634]: cluster 2024-09-10T19:03:45.750949+0000 mgr.y (mgr.14140) 76 : cluster [DBG] pgmap v69: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T19:03:47.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:47 smithi155 bash[14970]: cluster 2024-09-10T19:03:46.460088+0000 mon.a (mon.0) 245 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-09-10T19:03:47.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:47 smithi155 bash[14970]: audit 2024-09-10T19:03:46.465996+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240910-190135"}]: dispatch 2024-09-10T19:03:47.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:47 smithi155 bash[14970]: audit 2024-09-10T19:03:46.469184+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240910-190135"}]': finished 2024-09-10T19:03:47.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:47 smithi155 bash[18934]: cluster 2024-09-10T19:03:46.460088+0000 mon.a (mon.0) 245 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-09-10T19:03:47.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:47 smithi155 bash[18934]: audit 2024-09-10T19:03:46.465996+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240910-190135"}]: dispatch 2024-09-10T19:03:47.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:47 smithi155 bash[18934]: audit 2024-09-10T19:03:46.469184+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240910-190135"}]': finished 2024-09-10T19:03:47.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:47 smithi189 bash[14634]: cluster 2024-09-10T19:03:46.460088+0000 mon.a (mon.0) 245 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-09-10T19:03:47.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:47 smithi189 bash[14634]: audit 2024-09-10T19:03:46.465996+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240910-190135"}]: dispatch 2024-09-10T19:03:47.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:47 smithi189 bash[14634]: audit 2024-09-10T19:03:46.469184+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240910-190135"}]': finished 2024-09-10T19:03:48.473 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:48 smithi155 bash[14970]: cluster 2024-09-10T19:03:47.751573+0000 mgr.y (mgr.14140) 77 : cluster [DBG] pgmap v71: 1 pgs: 1 undersized+peered; 0 B data, 264 KiB used, 177 GiB / 179 GiB avail 2024-09-10T19:03:48.473 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:48 smithi155 bash[14970]: audit 2024-09-10T19:03:47.861894+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T19:03:48.473 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:48 smithi155 bash[14970]: audit 2024-09-10T19:03:47.863163+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:48.473 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:48 smithi155 bash[14970]: audit 2024-09-10T19:03:47.864671+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:03:48.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:48 smithi155 bash[18934]: cluster 2024-09-10T19:03:47.751573+0000 mgr.y (mgr.14140) 77 : cluster [DBG] pgmap v71: 1 pgs: 1 undersized+peered; 0 B data, 264 KiB used, 177 GiB / 179 GiB avail 2024-09-10T19:03:48.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:48 smithi155 bash[18934]: audit 2024-09-10T19:03:47.861894+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T19:03:48.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:48 smithi155 bash[18934]: audit 2024-09-10T19:03:47.863163+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:48.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:48 smithi155 bash[18934]: audit 2024-09-10T19:03:47.864671+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:03:48.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:48 smithi189 bash[14634]: cluster 2024-09-10T19:03:47.751573+0000 mgr.y (mgr.14140) 77 : cluster [DBG] pgmap v71: 1 pgs: 1 undersized+peered; 0 B data, 264 KiB used, 177 GiB / 179 GiB avail 2024-09-10T19:03:48.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:48 smithi189 bash[14634]: audit 2024-09-10T19:03:47.861894+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T19:03:48.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:48 smithi189 bash[14634]: audit 2024-09-10T19:03:47.863163+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:48.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:48 smithi189 bash[14634]: audit 2024-09-10T19:03:47.864671+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:03:49.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:49 smithi155 bash[14970]: audit 2024-09-10T19:03:47.860748+0000 mgr.y (mgr.14140) 78 : audit [DBG] from='client.24166 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:49.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:49 smithi155 bash[14970]: cephadm 2024-09-10T19:03:47.861478+0000 mgr.y (mgr.14140) 79 : cephadm [INF] Applying osd on host smithi155... 2024-09-10T19:03:49.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:49 smithi155 bash[18934]: audit 2024-09-10T19:03:47.860748+0000 mgr.y (mgr.14140) 78 : audit [DBG] from='client.24166 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:49.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:49 smithi155 bash[18934]: cephadm 2024-09-10T19:03:47.861478+0000 mgr.y (mgr.14140) 79 : cephadm [INF] Applying osd on host smithi155... 2024-09-10T19:03:49.951 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:49 smithi189 bash[14634]: audit 2024-09-10T19:03:47.860748+0000 mgr.y (mgr.14140) 78 : audit [DBG] from='client.24166 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:49.951 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:49 smithi189 bash[14634]: cephadm 2024-09-10T19:03:47.861478+0000 mgr.y (mgr.14140) 79 : cephadm [INF] Applying osd on host smithi155... 2024-09-10T19:03:51.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:50 smithi155 bash[14970]: cluster 2024-09-10T19:03:49.752187+0000 mgr.y (mgr.14140) 80 : cluster [DBG] pgmap v72: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-09-10T19:03:51.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:50 smithi155 bash[18934]: cluster 2024-09-10T19:03:49.752187+0000 mgr.y (mgr.14140) 80 : cluster [DBG] pgmap v72: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-09-10T19:03:51.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:50 smithi189 bash[14634]: cluster 2024-09-10T19:03:49.752187+0000 mgr.y (mgr.14140) 80 : cluster [DBG] pgmap v72: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-09-10T19:03:52.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:51 smithi189 bash[14634]: cluster 2024-09-10T19:03:51.752705+0000 mgr.y (mgr.14140) 81 : cluster [DBG] pgmap v73: 1 pgs: 1 active+undersized; 0 B data, 304 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T19:03:52.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:51 smithi189 bash[14634]: cluster 2024-09-10T19:03:51.803797+0000 mon.a (mon.0) 251 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-09-10T19:03:52.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:51 smithi189 bash[14634]: cluster 2024-09-10T19:03:51.803877+0000 mon.a (mon.0) 252 : cluster [INF] Cluster is now healthy 2024-09-10T19:03:52.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:51 smithi155 bash[14970]: cluster 2024-09-10T19:03:51.752705+0000 mgr.y (mgr.14140) 81 : cluster [DBG] pgmap v73: 1 pgs: 1 active+undersized; 0 B data, 304 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T19:03:52.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:51 smithi155 bash[14970]: cluster 2024-09-10T19:03:51.803797+0000 mon.a (mon.0) 251 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-09-10T19:03:52.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:51 smithi155 bash[14970]: cluster 2024-09-10T19:03:51.803877+0000 mon.a (mon.0) 252 : cluster [INF] Cluster is now healthy 2024-09-10T19:03:52.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:51 smithi155 bash[18934]: cluster 2024-09-10T19:03:51.752705+0000 mgr.y (mgr.14140) 81 : cluster [DBG] pgmap v73: 1 pgs: 1 active+undersized; 0 B data, 304 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T19:03:52.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:51 smithi155 bash[18934]: cluster 2024-09-10T19:03:51.803797+0000 mon.a (mon.0) 251 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-09-10T19:03:52.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:51 smithi155 bash[18934]: cluster 2024-09-10T19:03:51.803877+0000 mon.a (mon.0) 252 : cluster [INF] Cluster is now healthy 2024-09-10T19:03:53.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:52 smithi189 bash[14634]: audit 2024-09-10T19:03:51.893972+0000 mon.a (mon.0) 253 : audit [INF] from='client.? 172.21.15.155:0/1881790390' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0521d269-49c2-40e8-aa5d-4108d78d154c"}]: dispatch 2024-09-10T19:03:53.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:52 smithi189 bash[14634]: audit 2024-09-10T19:03:51.902608+0000 mon.a (mon.0) 254 : audit [INF] from='client.? 172.21.15.155:0/1881790390' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0521d269-49c2-40e8-aa5d-4108d78d154c"}]': finished 2024-09-10T19:03:53.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:52 smithi189 bash[14634]: cluster 2024-09-10T19:03:51.902709+0000 mon.a (mon.0) 255 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-09-10T19:03:53.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:52 smithi189 bash[14634]: audit 2024-09-10T19:03:51.902987+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:03:53.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:52 smithi155 bash[14970]: audit 2024-09-10T19:03:51.893972+0000 mon.a (mon.0) 253 : audit [INF] from='client.? 172.21.15.155:0/1881790390' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0521d269-49c2-40e8-aa5d-4108d78d154c"}]: dispatch 2024-09-10T19:03:53.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:52 smithi155 bash[14970]: audit 2024-09-10T19:03:51.902608+0000 mon.a (mon.0) 254 : audit [INF] from='client.? 172.21.15.155:0/1881790390' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0521d269-49c2-40e8-aa5d-4108d78d154c"}]': finished 2024-09-10T19:03:53.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:52 smithi155 bash[14970]: cluster 2024-09-10T19:03:51.902709+0000 mon.a (mon.0) 255 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-09-10T19:03:53.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:52 smithi155 bash[14970]: audit 2024-09-10T19:03:51.902987+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:03:53.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:52 smithi155 bash[18934]: audit 2024-09-10T19:03:51.893972+0000 mon.a (mon.0) 253 : audit [INF] from='client.? 172.21.15.155:0/1881790390' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0521d269-49c2-40e8-aa5d-4108d78d154c"}]: dispatch 2024-09-10T19:03:53.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:52 smithi155 bash[18934]: audit 2024-09-10T19:03:51.902608+0000 mon.a (mon.0) 254 : audit [INF] from='client.? 172.21.15.155:0/1881790390' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0521d269-49c2-40e8-aa5d-4108d78d154c"}]': finished 2024-09-10T19:03:53.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:52 smithi155 bash[18934]: cluster 2024-09-10T19:03:51.902709+0000 mon.a (mon.0) 255 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-09-10T19:03:53.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:52 smithi155 bash[18934]: audit 2024-09-10T19:03:51.902987+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:03:54.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:53 smithi189 bash[14634]: cluster 2024-09-10T19:03:53.753137+0000 mgr.y (mgr.14140) 82 : cluster [DBG] pgmap v75: 1 pgs: 1 active+undersized; 0 B data, 312 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T19:03:54.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:53 smithi155 bash[14970]: cluster 2024-09-10T19:03:53.753137+0000 mgr.y (mgr.14140) 82 : cluster [DBG] pgmap v75: 1 pgs: 1 active+undersized; 0 B data, 312 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T19:03:54.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:53 smithi155 bash[18934]: cluster 2024-09-10T19:03:53.753137+0000 mgr.y (mgr.14140) 82 : cluster [DBG] pgmap v75: 1 pgs: 1 active+undersized; 0 B data, 312 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T19:03:55.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:54 smithi189 bash[14634]: audit 2024-09-10T19:03:54.063256+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.155:0/3846801973' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T19:03:55.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:54 smithi155 bash[18934]: audit 2024-09-10T19:03:54.063256+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.155:0/3846801973' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T19:03:55.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:54 smithi155 bash[14970]: audit 2024-09-10T19:03:54.063256+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.155:0/3846801973' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T19:03:56.128 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:55 smithi155 bash[14970]: cluster 2024-09-10T19:03:55.753632+0000 mgr.y (mgr.14140) 83 : cluster [DBG] pgmap v76: 1 pgs: 1 active+undersized; 0 B data, 312 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T19:03:56.128 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:55 smithi155 bash[18934]: cluster 2024-09-10T19:03:55.753632+0000 mgr.y (mgr.14140) 83 : cluster [DBG] pgmap v76: 1 pgs: 1 active+undersized; 0 B data, 312 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T19:03:56.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:55 smithi189 bash[14634]: cluster 2024-09-10T19:03:55.753632+0000 mgr.y (mgr.14140) 83 : cluster [DBG] pgmap v76: 1 pgs: 1 active+undersized; 0 B data, 312 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T19:03:57.172 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:56 smithi155 bash[14970]: audit 2024-09-10T19:03:56.874610+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:03:57.172 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:56 smithi155 bash[18934]: audit 2024-09-10T19:03:56.874610+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:03:57.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:56 smithi189 bash[14634]: audit 2024-09-10T19:03:56.874610+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:03:58.179 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:57 smithi155 bash[14970]: cluster 2024-09-10T19:03:57.754288+0000 mgr.y (mgr.14140) 84 : 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-10T19:03:58.180 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:57 smithi155 bash[18934]: cluster 2024-09-10T19:03:57.754288+0000 mgr.y (mgr.14140) 84 : 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-10T19:03:58.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:57 smithi189 bash[14634]: cluster 2024-09-10T19:03:57.754288+0000 mgr.y (mgr.14140) 84 : 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-10T19:03:59.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:03:58 smithi189 bash[14634]: cluster 2024-09-10T19:03:57.879279+0000 mon.a (mon.0) 258 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-10T19:03:59.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:03:58 smithi155 bash[14970]: cluster 2024-09-10T19:03:57.879279+0000 mon.a (mon.0) 258 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-10T19:03:59.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:03:58 smithi155 bash[18934]: cluster 2024-09-10T19:03:57.879279+0000 mon.a (mon.0) 258 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-10T19:04:01.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:00 smithi155 bash[14970]: cluster 2024-09-10T19:03:59.754890+0000 mgr.y (mgr.14140) 85 : 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-10T19:04:01.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:00 smithi155 bash[18934]: cluster 2024-09-10T19:03:59.754890+0000 mgr.y (mgr.14140) 85 : 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-10T19:04:01.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:00 smithi189 bash[14634]: cluster 2024-09-10T19:03:59.754890+0000 mgr.y (mgr.14140) 85 : 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-10T19:04:02.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:01 smithi155 bash[18934]: audit 2024-09-10T19:04:01.309067+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T19:04:02.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:01 smithi155 bash[18934]: audit 2024-09-10T19:04:01.310670+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:02.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:01 smithi155 bash[18934]: audit 2024-09-10T19:04:01.312416+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-09-10T19:04:02.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:01 smithi155 bash[14970]: audit 2024-09-10T19:04:01.309067+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T19:04:02.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:01 smithi155 bash[14970]: audit 2024-09-10T19:04:01.310670+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:02.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:01 smithi155 bash[14970]: audit 2024-09-10T19:04:01.312416+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-09-10T19:04:02.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:01 smithi189 bash[14634]: audit 2024-09-10T19:04:01.309067+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T19:04:02.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:01 smithi189 bash[14634]: audit 2024-09-10T19:04:01.310670+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:02.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:01 smithi189 bash[14634]: audit 2024-09-10T19:04:01.312416+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-09-10T19:04:03.014 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:02 smithi155 bash[14970]: cephadm 2024-09-10T19:04:01.311813+0000 mgr.y (mgr.14140) 86 : cephadm [INF] Deploying daemon osd.2 on smithi155 2024-09-10T19:04:03.014 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:02 smithi155 bash[14970]: cluster 2024-09-10T19:04:01.755517+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-10T19:04:03.014 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:02 smithi155 bash[18934]: cephadm 2024-09-10T19:04:01.311813+0000 mgr.y (mgr.14140) 86 : cephadm [INF] Deploying daemon osd.2 on smithi155 2024-09-10T19:04:03.014 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:02 smithi155 bash[18934]: cluster 2024-09-10T19:04:01.755517+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-10T19:04:03.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:02 smithi189 bash[14634]: cephadm 2024-09-10T19:04:01.311813+0000 mgr.y (mgr.14140) 86 : cephadm [INF] Deploying daemon osd.2 on smithi155 2024-09-10T19:04:03.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:02 smithi189 bash[14634]: cluster 2024-09-10T19:04:01.755517+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-10T19:04:03.962 INFO:teuthology.orchestra.run.smithi155.stdout:Created osd(s) 2 on host 'smithi155' 2024-09-10T19:04:05.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:04 smithi155 bash[14970]: cluster 2024-09-10T19:04:03.756196+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-10T19:04:05.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:04 smithi155 bash[18934]: cluster 2024-09-10T19:04:03.756196+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-10T19:04:05.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:04 smithi155 bash[14970]: audit 2024-09-10T19:04:03.951516+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.320926\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321097\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321202\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321301\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"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-10T19:03:35.321399\", \"created\": \"2024-09-10T19:03:34.475569\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"daemon_id\": \"2\", \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}}, \"last_device_update\": \"2024-09-10T19:03:44.973984\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:04:05.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:04 smithi155 bash[14970]: audit 2024-09-10T19:04:03.952299+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:04:05.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:04 smithi155 bash[14970]: audit 2024-09-10T19:04:03.957111+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.320926\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321097\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321202\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321301\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"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-10T19:03:35.321399\", \"created\": \"2024-09-10T19:03:34.475569\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"daemon_id\": \"2\", \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}}, \"last_device_update\": \"2024-09-10T19:03:44.973984\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:04:05.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:04 smithi155 bash[18934]: audit 2024-09-10T19:04:03.951516+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.320926\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321097\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321202\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321301\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"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-10T19:03:35.321399\", \"created\": \"2024-09-10T19:03:34.475569\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"daemon_id\": \"2\", \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}}, \"last_device_update\": \"2024-09-10T19:03:44.973984\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:04:05.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:04 smithi155 bash[18934]: audit 2024-09-10T19:04:03.952299+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:04:05.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:04 smithi155 bash[18934]: audit 2024-09-10T19:04:03.957111+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.320926\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321097\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321202\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321301\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"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-10T19:03:35.321399\", \"created\": \"2024-09-10T19:03:34.475569\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"daemon_id\": \"2\", \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}}, \"last_device_update\": \"2024-09-10T19:03:44.973984\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:04:05.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:04 smithi189 bash[14634]: cluster 2024-09-10T19:04:03.756196+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-10T19:04:05.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:04 smithi189 bash[14634]: audit 2024-09-10T19:04:03.951516+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.320926\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321097\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321202\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321301\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"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-10T19:03:35.321399\", \"created\": \"2024-09-10T19:03:34.475569\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"daemon_id\": \"2\", \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}}, \"last_device_update\": \"2024-09-10T19:03:44.973984\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:04:05.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:04 smithi189 bash[14634]: audit 2024-09-10T19:04:03.952299+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:04:05.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:04 smithi189 bash[14634]: audit 2024-09-10T19:04:03.957111+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.320926\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321097\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321202\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:03:35.321301\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"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-10T19:03:35.321399\", \"created\": \"2024-09-10T19:03:34.475569\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"daemon_id\": \"2\", \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}}, \"last_device_update\": \"2024-09-10T19:03:44.973984\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:04:05.550 DEBUG:teuthology.orchestra.run.smithi155:osd.2> sudo journalctl -f -n 0 -u ceph-e044737e-6fa6-11ef-bcea-c7b262605968@osd.2.service 2024-09-10T19:04:05.553 INFO:tasks.cephadm:Deploying osd.3 on smithi155 with /dev/vg_nvme/lv_1... 2024-09-10T19:04:05.553 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-09-10T19:04:05.759 INFO:journalctl@ceph.osd.2.smithi155.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-10T19:04:06.142 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:05 smithi155 bash[18934]: audit 2024-09-10T19:04:04.947920+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945444\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945621\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945731\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945837\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945941\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"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-10T19:04:04.946044\", \"created\": \"2024-09-10T19:04:03.930433\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}}, \"last_daemon_update\": \"2024-09-10T19:04:04.946211\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:04:06.142 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:05 smithi155 bash[18934]: audit 2024-09-10T19:04:04.953418+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945444\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945621\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945731\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945837\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945941\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"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-10T19:04:04.946044\", \"created\": \"2024-09-10T19:04:03.930433\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}}, \"last_daemon_update\": \"2024-09-10T19:04:04.946211\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:04:06.142 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:05 smithi155 bash[18934]: audit 2024-09-10T19:04:04.954802+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:04:06.142 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:05 smithi155 bash[14970]: audit 2024-09-10T19:04:04.947920+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945444\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945621\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945731\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945837\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945941\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"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-10T19:04:04.946044\", \"created\": \"2024-09-10T19:04:03.930433\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}}, \"last_daemon_update\": \"2024-09-10T19:04:04.946211\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:04:06.142 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:05 smithi155 bash[14970]: audit 2024-09-10T19:04:04.953418+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945444\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945621\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945731\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945837\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945941\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"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-10T19:04:04.946044\", \"created\": \"2024-09-10T19:04:03.930433\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}}, \"last_daemon_update\": \"2024-09-10T19:04:04.946211\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:04:06.142 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:05 smithi155 bash[14970]: audit 2024-09-10T19:04:04.954802+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:04:06.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:05 smithi189 bash[14634]: audit 2024-09-10T19:04:04.947920+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945444\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945621\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945731\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945837\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945941\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"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-10T19:04:04.946044\", \"created\": \"2024-09-10T19:04:03.930433\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}}, \"last_daemon_update\": \"2024-09-10T19:04:04.946211\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:04:06.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:05 smithi189 bash[14634]: audit 2024-09-10T19:04:04.953418+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945444\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945621\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945731\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945837\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945941\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"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-10T19:04:04.946044\", \"created\": \"2024-09-10T19:04:03.930433\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}}, \"last_daemon_update\": \"2024-09-10T19:04:04.946211\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:04:06.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:05 smithi189 bash[14634]: audit 2024-09-10T19:04:04.954802+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:04:07.106 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:06 smithi155 bash[14970]: cluster 2024-09-10T19:04:05.756795+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-10T19:04:07.106 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:06 smithi155 bash[18934]: cluster 2024-09-10T19:04:05.756795+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-10T19:04:07.107 INFO:journalctl@ceph.osd.2.smithi155.stdout:Sep 10 19:04:06 smithi155 bash[23890]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-10T19:04:07.107 INFO:journalctl@ceph.osd.2.smithi155.stdout:Sep 10 19:04:06 smithi155 bash[23890]: 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-10T19:04:07.107 INFO:journalctl@ceph.osd.2.smithi155.stdout:Sep 10 19:04:06 smithi155 bash[23890]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2024-09-10T19:04:07.107 INFO:journalctl@ceph.osd.2.smithi155.stdout:Sep 10 19:04:06 smithi155 bash[23890]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2024-09-10T19:04:07.107 INFO:journalctl@ceph.osd.2.smithi155.stdout:Sep 10 19:04:06 smithi155 bash[23890]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-10T19:04:07.107 INFO:journalctl@ceph.osd.2.smithi155.stdout:Sep 10 19:04:06 smithi155 bash[23890]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-10T19:04:07.107 INFO:journalctl@ceph.osd.2.smithi155.stdout:Sep 10 19:04:06 smithi155 bash[23890]: --> ceph-volume lvm activate successful for osd ID: 2 2024-09-10T19:04:07.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:06 smithi189 bash[14634]: cluster 2024-09-10T19:04:05.756795+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-10T19:04:08.846 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:08 smithi155 bash[14970]: cluster 2024-09-10T19:04:07.757363+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-10T19:04:08.847 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:08 smithi155 bash[18934]: cluster 2024-09-10T19:04:07.757363+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-10T19:04:09.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:08 smithi189 bash[14634]: cluster 2024-09-10T19:04:07.757363+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-10T19:04:10.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:10 smithi155 bash[14970]: cluster 2024-09-10T19:04:09.757917+0000 mgr.y (mgr.14140) 91 : cluster [DBG] pgmap v83: 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-10T19:04:10.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:10 smithi155 bash[18934]: cluster 2024-09-10T19:04:09.757917+0000 mgr.y (mgr.14140) 91 : cluster [DBG] pgmap v83: 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-10T19:04:11.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:10 smithi189 bash[14634]: cluster 2024-09-10T19:04:09.757917+0000 mgr.y (mgr.14140) 91 : cluster [DBG] pgmap v83: 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-10T19:04:11.589 INFO:journalctl@ceph.osd.2.smithi155.stdout:Sep 10 19:04:11 smithi155 bash[24163]: debug 2024-09-10T19:04:11.170+0000 7f8b1fd49ec0 -1 Falling back to public interface 2024-09-10T19:04:12.089 INFO:journalctl@ceph.osd.2.smithi155.stdout:Sep 10 19:04:11 smithi155 bash[24163]: debug 2024-09-10T19:04:11.806+0000 7f8b1fd49ec0 -1 osd.2 0 log_to_monitors {default=true} 2024-09-10T19:04:12.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:11 smithi155 bash[18934]: cluster 2024-09-10T19:04:11.758366+0000 mgr.y (mgr.14140) 92 : 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-10T19:04:12.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:11 smithi155 bash[18934]: audit 2024-09-10T19:04:11.819024+0000 mon.b (mon.2) 2 : audit [INF] from='osd.2 [v2:172.21.15.155:6818/1938288902,v1:172.21.15.155:6819/1938288902]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T19:04:12.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:11 smithi155 bash[18934]: audit 2024-09-10T19:04:11.819621+0000 mon.a (mon.0) 268 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T19:04:12.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:11 smithi155 bash[14970]: cluster 2024-09-10T19:04:11.758366+0000 mgr.y (mgr.14140) 92 : 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-10T19:04:12.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:11 smithi155 bash[14970]: audit 2024-09-10T19:04:11.819024+0000 mon.b (mon.2) 2 : audit [INF] from='osd.2 [v2:172.21.15.155:6818/1938288902,v1:172.21.15.155:6819/1938288902]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T19:04:12.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:11 smithi155 bash[14970]: audit 2024-09-10T19:04:11.819621+0000 mon.a (mon.0) 268 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T19:04:12.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:11 smithi189 bash[14634]: cluster 2024-09-10T19:04:11.758366+0000 mgr.y (mgr.14140) 92 : 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-10T19:04:12.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:11 smithi189 bash[14634]: audit 2024-09-10T19:04:11.819024+0000 mon.b (mon.2) 2 : audit [INF] from='osd.2 [v2:172.21.15.155:6818/1938288902,v1:172.21.15.155:6819/1938288902]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T19:04:12.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:11 smithi189 bash[14634]: audit 2024-09-10T19:04:11.819621+0000 mon.a (mon.0) 268 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T19:04:12.367 INFO:teuthology.orchestra.run.smithi155.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-09-10T19:04:12.368 INFO:teuthology.orchestra.run.smithi155.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-09-10T19:04:12.368 INFO:teuthology.orchestra.run.smithi155.stderr: stderr: 10+0 records in 2024-09-10T19:04:12.368 INFO:teuthology.orchestra.run.smithi155.stderr:10+0 records out 2024-09-10T19:04:12.368 INFO:teuthology.orchestra.run.smithi155.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0237266 s, 442 MB/s 2024-09-10T19:04:12.368 INFO:teuthology.orchestra.run.smithi155.stderr:--> Zapping successful for: 2024-09-10T19:04:13.107 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi155:vg_nvme/lv_1 2024-09-10T19:04:13.834 INFO:journalctl@ceph.osd.2.smithi155.stdout:Sep 10 19:04:13 smithi155 bash[24163]: debug 2024-09-10T19:04:13.826+0000 7f8b04af6700 -1 osd.2 0 waiting for initial osdmap 2024-09-10T19:04:13.834 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:13 smithi155 bash[14970]: audit 2024-09-10T19:04:12.820312+0000 mon.a (mon.0) 269 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T19:04:13.834 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:13 smithi155 bash[14970]: cluster 2024-09-10T19:04:12.820394+0000 mon.a (mon.0) 270 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2024-09-10T19:04:13.834 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:13 smithi155 bash[14970]: audit 2024-09-10T19:04:12.820571+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:04:13.834 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:13 smithi155 bash[14970]: audit 2024-09-10T19:04:12.821708+0000 mon.b (mon.2) 3 : audit [INF] from='osd.2 [v2:172.21.15.155:6818/1938288902,v1:172.21.15.155:6819/1938288902]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T19:04:13.834 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:13 smithi155 bash[14970]: audit 2024-09-10T19:04:12.822318+0000 mon.a (mon.0) 272 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T19:04:13.835 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:13 smithi155 bash[14970]: cluster 2024-09-10T19:04:12.836702+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T19:04:13.835 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:13 smithi155 bash[14970]: cluster 2024-09-10T19:04:12.836774+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T19:04:13.835 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:13 smithi155 bash[14970]: cluster 2024-09-10T19:04:13.758957+0000 mgr.y (mgr.14140) 93 : cluster [DBG] pgmap v86: 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-10T19:04:14.156 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:13 smithi155 bash[18934]: audit 2024-09-10T19:04:12.820312+0000 mon.a (mon.0) 269 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T19:04:14.157 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:13 smithi155 bash[18934]: cluster 2024-09-10T19:04:12.820394+0000 mon.a (mon.0) 270 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2024-09-10T19:04:14.157 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:13 smithi155 bash[18934]: audit 2024-09-10T19:04:12.820571+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:04:14.157 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:13 smithi155 bash[18934]: audit 2024-09-10T19:04:12.821708+0000 mon.b (mon.2) 3 : audit [INF] from='osd.2 [v2:172.21.15.155:6818/1938288902,v1:172.21.15.155:6819/1938288902]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T19:04:14.157 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:13 smithi155 bash[18934]: audit 2024-09-10T19:04:12.822318+0000 mon.a (mon.0) 272 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T19:04:14.157 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:13 smithi155 bash[18934]: cluster 2024-09-10T19:04:12.836702+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T19:04:14.157 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:13 smithi155 bash[18934]: cluster 2024-09-10T19:04:12.836774+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T19:04:14.157 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:13 smithi155 bash[18934]: cluster 2024-09-10T19:04:13.758957+0000 mgr.y (mgr.14140) 93 : cluster [DBG] pgmap v86: 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-10T19:04:14.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:13 smithi189 bash[14634]: audit 2024-09-10T19:04:12.820312+0000 mon.a (mon.0) 269 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T19:04:14.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:13 smithi189 bash[14634]: cluster 2024-09-10T19:04:12.820394+0000 mon.a (mon.0) 270 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2024-09-10T19:04:14.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:13 smithi189 bash[14634]: audit 2024-09-10T19:04:12.820571+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:04:14.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:13 smithi189 bash[14634]: audit 2024-09-10T19:04:12.821708+0000 mon.b (mon.2) 3 : audit [INF] from='osd.2 [v2:172.21.15.155:6818/1938288902,v1:172.21.15.155:6819/1938288902]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T19:04:14.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:13 smithi189 bash[14634]: audit 2024-09-10T19:04:12.822318+0000 mon.a (mon.0) 272 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T19:04:14.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:13 smithi189 bash[14634]: cluster 2024-09-10T19:04:12.836702+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T19:04:14.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:13 smithi189 bash[14634]: cluster 2024-09-10T19:04:12.836774+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T19:04:14.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:13 smithi189 bash[14634]: cluster 2024-09-10T19:04:13.758957+0000 mgr.y (mgr.14140) 93 : cluster [DBG] pgmap v86: 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-10T19:04:15.038 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:14 smithi155 bash[18934]: audit 2024-09-10T19:04:13.822945+0000 mon.a (mon.0) 273 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-10T19:04:15.038 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:14 smithi155 bash[18934]: cluster 2024-09-10T19:04:13.823084+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2024-09-10T19:04:15.038 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:14 smithi155 bash[18934]: audit 2024-09-10T19:04:13.824591+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:04:15.038 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:14 smithi155 bash[18934]: audit 2024-09-10T19:04:14.252065+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:04:15.038 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:14 smithi155 bash[18934]: audit 2024-09-10T19:04:14.476279+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945444\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945621\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945731\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945837\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945941\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"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-10T19:04:04.946044\", \"created\": \"2024-09-10T19:04:03.930433\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}}, \"last_daemon_update\": \"2024-09-10T19:04:04.946211\", \"last_device_update\": \"2024-09-10T19:04:14.474570\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:04:15.038 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:14 smithi155 bash[18934]: audit 2024-09-10T19:04:14.480253+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945444\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945621\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945731\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945837\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945941\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"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-10T19:04:04.946044\", \"created\": \"2024-09-10T19:04:03.930433\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}}, \"last_daemon_update\": \"2024-09-10T19:04:04.946211\", \"last_device_update\": \"2024-09-10T19:04:14.474570\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:04:15.039 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:14 smithi155 bash[14970]: audit 2024-09-10T19:04:13.822945+0000 mon.a (mon.0) 273 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-10T19:04:15.039 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:14 smithi155 bash[14970]: cluster 2024-09-10T19:04:13.823084+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2024-09-10T19:04:15.039 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:14 smithi155 bash[14970]: audit 2024-09-10T19:04:13.824591+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:04:15.039 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:14 smithi155 bash[14970]: audit 2024-09-10T19:04:14.252065+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:04:15.039 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:14 smithi155 bash[14970]: audit 2024-09-10T19:04:14.476279+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945444\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945621\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945731\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945837\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945941\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"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-10T19:04:04.946044\", \"created\": \"2024-09-10T19:04:03.930433\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}}, \"last_daemon_update\": \"2024-09-10T19:04:04.946211\", \"last_device_update\": \"2024-09-10T19:04:14.474570\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:04:15.039 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:14 smithi155 bash[14970]: audit 2024-09-10T19:04:14.480253+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945444\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945621\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945731\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945837\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945941\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"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-10T19:04:04.946044\", \"created\": \"2024-09-10T19:04:03.930433\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}}, \"last_daemon_update\": \"2024-09-10T19:04:04.946211\", \"last_device_update\": \"2024-09-10T19:04:14.474570\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:04:15.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:14 smithi189 bash[14634]: audit 2024-09-10T19:04:13.822945+0000 mon.a (mon.0) 273 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-10T19:04:15.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:14 smithi189 bash[14634]: cluster 2024-09-10T19:04:13.823084+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2024-09-10T19:04:15.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:14 smithi189 bash[14634]: audit 2024-09-10T19:04:13.824591+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:04:15.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:14 smithi189 bash[14634]: audit 2024-09-10T19:04:14.252065+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:04:15.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:14 smithi189 bash[14634]: audit 2024-09-10T19:04:14.476279+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945444\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945621\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945731\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945837\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945941\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"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-10T19:04:04.946044\", \"created\": \"2024-09-10T19:04:03.930433\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}}, \"last_daemon_update\": \"2024-09-10T19:04:04.946211\", \"last_device_update\": \"2024-09-10T19:04:14.474570\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:04:15.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:14 smithi189 bash[14634]: audit 2024-09-10T19:04:14.480253+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945444\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945621\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945731\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945837\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945941\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"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-10T19:04:04.946044\", \"created\": \"2024-09-10T19:04:03.930433\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}}, \"last_daemon_update\": \"2024-09-10T19:04:04.946211\", \"last_device_update\": \"2024-09-10T19:04:14.474570\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:04:16.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:15 smithi155 bash[14970]: cluster 2024-09-10T19:04:14.839410+0000 mon.a (mon.0) 279 : cluster [INF] osd.2 [v2:172.21.15.155:6818/1938288902,v1:172.21.15.155:6819/1938288902] boot 2024-09-10T19:04:16.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:15 smithi155 bash[14970]: cluster 2024-09-10T19:04:14.839483+0000 mon.a (mon.0) 280 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-10T19:04:16.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:15 smithi155 bash[14970]: audit 2024-09-10T19:04:14.840628+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:04:16.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:15 smithi155 bash[14970]: cluster 2024-09-10T19:04:15.759550+0000 mgr.y (mgr.14140) 94 : cluster [DBG] pgmap v89: 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-10T19:04:16.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:15 smithi155 bash[14970]: cluster 2024-09-10T19:04:15.841347+0000 mon.a (mon.0) 282 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-10T19:04:16.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:15 smithi155 bash[18934]: cluster 2024-09-10T19:04:14.839410+0000 mon.a (mon.0) 279 : cluster [INF] osd.2 [v2:172.21.15.155:6818/1938288902,v1:172.21.15.155:6819/1938288902] boot 2024-09-10T19:04:16.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:15 smithi155 bash[18934]: cluster 2024-09-10T19:04:14.839483+0000 mon.a (mon.0) 280 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-10T19:04:16.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:15 smithi155 bash[18934]: audit 2024-09-10T19:04:14.840628+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:04:16.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:15 smithi155 bash[18934]: cluster 2024-09-10T19:04:15.759550+0000 mgr.y (mgr.14140) 94 : cluster [DBG] pgmap v89: 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-10T19:04:16.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:15 smithi155 bash[18934]: cluster 2024-09-10T19:04:15.841347+0000 mon.a (mon.0) 282 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-10T19:04:16.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:15 smithi189 bash[14634]: cluster 2024-09-10T19:04:14.839410+0000 mon.a (mon.0) 279 : cluster [INF] osd.2 [v2:172.21.15.155:6818/1938288902,v1:172.21.15.155:6819/1938288902] boot 2024-09-10T19:04:16.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:15 smithi189 bash[14634]: cluster 2024-09-10T19:04:14.839483+0000 mon.a (mon.0) 280 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-10T19:04:16.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:15 smithi189 bash[14634]: audit 2024-09-10T19:04:14.840628+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:04:16.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:15 smithi189 bash[14634]: cluster 2024-09-10T19:04:15.759550+0000 mgr.y (mgr.14140) 94 : cluster [DBG] pgmap v89: 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-10T19:04:16.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:15 smithi189 bash[14634]: cluster 2024-09-10T19:04:15.841347+0000 mon.a (mon.0) 282 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-10T19:04:17.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:17 smithi189 bash[14634]: audit 2024-09-10T19:04:17.049081+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T19:04:17.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:17 smithi189 bash[14634]: audit 2024-09-10T19:04:17.050659+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:17.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:17 smithi189 bash[14634]: audit 2024-09-10T19:04:17.052847+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:04:17.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:17 smithi155 bash[14970]: audit 2024-09-10T19:04:17.049081+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T19:04:17.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:17 smithi155 bash[14970]: audit 2024-09-10T19:04:17.050659+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:17.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:17 smithi155 bash[14970]: audit 2024-09-10T19:04:17.052847+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:04:17.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:17 smithi155 bash[18934]: audit 2024-09-10T19:04:17.049081+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T19:04:17.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:17 smithi155 bash[18934]: audit 2024-09-10T19:04:17.050659+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:17.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:17 smithi155 bash[18934]: audit 2024-09-10T19:04:17.052847+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:04:18.391 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:18 smithi155 bash[14970]: audit 2024-09-10T19:04:17.047354+0000 mgr.y (mgr.14140) 95 : audit [DBG] from='client.14280 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:04:18.391 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:18 smithi155 bash[14970]: cephadm 2024-09-10T19:04:17.048525+0000 mgr.y (mgr.14140) 96 : cephadm [INF] Applying osd on host smithi155... 2024-09-10T19:04:18.391 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:18 smithi155 bash[14970]: cluster 2024-09-10T19:04:17.760180+0000 mgr.y (mgr.14140) 97 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 536 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T19:04:18.392 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:18 smithi155 bash[18934]: audit 2024-09-10T19:04:17.047354+0000 mgr.y (mgr.14140) 95 : audit [DBG] from='client.14280 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:04:18.392 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:18 smithi155 bash[18934]: cephadm 2024-09-10T19:04:17.048525+0000 mgr.y (mgr.14140) 96 : cephadm [INF] Applying osd on host smithi155... 2024-09-10T19:04:18.392 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:18 smithi155 bash[18934]: cluster 2024-09-10T19:04:17.760180+0000 mgr.y (mgr.14140) 97 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 536 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T19:04:18.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:18 smithi189 bash[14634]: audit 2024-09-10T19:04:17.047354+0000 mgr.y (mgr.14140) 95 : audit [DBG] from='client.14280 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:04:18.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:18 smithi189 bash[14634]: cephadm 2024-09-10T19:04:17.048525+0000 mgr.y (mgr.14140) 96 : cephadm [INF] Applying osd on host smithi155... 2024-09-10T19:04:18.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:18 smithi189 bash[14634]: cluster 2024-09-10T19:04:17.760180+0000 mgr.y (mgr.14140) 97 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 536 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T19:04:19.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:19 smithi189 bash[14634]: cluster 2024-09-10T19:04:18.104414+0000 mon.a (mon.0) 286 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-09-10T19:04:19.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:19 smithi189 bash[14634]: cluster 2024-09-10T19:04:18.104510+0000 mon.a (mon.0) 287 : cluster [INF] Cluster is now healthy 2024-09-10T19:04:19.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:19 smithi155 bash[14970]: cluster 2024-09-10T19:04:18.104414+0000 mon.a (mon.0) 286 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-09-10T19:04:19.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:19 smithi155 bash[14970]: cluster 2024-09-10T19:04:18.104510+0000 mon.a (mon.0) 287 : cluster [INF] Cluster is now healthy 2024-09-10T19:04:19.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:19 smithi155 bash[18934]: cluster 2024-09-10T19:04:18.104414+0000 mon.a (mon.0) 286 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-09-10T19:04:19.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:19 smithi155 bash[18934]: cluster 2024-09-10T19:04:18.104510+0000 mon.a (mon.0) 287 : cluster [INF] Cluster is now healthy 2024-09-10T19:04:21.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:20 smithi155 bash[14970]: cluster 2024-09-10T19:04:19.760737+0000 mgr.y (mgr.14140) 98 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 568 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T19:04:21.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:20 smithi155 bash[18934]: cluster 2024-09-10T19:04:19.760737+0000 mgr.y (mgr.14140) 98 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 568 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T19:04:21.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:20 smithi189 bash[14634]: cluster 2024-09-10T19:04:19.760737+0000 mgr.y (mgr.14140) 98 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 568 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T19:04:22.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:21 smithi155 bash[14970]: audit 2024-09-10T19:04:21.114946+0000 mon.c (mon.1) 8 : audit [INF] from='client.? 172.21.15.155:0/1129785725' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1a7ae620-517c-483a-bb29-257bcbe3b2a8"}]: dispatch 2024-09-10T19:04:22.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:21 smithi155 bash[14970]: audit 2024-09-10T19:04:21.115729+0000 mon.a (mon.0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1a7ae620-517c-483a-bb29-257bcbe3b2a8"}]: dispatch 2024-09-10T19:04:22.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:21 smithi155 bash[14970]: audit 2024-09-10T19:04:21.127329+0000 mon.a (mon.0) 289 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1a7ae620-517c-483a-bb29-257bcbe3b2a8"}]': finished 2024-09-10T19:04:22.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:21 smithi155 bash[14970]: cluster 2024-09-10T19:04:21.127436+0000 mon.a (mon.0) 290 : cluster [DBG] osdmap e23: 4 total, 3 up, 3 in 2024-09-10T19:04:22.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:21 smithi155 bash[14970]: audit 2024-09-10T19:04:21.127675+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:04:22.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:21 smithi155 bash[18934]: audit 2024-09-10T19:04:21.114946+0000 mon.c (mon.1) 8 : audit [INF] from='client.? 172.21.15.155:0/1129785725' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1a7ae620-517c-483a-bb29-257bcbe3b2a8"}]: dispatch 2024-09-10T19:04:22.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:21 smithi155 bash[18934]: audit 2024-09-10T19:04:21.115729+0000 mon.a (mon.0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1a7ae620-517c-483a-bb29-257bcbe3b2a8"}]: dispatch 2024-09-10T19:04:22.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:21 smithi155 bash[18934]: audit 2024-09-10T19:04:21.127329+0000 mon.a (mon.0) 289 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1a7ae620-517c-483a-bb29-257bcbe3b2a8"}]': finished 2024-09-10T19:04:22.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:21 smithi155 bash[18934]: cluster 2024-09-10T19:04:21.127436+0000 mon.a (mon.0) 290 : cluster [DBG] osdmap e23: 4 total, 3 up, 3 in 2024-09-10T19:04:22.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:21 smithi155 bash[18934]: audit 2024-09-10T19:04:21.127675+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:04:22.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:21 smithi189 bash[14634]: audit 2024-09-10T19:04:21.114946+0000 mon.c (mon.1) 8 : audit [INF] from='client.? 172.21.15.155:0/1129785725' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1a7ae620-517c-483a-bb29-257bcbe3b2a8"}]: dispatch 2024-09-10T19:04:22.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:21 smithi189 bash[14634]: audit 2024-09-10T19:04:21.115729+0000 mon.a (mon.0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1a7ae620-517c-483a-bb29-257bcbe3b2a8"}]: dispatch 2024-09-10T19:04:22.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:21 smithi189 bash[14634]: audit 2024-09-10T19:04:21.127329+0000 mon.a (mon.0) 289 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1a7ae620-517c-483a-bb29-257bcbe3b2a8"}]': finished 2024-09-10T19:04:22.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:21 smithi189 bash[14634]: cluster 2024-09-10T19:04:21.127436+0000 mon.a (mon.0) 290 : cluster [DBG] osdmap e23: 4 total, 3 up, 3 in 2024-09-10T19:04:22.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:21 smithi189 bash[14634]: audit 2024-09-10T19:04:21.127675+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:04:23.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:22 smithi155 bash[14970]: cluster 2024-09-10T19:04:21.761334+0000 mgr.y (mgr.14140) 99 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 584 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T19:04:23.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:22 smithi155 bash[18934]: cluster 2024-09-10T19:04:21.761334+0000 mgr.y (mgr.14140) 99 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 584 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T19:04:23.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:22 smithi189 bash[14634]: cluster 2024-09-10T19:04:21.761334+0000 mgr.y (mgr.14140) 99 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 584 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T19:04:24.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:23 smithi155 bash[14970]: audit 2024-09-10T19:04:23.464847+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 172.21.15.155:0/721004248' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T19:04:24.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:23 smithi155 bash[18934]: audit 2024-09-10T19:04:23.464847+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 172.21.15.155:0/721004248' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T19:04:24.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:23 smithi189 bash[14634]: audit 2024-09-10T19:04:23.464847+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 172.21.15.155:0/721004248' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T19:04:25.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:24 smithi155 bash[18934]: cluster 2024-09-10T19:04:23.761901+0000 mgr.y (mgr.14140) 100 : cluster [DBG] pgmap v95: 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-10T19:04:25.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:24 smithi155 bash[14970]: cluster 2024-09-10T19:04:23.761901+0000 mgr.y (mgr.14140) 100 : cluster [DBG] pgmap v95: 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-10T19:04:25.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:24 smithi189 bash[14634]: cluster 2024-09-10T19:04:23.761901+0000 mgr.y (mgr.14140) 100 : cluster [DBG] pgmap v95: 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-10T19:04:26.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:26 smithi155 bash[18934]: cluster 2024-09-10T19:04:25.762406+0000 mgr.y (mgr.14140) 101 : cluster [DBG] pgmap v96: 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-10T19:04:26.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:26 smithi155 bash[18934]: audit 2024-09-10T19:04:26.262875+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:04:26.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:26 smithi155 bash[14970]: cluster 2024-09-10T19:04:25.762406+0000 mgr.y (mgr.14140) 101 : cluster [DBG] pgmap v96: 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-10T19:04:26.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:26 smithi155 bash[14970]: audit 2024-09-10T19:04:26.262875+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:04:27.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:26 smithi189 bash[14634]: cluster 2024-09-10T19:04:25.762406+0000 mgr.y (mgr.14140) 101 : cluster [DBG] pgmap v96: 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-10T19:04:27.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:26 smithi189 bash[14634]: audit 2024-09-10T19:04:26.262875+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:04:28.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:28 smithi155 bash[18934]: cluster 2024-09-10T19:04:27.762961+0000 mgr.y (mgr.14140) 102 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T19:04:28.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:28 smithi155 bash[14970]: cluster 2024-09-10T19:04:27.762961+0000 mgr.y (mgr.14140) 102 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T19:04:29.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:28 smithi189 bash[14634]: cluster 2024-09-10T19:04:27.762961+0000 mgr.y (mgr.14140) 102 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T19:04:31.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:30 smithi155 bash[14970]: cluster 2024-09-10T19:04:29.763458+0000 mgr.y (mgr.14140) 103 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T19:04:31.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:30 smithi155 bash[18934]: cluster 2024-09-10T19:04:29.763458+0000 mgr.y (mgr.14140) 103 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T19:04:31.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:30 smithi189 bash[14634]: cluster 2024-09-10T19:04:29.763458+0000 mgr.y (mgr.14140) 103 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T19:04:32.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:31 smithi155 bash[14970]: audit 2024-09-10T19:04:30.955259+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T19:04:32.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:31 smithi155 bash[14970]: audit 2024-09-10T19:04:30.957053+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:32.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:31 smithi155 bash[14970]: audit 2024-09-10T19:04:30.959127+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-09-10T19:04:32.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:31 smithi155 bash[18934]: audit 2024-09-10T19:04:30.955259+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T19:04:32.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:31 smithi155 bash[18934]: audit 2024-09-10T19:04:30.957053+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:32.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:31 smithi155 bash[18934]: audit 2024-09-10T19:04:30.959127+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-09-10T19:04:32.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:31 smithi189 bash[14634]: audit 2024-09-10T19:04:30.955259+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T19:04:32.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:31 smithi189 bash[14634]: audit 2024-09-10T19:04:30.957053+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:32.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:31 smithi189 bash[14634]: audit 2024-09-10T19:04:30.959127+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-09-10T19:04:32.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:32 smithi155 bash[14970]: cephadm 2024-09-10T19:04:30.958468+0000 mgr.y (mgr.14140) 104 : cephadm [INF] Deploying daemon osd.3 on smithi155 2024-09-10T19:04:32.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:32 smithi155 bash[14970]: cluster 2024-09-10T19:04:31.763992+0000 mgr.y (mgr.14140) 105 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T19:04:32.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:32 smithi155 bash[18934]: cephadm 2024-09-10T19:04:30.958468+0000 mgr.y (mgr.14140) 104 : cephadm [INF] Deploying daemon osd.3 on smithi155 2024-09-10T19:04:32.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:32 smithi155 bash[18934]: cluster 2024-09-10T19:04:31.763992+0000 mgr.y (mgr.14140) 105 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T19:04:33.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:32 smithi189 bash[14634]: cephadm 2024-09-10T19:04:30.958468+0000 mgr.y (mgr.14140) 104 : cephadm [INF] Deploying daemon osd.3 on smithi155 2024-09-10T19:04:33.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:32 smithi189 bash[14634]: cluster 2024-09-10T19:04:31.763992+0000 mgr.y (mgr.14140) 105 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T19:04:33.511 INFO:teuthology.orchestra.run.smithi155.stdout:Created osd(s) 3 on host 'smithi155' 2024-09-10T19:04:33.777 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:33 smithi155 bash[14970]: audit 2024-09-10T19:04:33.503503+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945444\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945621\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945731\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945837\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945941\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"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-10T19:04:04.946044\", \"created\": \"2024-09-10T19:04:03.930433\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}}, \"last_device_update\": \"2024-09-10T19:04:14.474570\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:04:33.777 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:33 smithi155 bash[14970]: audit 2024-09-10T19:04:33.504203+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:04:34.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:33 smithi155 bash[14970]: audit 2024-09-10T19:04:33.507156+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945444\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945621\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945731\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945837\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945941\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"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-10T19:04:04.946044\", \"created\": \"2024-09-10T19:04:03.930433\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}}, \"last_device_update\": \"2024-09-10T19:04:14.474570\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:04:34.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:33 smithi155 bash[18934]: audit 2024-09-10T19:04:33.503503+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945444\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945621\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945731\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945837\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945941\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"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-10T19:04:04.946044\", \"created\": \"2024-09-10T19:04:03.930433\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}}, \"last_device_update\": \"2024-09-10T19:04:14.474570\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:04:34.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:33 smithi155 bash[18934]: audit 2024-09-10T19:04:33.504203+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:04:34.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:33 smithi155 bash[18934]: audit 2024-09-10T19:04:33.507156+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945444\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945621\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945731\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945837\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945941\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"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-10T19:04:04.946044\", \"created\": \"2024-09-10T19:04:03.930433\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}}, \"last_device_update\": \"2024-09-10T19:04:14.474570\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:04:34.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:33 smithi189 bash[14634]: audit 2024-09-10T19:04:33.503503+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945444\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945621\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945731\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945837\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945941\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"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-10T19:04:04.946044\", \"created\": \"2024-09-10T19:04:03.930433\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}}, \"last_device_update\": \"2024-09-10T19:04:14.474570\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:04:34.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:33 smithi189 bash[14634]: audit 2024-09-10T19:04:33.504203+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:04:34.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:33 smithi189 bash[14634]: audit 2024-09-10T19:04:33.507156+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945444\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945621\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945731\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945837\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:04.945941\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"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-10T19:04:04.946044\", \"created\": \"2024-09-10T19:04:03.930433\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}}, \"last_device_update\": \"2024-09-10T19:04:14.474570\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:04:35.103 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:34 smithi155 bash[14970]: cluster 2024-09-10T19:04:33.764506+0000 mgr.y (mgr.14140) 106 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T19:04:35.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:34 smithi155 bash[18934]: cluster 2024-09-10T19:04:33.764506+0000 mgr.y (mgr.14140) 106 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T19:04:35.104 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:34 smithi155 bash[14970]: audit 2024-09-10T19:04:34.570897+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568099\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568318\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568437\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568548\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568659\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568770\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"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-10T19:04:34.568881\", \"created\": \"2024-09-10T19:04:33.485615\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}}, \"last_daemon_update\": \"2024-09-10T19:04:34.569061\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:04:35.104 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:34 smithi155 bash[18934]: audit 2024-09-10T19:04:34.570897+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568099\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568318\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568437\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568548\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568659\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568770\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"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-10T19:04:34.568881\", \"created\": \"2024-09-10T19:04:33.485615\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}}, \"last_daemon_update\": \"2024-09-10T19:04:34.569061\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:04:35.104 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:34 smithi155 bash[14970]: audit 2024-09-10T19:04:34.576753+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568099\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568318\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568437\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568548\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568659\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568770\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"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-10T19:04:34.568881\", \"created\": \"2024-09-10T19:04:33.485615\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}}, \"last_daemon_update\": \"2024-09-10T19:04:34.569061\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:04:35.104 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:34 smithi155 bash[14970]: audit 2024-09-10T19:04:34.577994+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:04:35.104 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:34 smithi155 bash[18934]: audit 2024-09-10T19:04:34.576753+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568099\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568318\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568437\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568548\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568659\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568770\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"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-10T19:04:34.568881\", \"created\": \"2024-09-10T19:04:33.485615\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}}, \"last_daemon_update\": \"2024-09-10T19:04:34.569061\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:04:35.105 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:34 smithi155 bash[18934]: audit 2024-09-10T19:04:34.577994+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:04:35.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:34 smithi189 bash[14634]: cluster 2024-09-10T19:04:33.764506+0000 mgr.y (mgr.14140) 106 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T19:04:35.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:34 smithi189 bash[14634]: audit 2024-09-10T19:04:34.570897+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568099\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568318\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568437\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568548\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568659\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568770\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"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-10T19:04:34.568881\", \"created\": \"2024-09-10T19:04:33.485615\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}}, \"last_daemon_update\": \"2024-09-10T19:04:34.569061\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:04:35.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:34 smithi189 bash[14634]: audit 2024-09-10T19:04:34.576753+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568099\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568318\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568437\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568548\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568659\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568770\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"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-10T19:04:34.568881\", \"created\": \"2024-09-10T19:04:33.485615\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}}, \"last_daemon_update\": \"2024-09-10T19:04:34.569061\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:04:35.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:34 smithi189 bash[14634]: audit 2024-09-10T19:04:34.577994+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:04:35.214 DEBUG:teuthology.orchestra.run.smithi155:osd.3> sudo journalctl -f -n 0 -u ceph-e044737e-6fa6-11ef-bcea-c7b262605968@osd.3.service 2024-09-10T19:04:35.216 INFO:tasks.cephadm:Deploying osd.4 on smithi189 with /dev/vg_nvme/lv_4... 2024-09-10T19:04:35.217 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-09-10T19:04:35.489 INFO:journalctl@ceph.osd.3.smithi155.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-10T19:04:36.667 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:04:36 smithi155 bash[25506]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-10T19:04:36.667 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:04:36 smithi155 bash[25506]: 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-10T19:04:36.667 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:04:36 smithi155 bash[25506]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-3/block 2024-09-10T19:04:36.667 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:04:36 smithi155 bash[25506]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-3/block 2024-09-10T19:04:36.667 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:04:36 smithi155 bash[25506]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-10T19:04:36.667 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:04:36 smithi155 bash[25506]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-10T19:04:36.667 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:04:36 smithi155 bash[25506]: --> ceph-volume lvm activate successful for osd ID: 3 2024-09-10T19:04:37.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:36 smithi155 bash[14970]: cluster 2024-09-10T19:04:35.765090+0000 mgr.y (mgr.14140) 107 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T19:04:37.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:36 smithi155 bash[18934]: cluster 2024-09-10T19:04:35.765090+0000 mgr.y (mgr.14140) 107 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T19:04:37.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:36 smithi189 bash[14634]: cluster 2024-09-10T19:04:35.765090+0000 mgr.y (mgr.14140) 107 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T19:04:38.604 INFO:teuthology.orchestra.run.smithi189.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-09-10T19:04:38.605 INFO:teuthology.orchestra.run.smithi189.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-09-10T19:04:38.605 INFO:teuthology.orchestra.run.smithi189.stderr: stderr: 10+0 records in 2024-09-10T19:04:38.605 INFO:teuthology.orchestra.run.smithi189.stderr:10+0 records out 2024-09-10T19:04:38.605 INFO:teuthology.orchestra.run.smithi189.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0170784 s, 614 MB/s 2024-09-10T19:04:38.605 INFO:teuthology.orchestra.run.smithi189.stderr:--> Zapping successful for: 2024-09-10T19:04:38.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:38 smithi189 bash[14634]: cluster 2024-09-10T19:04:37.765674+0000 mgr.y (mgr.14140) 108 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T19:04:39.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:38 smithi155 bash[14970]: cluster 2024-09-10T19:04:37.765674+0000 mgr.y (mgr.14140) 108 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T19:04:39.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:38 smithi155 bash[18934]: cluster 2024-09-10T19:04:37.765674+0000 mgr.y (mgr.14140) 108 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T19:04:39.209 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi189:vg_nvme/lv_4 2024-09-10T19:04:40.089 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:04:39 smithi155 bash[25815]: debug 2024-09-10T19:04:39.941+0000 7fe772d7cec0 -1 Falling back to public interface 2024-09-10T19:04:40.839 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:04:40 smithi155 bash[25815]: debug 2024-09-10T19:04:40.581+0000 7fe772d7cec0 -1 osd.3 0 log_to_monitors {default=true} 2024-09-10T19:04:40.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:40 smithi155 bash[14970]: cluster 2024-09-10T19:04:39.766200+0000 mgr.y (mgr.14140) 109 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T19:04:40.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:40 smithi155 bash[14970]: audit 2024-09-10T19:04:40.590131+0000 mon.a (mon.0) 302 : audit [INF] from='osd.3 [v2:172.21.15.155:6826/2606289873,v1:172.21.15.155:6827/2606289873]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T19:04:40.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:40 smithi155 bash[18934]: cluster 2024-09-10T19:04:39.766200+0000 mgr.y (mgr.14140) 109 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T19:04:40.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:40 smithi155 bash[18934]: audit 2024-09-10T19:04:40.590131+0000 mon.a (mon.0) 302 : audit [INF] from='osd.3 [v2:172.21.15.155:6826/2606289873,v1:172.21.15.155:6827/2606289873]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T19:04:40.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:40 smithi189 bash[14634]: cluster 2024-09-10T19:04:39.766200+0000 mgr.y (mgr.14140) 109 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T19:04:40.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:40 smithi189 bash[14634]: audit 2024-09-10T19:04:40.590131+0000 mon.a (mon.0) 302 : audit [INF] from='osd.3 [v2:172.21.15.155:6826/2606289873,v1:172.21.15.155:6827/2606289873]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T19:04:41.980 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:41 smithi189 bash[14634]: audit 2024-09-10T19:04:40.762219+0000 mon.a (mon.0) 303 : audit [INF] from='osd.3 [v2:172.21.15.155:6826/2606289873,v1:172.21.15.155:6827/2606289873]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-10T19:04:41.980 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:41 smithi189 bash[14634]: cluster 2024-09-10T19:04:40.762337+0000 mon.a (mon.0) 304 : cluster [DBG] osdmap e24: 4 total, 3 up, 3 in 2024-09-10T19:04:41.980 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:41 smithi189 bash[14634]: audit 2024-09-10T19:04:40.763388+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:04:41.980 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:41 smithi189 bash[14634]: audit 2024-09-10T19:04:40.764252+0000 mon.a (mon.0) 306 : audit [INF] from='osd.3 [v2:172.21.15.155:6826/2606289873,v1:172.21.15.155:6827/2606289873]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T19:04:41.980 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:41 smithi189 bash[14634]: cluster 2024-09-10T19:04:41.545087+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T19:04:41.980 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:41 smithi189 bash[14634]: cluster 2024-09-10T19:04:41.545160+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T19:04:41.981 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:41 smithi189 bash[14634]: audit 2024-09-10T19:04:41.768009+0000 mon.a (mon.0) 307 : audit [INF] from='osd.3 [v2:172.21.15.155:6826/2606289873,v1:172.21.15.155:6827/2606289873]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-10T19:04:42.089 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:04:41 smithi155 bash[25815]: debug 2024-09-10T19:04:41.769+0000 7fe757b29700 -1 osd.3 0 waiting for initial osdmap 2024-09-10T19:04:42.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:41 smithi155 bash[18934]: audit 2024-09-10T19:04:40.762219+0000 mon.a (mon.0) 303 : audit [INF] from='osd.3 [v2:172.21.15.155:6826/2606289873,v1:172.21.15.155:6827/2606289873]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-10T19:04:42.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:41 smithi155 bash[18934]: cluster 2024-09-10T19:04:40.762337+0000 mon.a (mon.0) 304 : cluster [DBG] osdmap e24: 4 total, 3 up, 3 in 2024-09-10T19:04:42.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:41 smithi155 bash[18934]: audit 2024-09-10T19:04:40.763388+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:04:42.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:41 smithi155 bash[18934]: audit 2024-09-10T19:04:40.764252+0000 mon.a (mon.0) 306 : audit [INF] from='osd.3 [v2:172.21.15.155:6826/2606289873,v1:172.21.15.155:6827/2606289873]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T19:04:42.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:41 smithi155 bash[18934]: cluster 2024-09-10T19:04:41.545087+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T19:04:42.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:41 smithi155 bash[18934]: cluster 2024-09-10T19:04:41.545160+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T19:04:42.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:41 smithi155 bash[18934]: audit 2024-09-10T19:04:41.768009+0000 mon.a (mon.0) 307 : audit [INF] from='osd.3 [v2:172.21.15.155:6826/2606289873,v1:172.21.15.155:6827/2606289873]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-10T19:04:42.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:41 smithi155 bash[14970]: audit 2024-09-10T19:04:40.762219+0000 mon.a (mon.0) 303 : audit [INF] from='osd.3 [v2:172.21.15.155:6826/2606289873,v1:172.21.15.155:6827/2606289873]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-10T19:04:42.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:41 smithi155 bash[14970]: cluster 2024-09-10T19:04:40.762337+0000 mon.a (mon.0) 304 : cluster [DBG] osdmap e24: 4 total, 3 up, 3 in 2024-09-10T19:04:42.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:41 smithi155 bash[14970]: audit 2024-09-10T19:04:40.763388+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:04:42.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:41 smithi155 bash[14970]: audit 2024-09-10T19:04:40.764252+0000 mon.a (mon.0) 306 : audit [INF] from='osd.3 [v2:172.21.15.155:6826/2606289873,v1:172.21.15.155:6827/2606289873]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T19:04:42.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:41 smithi155 bash[14970]: cluster 2024-09-10T19:04:41.545087+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T19:04:42.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:41 smithi155 bash[14970]: cluster 2024-09-10T19:04:41.545160+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T19:04:42.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:41 smithi155 bash[14970]: audit 2024-09-10T19:04:41.768009+0000 mon.a (mon.0) 307 : audit [INF] from='osd.3 [v2:172.21.15.155:6826/2606289873,v1:172.21.15.155:6827/2606289873]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-10T19:04:42.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:42 smithi189 bash[14634]: cluster 2024-09-10T19:04:41.766816+0000 mgr.y (mgr.14140) 110 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 608 KiB used, 265 GiB / 268 GiB avail 2024-09-10T19:04:42.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:42 smithi189 bash[14634]: cluster 2024-09-10T19:04:41.768115+0000 mon.a (mon.0) 308 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-09-10T19:04:42.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:42 smithi189 bash[14634]: audit 2024-09-10T19:04:41.768469+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:04:42.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:42 smithi189 bash[14634]: audit 2024-09-10T19:04:41.820479+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:04:42.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:42 smithi189 bash[14634]: audit 2024-09-10T19:04:42.043534+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568099\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568318\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568437\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568548\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568659\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568770\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"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-10T19:04:34.568881\", \"created\": \"2024-09-10T19:04:33.485615\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}}, \"last_daemon_update\": \"2024-09-10T19:04:34.569061\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:04:42.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:42 smithi189 bash[14634]: audit 2024-09-10T19:04:42.049212+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568099\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568318\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568437\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568548\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568659\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568770\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"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-10T19:04:34.568881\", \"created\": \"2024-09-10T19:04:33.485615\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}}, \"last_daemon_update\": \"2024-09-10T19:04:34.569061\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:04:42.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:42 smithi189 bash[14634]: audit 2024-09-10T19:04:42.306317+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T19:04:42.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:42 smithi189 bash[14634]: audit 2024-09-10T19:04:42.308191+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:42.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:42 smithi189 bash[14634]: audit 2024-09-10T19:04:42.310842+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:04:43.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:42 smithi155 bash[14970]: cluster 2024-09-10T19:04:41.766816+0000 mgr.y (mgr.14140) 110 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 608 KiB used, 265 GiB / 268 GiB avail 2024-09-10T19:04:43.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:42 smithi155 bash[14970]: cluster 2024-09-10T19:04:41.768115+0000 mon.a (mon.0) 308 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-09-10T19:04:43.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:42 smithi155 bash[14970]: audit 2024-09-10T19:04:41.768469+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:04:43.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:42 smithi155 bash[14970]: audit 2024-09-10T19:04:41.820479+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:04:43.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:42 smithi155 bash[18934]: cluster 2024-09-10T19:04:41.766816+0000 mgr.y (mgr.14140) 110 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 608 KiB used, 265 GiB / 268 GiB avail 2024-09-10T19:04:43.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:42 smithi155 bash[18934]: cluster 2024-09-10T19:04:41.768115+0000 mon.a (mon.0) 308 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-09-10T19:04:43.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:42 smithi155 bash[18934]: audit 2024-09-10T19:04:41.768469+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:04:43.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:42 smithi155 bash[18934]: audit 2024-09-10T19:04:41.820479+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:04:43.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:42 smithi155 bash[14970]: audit 2024-09-10T19:04:42.043534+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568099\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568318\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568437\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568548\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568659\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568770\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"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-10T19:04:34.568881\", \"created\": \"2024-09-10T19:04:33.485615\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}}, \"last_daemon_update\": \"2024-09-10T19:04:34.569061\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:04:43.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:42 smithi155 bash[18934]: audit 2024-09-10T19:04:42.043534+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568099\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568318\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568437\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568548\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568659\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568770\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"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-10T19:04:34.568881\", \"created\": \"2024-09-10T19:04:33.485615\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}}, \"last_daemon_update\": \"2024-09-10T19:04:34.569061\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:04:43.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:42 smithi155 bash[14970]: audit 2024-09-10T19:04:42.049212+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568099\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568318\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568437\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568548\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568659\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568770\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"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-10T19:04:34.568881\", \"created\": \"2024-09-10T19:04:33.485615\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}}, \"last_daemon_update\": \"2024-09-10T19:04:34.569061\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:04:43.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:42 smithi155 bash[14970]: audit 2024-09-10T19:04:42.306317+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T19:04:43.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:42 smithi155 bash[14970]: audit 2024-09-10T19:04:42.308191+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:43.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:42 smithi155 bash[14970]: audit 2024-09-10T19:04:42.310842+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:04:43.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:42 smithi155 bash[18934]: audit 2024-09-10T19:04:42.049212+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568099\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568318\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568437\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568548\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568659\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568770\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"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-10T19:04:34.568881\", \"created\": \"2024-09-10T19:04:33.485615\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}}, \"last_daemon_update\": \"2024-09-10T19:04:34.569061\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:04:43.093 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:42 smithi155 bash[18934]: audit 2024-09-10T19:04:42.306317+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T19:04:43.093 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:42 smithi155 bash[18934]: audit 2024-09-10T19:04:42.308191+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:43.093 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:42 smithi155 bash[18934]: audit 2024-09-10T19:04:42.310842+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:04:43.886 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:43 smithi189 bash[14634]: audit 2024-09-10T19:04:42.303669+0000 mgr.y (mgr.14140) 111 : audit [DBG] from='client.34217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi189:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:04:43.886 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:43 smithi189 bash[14634]: cephadm 2024-09-10T19:04:42.305695+0000 mgr.y (mgr.14140) 112 : cephadm [INF] Applying osd on host smithi189... 2024-09-10T19:04:43.886 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:43 smithi189 bash[14634]: cluster 2024-09-10T19:04:42.781336+0000 mon.a (mon.0) 316 : cluster [INF] osd.3 [v2:172.21.15.155:6826/2606289873,v1:172.21.15.155:6827/2606289873] boot 2024-09-10T19:04:43.886 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:43 smithi189 bash[14634]: cluster 2024-09-10T19:04:42.781410+0000 mon.a (mon.0) 317 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-10T19:04:43.886 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:43 smithi189 bash[14634]: audit 2024-09-10T19:04:42.782709+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:04:44.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:43 smithi155 bash[14970]: audit 2024-09-10T19:04:42.303669+0000 mgr.y (mgr.14140) 111 : audit [DBG] from='client.34217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi189:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:04:44.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:43 smithi155 bash[14970]: cephadm 2024-09-10T19:04:42.305695+0000 mgr.y (mgr.14140) 112 : cephadm [INF] Applying osd on host smithi189... 2024-09-10T19:04:44.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:43 smithi155 bash[14970]: cluster 2024-09-10T19:04:42.781336+0000 mon.a (mon.0) 316 : cluster [INF] osd.3 [v2:172.21.15.155:6826/2606289873,v1:172.21.15.155:6827/2606289873] boot 2024-09-10T19:04:44.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:43 smithi155 bash[14970]: cluster 2024-09-10T19:04:42.781410+0000 mon.a (mon.0) 317 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-10T19:04:44.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:43 smithi155 bash[14970]: audit 2024-09-10T19:04:42.782709+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:04:44.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:43 smithi155 bash[18934]: audit 2024-09-10T19:04:42.303669+0000 mgr.y (mgr.14140) 111 : audit [DBG] from='client.34217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi189:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:04:44.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:43 smithi155 bash[18934]: cephadm 2024-09-10T19:04:42.305695+0000 mgr.y (mgr.14140) 112 : cephadm [INF] Applying osd on host smithi189... 2024-09-10T19:04:44.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:43 smithi155 bash[18934]: cluster 2024-09-10T19:04:42.781336+0000 mon.a (mon.0) 316 : cluster [INF] osd.3 [v2:172.21.15.155:6826/2606289873,v1:172.21.15.155:6827/2606289873] boot 2024-09-10T19:04:44.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:43 smithi155 bash[18934]: cluster 2024-09-10T19:04:42.781410+0000 mon.a (mon.0) 317 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-10T19:04:44.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:43 smithi155 bash[18934]: audit 2024-09-10T19:04:42.782709+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:04:45.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:44 smithi155 bash[14970]: cluster 2024-09-10T19:04:43.767352+0000 mgr.y (mgr.14140) 113 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-10T19:04:45.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:44 smithi155 bash[14970]: cluster 2024-09-10T19:04:43.799246+0000 mon.a (mon.0) 319 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-10T19:04:45.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:44 smithi155 bash[18934]: cluster 2024-09-10T19:04:43.767352+0000 mgr.y (mgr.14140) 113 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-10T19:04:45.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:44 smithi155 bash[18934]: cluster 2024-09-10T19:04:43.799246+0000 mon.a (mon.0) 319 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-10T19:04:45.184 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:44 smithi189 bash[14634]: cluster 2024-09-10T19:04:43.767352+0000 mgr.y (mgr.14140) 113 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-10T19:04:45.184 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:44 smithi189 bash[14634]: cluster 2024-09-10T19:04:43.799246+0000 mon.a (mon.0) 319 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-10T19:04:47.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:46 smithi155 bash[14970]: cluster 2024-09-10T19:04:45.767897+0000 mgr.y (mgr.14140) 114 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 848 KiB used, 354 GiB / 358 GiB avail 2024-09-10T19:04:47.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:46 smithi155 bash[14970]: audit 2024-09-10T19:04:45.985802+0000 mon.b (mon.2) 4 : audit [INF] from='client.? 172.21.15.189:0/3646814108' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ccefe7ee-32c3-4ed7-8071-787f68e1b393"}]: dispatch 2024-09-10T19:04:47.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:46 smithi155 bash[14970]: audit 2024-09-10T19:04:45.986588+0000 mon.a (mon.0) 320 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ccefe7ee-32c3-4ed7-8071-787f68e1b393"}]: dispatch 2024-09-10T19:04:47.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:46 smithi155 bash[14970]: audit 2024-09-10T19:04:45.995903+0000 mon.a (mon.0) 321 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ccefe7ee-32c3-4ed7-8071-787f68e1b393"}]': finished 2024-09-10T19:04:47.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:46 smithi155 bash[14970]: cluster 2024-09-10T19:04:45.996088+0000 mon.a (mon.0) 322 : cluster [DBG] osdmap e28: 5 total, 4 up, 4 in 2024-09-10T19:04:47.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:46 smithi155 bash[14970]: audit 2024-09-10T19:04:45.996437+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:04:47.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:46 smithi155 bash[18934]: cluster 2024-09-10T19:04:45.767897+0000 mgr.y (mgr.14140) 114 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 848 KiB used, 354 GiB / 358 GiB avail 2024-09-10T19:04:47.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:46 smithi155 bash[18934]: audit 2024-09-10T19:04:45.985802+0000 mon.b (mon.2) 4 : audit [INF] from='client.? 172.21.15.189:0/3646814108' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ccefe7ee-32c3-4ed7-8071-787f68e1b393"}]: dispatch 2024-09-10T19:04:47.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:46 smithi155 bash[18934]: audit 2024-09-10T19:04:45.986588+0000 mon.a (mon.0) 320 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ccefe7ee-32c3-4ed7-8071-787f68e1b393"}]: dispatch 2024-09-10T19:04:47.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:46 smithi155 bash[18934]: audit 2024-09-10T19:04:45.995903+0000 mon.a (mon.0) 321 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ccefe7ee-32c3-4ed7-8071-787f68e1b393"}]': finished 2024-09-10T19:04:47.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:46 smithi155 bash[18934]: cluster 2024-09-10T19:04:45.996088+0000 mon.a (mon.0) 322 : cluster [DBG] osdmap e28: 5 total, 4 up, 4 in 2024-09-10T19:04:47.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:46 smithi155 bash[18934]: audit 2024-09-10T19:04:45.996437+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:04:47.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:46 smithi189 bash[14634]: cluster 2024-09-10T19:04:45.767897+0000 mgr.y (mgr.14140) 114 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 848 KiB used, 354 GiB / 358 GiB avail 2024-09-10T19:04:47.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:46 smithi189 bash[14634]: audit 2024-09-10T19:04:45.985802+0000 mon.b (mon.2) 4 : audit [INF] from='client.? 172.21.15.189:0/3646814108' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ccefe7ee-32c3-4ed7-8071-787f68e1b393"}]: dispatch 2024-09-10T19:04:47.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:46 smithi189 bash[14634]: audit 2024-09-10T19:04:45.986588+0000 mon.a (mon.0) 320 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ccefe7ee-32c3-4ed7-8071-787f68e1b393"}]: dispatch 2024-09-10T19:04:47.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:46 smithi189 bash[14634]: audit 2024-09-10T19:04:45.995903+0000 mon.a (mon.0) 321 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ccefe7ee-32c3-4ed7-8071-787f68e1b393"}]': finished 2024-09-10T19:04:47.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:46 smithi189 bash[14634]: cluster 2024-09-10T19:04:45.996088+0000 mon.a (mon.0) 322 : cluster [DBG] osdmap e28: 5 total, 4 up, 4 in 2024-09-10T19:04:47.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:46 smithi189 bash[14634]: audit 2024-09-10T19:04:45.996437+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:04:48.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:47 smithi155 bash[14970]: cluster 2024-09-10T19:04:47.768493+0000 mgr.y (mgr.14140) 115 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 912 KiB used, 354 GiB / 358 GiB avail 2024-09-10T19:04:48.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:47 smithi155 bash[18934]: cluster 2024-09-10T19:04:47.768493+0000 mgr.y (mgr.14140) 115 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 912 KiB used, 354 GiB / 358 GiB avail 2024-09-10T19:04:48.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:47 smithi189 bash[14634]: cluster 2024-09-10T19:04:47.768493+0000 mgr.y (mgr.14140) 115 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 912 KiB used, 354 GiB / 358 GiB avail 2024-09-10T19:04:49.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:48 smithi155 bash[18934]: audit 2024-09-10T19:04:48.138544+0000 mon.b (mon.2) 5 : audit [DBG] from='client.? 172.21.15.189:0/3698063758' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T19:04:49.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:48 smithi155 bash[14970]: audit 2024-09-10T19:04:48.138544+0000 mon.b (mon.2) 5 : audit [DBG] from='client.? 172.21.15.189:0/3698063758' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T19:04:49.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:48 smithi189 bash[14634]: audit 2024-09-10T19:04:48.138544+0000 mon.b (mon.2) 5 : audit [DBG] from='client.? 172.21.15.189:0/3698063758' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T19:04:51.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:50 smithi155 bash[14970]: cluster 2024-09-10T19:04:49.769042+0000 mgr.y (mgr.14140) 116 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 952 KiB used, 354 GiB / 358 GiB avail 2024-09-10T19:04:51.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:50 smithi155 bash[18934]: cluster 2024-09-10T19:04:49.769042+0000 mgr.y (mgr.14140) 116 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 952 KiB used, 354 GiB / 358 GiB avail 2024-09-10T19:04:51.136 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:50 smithi189 bash[14634]: cluster 2024-09-10T19:04:49.769042+0000 mgr.y (mgr.14140) 116 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 952 KiB used, 354 GiB / 358 GiB avail 2024-09-10T19:04:52.039 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:51 smithi189 bash[14634]: audit 2024-09-10T19:04:50.831174+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:04:52.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:51 smithi155 bash[14970]: audit 2024-09-10T19:04:50.831174+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:04:52.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:51 smithi155 bash[18934]: audit 2024-09-10T19:04:50.831174+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:04:53.031 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:52 smithi189 bash[14634]: cluster 2024-09-10T19:04:51.769612+0000 mgr.y (mgr.14140) 117 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T19:04:53.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:52 smithi155 bash[14970]: cluster 2024-09-10T19:04:51.769612+0000 mgr.y (mgr.14140) 117 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T19:04:53.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:52 smithi155 bash[18934]: cluster 2024-09-10T19:04:51.769612+0000 mgr.y (mgr.14140) 117 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T19:04:55.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:54 smithi155 bash[14970]: cluster 2024-09-10T19:04:53.770145+0000 mgr.y (mgr.14140) 118 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T19:04:55.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:54 smithi155 bash[18934]: cluster 2024-09-10T19:04:53.770145+0000 mgr.y (mgr.14140) 118 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T19:04:55.127 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:54 smithi189 bash[14634]: cluster 2024-09-10T19:04:53.770145+0000 mgr.y (mgr.14140) 118 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T19:04:56.054 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:55 smithi189 bash[14634]: audit 2024-09-10T19:04:54.788733+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T19:04:56.054 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:55 smithi189 bash[14634]: audit 2024-09-10T19:04:54.790198+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:56.054 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:55 smithi189 bash[14634]: cephadm 2024-09-10T19:04:54.791325+0000 mgr.y (mgr.14140) 119 : cephadm [INF] Deploying daemon osd.4 on smithi189 2024-09-10T19:04:56.054 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:55 smithi189 bash[14634]: audit 2024-09-10T19:04:54.791848+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-09-10T19:04:56.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:55 smithi155 bash[14970]: audit 2024-09-10T19:04:54.788733+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T19:04:56.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:55 smithi155 bash[14970]: audit 2024-09-10T19:04:54.790198+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:56.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:55 smithi155 bash[14970]: cephadm 2024-09-10T19:04:54.791325+0000 mgr.y (mgr.14140) 119 : cephadm [INF] Deploying daemon osd.4 on smithi189 2024-09-10T19:04:56.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:55 smithi155 bash[14970]: audit 2024-09-10T19:04:54.791848+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-09-10T19:04:56.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:55 smithi155 bash[18934]: audit 2024-09-10T19:04:54.788733+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T19:04:56.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:55 smithi155 bash[18934]: audit 2024-09-10T19:04:54.790198+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:56.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:55 smithi155 bash[18934]: cephadm 2024-09-10T19:04:54.791325+0000 mgr.y (mgr.14140) 119 : cephadm [INF] Deploying daemon osd.4 on smithi189 2024-09-10T19:04:56.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:55 smithi155 bash[18934]: audit 2024-09-10T19:04:54.791848+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-09-10T19:04:57.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:56 smithi155 bash[14970]: cluster 2024-09-10T19:04:55.770675+0000 mgr.y (mgr.14140) 120 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T19:04:57.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:56 smithi155 bash[18934]: cluster 2024-09-10T19:04:55.770675+0000 mgr.y (mgr.14140) 120 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T19:04:57.125 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:56 smithi189 bash[14634]: cluster 2024-09-10T19:04:55.770675+0000 mgr.y (mgr.14140) 120 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T19:04:57.173 INFO:teuthology.orchestra.run.smithi189.stdout:Created osd(s) 4 on host 'smithi189' 2024-09-10T19:04:58.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:57 smithi155 bash[14970]: audit 2024-09-10T19:04:57.164328+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:42.943722\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"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-10T19:02:42.943923\", \"created\": \"2024-09-10T19:02:42.287651\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}}, \"last_device_update\": \"2024-09-10T19:01:55.962974\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:04:58.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:57 smithi155 bash[14970]: audit 2024-09-10T19:04:57.165370+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:04:58.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:57 smithi155 bash[14970]: audit 2024-09-10T19:04:57.170088+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:42.943722\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"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-10T19:02:42.943923\", \"created\": \"2024-09-10T19:02:42.287651\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}}, \"last_device_update\": \"2024-09-10T19:01:55.962974\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:04:58.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:57 smithi155 bash[18934]: audit 2024-09-10T19:04:57.164328+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:42.943722\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"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-10T19:02:42.943923\", \"created\": \"2024-09-10T19:02:42.287651\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}}, \"last_device_update\": \"2024-09-10T19:01:55.962974\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:04:58.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:57 smithi155 bash[18934]: audit 2024-09-10T19:04:57.165370+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:04:58.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:57 smithi155 bash[18934]: audit 2024-09-10T19:04:57.170088+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:42.943722\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"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-10T19:02:42.943923\", \"created\": \"2024-09-10T19:02:42.287651\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}}, \"last_device_update\": \"2024-09-10T19:01:55.962974\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:04:58.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:57 smithi189 bash[14634]: audit 2024-09-10T19:04:57.164328+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:42.943722\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"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-10T19:02:42.943923\", \"created\": \"2024-09-10T19:02:42.287651\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}}, \"last_device_update\": \"2024-09-10T19:01:55.962974\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:04:58.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:57 smithi189 bash[14634]: audit 2024-09-10T19:04:57.165370+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:04:58.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:57 smithi189 bash[14634]: audit 2024-09-10T19:04:57.170088+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:02:42.943722\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"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-10T19:02:42.943923\", \"created\": \"2024-09-10T19:02:42.287651\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}}, \"last_device_update\": \"2024-09-10T19:01:55.962974\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:04:58.555 DEBUG:teuthology.orchestra.run.smithi189:osd.4> sudo journalctl -f -n 0 -u ceph-e044737e-6fa6-11ef-bcea-c7b262605968@osd.4.service 2024-09-10T19:04:58.557 INFO:tasks.cephadm:Deploying osd.5 on smithi189 with /dev/vg_nvme/lv_3... 2024-09-10T19:04:58.557 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-09-10T19:04:59.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:58 smithi155 bash[14970]: cluster 2024-09-10T19:04:57.771297+0000 mgr.y (mgr.14140) 121 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T19:04:59.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:58 smithi155 bash[14970]: audit 2024-09-10T19:04:58.017298+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:58.015461\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:58.015662\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"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-10T19:04:58.015788\", \"created\": \"2024-09-10T19:04:57.144456\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}}, \"last_daemon_update\": \"2024-09-10T19:04:58.015977\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:04:59.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:58 smithi155 bash[14970]: audit 2024-09-10T19:04:58.023540+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:58.015461\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:58.015662\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"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-10T19:04:58.015788\", \"created\": \"2024-09-10T19:04:57.144456\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}}, \"last_daemon_update\": \"2024-09-10T19:04:58.015977\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:04:59.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:04:58 smithi155 bash[14970]: audit 2024-09-10T19:04:58.024962+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:04:59.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:58 smithi155 bash[18934]: cluster 2024-09-10T19:04:57.771297+0000 mgr.y (mgr.14140) 121 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T19:04:59.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:58 smithi155 bash[18934]: audit 2024-09-10T19:04:58.017298+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:58.015461\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:58.015662\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"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-10T19:04:58.015788\", \"created\": \"2024-09-10T19:04:57.144456\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}}, \"last_daemon_update\": \"2024-09-10T19:04:58.015977\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:04:59.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:58 smithi155 bash[18934]: audit 2024-09-10T19:04:58.023540+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:58.015461\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:58.015662\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"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-10T19:04:58.015788\", \"created\": \"2024-09-10T19:04:57.144456\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}}, \"last_daemon_update\": \"2024-09-10T19:04:58.015977\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:04:59.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:04:58 smithi155 bash[18934]: audit 2024-09-10T19:04:58.024962+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:04:59.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:58 smithi189 bash[14634]: cluster 2024-09-10T19:04:57.771297+0000 mgr.y (mgr.14140) 121 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T19:04:59.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:58 smithi189 bash[14634]: audit 2024-09-10T19:04:58.017298+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:58.015461\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:58.015662\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"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-10T19:04:58.015788\", \"created\": \"2024-09-10T19:04:57.144456\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}}, \"last_daemon_update\": \"2024-09-10T19:04:58.015977\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:04:59.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:58 smithi189 bash[14634]: audit 2024-09-10T19:04:58.023540+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:58.015461\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:58.015662\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"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-10T19:04:58.015788\", \"created\": \"2024-09-10T19:04:57.144456\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}}, \"last_daemon_update\": \"2024-09-10T19:04:58.015977\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:04:59.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:04:58 smithi189 bash[14634]: audit 2024-09-10T19:04:58.024962+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:04:59.295 INFO:journalctl@ceph.osd.4.smithi189.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-10T19:05:00.391 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:04:59 smithi189 bash[16540]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-10T19:05:00.392 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:04:59 smithi189 bash[16540]: 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-10T19:05:00.392 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:04:59 smithi189 bash[16540]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2024-09-10T19:05:00.392 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:04:59 smithi189 bash[16540]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2024-09-10T19:05:00.392 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:04:59 smithi189 bash[16540]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-10T19:05:00.392 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:04:59 smithi189 bash[16540]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-10T19:05:00.392 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:04:59 smithi189 bash[16540]: --> ceph-volume lvm activate successful for osd ID: 4 2024-09-10T19:05:00.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:00 smithi189 bash[14634]: cluster 2024-09-10T19:04:59.771885+0000 mgr.y (mgr.14140) 122 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T19:05:01.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:00 smithi155 bash[14970]: cluster 2024-09-10T19:04:59.771885+0000 mgr.y (mgr.14140) 122 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T19:05:01.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:00 smithi155 bash[18934]: cluster 2024-09-10T19:04:59.771885+0000 mgr.y (mgr.14140) 122 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T19:05:02.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:01 smithi155 bash[14970]: cluster 2024-09-10T19:05:01.772391+0000 mgr.y (mgr.14140) 123 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T19:05:02.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:01 smithi155 bash[18934]: cluster 2024-09-10T19:05:01.772391+0000 mgr.y (mgr.14140) 123 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T19:05:02.247 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:01 smithi189 bash[14634]: cluster 2024-09-10T19:05:01.772391+0000 mgr.y (mgr.14140) 123 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T19:05:03.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:03 smithi189 bash[14634]: cluster 2024-09-10T19:05:03.772906+0000 mgr.y (mgr.14140) 124 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T19:05:04.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:03 smithi155 bash[14970]: cluster 2024-09-10T19:05:03.772906+0000 mgr.y (mgr.14140) 124 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T19:05:04.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:03 smithi155 bash[18934]: cluster 2024-09-10T19:05:03.772906+0000 mgr.y (mgr.14140) 124 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T19:05:04.452 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:05:04 smithi189 bash[16854]: debug 2024-09-10T19:05:04.324+0000 7f75f1b2bec0 -1 Falling back to public interface 2024-09-10T19:05:04.669 INFO:teuthology.orchestra.run.smithi189.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-09-10T19:05:04.669 INFO:teuthology.orchestra.run.smithi189.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-09-10T19:05:04.669 INFO:teuthology.orchestra.run.smithi189.stderr: stderr: 10+0 records in 2024-09-10T19:05:04.670 INFO:teuthology.orchestra.run.smithi189.stderr:10+0 records out 2024-09-10T19:05:04.670 INFO:teuthology.orchestra.run.smithi189.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0144649 s, 725 MB/s 2024-09-10T19:05:04.670 INFO:teuthology.orchestra.run.smithi189.stderr: stderr: 2024-09-10T19:05:04.670 INFO:teuthology.orchestra.run.smithi189.stderr:--> Zapping successful for: 2024-09-10T19:05:05.202 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:05:04 smithi189 bash[16854]: debug 2024-09-10T19:05:04.956+0000 7f75f1b2bec0 -1 osd.4 0 log_to_monitors {default=true} 2024-09-10T19:05:05.358 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi189:vg_nvme/lv_3 2024-09-10T19:05:05.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:05 smithi189 bash[14634]: audit 2024-09-10T19:05:04.962926+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.189:6800/3909013927,v1:172.21.15.189:6801/3909013927]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T19:05:05.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:05 smithi189 bash[14634]: audit 2024-09-10T19:05:04.963445+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"]}]: dispatch 2024-09-10T19:05:06.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:05 smithi155 bash[14970]: audit 2024-09-10T19:05:04.962926+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.189:6800/3909013927,v1:172.21.15.189:6801/3909013927]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T19:05:06.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:05 smithi155 bash[14970]: audit 2024-09-10T19:05:04.963445+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"]}]: dispatch 2024-09-10T19:05:06.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:05 smithi155 bash[18934]: audit 2024-09-10T19:05:04.962926+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.189:6800/3909013927,v1:172.21.15.189:6801/3909013927]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T19:05:06.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:05 smithi155 bash[18934]: audit 2024-09-10T19:05:04.963445+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"]}]: dispatch 2024-09-10T19:05:07.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:06 smithi155 bash[14970]: cluster 2024-09-10T19:05:05.773373+0000 mgr.y (mgr.14140) 125 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T19:05:07.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:06 smithi155 bash[14970]: audit 2024-09-10T19:05:05.777267+0000 mon.a (mon.0) 335 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-10T19:05:07.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:06 smithi155 bash[14970]: cluster 2024-09-10T19:05:05.777392+0000 mon.a (mon.0) 336 : cluster [DBG] osdmap e29: 5 total, 4 up, 4 in 2024-09-10T19:05:07.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:06 smithi155 bash[14970]: audit 2024-09-10T19:05:05.778418+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.189:6800/3909013927,v1:172.21.15.189:6801/3909013927]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:05:07.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:06 smithi155 bash[14970]: audit 2024-09-10T19:05:05.778547+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:05:07.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:06 smithi155 bash[14970]: audit 2024-09-10T19:05:05.779274+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=smithi189", "root=default"]}]: dispatch 2024-09-10T19:05:07.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:06 smithi155 bash[14970]: cluster 2024-09-10T19:05:05.917487+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T19:05:07.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:06 smithi155 bash[14970]: cluster 2024-09-10T19:05:05.917569+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T19:05:07.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:06 smithi155 bash[14970]: audit 2024-09-10T19:05:06.630351+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:05:07.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:06 smithi155 bash[18934]: cluster 2024-09-10T19:05:05.773373+0000 mgr.y (mgr.14140) 125 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T19:05:07.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:06 smithi155 bash[18934]: audit 2024-09-10T19:05:05.777267+0000 mon.a (mon.0) 335 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-10T19:05:07.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:06 smithi155 bash[18934]: cluster 2024-09-10T19:05:05.777392+0000 mon.a (mon.0) 336 : cluster [DBG] osdmap e29: 5 total, 4 up, 4 in 2024-09-10T19:05:07.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:06 smithi155 bash[18934]: audit 2024-09-10T19:05:05.778418+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.189:6800/3909013927,v1:172.21.15.189:6801/3909013927]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:05:07.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:06 smithi155 bash[18934]: audit 2024-09-10T19:05:05.778547+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:05:07.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:06 smithi155 bash[18934]: audit 2024-09-10T19:05:05.779274+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=smithi189", "root=default"]}]: dispatch 2024-09-10T19:05:07.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:06 smithi155 bash[18934]: cluster 2024-09-10T19:05:05.917487+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T19:05:07.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:06 smithi155 bash[18934]: cluster 2024-09-10T19:05:05.917569+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T19:05:07.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:06 smithi155 bash[18934]: audit 2024-09-10T19:05:06.630351+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:05:07.182 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:05:06 smithi189 bash[16854]: debug 2024-09-10T19:05:06.788+0000 7f75da8e0700 -1 osd.4 0 waiting for initial osdmap 2024-09-10T19:05:07.182 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:06 smithi189 bash[14634]: cluster 2024-09-10T19:05:05.773373+0000 mgr.y (mgr.14140) 125 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T19:05:07.182 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:06 smithi189 bash[14634]: audit 2024-09-10T19:05:05.777267+0000 mon.a (mon.0) 335 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-10T19:05:07.182 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:06 smithi189 bash[14634]: cluster 2024-09-10T19:05:05.777392+0000 mon.a (mon.0) 336 : cluster [DBG] osdmap e29: 5 total, 4 up, 4 in 2024-09-10T19:05:07.182 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:06 smithi189 bash[14634]: audit 2024-09-10T19:05:05.778418+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.189:6800/3909013927,v1:172.21.15.189:6801/3909013927]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:05:07.182 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:06 smithi189 bash[14634]: audit 2024-09-10T19:05:05.778547+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:05:07.182 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:06 smithi189 bash[14634]: audit 2024-09-10T19:05:05.779274+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=smithi189", "root=default"]}]: dispatch 2024-09-10T19:05:07.183 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:06 smithi189 bash[14634]: cluster 2024-09-10T19:05:05.917487+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T19:05:07.183 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:06 smithi189 bash[14634]: cluster 2024-09-10T19:05:05.917569+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T19:05:07.183 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:06 smithi189 bash[14634]: audit 2024-09-10T19:05:06.630351+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:05:07.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:07 smithi189 bash[14634]: audit 2024-09-10T19:05:06.781543+0000 mon.a (mon.0) 340 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]': finished 2024-09-10T19:05:07.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:07 smithi189 bash[14634]: cluster 2024-09-10T19:05:06.781624+0000 mon.a (mon.0) 341 : cluster [DBG] osdmap e30: 5 total, 4 up, 4 in 2024-09-10T19:05:07.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:07 smithi189 bash[14634]: audit 2024-09-10T19:05:06.783031+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:05:07.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:07 smithi189 bash[14634]: audit 2024-09-10T19:05:06.872597+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:58.015461\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:58.015662\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"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-10T19:04:58.015788\", \"created\": \"2024-09-10T19:04:57.144456\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not 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\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}}, \"last_daemon_update\": \"2024-09-10T19:04:58.015977\", \"last_device_update\": \"2024-09-10T19:05:06.871383\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:05:07.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:07 smithi189 bash[14634]: audit 2024-09-10T19:05:06.878541+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:58.015461\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:58.015662\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"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-10T19:04:58.015788\", \"created\": \"2024-09-10T19:04:57.144456\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not 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\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}}, \"last_daemon_update\": \"2024-09-10T19:04:58.015977\", \"last_device_update\": \"2024-09-10T19:05:06.871383\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:05:08.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:07 smithi155 bash[14970]: audit 2024-09-10T19:05:06.781543+0000 mon.a (mon.0) 340 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]': finished 2024-09-10T19:05:08.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:07 smithi155 bash[14970]: cluster 2024-09-10T19:05:06.781624+0000 mon.a (mon.0) 341 : cluster [DBG] osdmap e30: 5 total, 4 up, 4 in 2024-09-10T19:05:08.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:07 smithi155 bash[14970]: audit 2024-09-10T19:05:06.783031+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:05:08.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:07 smithi155 bash[18934]: audit 2024-09-10T19:05:06.781543+0000 mon.a (mon.0) 340 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]': finished 2024-09-10T19:05:08.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:07 smithi155 bash[18934]: cluster 2024-09-10T19:05:06.781624+0000 mon.a (mon.0) 341 : cluster [DBG] osdmap e30: 5 total, 4 up, 4 in 2024-09-10T19:05:08.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:07 smithi155 bash[18934]: audit 2024-09-10T19:05:06.783031+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:05:08.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:07 smithi155 bash[14970]: audit 2024-09-10T19:05:06.872597+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:58.015461\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:58.015662\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"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-10T19:04:58.015788\", \"created\": \"2024-09-10T19:04:57.144456\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not 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\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}}, \"last_daemon_update\": \"2024-09-10T19:04:58.015977\", \"last_device_update\": \"2024-09-10T19:05:06.871383\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:05:08.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:07 smithi155 bash[14970]: audit 2024-09-10T19:05:06.878541+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:58.015461\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:58.015662\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"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-10T19:04:58.015788\", \"created\": \"2024-09-10T19:04:57.144456\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not 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\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}}, \"last_daemon_update\": \"2024-09-10T19:04:58.015977\", \"last_device_update\": \"2024-09-10T19:05:06.871383\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:05:08.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:07 smithi155 bash[18934]: audit 2024-09-10T19:05:06.872597+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:58.015461\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:58.015662\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"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-10T19:04:58.015788\", \"created\": \"2024-09-10T19:04:57.144456\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not 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\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}}, \"last_daemon_update\": \"2024-09-10T19:04:58.015977\", \"last_device_update\": \"2024-09-10T19:05:06.871383\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:05:08.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:07 smithi155 bash[18934]: audit 2024-09-10T19:05:06.878541+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:58.015461\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:58.015662\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"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-10T19:04:58.015788\", \"created\": \"2024-09-10T19:04:57.144456\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not 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\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}}, \"last_daemon_update\": \"2024-09-10T19:04:58.015977\", \"last_device_update\": \"2024-09-10T19:05:06.871383\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:05:09.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:08 smithi155 bash[14970]: cluster 2024-09-10T19:05:07.773919+0000 mgr.y (mgr.14140) 126 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 976 KiB used, 354 GiB / 358 GiB avail 2024-09-10T19:05:09.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:08 smithi155 bash[14970]: cluster 2024-09-10T19:05:07.784328+0000 mon.a (mon.0) 345 : cluster [INF] osd.4 [v2:172.21.15.189:6800/3909013927,v1:172.21.15.189:6801/3909013927] boot 2024-09-10T19:05:09.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:08 smithi155 bash[14970]: cluster 2024-09-10T19:05:07.784450+0000 mon.a (mon.0) 346 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-09-10T19:05:09.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:08 smithi155 bash[14970]: audit 2024-09-10T19:05:07.784795+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:05:09.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:08 smithi155 bash[14970]: cluster 2024-09-10T19:05:08.786869+0000 mon.a (mon.0) 348 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-10T19:05:09.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:08 smithi155 bash[18934]: cluster 2024-09-10T19:05:07.773919+0000 mgr.y (mgr.14140) 126 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 976 KiB used, 354 GiB / 358 GiB avail 2024-09-10T19:05:09.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:08 smithi155 bash[18934]: cluster 2024-09-10T19:05:07.784328+0000 mon.a (mon.0) 345 : cluster [INF] osd.4 [v2:172.21.15.189:6800/3909013927,v1:172.21.15.189:6801/3909013927] boot 2024-09-10T19:05:09.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:08 smithi155 bash[18934]: cluster 2024-09-10T19:05:07.784450+0000 mon.a (mon.0) 346 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-09-10T19:05:09.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:08 smithi155 bash[18934]: audit 2024-09-10T19:05:07.784795+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:05:09.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:08 smithi155 bash[18934]: cluster 2024-09-10T19:05:08.786869+0000 mon.a (mon.0) 348 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-10T19:05:09.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:08 smithi189 bash[14634]: cluster 2024-09-10T19:05:07.773919+0000 mgr.y (mgr.14140) 126 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 976 KiB used, 354 GiB / 358 GiB avail 2024-09-10T19:05:09.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:08 smithi189 bash[14634]: cluster 2024-09-10T19:05:07.784328+0000 mon.a (mon.0) 345 : cluster [INF] osd.4 [v2:172.21.15.189:6800/3909013927,v1:172.21.15.189:6801/3909013927] boot 2024-09-10T19:05:09.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:08 smithi189 bash[14634]: cluster 2024-09-10T19:05:07.784450+0000 mon.a (mon.0) 346 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-09-10T19:05:09.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:08 smithi189 bash[14634]: audit 2024-09-10T19:05:07.784795+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:05:09.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:08 smithi189 bash[14634]: cluster 2024-09-10T19:05:08.786869+0000 mon.a (mon.0) 348 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-10T19:05:10.085 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:09 smithi189 bash[14634]: audit 2024-09-10T19:05:08.917046+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T19:05:10.085 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:09 smithi189 bash[14634]: audit 2024-09-10T19:05:08.918964+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:05:10.085 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:09 smithi189 bash[14634]: audit 2024-09-10T19:05:08.921815+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:05:10.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:09 smithi155 bash[14970]: audit 2024-09-10T19:05:08.917046+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T19:05:10.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:09 smithi155 bash[14970]: audit 2024-09-10T19:05:08.918964+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:05:10.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:09 smithi155 bash[14970]: audit 2024-09-10T19:05:08.921815+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:05:10.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:09 smithi155 bash[18934]: audit 2024-09-10T19:05:08.917046+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T19:05:10.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:09 smithi155 bash[18934]: audit 2024-09-10T19:05:08.918964+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:05:10.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:09 smithi155 bash[18934]: audit 2024-09-10T19:05:08.921815+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:05:11.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:10 smithi155 bash[14970]: audit 2024-09-10T19:05:08.914977+0000 mgr.y (mgr.14140) 127 : audit [DBG] from='client.34244 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi189:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:11.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:10 smithi155 bash[14970]: cephadm 2024-09-10T19:05:08.916475+0000 mgr.y (mgr.14140) 128 : cephadm [INF] Applying osd on host smithi189... 2024-09-10T19:05:11.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:10 smithi155 bash[14970]: cluster 2024-09-10T19:05:09.774431+0000 mgr.y (mgr.14140) 129 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 442 GiB / 447 GiB avail 2024-09-10T19:05:11.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:10 smithi155 bash[18934]: audit 2024-09-10T19:05:08.914977+0000 mgr.y (mgr.14140) 127 : audit [DBG] from='client.34244 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi189:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:11.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:10 smithi155 bash[18934]: cephadm 2024-09-10T19:05:08.916475+0000 mgr.y (mgr.14140) 128 : cephadm [INF] Applying osd on host smithi189... 2024-09-10T19:05:11.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:10 smithi155 bash[18934]: cluster 2024-09-10T19:05:09.774431+0000 mgr.y (mgr.14140) 129 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 442 GiB / 447 GiB avail 2024-09-10T19:05:11.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:10 smithi189 bash[14634]: audit 2024-09-10T19:05:08.914977+0000 mgr.y (mgr.14140) 127 : audit [DBG] from='client.34244 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi189:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:11.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:10 smithi189 bash[14634]: cephadm 2024-09-10T19:05:08.916475+0000 mgr.y (mgr.14140) 128 : cephadm [INF] Applying osd on host smithi189... 2024-09-10T19:05:11.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:10 smithi189 bash[14634]: cluster 2024-09-10T19:05:09.774431+0000 mgr.y (mgr.14140) 129 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 442 GiB / 447 GiB avail 2024-09-10T19:05:12.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:11 smithi189 bash[14634]: cluster 2024-09-10T19:05:11.775006+0000 mgr.y (mgr.14140) 130 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T19:05:12.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:11 smithi155 bash[14970]: cluster 2024-09-10T19:05:11.775006+0000 mgr.y (mgr.14140) 130 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T19:05:12.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:11 smithi155 bash[18934]: cluster 2024-09-10T19:05:11.775006+0000 mgr.y (mgr.14140) 130 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T19:05:13.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:12 smithi189 bash[14634]: audit 2024-09-10T19:05:12.598226+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.189:0/1211463416' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc"}]: dispatch 2024-09-10T19:05:13.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:12 smithi189 bash[14634]: audit 2024-09-10T19:05:12.598916+0000 mon.a (mon.0) 352 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc"}]: dispatch 2024-09-10T19:05:13.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:12 smithi189 bash[14634]: audit 2024-09-10T19:05:12.609538+0000 mon.a (mon.0) 353 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc"}]': finished 2024-09-10T19:05:13.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:12 smithi189 bash[14634]: cluster 2024-09-10T19:05:12.609696+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e33: 6 total, 5 up, 5 in 2024-09-10T19:05:13.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:12 smithi189 bash[14634]: audit 2024-09-10T19:05:12.609957+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:05:13.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:12 smithi155 bash[18934]: audit 2024-09-10T19:05:12.598226+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.189:0/1211463416' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc"}]: dispatch 2024-09-10T19:05:13.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:12 smithi155 bash[18934]: audit 2024-09-10T19:05:12.598916+0000 mon.a (mon.0) 352 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc"}]: dispatch 2024-09-10T19:05:13.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:12 smithi155 bash[18934]: audit 2024-09-10T19:05:12.609538+0000 mon.a (mon.0) 353 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc"}]': finished 2024-09-10T19:05:13.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:12 smithi155 bash[18934]: cluster 2024-09-10T19:05:12.609696+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e33: 6 total, 5 up, 5 in 2024-09-10T19:05:13.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:12 smithi155 bash[18934]: audit 2024-09-10T19:05:12.609957+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:05:13.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:12 smithi155 bash[14970]: audit 2024-09-10T19:05:12.598226+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.189:0/1211463416' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc"}]: dispatch 2024-09-10T19:05:13.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:12 smithi155 bash[14970]: audit 2024-09-10T19:05:12.598916+0000 mon.a (mon.0) 352 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc"}]: dispatch 2024-09-10T19:05:13.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:12 smithi155 bash[14970]: audit 2024-09-10T19:05:12.609538+0000 mon.a (mon.0) 353 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc"}]': finished 2024-09-10T19:05:13.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:12 smithi155 bash[14970]: cluster 2024-09-10T19:05:12.609696+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e33: 6 total, 5 up, 5 in 2024-09-10T19:05:13.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:12 smithi155 bash[14970]: audit 2024-09-10T19:05:12.609957+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:05:14.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:13 smithi189 bash[14634]: cluster 2024-09-10T19:05:13.775598+0000 mgr.y (mgr.14140) 131 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T19:05:14.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:13 smithi155 bash[14970]: cluster 2024-09-10T19:05:13.775598+0000 mgr.y (mgr.14140) 131 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T19:05:14.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:13 smithi155 bash[18934]: cluster 2024-09-10T19:05:13.775598+0000 mgr.y (mgr.14140) 131 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T19:05:16.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:15 smithi155 bash[18934]: audit 2024-09-10T19:05:14.788707+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.189:0/3847202095' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T19:05:16.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:15 smithi155 bash[14970]: audit 2024-09-10T19:05:14.788707+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.189:0/3847202095' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T19:05:16.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:15 smithi189 bash[14634]: audit 2024-09-10T19:05:14.788707+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.189:0/3847202095' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T19:05:17.031 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:16 smithi189 bash[14634]: cluster 2024-09-10T19:05:15.776133+0000 mgr.y (mgr.14140) 132 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T19:05:17.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:16 smithi155 bash[14970]: cluster 2024-09-10T19:05:15.776133+0000 mgr.y (mgr.14140) 132 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T19:05:17.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:16 smithi155 bash[18934]: cluster 2024-09-10T19:05:15.776133+0000 mgr.y (mgr.14140) 132 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T19:05:18.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:17 smithi155 bash[14970]: audit 2024-09-10T19:05:17.473902+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:05:18.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:17 smithi155 bash[18934]: audit 2024-09-10T19:05:17.473902+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:05:18.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:17 smithi189 bash[14634]: audit 2024-09-10T19:05:17.473902+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:05:18.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:18 smithi189 bash[14634]: cluster 2024-09-10T19:05:17.776738+0000 mgr.y (mgr.14140) 133 : 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-10T19:05:19.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:18 smithi155 bash[14970]: cluster 2024-09-10T19:05:17.776738+0000 mgr.y (mgr.14140) 133 : 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-10T19:05:19.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:18 smithi155 bash[18934]: cluster 2024-09-10T19:05:17.776738+0000 mgr.y (mgr.14140) 133 : 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-10T19:05:21.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:20 smithi155 bash[14970]: cluster 2024-09-10T19:05:19.777317+0000 mgr.y (mgr.14140) 134 : 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-10T19:05:21.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:20 smithi155 bash[18934]: cluster 2024-09-10T19:05:19.777317+0000 mgr.y (mgr.14140) 134 : 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-10T19:05:21.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:20 smithi189 bash[14634]: cluster 2024-09-10T19:05:19.777317+0000 mgr.y (mgr.14140) 134 : 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-10T19:05:21.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:21 smithi189 bash[14634]: audit 2024-09-10T19:05:21.396220+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T19:05:21.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:21 smithi189 bash[14634]: audit 2024-09-10T19:05:21.397980+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:05:21.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:21 smithi189 bash[14634]: audit 2024-09-10T19:05:21.399994+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-09-10T19:05:22.093 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:21 smithi155 bash[14970]: audit 2024-09-10T19:05:21.396220+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T19:05:22.093 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:21 smithi155 bash[14970]: audit 2024-09-10T19:05:21.397980+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:05:22.093 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:21 smithi155 bash[14970]: audit 2024-09-10T19:05:21.399994+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-09-10T19:05:22.093 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:21 smithi155 bash[18934]: audit 2024-09-10T19:05:21.396220+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T19:05:22.093 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:21 smithi155 bash[18934]: audit 2024-09-10T19:05:21.397980+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:05:22.093 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:21 smithi155 bash[18934]: audit 2024-09-10T19:05:21.399994+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-09-10T19:05:23.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:22 smithi155 bash[18934]: cephadm 2024-09-10T19:05:21.399387+0000 mgr.y (mgr.14140) 135 : cephadm [INF] Deploying daemon osd.5 on smithi189 2024-09-10T19:05:23.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:22 smithi155 bash[18934]: cluster 2024-09-10T19:05:21.777959+0000 mgr.y (mgr.14140) 136 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T19:05:23.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:22 smithi155 bash[14970]: cephadm 2024-09-10T19:05:21.399387+0000 mgr.y (mgr.14140) 135 : cephadm [INF] Deploying daemon osd.5 on smithi189 2024-09-10T19:05:23.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:22 smithi155 bash[14970]: cluster 2024-09-10T19:05:21.777959+0000 mgr.y (mgr.14140) 136 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T19:05:23.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:22 smithi189 bash[14634]: cephadm 2024-09-10T19:05:21.399387+0000 mgr.y (mgr.14140) 135 : cephadm [INF] Deploying daemon osd.5 on smithi189 2024-09-10T19:05:23.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:22 smithi189 bash[14634]: cluster 2024-09-10T19:05:21.777959+0000 mgr.y (mgr.14140) 136 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T19:05:23.774 INFO:teuthology.orchestra.run.smithi189.stdout:Created osd(s) 5 on host 'smithi189' 2024-09-10T19:05:24.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:23 smithi155 bash[14970]: audit 2024-09-10T19:05:23.762097+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:58.015461\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:58.015662\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"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-10T19:04:58.015788\", \"created\": \"2024-09-10T19:04:57.144456\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}}, \"last_device_update\": \"2024-09-10T19:05:06.871383\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:05:24.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:23 smithi155 bash[14970]: audit 2024-09-10T19:05:23.763101+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:05:24.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:23 smithi155 bash[14970]: audit 2024-09-10T19:05:23.768418+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:58.015461\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:58.015662\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"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-10T19:04:58.015788\", \"created\": \"2024-09-10T19:04:57.144456\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}}, \"last_device_update\": \"2024-09-10T19:05:06.871383\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:05:24.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:23 smithi155 bash[18934]: audit 2024-09-10T19:05:23.762097+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:58.015461\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:58.015662\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"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-10T19:04:58.015788\", \"created\": \"2024-09-10T19:04:57.144456\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}}, \"last_device_update\": \"2024-09-10T19:05:06.871383\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:05:24.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:23 smithi155 bash[18934]: audit 2024-09-10T19:05:23.763101+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:05:24.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:23 smithi155 bash[18934]: audit 2024-09-10T19:05:23.768418+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:58.015461\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:58.015662\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"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-10T19:04:58.015788\", \"created\": \"2024-09-10T19:04:57.144456\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}}, \"last_device_update\": \"2024-09-10T19:05:06.871383\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:05:24.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:23 smithi189 bash[14634]: audit 2024-09-10T19:05:23.762097+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:58.015461\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:58.015662\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"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-10T19:04:58.015788\", \"created\": \"2024-09-10T19:04:57.144456\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}}, \"last_device_update\": \"2024-09-10T19:05:06.871383\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:05:24.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:23 smithi189 bash[14634]: audit 2024-09-10T19:05:23.763101+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:05:24.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:23 smithi189 bash[14634]: audit 2024-09-10T19:05:23.768418+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:58.015461\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:58.015662\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"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-10T19:04:58.015788\", \"created\": \"2024-09-10T19:04:57.144456\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}}, \"last_device_update\": \"2024-09-10T19:05:06.871383\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:05:25.024 DEBUG:teuthology.orchestra.run.smithi189:osd.5> sudo journalctl -f -n 0 -u ceph-e044737e-6fa6-11ef-bcea-c7b262605968@osd.5.service 2024-09-10T19:05:25.026 INFO:tasks.cephadm:Deploying osd.6 on smithi189 with /dev/vg_nvme/lv_2... 2024-09-10T19:05:25.026 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-09-10T19:05:25.046 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:24 smithi189 bash[14634]: cluster 2024-09-10T19:05:23.778341+0000 mgr.y (mgr.14140) 137 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T19:05:25.047 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:24 smithi189 bash[14634]: audit 2024-09-10T19:05:24.613289+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611046\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611246\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611373\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"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-10T19:05:24.611494\", \"created\": \"2024-09-10T19:05:23.743830\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not 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\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}}, \"last_daemon_update\": \"2024-09-10T19:05:24.611694\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:05:25.047 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:24 smithi189 bash[14634]: audit 2024-09-10T19:05:24.619487+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611046\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611246\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611373\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"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-10T19:05:24.611494\", \"created\": \"2024-09-10T19:05:23.743830\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not 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\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}}, \"last_daemon_update\": \"2024-09-10T19:05:24.611694\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:05:25.048 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:24 smithi189 bash[14634]: audit 2024-09-10T19:05:24.620919+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:05:25.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:24 smithi155 bash[18934]: cluster 2024-09-10T19:05:23.778341+0000 mgr.y (mgr.14140) 137 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T19:05:25.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:24 smithi155 bash[14970]: cluster 2024-09-10T19:05:23.778341+0000 mgr.y (mgr.14140) 137 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T19:05:25.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:24 smithi155 bash[14970]: audit 2024-09-10T19:05:24.613289+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611046\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611246\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611373\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"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-10T19:05:24.611494\", \"created\": \"2024-09-10T19:05:23.743830\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not 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\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}}, \"last_daemon_update\": \"2024-09-10T19:05:24.611694\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:05:25.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:24 smithi155 bash[14970]: audit 2024-09-10T19:05:24.619487+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611046\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611246\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611373\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"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-10T19:05:24.611494\", \"created\": \"2024-09-10T19:05:23.743830\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not 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\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}}, \"last_daemon_update\": \"2024-09-10T19:05:24.611694\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:05:25.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:24 smithi155 bash[14970]: audit 2024-09-10T19:05:24.620919+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:05:25.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:24 smithi155 bash[18934]: audit 2024-09-10T19:05:24.613289+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611046\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611246\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611373\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"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-10T19:05:24.611494\", \"created\": \"2024-09-10T19:05:23.743830\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not 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\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}}, \"last_daemon_update\": \"2024-09-10T19:05:24.611694\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:05:25.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:24 smithi155 bash[18934]: audit 2024-09-10T19:05:24.619487+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611046\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611246\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611373\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"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-10T19:05:24.611494\", \"created\": \"2024-09-10T19:05:23.743830\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not 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\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}}, \"last_daemon_update\": \"2024-09-10T19:05:24.611694\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:05:25.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:24 smithi155 bash[18934]: audit 2024-09-10T19:05:24.620919+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:05:26.120 INFO:journalctl@ceph.osd.5.smithi189.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-10T19:05:27.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:26 smithi155 bash[18934]: cluster 2024-09-10T19:05:25.778923+0000 mgr.y (mgr.14140) 138 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T19:05:27.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:26 smithi155 bash[18934]: audit 2024-09-10T19:05:25.794206+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c06f797e-2a20-4a7f-8d64-afce1feb7aae\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725995107.7833664, \"finished_at\": 1725995123.780893}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T19:05:27.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:26 smithi155 bash[18934]: audit 2024-09-10T19:05:25.801140+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c06f797e-2a20-4a7f-8d64-afce1feb7aae\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725995107.7833664, \"finished_at\": 1725995123.780893}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T19:05:27.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:26 smithi155 bash[14970]: cluster 2024-09-10T19:05:25.778923+0000 mgr.y (mgr.14140) 138 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T19:05:27.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:26 smithi155 bash[14970]: audit 2024-09-10T19:05:25.794206+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c06f797e-2a20-4a7f-8d64-afce1feb7aae\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725995107.7833664, \"finished_at\": 1725995123.780893}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T19:05:27.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:26 smithi155 bash[14970]: audit 2024-09-10T19:05:25.801140+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c06f797e-2a20-4a7f-8d64-afce1feb7aae\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725995107.7833664, \"finished_at\": 1725995123.780893}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T19:05:27.112 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:26 smithi189 bash[14634]: cluster 2024-09-10T19:05:25.778923+0000 mgr.y (mgr.14140) 138 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T19:05:27.112 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:26 smithi189 bash[14634]: audit 2024-09-10T19:05:25.794206+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c06f797e-2a20-4a7f-8d64-afce1feb7aae\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725995107.7833664, \"finished_at\": 1725995123.780893}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T19:05:27.112 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:26 smithi189 bash[14634]: audit 2024-09-10T19:05:25.801140+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c06f797e-2a20-4a7f-8d64-afce1feb7aae\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725995107.7833664, \"finished_at\": 1725995123.780893}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T19:05:27.113 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:05:26 smithi189 bash[18109]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-10T19:05:27.113 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:05:26 smithi189 bash[18109]: 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-10T19:05:27.113 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:05:26 smithi189 bash[18109]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2024-09-10T19:05:27.113 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:05:26 smithi189 bash[18109]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2024-09-10T19:05:27.113 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:05:26 smithi189 bash[18109]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-10T19:05:27.113 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:05:26 smithi189 bash[18109]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-10T19:05:27.113 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:05:26 smithi189 bash[18109]: --> ceph-volume lvm activate successful for osd ID: 5 2024-09-10T19:05:28.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:28 smithi189 bash[14634]: cluster 2024-09-10T19:05:27.779494+0000 mgr.y (mgr.14140) 139 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T19:05:29.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:28 smithi155 bash[14970]: cluster 2024-09-10T19:05:27.779494+0000 mgr.y (mgr.14140) 139 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T19:05:29.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:28 smithi155 bash[18934]: cluster 2024-09-10T19:05:27.779494+0000 mgr.y (mgr.14140) 139 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T19:05:31.071 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:30 smithi189 bash[14634]: cluster 2024-09-10T19:05:29.780091+0000 mgr.y (mgr.14140) 140 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T19:05:31.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:30 smithi155 bash[14970]: cluster 2024-09-10T19:05:29.780091+0000 mgr.y (mgr.14140) 140 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T19:05:31.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:30 smithi155 bash[18934]: cluster 2024-09-10T19:05:29.780091+0000 mgr.y (mgr.14140) 140 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T19:05:31.452 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:05:31 smithi189 bash[18455]: debug 2024-09-10T19:05:31.183+0000 7fe386355ec0 -1 Falling back to public interface 2024-09-10T19:05:31.517 INFO:teuthology.orchestra.run.smithi189.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-09-10T19:05:31.517 INFO:teuthology.orchestra.run.smithi189.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-09-10T19:05:31.517 INFO:teuthology.orchestra.run.smithi189.stderr: stderr: 10+0 records in 2024-09-10T19:05:31.517 INFO:teuthology.orchestra.run.smithi189.stderr:10+0 records out 2024-09-10T19:05:31.517 INFO:teuthology.orchestra.run.smithi189.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0187229 s, 560 MB/s 2024-09-10T19:05:31.517 INFO:teuthology.orchestra.run.smithi189.stderr:--> Zapping successful for: 2024-09-10T19:05:32.193 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:31 smithi189 bash[14634]: cluster 2024-09-10T19:05:31.780709+0000 mgr.y (mgr.14140) 141 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T19:05:32.194 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:05:31 smithi189 bash[18455]: debug 2024-09-10T19:05:31.855+0000 7fe386355ec0 -1 osd.5 0 log_to_monitors {default=true} 2024-09-10T19:05:32.195 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi189:vg_nvme/lv_2 2024-09-10T19:05:32.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:31 smithi155 bash[14970]: cluster 2024-09-10T19:05:31.780709+0000 mgr.y (mgr.14140) 141 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T19:05:32.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:31 smithi155 bash[18934]: cluster 2024-09-10T19:05:31.780709+0000 mgr.y (mgr.14140) 141 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T19:05:33.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:32 smithi189 bash[14634]: audit 2024-09-10T19:05:31.865849+0000 mon.b (mon.2) 10 : audit [INF] from='osd.5 [v2:172.21.15.189:6808/2854675567,v1:172.21.15.189:6809/2854675567]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T19:05:33.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:32 smithi189 bash[14634]: audit 2024-09-10T19:05:31.866374+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"]}]: dispatch 2024-09-10T19:05:33.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:32 smithi155 bash[14970]: audit 2024-09-10T19:05:31.865849+0000 mon.b (mon.2) 10 : audit [INF] from='osd.5 [v2:172.21.15.189:6808/2854675567,v1:172.21.15.189:6809/2854675567]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T19:05:33.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:32 smithi155 bash[14970]: audit 2024-09-10T19:05:31.866374+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"]}]: dispatch 2024-09-10T19:05:33.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:32 smithi155 bash[18934]: audit 2024-09-10T19:05:31.865849+0000 mon.b (mon.2) 10 : audit [INF] from='osd.5 [v2:172.21.15.189:6808/2854675567,v1:172.21.15.189:6809/2854675567]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T19:05:33.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:32 smithi155 bash[18934]: audit 2024-09-10T19:05:31.866374+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"]}]: dispatch 2024-09-10T19:05:34.135 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:05:33 smithi189 bash[18455]: debug 2024-09-10T19:05:33.883+0000 7fe36b102700 -1 osd.5 0 waiting for initial osdmap 2024-09-10T19:05:34.136 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:33 smithi189 bash[14634]: cluster 2024-09-10T19:05:32.849557+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T19:05:34.136 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:33 smithi189 bash[14634]: cluster 2024-09-10T19:05:32.849623+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T19:05:34.136 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:33 smithi189 bash[14634]: audit 2024-09-10T19:05:32.878586+0000 mon.a (mon.0) 369 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-10T19:05:34.136 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:33 smithi189 bash[14634]: cluster 2024-09-10T19:05:32.878655+0000 mon.a (mon.0) 370 : cluster [DBG] osdmap e34: 6 total, 5 up, 5 in 2024-09-10T19:05:34.136 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:33 smithi189 bash[14634]: audit 2024-09-10T19:05:32.878891+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:05:34.136 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:33 smithi189 bash[14634]: audit 2024-09-10T19:05:32.879773+0000 mon.b (mon.2) 11 : audit [INF] from='osd.5 [v2:172.21.15.189:6808/2854675567,v1:172.21.15.189:6809/2854675567]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:05:34.136 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:33 smithi189 bash[14634]: audit 2024-09-10T19:05:32.880305+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=smithi189", "root=default"]}]: dispatch 2024-09-10T19:05:34.136 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:33 smithi189 bash[14634]: audit 2024-09-10T19:05:33.650556+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:05:34.137 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:33 smithi189 bash[14634]: cluster 2024-09-10T19:05:33.781294+0000 mgr.y (mgr.14140) 142 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T19:05:34.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:33 smithi155 bash[14970]: cluster 2024-09-10T19:05:32.849557+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T19:05:34.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:33 smithi155 bash[14970]: cluster 2024-09-10T19:05:32.849623+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T19:05:34.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:33 smithi155 bash[14970]: audit 2024-09-10T19:05:32.878586+0000 mon.a (mon.0) 369 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-10T19:05:34.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:33 smithi155 bash[14970]: cluster 2024-09-10T19:05:32.878655+0000 mon.a (mon.0) 370 : cluster [DBG] osdmap e34: 6 total, 5 up, 5 in 2024-09-10T19:05:34.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:33 smithi155 bash[14970]: audit 2024-09-10T19:05:32.878891+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:05:34.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:33 smithi155 bash[14970]: audit 2024-09-10T19:05:32.879773+0000 mon.b (mon.2) 11 : audit [INF] from='osd.5 [v2:172.21.15.189:6808/2854675567,v1:172.21.15.189:6809/2854675567]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:05:34.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:33 smithi155 bash[14970]: audit 2024-09-10T19:05:32.880305+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=smithi189", "root=default"]}]: dispatch 2024-09-10T19:05:34.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:33 smithi155 bash[14970]: audit 2024-09-10T19:05:33.650556+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:05:34.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:33 smithi155 bash[14970]: cluster 2024-09-10T19:05:33.781294+0000 mgr.y (mgr.14140) 142 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T19:05:34.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:33 smithi155 bash[18934]: cluster 2024-09-10T19:05:32.849557+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T19:05:34.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:33 smithi155 bash[18934]: cluster 2024-09-10T19:05:32.849623+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T19:05:34.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:33 smithi155 bash[18934]: audit 2024-09-10T19:05:32.878586+0000 mon.a (mon.0) 369 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-10T19:05:34.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:33 smithi155 bash[18934]: cluster 2024-09-10T19:05:32.878655+0000 mon.a (mon.0) 370 : cluster [DBG] osdmap e34: 6 total, 5 up, 5 in 2024-09-10T19:05:34.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:33 smithi155 bash[18934]: audit 2024-09-10T19:05:32.878891+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:05:34.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:33 smithi155 bash[18934]: audit 2024-09-10T19:05:32.879773+0000 mon.b (mon.2) 11 : audit [INF] from='osd.5 [v2:172.21.15.189:6808/2854675567,v1:172.21.15.189:6809/2854675567]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:05:34.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:33 smithi155 bash[18934]: audit 2024-09-10T19:05:32.880305+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=smithi189", "root=default"]}]: dispatch 2024-09-10T19:05:34.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:33 smithi155 bash[18934]: audit 2024-09-10T19:05:33.650556+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:05:34.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:33 smithi155 bash[18934]: cluster 2024-09-10T19:05:33.781294+0000 mgr.y (mgr.14140) 142 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T19:05:34.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:34 smithi189 bash[14634]: audit 2024-09-10T19:05:33.881425+0000 mon.a (mon.0) 374 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]': finished 2024-09-10T19:05:34.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:34 smithi189 bash[14634]: cluster 2024-09-10T19:05:33.881476+0000 mon.a (mon.0) 375 : cluster [DBG] osdmap e35: 6 total, 5 up, 5 in 2024-09-10T19:05:34.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:34 smithi189 bash[14634]: audit 2024-09-10T19:05:33.882021+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:05:34.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:34 smithi189 bash[14634]: audit 2024-09-10T19:05:33.886754+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611046\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611246\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611373\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"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-10T19:05:24.611494\", \"created\": \"2024-09-10T19:05:23.743830\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}}, \"last_daemon_update\": \"2024-09-10T19:05:24.611694\", \"last_device_update\": \"2024-09-10T19:05:33.885807\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:05:34.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:34 smithi189 bash[14634]: audit 2024-09-10T19:05:33.890328+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611046\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611246\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611373\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"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-10T19:05:24.611494\", \"created\": \"2024-09-10T19:05:23.743830\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}}, \"last_daemon_update\": \"2024-09-10T19:05:24.611694\", \"last_device_update\": \"2024-09-10T19:05:33.885807\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:05:35.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:34 smithi155 bash[14970]: audit 2024-09-10T19:05:33.881425+0000 mon.a (mon.0) 374 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]': finished 2024-09-10T19:05:35.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:34 smithi155 bash[14970]: cluster 2024-09-10T19:05:33.881476+0000 mon.a (mon.0) 375 : cluster [DBG] osdmap e35: 6 total, 5 up, 5 in 2024-09-10T19:05:35.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:34 smithi155 bash[14970]: audit 2024-09-10T19:05:33.882021+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:05:35.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:34 smithi155 bash[18934]: audit 2024-09-10T19:05:33.881425+0000 mon.a (mon.0) 374 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]': finished 2024-09-10T19:05:35.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:34 smithi155 bash[18934]: cluster 2024-09-10T19:05:33.881476+0000 mon.a (mon.0) 375 : cluster [DBG] osdmap e35: 6 total, 5 up, 5 in 2024-09-10T19:05:35.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:34 smithi155 bash[18934]: audit 2024-09-10T19:05:33.882021+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:05:35.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:34 smithi155 bash[14970]: audit 2024-09-10T19:05:33.886754+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611046\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611246\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611373\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"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-10T19:05:24.611494\", \"created\": \"2024-09-10T19:05:23.743830\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}}, \"last_daemon_update\": \"2024-09-10T19:05:24.611694\", \"last_device_update\": \"2024-09-10T19:05:33.885807\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:05:35.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:34 smithi155 bash[14970]: audit 2024-09-10T19:05:33.890328+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611046\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611246\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611373\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"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-10T19:05:24.611494\", \"created\": \"2024-09-10T19:05:23.743830\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}}, \"last_daemon_update\": \"2024-09-10T19:05:24.611694\", \"last_device_update\": \"2024-09-10T19:05:33.885807\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:05:35.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:34 smithi155 bash[18934]: audit 2024-09-10T19:05:33.886754+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611046\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611246\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611373\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"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-10T19:05:24.611494\", \"created\": \"2024-09-10T19:05:23.743830\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}}, \"last_daemon_update\": \"2024-09-10T19:05:24.611694\", \"last_device_update\": \"2024-09-10T19:05:33.885807\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:05:35.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:34 smithi155 bash[18934]: audit 2024-09-10T19:05:33.890328+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611046\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611246\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611373\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"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-10T19:05:24.611494\", \"created\": \"2024-09-10T19:05:23.743830\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}}, \"last_daemon_update\": \"2024-09-10T19:05:24.611694\", \"last_device_update\": \"2024-09-10T19:05:33.885807\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:05:36.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:35 smithi189 bash[14634]: cluster 2024-09-10T19:05:34.886178+0000 mon.a (mon.0) 379 : cluster [INF] osd.5 [v2:172.21.15.189:6808/2854675567,v1:172.21.15.189:6809/2854675567] boot 2024-09-10T19:05:36.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:35 smithi189 bash[14634]: cluster 2024-09-10T19:05:34.886301+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e36: 6 total, 6 up, 6 in 2024-09-10T19:05:36.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:35 smithi189 bash[14634]: audit 2024-09-10T19:05:34.887802+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:05:36.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:35 smithi189 bash[14634]: cluster 2024-09-10T19:05:35.781838+0000 mgr.y (mgr.14140) 143 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:05:36.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:35 smithi155 bash[14970]: cluster 2024-09-10T19:05:34.886178+0000 mon.a (mon.0) 379 : cluster [INF] osd.5 [v2:172.21.15.189:6808/2854675567,v1:172.21.15.189:6809/2854675567] boot 2024-09-10T19:05:36.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:35 smithi155 bash[14970]: cluster 2024-09-10T19:05:34.886301+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e36: 6 total, 6 up, 6 in 2024-09-10T19:05:36.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:35 smithi155 bash[14970]: audit 2024-09-10T19:05:34.887802+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:05:36.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:35 smithi155 bash[14970]: cluster 2024-09-10T19:05:35.781838+0000 mgr.y (mgr.14140) 143 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:05:36.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:35 smithi155 bash[18934]: cluster 2024-09-10T19:05:34.886178+0000 mon.a (mon.0) 379 : cluster [INF] osd.5 [v2:172.21.15.189:6808/2854675567,v1:172.21.15.189:6809/2854675567] boot 2024-09-10T19:05:36.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:35 smithi155 bash[18934]: cluster 2024-09-10T19:05:34.886301+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e36: 6 total, 6 up, 6 in 2024-09-10T19:05:36.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:35 smithi155 bash[18934]: audit 2024-09-10T19:05:34.887802+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:05:36.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:35 smithi155 bash[18934]: cluster 2024-09-10T19:05:35.781838+0000 mgr.y (mgr.14140) 143 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:05:37.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:36 smithi189 bash[14634]: audit 2024-09-10T19:05:35.895663+0000 mgr.y (mgr.14140) 144 : audit [DBG] from='client.34271 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi189:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:37.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:36 smithi189 bash[14634]: cephadm 2024-09-10T19:05:35.897503+0000 mgr.y (mgr.14140) 145 : cephadm [INF] Applying osd on host smithi189... 2024-09-10T19:05:37.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:36 smithi189 bash[14634]: audit 2024-09-10T19:05:35.898162+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T19:05:37.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:36 smithi189 bash[14634]: cluster 2024-09-10T19:05:35.905612+0000 mon.a (mon.0) 383 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-10T19:05:37.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:36 smithi189 bash[14634]: audit 2024-09-10T19:05:35.906158+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:05:37.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:36 smithi189 bash[14634]: audit 2024-09-10T19:05:35.908655+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:05:37.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:36 smithi155 bash[14970]: audit 2024-09-10T19:05:35.895663+0000 mgr.y (mgr.14140) 144 : audit [DBG] from='client.34271 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi189:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:37.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:36 smithi155 bash[14970]: cephadm 2024-09-10T19:05:35.897503+0000 mgr.y (mgr.14140) 145 : cephadm [INF] Applying osd on host smithi189... 2024-09-10T19:05:37.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:36 smithi155 bash[14970]: audit 2024-09-10T19:05:35.898162+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T19:05:37.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:36 smithi155 bash[14970]: cluster 2024-09-10T19:05:35.905612+0000 mon.a (mon.0) 383 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-10T19:05:37.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:36 smithi155 bash[14970]: audit 2024-09-10T19:05:35.906158+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:05:37.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:36 smithi155 bash[14970]: audit 2024-09-10T19:05:35.908655+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:05:37.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:36 smithi155 bash[18934]: audit 2024-09-10T19:05:35.895663+0000 mgr.y (mgr.14140) 144 : audit [DBG] from='client.34271 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi189:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:37.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:36 smithi155 bash[18934]: cephadm 2024-09-10T19:05:35.897503+0000 mgr.y (mgr.14140) 145 : cephadm [INF] Applying osd on host smithi189... 2024-09-10T19:05:37.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:36 smithi155 bash[18934]: audit 2024-09-10T19:05:35.898162+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T19:05:37.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:36 smithi155 bash[18934]: cluster 2024-09-10T19:05:35.905612+0000 mon.a (mon.0) 383 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-10T19:05:37.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:36 smithi155 bash[18934]: audit 2024-09-10T19:05:35.906158+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:05:37.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:36 smithi155 bash[18934]: audit 2024-09-10T19:05:35.908655+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:05:38.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:37 smithi189 bash[14634]: cluster 2024-09-10T19:05:37.782454+0000 mgr.y (mgr.14140) 146 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:05:38.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:37 smithi155 bash[14970]: cluster 2024-09-10T19:05:37.782454+0000 mgr.y (mgr.14140) 146 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:05:38.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:37 smithi155 bash[18934]: cluster 2024-09-10T19:05:37.782454+0000 mgr.y (mgr.14140) 146 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:05:39.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:39 smithi189 bash[14634]: audit 2024-09-10T19:05:39.571918+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.189:0/571031529' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "05c4b051-4848-42d1-bd3f-f13e75c1c62c"}]: dispatch 2024-09-10T19:05:39.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:39 smithi189 bash[14634]: audit 2024-09-10T19:05:39.572620+0000 mon.a (mon.0) 386 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "05c4b051-4848-42d1-bd3f-f13e75c1c62c"}]: dispatch 2024-09-10T19:05:39.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:39 smithi189 bash[14634]: audit 2024-09-10T19:05:39.585744+0000 mon.a (mon.0) 387 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "05c4b051-4848-42d1-bd3f-f13e75c1c62c"}]': finished 2024-09-10T19:05:39.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:39 smithi189 bash[14634]: cluster 2024-09-10T19:05:39.585875+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e38: 7 total, 6 up, 6 in 2024-09-10T19:05:39.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:39 smithi189 bash[14634]: audit 2024-09-10T19:05:39.586162+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:05:40.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:39 smithi155 bash[14970]: audit 2024-09-10T19:05:39.571918+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.189:0/571031529' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "05c4b051-4848-42d1-bd3f-f13e75c1c62c"}]: dispatch 2024-09-10T19:05:40.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:39 smithi155 bash[14970]: audit 2024-09-10T19:05:39.572620+0000 mon.a (mon.0) 386 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "05c4b051-4848-42d1-bd3f-f13e75c1c62c"}]: dispatch 2024-09-10T19:05:40.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:39 smithi155 bash[14970]: audit 2024-09-10T19:05:39.585744+0000 mon.a (mon.0) 387 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "05c4b051-4848-42d1-bd3f-f13e75c1c62c"}]': finished 2024-09-10T19:05:40.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:39 smithi155 bash[14970]: cluster 2024-09-10T19:05:39.585875+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e38: 7 total, 6 up, 6 in 2024-09-10T19:05:40.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:39 smithi155 bash[14970]: audit 2024-09-10T19:05:39.586162+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:05:40.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:39 smithi155 bash[18934]: audit 2024-09-10T19:05:39.571918+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.189:0/571031529' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "05c4b051-4848-42d1-bd3f-f13e75c1c62c"}]: dispatch 2024-09-10T19:05:40.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:39 smithi155 bash[18934]: audit 2024-09-10T19:05:39.572620+0000 mon.a (mon.0) 386 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "05c4b051-4848-42d1-bd3f-f13e75c1c62c"}]: dispatch 2024-09-10T19:05:40.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:39 smithi155 bash[18934]: audit 2024-09-10T19:05:39.585744+0000 mon.a (mon.0) 387 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "05c4b051-4848-42d1-bd3f-f13e75c1c62c"}]': finished 2024-09-10T19:05:40.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:39 smithi155 bash[18934]: cluster 2024-09-10T19:05:39.585875+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e38: 7 total, 6 up, 6 in 2024-09-10T19:05:40.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:39 smithi155 bash[18934]: audit 2024-09-10T19:05:39.586162+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:05:41.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:40 smithi155 bash[18934]: cluster 2024-09-10T19:05:39.782978+0000 mgr.y (mgr.14140) 147 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 1.8 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:05:41.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:40 smithi155 bash[14970]: cluster 2024-09-10T19:05:39.782978+0000 mgr.y (mgr.14140) 147 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 1.8 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:05:41.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:40 smithi189 bash[14634]: cluster 2024-09-10T19:05:39.782978+0000 mgr.y (mgr.14140) 147 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 1.8 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:05:42.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:41 smithi155 bash[18934]: audit 2024-09-10T19:05:41.738461+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.189:0/1941135816' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T19:05:42.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:41 smithi155 bash[14970]: audit 2024-09-10T19:05:41.738461+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.189:0/1941135816' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T19:05:42.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:41 smithi189 bash[14634]: audit 2024-09-10T19:05:41.738461+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.189:0/1941135816' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T19:05:43.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:42 smithi155 bash[14970]: cluster 2024-09-10T19:05:41.783537+0000 mgr.y (mgr.14140) 148 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:05:43.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:42 smithi155 bash[18934]: cluster 2024-09-10T19:05:41.783537+0000 mgr.y (mgr.14140) 148 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:05:43.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:42 smithi189 bash[14634]: cluster 2024-09-10T19:05:41.783537+0000 mgr.y (mgr.14140) 148 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:05:44.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:43 smithi155 bash[18934]: cluster 2024-09-10T19:05:43.784015+0000 mgr.y (mgr.14140) 149 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:05:44.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:43 smithi155 bash[14970]: cluster 2024-09-10T19:05:43.784015+0000 mgr.y (mgr.14140) 149 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:05:44.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:43 smithi189 bash[14634]: cluster 2024-09-10T19:05:43.784015+0000 mgr.y (mgr.14140) 149 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:05:45.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:44 smithi155 bash[14970]: audit 2024-09-10T19:05:44.542384+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:05:45.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:44 smithi155 bash[18934]: audit 2024-09-10T19:05:44.542384+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:05:45.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:44 smithi189 bash[14634]: audit 2024-09-10T19:05:44.542384+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:05:46.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:45 smithi155 bash[14970]: cluster 2024-09-10T19:05:45.784520+0000 mgr.y (mgr.14140) 150 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:05:46.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:45 smithi155 bash[18934]: cluster 2024-09-10T19:05:45.784520+0000 mgr.y (mgr.14140) 150 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:05:46.126 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:45 smithi189 bash[14634]: cluster 2024-09-10T19:05:45.784520+0000 mgr.y (mgr.14140) 150 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:05:48.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:47 smithi189 bash[14634]: cluster 2024-09-10T19:05:47.785113+0000 mgr.y (mgr.14140) 151 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:05:48.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:47 smithi155 bash[18934]: cluster 2024-09-10T19:05:47.785113+0000 mgr.y (mgr.14140) 151 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:05:48.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:47 smithi155 bash[14970]: cluster 2024-09-10T19:05:47.785113+0000 mgr.y (mgr.14140) 151 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:05:49.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:48 smithi189 bash[14634]: audit 2024-09-10T19:05:48.618205+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T19:05:49.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:48 smithi189 bash[14634]: audit 2024-09-10T19:05:48.619976+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:05:49.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:48 smithi189 bash[14634]: cephadm 2024-09-10T19:05:48.621296+0000 mgr.y (mgr.14140) 152 : cephadm [INF] Deploying daemon osd.6 on smithi189 2024-09-10T19:05:49.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:48 smithi189 bash[14634]: audit 2024-09-10T19:05:48.621950+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-09-10T19:05:49.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:48 smithi155 bash[14970]: audit 2024-09-10T19:05:48.618205+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T19:05:49.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:48 smithi155 bash[14970]: audit 2024-09-10T19:05:48.619976+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:05:49.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:48 smithi155 bash[14970]: cephadm 2024-09-10T19:05:48.621296+0000 mgr.y (mgr.14140) 152 : cephadm [INF] Deploying daemon osd.6 on smithi189 2024-09-10T19:05:49.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:48 smithi155 bash[14970]: audit 2024-09-10T19:05:48.621950+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-09-10T19:05:49.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:48 smithi155 bash[18934]: audit 2024-09-10T19:05:48.618205+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T19:05:49.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:48 smithi155 bash[18934]: audit 2024-09-10T19:05:48.619976+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:05:49.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:48 smithi155 bash[18934]: cephadm 2024-09-10T19:05:48.621296+0000 mgr.y (mgr.14140) 152 : cephadm [INF] Deploying daemon osd.6 on smithi189 2024-09-10T19:05:49.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:48 smithi155 bash[18934]: audit 2024-09-10T19:05:48.621950+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-09-10T19:05:50.939 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:50 smithi189 bash[14634]: cluster 2024-09-10T19:05:49.785652+0000 mgr.y (mgr.14140) 153 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:05:50.992 INFO:teuthology.orchestra.run.smithi189.stdout:Created osd(s) 6 on host 'smithi189' 2024-09-10T19:05:51.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:50 smithi155 bash[14970]: cluster 2024-09-10T19:05:49.785652+0000 mgr.y (mgr.14140) 153 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:05:51.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:50 smithi155 bash[18934]: cluster 2024-09-10T19:05:49.785652+0000 mgr.y (mgr.14140) 153 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:05:51.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:51 smithi189 bash[14634]: audit 2024-09-10T19:05:50.982096+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611046\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611246\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611373\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"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-10T19:05:24.611494\", \"created\": \"2024-09-10T19:05:23.743830\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}}, \"last_device_update\": \"2024-09-10T19:05:33.885807\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:05:51.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:51 smithi189 bash[14634]: audit 2024-09-10T19:05:50.983121+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:05:51.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:51 smithi189 bash[14634]: audit 2024-09-10T19:05:50.988364+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611046\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611246\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611373\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"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-10T19:05:24.611494\", \"created\": \"2024-09-10T19:05:23.743830\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}}, \"last_device_update\": \"2024-09-10T19:05:33.885807\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:05:52.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:51 smithi155 bash[18934]: audit 2024-09-10T19:05:50.982096+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611046\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611246\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611373\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"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-10T19:05:24.611494\", \"created\": \"2024-09-10T19:05:23.743830\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}}, \"last_device_update\": \"2024-09-10T19:05:33.885807\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:05:52.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:51 smithi155 bash[18934]: audit 2024-09-10T19:05:50.983121+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:05:52.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:51 smithi155 bash[18934]: audit 2024-09-10T19:05:50.988364+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611046\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611246\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611373\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"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-10T19:05:24.611494\", \"created\": \"2024-09-10T19:05:23.743830\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}}, \"last_device_update\": \"2024-09-10T19:05:33.885807\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:05:52.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:51 smithi155 bash[14970]: audit 2024-09-10T19:05:50.982096+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611046\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611246\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611373\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"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-10T19:05:24.611494\", \"created\": \"2024-09-10T19:05:23.743830\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}}, \"last_device_update\": \"2024-09-10T19:05:33.885807\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:05:52.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:51 smithi155 bash[14970]: audit 2024-09-10T19:05:50.983121+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:05:52.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:51 smithi155 bash[14970]: audit 2024-09-10T19:05:50.988364+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611046\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611246\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:24.611373\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"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-10T19:05:24.611494\", \"created\": \"2024-09-10T19:05:23.743830\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}}, \"last_device_update\": \"2024-09-10T19:05:33.885807\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:05:52.503 DEBUG:teuthology.orchestra.run.smithi189:osd.6> sudo journalctl -f -n 0 -u ceph-e044737e-6fa6-11ef-bcea-c7b262605968@osd.6.service 2024-09-10T19:05:52.505 INFO:tasks.cephadm:Deploying osd.7 on smithi189 with /dev/vg_nvme/lv_1... 2024-09-10T19:05:52.505 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-09-10T19:05:53.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:52 smithi155 bash[14970]: cluster 2024-09-10T19:05:51.786200+0000 mgr.y (mgr.14140) 154 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:05:53.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:52 smithi155 bash[18934]: cluster 2024-09-10T19:05:51.786200+0000 mgr.y (mgr.14140) 154 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:05:53.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:52 smithi155 bash[18934]: audit 2024-09-10T19:05:51.858980+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856595\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856794\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856922\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.857045\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"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-10T19:05:51.857166\", \"created\": \"2024-09-10T19:05:50.959191\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}}, \"last_daemon_update\": \"2024-09-10T19:05:51.857358\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:05:53.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:52 smithi155 bash[14970]: audit 2024-09-10T19:05:51.858980+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856595\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856794\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856922\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.857045\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"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-10T19:05:51.857166\", \"created\": \"2024-09-10T19:05:50.959191\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}}, \"last_daemon_update\": \"2024-09-10T19:05:51.857358\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:05:53.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:52 smithi155 bash[14970]: audit 2024-09-10T19:05:51.865162+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856595\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856794\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856922\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.857045\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"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-10T19:05:51.857166\", \"created\": \"2024-09-10T19:05:50.959191\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}}, \"last_daemon_update\": \"2024-09-10T19:05:51.857358\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:05:53.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:52 smithi155 bash[14970]: audit 2024-09-10T19:05:51.866648+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:05:53.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:52 smithi155 bash[18934]: audit 2024-09-10T19:05:51.865162+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856595\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856794\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856922\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.857045\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"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-10T19:05:51.857166\", \"created\": \"2024-09-10T19:05:50.959191\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}}, \"last_daemon_update\": \"2024-09-10T19:05:51.857358\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:05:53.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:52 smithi155 bash[18934]: audit 2024-09-10T19:05:51.866648+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:05:53.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:52 smithi189 bash[14634]: cluster 2024-09-10T19:05:51.786200+0000 mgr.y (mgr.14140) 154 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:05:53.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:52 smithi189 bash[14634]: audit 2024-09-10T19:05:51.858980+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856595\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856794\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856922\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.857045\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"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-10T19:05:51.857166\", \"created\": \"2024-09-10T19:05:50.959191\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}}, \"last_daemon_update\": \"2024-09-10T19:05:51.857358\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:05:53.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:52 smithi189 bash[14634]: audit 2024-09-10T19:05:51.865162+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856595\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856794\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856922\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.857045\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"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-10T19:05:51.857166\", \"created\": \"2024-09-10T19:05:50.959191\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}}, \"last_daemon_update\": \"2024-09-10T19:05:51.857358\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:05:53.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:52 smithi189 bash[14634]: audit 2024-09-10T19:05:51.866648+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:05:53.389 INFO:journalctl@ceph.osd.6.smithi189.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-10T19:05:54.452 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:05:54 smithi189 bash[19715]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-10T19:05:54.452 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:05:54 smithi189 bash[19715]: 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-10T19:05:54.453 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:05:54 smithi189 bash[19715]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2024-09-10T19:05:54.453 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:05:54 smithi189 bash[19715]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2024-09-10T19:05:54.453 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:05:54 smithi189 bash[19715]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-10T19:05:54.453 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:05:54 smithi189 bash[19715]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-10T19:05:54.453 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:05:54 smithi189 bash[19715]: --> ceph-volume lvm activate successful for osd ID: 6 2024-09-10T19:05:54.922 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:54 smithi189 bash[14634]: cluster 2024-09-10T19:05:53.786825+0000 mgr.y (mgr.14140) 155 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:05:55.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:54 smithi155 bash[14970]: cluster 2024-09-10T19:05:53.786825+0000 mgr.y (mgr.14140) 155 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:05:55.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:54 smithi155 bash[18934]: cluster 2024-09-10T19:05:53.786825+0000 mgr.y (mgr.14140) 155 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:05:57.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:56 smithi155 bash[14970]: cluster 2024-09-10T19:05:55.787417+0000 mgr.y (mgr.14140) 156 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:05:57.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:56 smithi155 bash[14970]: audit 2024-09-10T19:05:55.806592+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c06f797e-2a20-4a7f-8d64-afce1feb7aae\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725995107.7833664, \"finished_at\": 1725995123.780893}, {\"id\": \"6822fa21-bcfb-406d-b5b2-aeb2dba03ccb\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725995134.887435, \"finished_at\": 1725995151.0000436}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T19:05:57.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:56 smithi155 bash[14970]: audit 2024-09-10T19:05:55.812332+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c06f797e-2a20-4a7f-8d64-afce1feb7aae\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725995107.7833664, \"finished_at\": 1725995123.780893}, {\"id\": \"6822fa21-bcfb-406d-b5b2-aeb2dba03ccb\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725995134.887435, \"finished_at\": 1725995151.0000436}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T19:05:57.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:56 smithi155 bash[18934]: cluster 2024-09-10T19:05:55.787417+0000 mgr.y (mgr.14140) 156 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:05:57.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:56 smithi155 bash[18934]: audit 2024-09-10T19:05:55.806592+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c06f797e-2a20-4a7f-8d64-afce1feb7aae\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725995107.7833664, \"finished_at\": 1725995123.780893}, {\"id\": \"6822fa21-bcfb-406d-b5b2-aeb2dba03ccb\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725995134.887435, \"finished_at\": 1725995151.0000436}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T19:05:57.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:56 smithi155 bash[18934]: audit 2024-09-10T19:05:55.812332+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c06f797e-2a20-4a7f-8d64-afce1feb7aae\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725995107.7833664, \"finished_at\": 1725995123.780893}, {\"id\": \"6822fa21-bcfb-406d-b5b2-aeb2dba03ccb\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725995134.887435, \"finished_at\": 1725995151.0000436}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T19:05:57.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:56 smithi189 bash[14634]: cluster 2024-09-10T19:05:55.787417+0000 mgr.y (mgr.14140) 156 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:05:57.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:56 smithi189 bash[14634]: audit 2024-09-10T19:05:55.806592+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c06f797e-2a20-4a7f-8d64-afce1feb7aae\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725995107.7833664, \"finished_at\": 1725995123.780893}, {\"id\": \"6822fa21-bcfb-406d-b5b2-aeb2dba03ccb\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725995134.887435, \"finished_at\": 1725995151.0000436}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T19:05:57.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:56 smithi189 bash[14634]: audit 2024-09-10T19:05:55.812332+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c06f797e-2a20-4a7f-8d64-afce1feb7aae\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725995107.7833664, \"finished_at\": 1725995123.780893}, {\"id\": \"6822fa21-bcfb-406d-b5b2-aeb2dba03ccb\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725995134.887435, \"finished_at\": 1725995151.0000436}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T19:05:58.400 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:05:58 smithi189 bash[20046]: debug 2024-09-10T19:05:58.131+0000 7f429e0efec0 -1 Falling back to public interface 2024-09-10T19:05:58.998 INFO:teuthology.orchestra.run.smithi189.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-09-10T19:05:58.998 INFO:teuthology.orchestra.run.smithi189.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-09-10T19:05:58.998 INFO:teuthology.orchestra.run.smithi189.stderr: stderr: 10+0 records in 2024-09-10T19:05:58.998 INFO:teuthology.orchestra.run.smithi189.stderr:10+0 records out 2024-09-10T19:05:58.999 INFO:teuthology.orchestra.run.smithi189.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0196883 s, 533 MB/s 2024-09-10T19:05:58.999 INFO:teuthology.orchestra.run.smithi189.stderr:--> Zapping successful for: 2024-09-10T19:05:59.057 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:58 smithi189 bash[14634]: cluster 2024-09-10T19:05:57.787958+0000 mgr.y (mgr.14140) 157 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:05:59.057 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:58 smithi189 bash[14634]: audit 2024-09-10T19:05:58.788068+0000 mon.b (mon.2) 14 : audit [INF] from='osd.6 [v2:172.21.15.189:6816/3396429427,v1:172.21.15.189:6817/3396429427]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T19:05:59.057 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:58 smithi189 bash[14634]: audit 2024-09-10T19:05:58.788693+0000 mon.a (mon.0) 402 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T19:05:59.057 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:05:58 smithi189 bash[20046]: debug 2024-09-10T19:05:58.779+0000 7f429e0efec0 -1 osd.6 0 log_to_monitors {default=true} 2024-09-10T19:05:59.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:58 smithi155 bash[14970]: cluster 2024-09-10T19:05:57.787958+0000 mgr.y (mgr.14140) 157 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:05:59.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:58 smithi155 bash[14970]: audit 2024-09-10T19:05:58.788068+0000 mon.b (mon.2) 14 : audit [INF] from='osd.6 [v2:172.21.15.189:6816/3396429427,v1:172.21.15.189:6817/3396429427]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T19:05:59.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:58 smithi155 bash[14970]: audit 2024-09-10T19:05:58.788693+0000 mon.a (mon.0) 402 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T19:05:59.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:58 smithi155 bash[18934]: cluster 2024-09-10T19:05:57.787958+0000 mgr.y (mgr.14140) 157 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:05:59.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:58 smithi155 bash[18934]: audit 2024-09-10T19:05:58.788068+0000 mon.b (mon.2) 14 : audit [INF] from='osd.6 [v2:172.21.15.189:6816/3396429427,v1:172.21.15.189:6817/3396429427]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T19:05:59.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:58 smithi155 bash[18934]: audit 2024-09-10T19:05:58.788693+0000 mon.a (mon.0) 402 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T19:05:59.695 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi189:vg_nvme/lv_1 2024-09-10T19:05:59.952 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:05:59 smithi189 bash[20046]: debug 2024-09-10T19:05:59.842+0000 7f4286ea4700 -1 osd.6 0 waiting for initial osdmap 2024-09-10T19:05:59.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:59 smithi189 bash[14634]: audit 2024-09-10T19:05:58.828229+0000 mon.a (mon.0) 403 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-10T19:05:59.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:59 smithi189 bash[14634]: cluster 2024-09-10T19:05:58.828313+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e39: 7 total, 6 up, 6 in 2024-09-10T19:05:59.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:59 smithi189 bash[14634]: audit 2024-09-10T19:05:58.828544+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:05:59.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:59 smithi189 bash[14634]: audit 2024-09-10T19:05:58.829159+0000 mon.b (mon.2) 15 : audit [INF] from='osd.6 [v2:172.21.15.189:6816/3396429427,v1:172.21.15.189:6817/3396429427]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:05:59.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:59 smithi189 bash[14634]: audit 2024-09-10T19:05:58.829777+0000 mon.a (mon.0) 406 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:05:59.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:59 smithi189 bash[14634]: cluster 2024-09-10T19:05:59.740667+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T19:05:59.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:59 smithi189 bash[14634]: cluster 2024-09-10T19:05:59.740743+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T19:05:59.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:05:59 smithi189 bash[14634]: cluster 2024-09-10T19:05:59.788491+0000 mgr.y (mgr.14140) 158 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:06:00.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:59 smithi155 bash[14970]: audit 2024-09-10T19:05:58.828229+0000 mon.a (mon.0) 403 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-10T19:06:00.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:59 smithi155 bash[14970]: cluster 2024-09-10T19:05:58.828313+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e39: 7 total, 6 up, 6 in 2024-09-10T19:06:00.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:59 smithi155 bash[14970]: audit 2024-09-10T19:05:58.828544+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:06:00.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:59 smithi155 bash[14970]: audit 2024-09-10T19:05:58.829159+0000 mon.b (mon.2) 15 : audit [INF] from='osd.6 [v2:172.21.15.189:6816/3396429427,v1:172.21.15.189:6817/3396429427]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:06:00.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:59 smithi155 bash[14970]: audit 2024-09-10T19:05:58.829777+0000 mon.a (mon.0) 406 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:06:00.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:59 smithi155 bash[14970]: cluster 2024-09-10T19:05:59.740667+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T19:06:00.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:59 smithi155 bash[14970]: cluster 2024-09-10T19:05:59.740743+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T19:06:00.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:05:59 smithi155 bash[14970]: cluster 2024-09-10T19:05:59.788491+0000 mgr.y (mgr.14140) 158 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:06:00.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:59 smithi155 bash[18934]: audit 2024-09-10T19:05:58.828229+0000 mon.a (mon.0) 403 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-10T19:06:00.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:59 smithi155 bash[18934]: cluster 2024-09-10T19:05:58.828313+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e39: 7 total, 6 up, 6 in 2024-09-10T19:06:00.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:59 smithi155 bash[18934]: audit 2024-09-10T19:05:58.828544+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:06:00.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:59 smithi155 bash[18934]: audit 2024-09-10T19:05:58.829159+0000 mon.b (mon.2) 15 : audit [INF] from='osd.6 [v2:172.21.15.189:6816/3396429427,v1:172.21.15.189:6817/3396429427]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:06:00.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:59 smithi155 bash[18934]: audit 2024-09-10T19:05:58.829777+0000 mon.a (mon.0) 406 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:06:00.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:59 smithi155 bash[18934]: cluster 2024-09-10T19:05:59.740667+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T19:06:00.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:59 smithi155 bash[18934]: cluster 2024-09-10T19:05:59.740743+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T19:06:00.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:05:59 smithi155 bash[18934]: cluster 2024-09-10T19:05:59.788491+0000 mgr.y (mgr.14140) 158 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T19:06:01.108 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:00 smithi189 bash[14634]: audit 2024-09-10T19:05:59.831601+0000 mon.a (mon.0) 407 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]': finished 2024-09-10T19:06:01.108 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:00 smithi189 bash[14634]: cluster 2024-09-10T19:05:59.831732+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e40: 7 total, 6 up, 6 in 2024-09-10T19:06:01.108 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:00 smithi189 bash[14634]: audit 2024-09-10T19:05:59.832744+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:06:01.108 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:00 smithi189 bash[14634]: audit 2024-09-10T19:06:00.493924+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:06:01.108 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:00 smithi189 bash[14634]: audit 2024-09-10T19:06:00.721275+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856595\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856794\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856922\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.857045\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"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-10T19:05:51.857166\", \"created\": \"2024-09-10T19:05:50.959191\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}}, \"last_daemon_update\": \"2024-09-10T19:05:51.857358\", \"last_device_update\": \"2024-09-10T19:06:00.719600\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:06:01.108 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:00 smithi189 bash[14634]: audit 2024-09-10T19:06:00.729638+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856595\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856794\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856922\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.857045\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"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-10T19:05:51.857166\", \"created\": \"2024-09-10T19:05:50.959191\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}}, \"last_daemon_update\": \"2024-09-10T19:05:51.857358\", \"last_device_update\": \"2024-09-10T19:06:00.719600\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:06:01.109 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:00 smithi189 bash[14634]: cluster 2024-09-10T19:06:00.833691+0000 mon.a (mon.0) 413 : cluster [INF] osd.6 [v2:172.21.15.189:6816/3396429427,v1:172.21.15.189:6817/3396429427] boot 2024-09-10T19:06:01.109 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:00 smithi189 bash[14634]: cluster 2024-09-10T19:06:00.833810+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e41: 7 total, 7 up, 7 in 2024-09-10T19:06:01.109 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:00 smithi189 bash[14634]: audit 2024-09-10T19:06:00.834271+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:06:01.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:00 smithi155 bash[14970]: audit 2024-09-10T19:05:59.831601+0000 mon.a (mon.0) 407 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]': finished 2024-09-10T19:06:01.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:00 smithi155 bash[14970]: cluster 2024-09-10T19:05:59.831732+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e40: 7 total, 6 up, 6 in 2024-09-10T19:06:01.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:00 smithi155 bash[14970]: audit 2024-09-10T19:05:59.832744+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:06:01.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:00 smithi155 bash[14970]: audit 2024-09-10T19:06:00.493924+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:06:01.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:00 smithi155 bash[18934]: audit 2024-09-10T19:05:59.831601+0000 mon.a (mon.0) 407 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]': finished 2024-09-10T19:06:01.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:00 smithi155 bash[18934]: cluster 2024-09-10T19:05:59.831732+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e40: 7 total, 6 up, 6 in 2024-09-10T19:06:01.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:00 smithi155 bash[18934]: audit 2024-09-10T19:05:59.832744+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:06:01.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:00 smithi155 bash[18934]: audit 2024-09-10T19:06:00.493924+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:06:01.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:00 smithi155 bash[14970]: audit 2024-09-10T19:06:00.721275+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856595\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856794\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856922\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.857045\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"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-10T19:05:51.857166\", \"created\": \"2024-09-10T19:05:50.959191\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}}, \"last_daemon_update\": \"2024-09-10T19:05:51.857358\", \"last_device_update\": \"2024-09-10T19:06:00.719600\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:06:01.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:00 smithi155 bash[14970]: audit 2024-09-10T19:06:00.729638+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856595\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856794\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856922\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.857045\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"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-10T19:05:51.857166\", \"created\": \"2024-09-10T19:05:50.959191\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}}, \"last_daemon_update\": \"2024-09-10T19:05:51.857358\", \"last_device_update\": \"2024-09-10T19:06:00.719600\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:06:01.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:00 smithi155 bash[18934]: audit 2024-09-10T19:06:00.721275+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856595\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856794\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856922\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.857045\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"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-10T19:05:51.857166\", \"created\": \"2024-09-10T19:05:50.959191\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}}, \"last_daemon_update\": \"2024-09-10T19:05:51.857358\", \"last_device_update\": \"2024-09-10T19:06:00.719600\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:06:01.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:00 smithi155 bash[18934]: audit 2024-09-10T19:06:00.729638+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856595\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856794\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856922\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.857045\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"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-10T19:05:51.857166\", \"created\": \"2024-09-10T19:05:50.959191\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}}, \"last_daemon_update\": \"2024-09-10T19:05:51.857358\", \"last_device_update\": \"2024-09-10T19:06:00.719600\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:06:01.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:00 smithi155 bash[14970]: cluster 2024-09-10T19:06:00.833691+0000 mon.a (mon.0) 413 : cluster [INF] osd.6 [v2:172.21.15.189:6816/3396429427,v1:172.21.15.189:6817/3396429427] boot 2024-09-10T19:06:01.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:00 smithi155 bash[14970]: cluster 2024-09-10T19:06:00.833810+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e41: 7 total, 7 up, 7 in 2024-09-10T19:06:01.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:00 smithi155 bash[14970]: audit 2024-09-10T19:06:00.834271+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:06:01.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:00 smithi155 bash[18934]: cluster 2024-09-10T19:06:00.833691+0000 mon.a (mon.0) 413 : cluster [INF] osd.6 [v2:172.21.15.189:6816/3396429427,v1:172.21.15.189:6817/3396429427] boot 2024-09-10T19:06:01.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:00 smithi155 bash[18934]: cluster 2024-09-10T19:06:00.833810+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e41: 7 total, 7 up, 7 in 2024-09-10T19:06:01.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:00 smithi155 bash[18934]: audit 2024-09-10T19:06:00.834271+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:06:02.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:01 smithi189 bash[14634]: cluster 2024-09-10T19:06:01.789048+0000 mgr.y (mgr.14140) 159 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.4 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:02.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:01 smithi155 bash[14970]: cluster 2024-09-10T19:06:01.789048+0000 mgr.y (mgr.14140) 159 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.4 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:02.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:01 smithi155 bash[18934]: cluster 2024-09-10T19:06:01.789048+0000 mgr.y (mgr.14140) 159 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.4 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:03.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:02 smithi189 bash[14634]: cluster 2024-09-10T19:06:01.860185+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e42: 7 total, 7 up, 7 in 2024-09-10T19:06:03.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:02 smithi155 bash[18934]: cluster 2024-09-10T19:06:01.860185+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e42: 7 total, 7 up, 7 in 2024-09-10T19:06:03.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:02 smithi155 bash[14970]: cluster 2024-09-10T19:06:01.860185+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e42: 7 total, 7 up, 7 in 2024-09-10T19:06:04.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:03 smithi189 bash[14634]: audit 2024-09-10T19:06:03.209809+0000 mgr.y (mgr.14140) 160 : audit [DBG] from='client.34298 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi189:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:06:04.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:03 smithi189 bash[14634]: cephadm 2024-09-10T19:06:03.211195+0000 mgr.y (mgr.14140) 161 : cephadm [INF] Applying osd on host smithi189... 2024-09-10T19:06:04.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:03 smithi189 bash[14634]: audit 2024-09-10T19:06:03.211763+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T19:06:04.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:03 smithi189 bash[14634]: audit 2024-09-10T19:06:03.213736+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:06:04.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:03 smithi189 bash[14634]: audit 2024-09-10T19:06:03.216772+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:06:04.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:03 smithi189 bash[14634]: cluster 2024-09-10T19:06:03.789594+0000 mgr.y (mgr.14140) 162 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.5 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:04.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:03 smithi155 bash[18934]: audit 2024-09-10T19:06:03.209809+0000 mgr.y (mgr.14140) 160 : audit [DBG] from='client.34298 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi189:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:06:04.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:03 smithi155 bash[18934]: cephadm 2024-09-10T19:06:03.211195+0000 mgr.y (mgr.14140) 161 : cephadm [INF] Applying osd on host smithi189... 2024-09-10T19:06:04.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:03 smithi155 bash[18934]: audit 2024-09-10T19:06:03.211763+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T19:06:04.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:03 smithi155 bash[18934]: audit 2024-09-10T19:06:03.213736+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:06:04.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:03 smithi155 bash[18934]: audit 2024-09-10T19:06:03.216772+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:06:04.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:03 smithi155 bash[18934]: cluster 2024-09-10T19:06:03.789594+0000 mgr.y (mgr.14140) 162 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.5 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:04.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:03 smithi155 bash[14970]: audit 2024-09-10T19:06:03.209809+0000 mgr.y (mgr.14140) 160 : audit [DBG] from='client.34298 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi189:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:06:04.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:03 smithi155 bash[14970]: cephadm 2024-09-10T19:06:03.211195+0000 mgr.y (mgr.14140) 161 : cephadm [INF] Applying osd on host smithi189... 2024-09-10T19:06:04.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:03 smithi155 bash[14970]: audit 2024-09-10T19:06:03.211763+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T19:06:04.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:03 smithi155 bash[14970]: audit 2024-09-10T19:06:03.213736+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:06:04.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:03 smithi155 bash[14970]: audit 2024-09-10T19:06:03.216772+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:06:04.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:03 smithi155 bash[14970]: cluster 2024-09-10T19:06:03.789594+0000 mgr.y (mgr.14140) 162 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.5 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:06.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:05 smithi189 bash[14634]: cluster 2024-09-10T19:06:05.790130+0000 mgr.y (mgr.14140) 163 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.6 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:06.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:05 smithi155 bash[14970]: cluster 2024-09-10T19:06:05.790130+0000 mgr.y (mgr.14140) 163 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.6 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:06.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:05 smithi155 bash[18934]: cluster 2024-09-10T19:06:05.790130+0000 mgr.y (mgr.14140) 163 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.6 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:07.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:07 smithi189 bash[14634]: audit 2024-09-10T19:06:07.138405+0000 mon.b (mon.2) 16 : audit [INF] from='client.? 172.21.15.189:0/2613806552' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ff0eda0e-18de-4f9f-a5bf-7e8113e1f618"}]: dispatch 2024-09-10T19:06:07.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:07 smithi189 bash[14634]: audit 2024-09-10T19:06:07.139236+0000 mon.a (mon.0) 420 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ff0eda0e-18de-4f9f-a5bf-7e8113e1f618"}]: dispatch 2024-09-10T19:06:07.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:07 smithi189 bash[14634]: audit 2024-09-10T19:06:07.150037+0000 mon.a (mon.0) 421 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ff0eda0e-18de-4f9f-a5bf-7e8113e1f618"}]': finished 2024-09-10T19:06:07.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:07 smithi189 bash[14634]: cluster 2024-09-10T19:06:07.150177+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e43: 8 total, 7 up, 7 in 2024-09-10T19:06:07.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:07 smithi189 bash[14634]: audit 2024-09-10T19:06:07.150444+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:06:07.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:07 smithi155 bash[14970]: audit 2024-09-10T19:06:07.138405+0000 mon.b (mon.2) 16 : audit [INF] from='client.? 172.21.15.189:0/2613806552' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ff0eda0e-18de-4f9f-a5bf-7e8113e1f618"}]: dispatch 2024-09-10T19:06:07.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:07 smithi155 bash[14970]: audit 2024-09-10T19:06:07.139236+0000 mon.a (mon.0) 420 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ff0eda0e-18de-4f9f-a5bf-7e8113e1f618"}]: dispatch 2024-09-10T19:06:07.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:07 smithi155 bash[14970]: audit 2024-09-10T19:06:07.150037+0000 mon.a (mon.0) 421 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ff0eda0e-18de-4f9f-a5bf-7e8113e1f618"}]': finished 2024-09-10T19:06:07.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:07 smithi155 bash[14970]: cluster 2024-09-10T19:06:07.150177+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e43: 8 total, 7 up, 7 in 2024-09-10T19:06:07.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:07 smithi155 bash[14970]: audit 2024-09-10T19:06:07.150444+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:06:07.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:07 smithi155 bash[18934]: audit 2024-09-10T19:06:07.138405+0000 mon.b (mon.2) 16 : audit [INF] from='client.? 172.21.15.189:0/2613806552' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ff0eda0e-18de-4f9f-a5bf-7e8113e1f618"}]: dispatch 2024-09-10T19:06:07.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:07 smithi155 bash[18934]: audit 2024-09-10T19:06:07.139236+0000 mon.a (mon.0) 420 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ff0eda0e-18de-4f9f-a5bf-7e8113e1f618"}]: dispatch 2024-09-10T19:06:07.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:07 smithi155 bash[18934]: audit 2024-09-10T19:06:07.150037+0000 mon.a (mon.0) 421 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ff0eda0e-18de-4f9f-a5bf-7e8113e1f618"}]': finished 2024-09-10T19:06:07.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:07 smithi155 bash[18934]: cluster 2024-09-10T19:06:07.150177+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e43: 8 total, 7 up, 7 in 2024-09-10T19:06:07.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:07 smithi155 bash[18934]: audit 2024-09-10T19:06:07.150444+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:06:08.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:08 smithi155 bash[14970]: cluster 2024-09-10T19:06:07.790665+0000 mgr.y (mgr.14140) 164 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.6 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:08.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:08 smithi155 bash[18934]: cluster 2024-09-10T19:06:07.790665+0000 mgr.y (mgr.14140) 164 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.6 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:08.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:08 smithi189 bash[14634]: cluster 2024-09-10T19:06:07.790665+0000 mgr.y (mgr.14140) 164 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.6 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:09.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:09 smithi155 bash[14970]: audit 2024-09-10T19:06:09.451701+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.189:0/3658322720' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T19:06:09.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:09 smithi155 bash[18934]: audit 2024-09-10T19:06:09.451701+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.189:0/3658322720' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T19:06:09.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:09 smithi189 bash[14634]: audit 2024-09-10T19:06:09.451701+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.189:0/3658322720' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T19:06:11.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:10 smithi155 bash[14970]: cluster 2024-09-10T19:06:09.791211+0000 mgr.y (mgr.14140) 165 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.6 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:11.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:10 smithi155 bash[18934]: cluster 2024-09-10T19:06:09.791211+0000 mgr.y (mgr.14140) 165 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.6 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:11.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:10 smithi189 bash[14634]: cluster 2024-09-10T19:06:09.791211+0000 mgr.y (mgr.14140) 165 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.6 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:12.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:11 smithi189 bash[14634]: cluster 2024-09-10T19:06:11.791772+0000 mgr.y (mgr.14140) 166 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:12.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:11 smithi155 bash[14970]: cluster 2024-09-10T19:06:11.791772+0000 mgr.y (mgr.14140) 166 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:12.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:11 smithi155 bash[18934]: cluster 2024-09-10T19:06:11.791772+0000 mgr.y (mgr.14140) 166 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:13.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:12 smithi189 bash[14634]: audit 2024-09-10T19:06:12.155437+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:06:13.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:12 smithi155 bash[14970]: audit 2024-09-10T19:06:12.155437+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:06:13.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:12 smithi155 bash[18934]: audit 2024-09-10T19:06:12.155437+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:06:14.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:13 smithi189 bash[14634]: cluster 2024-09-10T19:06:13.792352+0000 mgr.y (mgr.14140) 167 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:14.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:13 smithi155 bash[14970]: cluster 2024-09-10T19:06:13.792352+0000 mgr.y (mgr.14140) 167 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:14.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:13 smithi155 bash[18934]: cluster 2024-09-10T19:06:13.792352+0000 mgr.y (mgr.14140) 167 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:16.129 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:15 smithi189 bash[14634]: cluster 2024-09-10T19:06:15.792914+0000 mgr.y (mgr.14140) 168 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:16.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:15 smithi155 bash[14970]: cluster 2024-09-10T19:06:15.792914+0000 mgr.y (mgr.14140) 168 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:16.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:15 smithi155 bash[18934]: cluster 2024-09-10T19:06:15.792914+0000 mgr.y (mgr.14140) 168 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:17.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:16 smithi189 bash[14634]: audit 2024-09-10T19:06:16.600839+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-10T19:06:17.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:16 smithi189 bash[14634]: audit 2024-09-10T19:06:16.602721+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:06:17.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:16 smithi189 bash[14634]: cephadm 2024-09-10T19:06:16.604250+0000 mgr.y (mgr.14140) 169 : cephadm [INF] Deploying daemon osd.7 on smithi189 2024-09-10T19:06:17.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:16 smithi189 bash[14634]: audit 2024-09-10T19:06:16.604946+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-09-10T19:06:17.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:16 smithi155 bash[18934]: audit 2024-09-10T19:06:16.600839+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-10T19:06:17.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:16 smithi155 bash[18934]: audit 2024-09-10T19:06:16.602721+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:06:17.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:16 smithi155 bash[18934]: cephadm 2024-09-10T19:06:16.604250+0000 mgr.y (mgr.14140) 169 : cephadm [INF] Deploying daemon osd.7 on smithi189 2024-09-10T19:06:17.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:16 smithi155 bash[18934]: audit 2024-09-10T19:06:16.604946+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-09-10T19:06:17.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:16 smithi155 bash[14970]: audit 2024-09-10T19:06:16.600839+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-10T19:06:17.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:16 smithi155 bash[14970]: audit 2024-09-10T19:06:16.602721+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:06:17.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:16 smithi155 bash[14970]: cephadm 2024-09-10T19:06:16.604250+0000 mgr.y (mgr.14140) 169 : cephadm [INF] Deploying daemon osd.7 on smithi189 2024-09-10T19:06:17.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:16 smithi155 bash[14970]: audit 2024-09-10T19:06:16.604946+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-09-10T19:06:18.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:17 smithi189 bash[14634]: cluster 2024-09-10T19:06:17.793468+0000 mgr.y (mgr.14140) 170 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:18.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:17 smithi155 bash[18934]: cluster 2024-09-10T19:06:17.793468+0000 mgr.y (mgr.14140) 170 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:18.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:17 smithi155 bash[14970]: cluster 2024-09-10T19:06:17.793468+0000 mgr.y (mgr.14140) 170 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:19.115 INFO:teuthology.orchestra.run.smithi189.stdout:Created osd(s) 7 on host 'smithi189' 2024-09-10T19:06:19.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:19 smithi189 bash[14634]: audit 2024-09-10T19:06:19.101799+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856595\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856794\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856922\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.857045\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"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-10T19:05:51.857166\", \"created\": \"2024-09-10T19:05:50.959191\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}}, \"last_device_update\": \"2024-09-10T19:06:00.719600\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:06:19.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:19 smithi189 bash[14634]: audit 2024-09-10T19:06:19.102977+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:06:19.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:19 smithi189 bash[14634]: audit 2024-09-10T19:06:19.108242+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856595\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856794\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856922\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.857045\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"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-10T19:05:51.857166\", \"created\": \"2024-09-10T19:05:50.959191\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}}, \"last_device_update\": \"2024-09-10T19:06:00.719600\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:06:19.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:19 smithi155 bash[18934]: audit 2024-09-10T19:06:19.101799+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856595\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856794\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856922\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.857045\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"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-10T19:05:51.857166\", \"created\": \"2024-09-10T19:05:50.959191\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}}, \"last_device_update\": \"2024-09-10T19:06:00.719600\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:06:19.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:19 smithi155 bash[18934]: audit 2024-09-10T19:06:19.102977+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:06:19.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:19 smithi155 bash[18934]: audit 2024-09-10T19:06:19.108242+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856595\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856794\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856922\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.857045\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"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-10T19:05:51.857166\", \"created\": \"2024-09-10T19:05:50.959191\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}}, \"last_device_update\": \"2024-09-10T19:06:00.719600\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:06:19.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:19 smithi155 bash[14970]: audit 2024-09-10T19:06:19.101799+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856595\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856794\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856922\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.857045\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"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-10T19:05:51.857166\", \"created\": \"2024-09-10T19:05:50.959191\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}}, \"last_device_update\": \"2024-09-10T19:06:00.719600\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:06:19.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:19 smithi155 bash[14970]: audit 2024-09-10T19:06:19.102977+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:06:19.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:19 smithi155 bash[14970]: audit 2024-09-10T19:06:19.108242+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856595\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856794\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.856922\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:05:51.857045\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"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-10T19:05:51.857166\", \"created\": \"2024-09-10T19:05:50.959191\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}}, \"last_device_update\": \"2024-09-10T19:06:00.719600\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:06:20.537 DEBUG:teuthology.orchestra.run.smithi189:osd.7> sudo journalctl -f -n 0 -u ceph-e044737e-6fa6-11ef-bcea-c7b262605968@osd.7.service 2024-09-10T19:06:20.540 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-09-10T19:06:20.540 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-10T19:06:20.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:20 smithi155 bash[14970]: cluster 2024-09-10T19:06:19.794039+0000 mgr.y (mgr.14140) 171 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:20.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:20 smithi155 bash[18934]: cluster 2024-09-10T19:06:19.794039+0000 mgr.y (mgr.14140) 171 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:20.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:20 smithi155 bash[14970]: audit 2024-09-10T19:06:19.924524+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.921914\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922113\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922238\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922358\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922477\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"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-10T19:06:19.922595\", \"created\": \"2024-09-10T19:06:19.078531\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}}, \"last_daemon_update\": \"2024-09-10T19:06:19.922786\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:06:20.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:20 smithi155 bash[14970]: audit 2024-09-10T19:06:19.930630+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.921914\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922113\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922238\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922358\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922477\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"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-10T19:06:19.922595\", \"created\": \"2024-09-10T19:06:19.078531\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}}, \"last_daemon_update\": \"2024-09-10T19:06:19.922786\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:06:20.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:20 smithi155 bash[14970]: audit 2024-09-10T19:06:19.932061+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:06:20.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:20 smithi155 bash[18934]: audit 2024-09-10T19:06:19.924524+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.921914\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922113\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922238\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922358\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922477\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"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-10T19:06:19.922595\", \"created\": \"2024-09-10T19:06:19.078531\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}}, \"last_daemon_update\": \"2024-09-10T19:06:19.922786\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:06:20.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:20 smithi155 bash[18934]: audit 2024-09-10T19:06:19.930630+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.921914\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922113\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922238\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922358\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922477\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"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-10T19:06:19.922595\", \"created\": \"2024-09-10T19:06:19.078531\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}}, \"last_daemon_update\": \"2024-09-10T19:06:19.922786\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:06:20.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:20 smithi155 bash[18934]: audit 2024-09-10T19:06:19.932061+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:06:21.048 INFO:journalctl@ceph.osd.7.smithi189.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-10T19:06:21.175 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:20 smithi189 bash[14634]: cluster 2024-09-10T19:06:19.794039+0000 mgr.y (mgr.14140) 171 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:21.175 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:20 smithi189 bash[14634]: audit 2024-09-10T19:06:19.924524+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.921914\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922113\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922238\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922358\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922477\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"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-10T19:06:19.922595\", \"created\": \"2024-09-10T19:06:19.078531\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}}, \"last_daemon_update\": \"2024-09-10T19:06:19.922786\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:06:21.176 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:20 smithi189 bash[14634]: audit 2024-09-10T19:06:19.930630+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.921914\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922113\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922238\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922358\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922477\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"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-10T19:06:19.922595\", \"created\": \"2024-09-10T19:06:19.078531\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}}, \"last_daemon_update\": \"2024-09-10T19:06:19.922786\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:06:21.176 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:20 smithi189 bash[14634]: audit 2024-09-10T19:06:19.932061+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T19:06:21.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:21 smithi189 bash[14634]: audit 2024-09-10T19:06:20.814475+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c06f797e-2a20-4a7f-8d64-afce1feb7aae\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725995107.7833664, \"finished_at\": 1725995123.780893}, {\"id\": \"6822fa21-bcfb-406d-b5b2-aeb2dba03ccb\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725995134.887435, \"finished_at\": 1725995151.0000436}, {\"id\": \"3f75d53c-d263-4cc0-aa6f-3c7e01a41368\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1725995160.8336968, \"finished_at\": 1725995179.1224635}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T19:06:21.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:21 smithi189 bash[14634]: audit 2024-09-10T19:06:20.821295+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c06f797e-2a20-4a7f-8d64-afce1feb7aae\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725995107.7833664, \"finished_at\": 1725995123.780893}, {\"id\": \"6822fa21-bcfb-406d-b5b2-aeb2dba03ccb\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725995134.887435, \"finished_at\": 1725995151.0000436}, {\"id\": \"3f75d53c-d263-4cc0-aa6f-3c7e01a41368\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1725995160.8336968, \"finished_at\": 1725995179.1224635}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T19:06:21.953 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:06:21 smithi189 bash[21305]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-10T19:06:21.953 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:06:21 smithi189 bash[21305]: 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-10T19:06:21.953 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:06:21 smithi189 bash[21305]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-7/block 2024-09-10T19:06:21.953 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:06:21 smithi189 bash[21305]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-7/block 2024-09-10T19:06:21.953 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:06:21 smithi189 bash[21305]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-10T19:06:21.953 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:06:21 smithi189 bash[21305]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-10T19:06:21.953 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:06:21 smithi189 bash[21305]: --> ceph-volume lvm activate successful for osd ID: 7 2024-09-10T19:06:22.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:21 smithi155 bash[18934]: audit 2024-09-10T19:06:20.814475+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c06f797e-2a20-4a7f-8d64-afce1feb7aae\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725995107.7833664, \"finished_at\": 1725995123.780893}, {\"id\": \"6822fa21-bcfb-406d-b5b2-aeb2dba03ccb\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725995134.887435, \"finished_at\": 1725995151.0000436}, {\"id\": \"3f75d53c-d263-4cc0-aa6f-3c7e01a41368\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1725995160.8336968, \"finished_at\": 1725995179.1224635}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T19:06:22.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:21 smithi155 bash[18934]: audit 2024-09-10T19:06:20.821295+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c06f797e-2a20-4a7f-8d64-afce1feb7aae\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725995107.7833664, \"finished_at\": 1725995123.780893}, {\"id\": \"6822fa21-bcfb-406d-b5b2-aeb2dba03ccb\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725995134.887435, \"finished_at\": 1725995151.0000436}, {\"id\": \"3f75d53c-d263-4cc0-aa6f-3c7e01a41368\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1725995160.8336968, \"finished_at\": 1725995179.1224635}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T19:06:22.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:21 smithi155 bash[14970]: audit 2024-09-10T19:06:20.814475+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c06f797e-2a20-4a7f-8d64-afce1feb7aae\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725995107.7833664, \"finished_at\": 1725995123.780893}, {\"id\": \"6822fa21-bcfb-406d-b5b2-aeb2dba03ccb\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725995134.887435, \"finished_at\": 1725995151.0000436}, {\"id\": \"3f75d53c-d263-4cc0-aa6f-3c7e01a41368\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1725995160.8336968, \"finished_at\": 1725995179.1224635}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T19:06:22.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:21 smithi155 bash[14970]: audit 2024-09-10T19:06:20.821295+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c06f797e-2a20-4a7f-8d64-afce1feb7aae\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725995107.7833664, \"finished_at\": 1725995123.780893}, {\"id\": \"6822fa21-bcfb-406d-b5b2-aeb2dba03ccb\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725995134.887435, \"finished_at\": 1725995151.0000436}, {\"id\": \"3f75d53c-d263-4cc0-aa6f-3c7e01a41368\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1725995160.8336968, \"finished_at\": 1725995179.1224635}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T19:06:22.889 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:22 smithi189 bash[14634]: cluster 2024-09-10T19:06:21.794743+0000 mgr.y (mgr.14140) 172 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:23.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:22 smithi155 bash[14970]: cluster 2024-09-10T19:06:21.794743+0000 mgr.y (mgr.14140) 172 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:23.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:22 smithi155 bash[18934]: cluster 2024-09-10T19:06:21.794743+0000 mgr.y (mgr.14140) 172 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:24.181 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T19:06:24.898 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":43,"num_osds":8,"num_up_osds":7,"osd_up_since":1725995160,"num_in_osds":7,"osd_in_since":1725995160,"num_remapped_pgs":0} 2024-09-10T19:06:24.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:24 smithi189 bash[14634]: cluster 2024-09-10T19:06:23.795337+0000 mgr.y (mgr.14140) 173 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:24.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:24 smithi189 bash[14634]: audit 2024-09-10T19:06:24.179288+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.155:0/1182183315' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T19:06:24.953 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:06:24 smithi189 bash[21594]: debug 2024-09-10T19:06:24.718+0000 7fee253e9ec0 1 -- 172.21.15.189:0/1657348756 >> [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] conn(0x55b158e39000 msgr2=0x55b158e35b00 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2024-09-10T19:06:24.953 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:06:24 smithi189 bash[21594]: debug 2024-09-10T19:06:24.718+0000 7fee253e9ec0 1 --2- 172.21.15.189:0/1657348756 >> [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] conn(0x55b158e39000 0x55b158e35b00 secure :-1 s=READY pgs=43 cs=0 l=1 rx=0x55b158dcfd10 tx=0x55b159aaeaa0).stop 2024-09-10T19:06:25.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:24 smithi155 bash[14970]: cluster 2024-09-10T19:06:23.795337+0000 mgr.y (mgr.14140) 173 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:25.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:24 smithi155 bash[14970]: audit 2024-09-10T19:06:24.179288+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.155:0/1182183315' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T19:06:25.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:24 smithi155 bash[18934]: cluster 2024-09-10T19:06:23.795337+0000 mgr.y (mgr.14140) 173 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:25.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:24 smithi155 bash[18934]: audit 2024-09-10T19:06:24.179288+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.155:0/1182183315' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T19:06:25.452 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:06:25 smithi189 bash[21594]: debug 2024-09-10T19:06:25.014+0000 7fee253e9ec0 -1 Falling back to public interface 2024-09-10T19:06:25.899 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-10T19:06:25.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:25 smithi189 bash[14634]: audit 2024-09-10T19:06:25.668907+0000 mon.b (mon.2) 18 : audit [INF] from='osd.7 [v2:172.21.15.189:6824/1073959885,v1:172.21.15.189:6825/1073959885]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T19:06:25.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:25 smithi189 bash[14634]: audit 2024-09-10T19:06:25.669673+0000 mon.a (mon.0) 436 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T19:06:25.952 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:06:25 smithi189 bash[21594]: debug 2024-09-10T19:06:25.658+0000 7fee253e9ec0 -1 osd.7 0 log_to_monitors {default=true} 2024-09-10T19:06:26.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:25 smithi155 bash[14970]: audit 2024-09-10T19:06:25.668907+0000 mon.b (mon.2) 18 : audit [INF] from='osd.7 [v2:172.21.15.189:6824/1073959885,v1:172.21.15.189:6825/1073959885]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T19:06:26.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:25 smithi155 bash[14970]: audit 2024-09-10T19:06:25.669673+0000 mon.a (mon.0) 436 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T19:06:26.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:25 smithi155 bash[18934]: audit 2024-09-10T19:06:25.668907+0000 mon.b (mon.2) 18 : audit [INF] from='osd.7 [v2:172.21.15.189:6824/1073959885,v1:172.21.15.189:6825/1073959885]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T19:06:26.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:25 smithi155 bash[18934]: audit 2024-09-10T19:06:25.669673+0000 mon.a (mon.0) 436 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T19:06:27.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:26 smithi155 bash[14970]: cluster 2024-09-10T19:06:25.795872+0000 mgr.y (mgr.14140) 174 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:27.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:26 smithi155 bash[14970]: audit 2024-09-10T19:06:25.819829+0000 mon.a (mon.0) 437 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-10T19:06:27.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:26 smithi155 bash[14970]: cluster 2024-09-10T19:06:25.819876+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e44: 8 total, 7 up, 7 in 2024-09-10T19:06:27.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:26 smithi155 bash[14970]: audit 2024-09-10T19:06:25.820301+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:06:27.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:26 smithi155 bash[14970]: audit 2024-09-10T19:06:25.821120+0000 mon.b (mon.2) 19 : audit [INF] from='osd.7 [v2:172.21.15.189:6824/1073959885,v1:172.21.15.189:6825/1073959885]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:06:27.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:26 smithi155 bash[14970]: audit 2024-09-10T19:06:25.821747+0000 mon.a (mon.0) 440 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:06:27.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:26 smithi155 bash[14970]: cluster 2024-09-10T19:06:26.637469+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T19:06:27.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:26 smithi155 bash[14970]: cluster 2024-09-10T19:06:26.637537+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T19:06:27.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:26 smithi155 bash[14970]: audit 2024-09-10T19:06:26.739231+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:06:27.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:26 smithi155 bash[18934]: cluster 2024-09-10T19:06:25.795872+0000 mgr.y (mgr.14140) 174 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:27.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:26 smithi155 bash[18934]: audit 2024-09-10T19:06:25.819829+0000 mon.a (mon.0) 437 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-10T19:06:27.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:26 smithi155 bash[18934]: cluster 2024-09-10T19:06:25.819876+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e44: 8 total, 7 up, 7 in 2024-09-10T19:06:27.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:26 smithi155 bash[18934]: audit 2024-09-10T19:06:25.820301+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:06:27.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:26 smithi155 bash[18934]: audit 2024-09-10T19:06:25.821120+0000 mon.b (mon.2) 19 : audit [INF] from='osd.7 [v2:172.21.15.189:6824/1073959885,v1:172.21.15.189:6825/1073959885]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:06:27.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:26 smithi155 bash[18934]: audit 2024-09-10T19:06:25.821747+0000 mon.a (mon.0) 440 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:06:27.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:26 smithi155 bash[18934]: cluster 2024-09-10T19:06:26.637469+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T19:06:27.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:26 smithi155 bash[18934]: cluster 2024-09-10T19:06:26.637537+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T19:06:27.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:26 smithi155 bash[18934]: audit 2024-09-10T19:06:26.739231+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:06:27.202 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:06:26 smithi189 bash[21594]: debug 2024-09-10T19:06:26.830+0000 7fee0a196700 -1 osd.7 0 waiting for initial osdmap 2024-09-10T19:06:27.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:26 smithi189 bash[14634]: cluster 2024-09-10T19:06:25.795872+0000 mgr.y (mgr.14140) 174 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:27.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:26 smithi189 bash[14634]: audit 2024-09-10T19:06:25.819829+0000 mon.a (mon.0) 437 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-10T19:06:27.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:26 smithi189 bash[14634]: cluster 2024-09-10T19:06:25.819876+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e44: 8 total, 7 up, 7 in 2024-09-10T19:06:27.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:26 smithi189 bash[14634]: audit 2024-09-10T19:06:25.820301+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:06:27.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:26 smithi189 bash[14634]: audit 2024-09-10T19:06:25.821120+0000 mon.b (mon.2) 19 : audit [INF] from='osd.7 [v2:172.21.15.189:6824/1073959885,v1:172.21.15.189:6825/1073959885]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:06:27.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:26 smithi189 bash[14634]: audit 2024-09-10T19:06:25.821747+0000 mon.a (mon.0) 440 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:06:27.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:26 smithi189 bash[14634]: cluster 2024-09-10T19:06:26.637469+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T19:06:27.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:26 smithi189 bash[14634]: cluster 2024-09-10T19:06:26.637537+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T19:06:27.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:26 smithi189 bash[14634]: audit 2024-09-10T19:06:26.739231+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:06:28.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:27 smithi155 bash[18934]: audit 2024-09-10T19:06:26.824761+0000 mon.a (mon.0) 442 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]': finished 2024-09-10T19:06:28.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:27 smithi155 bash[18934]: cluster 2024-09-10T19:06:26.824860+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e45: 8 total, 7 up, 7 in 2024-09-10T19:06:28.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:27 smithi155 bash[18934]: audit 2024-09-10T19:06:26.825893+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:06:28.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:27 smithi155 bash[14970]: audit 2024-09-10T19:06:26.824761+0000 mon.a (mon.0) 442 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]': finished 2024-09-10T19:06:28.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:27 smithi155 bash[14970]: cluster 2024-09-10T19:06:26.824860+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e45: 8 total, 7 up, 7 in 2024-09-10T19:06:28.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:27 smithi155 bash[14970]: audit 2024-09-10T19:06:26.825893+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:06:28.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:27 smithi155 bash[14970]: audit 2024-09-10T19:06:26.973092+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.921914\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922113\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922238\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922358\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922477\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"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-10T19:06:19.922595\", \"created\": \"2024-09-10T19:06:19.078531\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}}, \"last_daemon_update\": \"2024-09-10T19:06:19.922786\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:06:28.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:27 smithi155 bash[14970]: audit 2024-09-10T19:06:26.979900+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.921914\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922113\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922238\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922358\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922477\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"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-10T19:06:19.922595\", \"created\": \"2024-09-10T19:06:19.078531\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}}, \"last_daemon_update\": \"2024-09-10T19:06:19.922786\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:06:28.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:27 smithi155 bash[14970]: cluster 2024-09-10T19:06:27.796440+0000 mgr.y (mgr.14140) 175 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:28.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:27 smithi155 bash[14970]: cluster 2024-09-10T19:06:27.826948+0000 mon.a (mon.0) 447 : cluster [INF] osd.7 [v2:172.21.15.189:6824/1073959885,v1:172.21.15.189:6825/1073959885] boot 2024-09-10T19:06:28.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:27 smithi155 bash[14970]: cluster 2024-09-10T19:06:27.827057+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-09-10T19:06:28.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:27 smithi155 bash[14970]: audit 2024-09-10T19:06:27.827320+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:06:28.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:27 smithi155 bash[18934]: audit 2024-09-10T19:06:26.973092+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.921914\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922113\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922238\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922358\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922477\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"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-10T19:06:19.922595\", \"created\": \"2024-09-10T19:06:19.078531\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}}, \"last_daemon_update\": \"2024-09-10T19:06:19.922786\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:06:28.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:27 smithi155 bash[18934]: audit 2024-09-10T19:06:26.979900+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.921914\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922113\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922238\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922358\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922477\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"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-10T19:06:19.922595\", \"created\": \"2024-09-10T19:06:19.078531\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}}, \"last_daemon_update\": \"2024-09-10T19:06:19.922786\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:06:28.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:27 smithi155 bash[18934]: cluster 2024-09-10T19:06:27.796440+0000 mgr.y (mgr.14140) 175 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:28.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:27 smithi155 bash[18934]: cluster 2024-09-10T19:06:27.826948+0000 mon.a (mon.0) 447 : cluster [INF] osd.7 [v2:172.21.15.189:6824/1073959885,v1:172.21.15.189:6825/1073959885] boot 2024-09-10T19:06:28.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:27 smithi155 bash[18934]: cluster 2024-09-10T19:06:27.827057+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-09-10T19:06:28.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:27 smithi155 bash[18934]: audit 2024-09-10T19:06:27.827320+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:06:28.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:27 smithi189 bash[14634]: audit 2024-09-10T19:06:26.824761+0000 mon.a (mon.0) 442 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]': finished 2024-09-10T19:06:28.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:27 smithi189 bash[14634]: cluster 2024-09-10T19:06:26.824860+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e45: 8 total, 7 up, 7 in 2024-09-10T19:06:28.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:27 smithi189 bash[14634]: audit 2024-09-10T19:06:26.825893+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:06:28.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:27 smithi189 bash[14634]: audit 2024-09-10T19:06:26.973092+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.921914\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922113\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922238\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922358\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922477\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"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-10T19:06:19.922595\", \"created\": \"2024-09-10T19:06:19.078531\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}}, \"last_daemon_update\": \"2024-09-10T19:06:19.922786\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:06:28.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:27 smithi189 bash[14634]: audit 2024-09-10T19:06:26.979900+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.921914\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922113\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922238\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922358\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922477\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"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-10T19:06:19.922595\", \"created\": \"2024-09-10T19:06:19.078531\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}}, \"last_daemon_update\": \"2024-09-10T19:06:19.922786\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:06:28.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:27 smithi189 bash[14634]: cluster 2024-09-10T19:06:27.796440+0000 mgr.y (mgr.14140) 175 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T19:06:28.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:27 smithi189 bash[14634]: cluster 2024-09-10T19:06:27.826948+0000 mon.a (mon.0) 447 : cluster [INF] osd.7 [v2:172.21.15.189:6824/1073959885,v1:172.21.15.189:6825/1073959885] boot 2024-09-10T19:06:28.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:27 smithi189 bash[14634]: cluster 2024-09-10T19:06:27.827057+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-09-10T19:06:28.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:27 smithi189 bash[14634]: audit 2024-09-10T19:06:27.827320+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:06:29.424 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T19:06:30.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:29 smithi155 bash[14970]: cluster 2024-09-10T19:06:28.841163+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-09-10T19:06:30.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:29 smithi155 bash[14970]: audit 2024-09-10T19:06:29.422352+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.155:0/1346009155' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T19:06:30.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:29 smithi155 bash[14970]: cluster 2024-09-10T19:06:29.797035+0000 mgr.y (mgr.14140) 176 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 3.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:30.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:29 smithi155 bash[18934]: cluster 2024-09-10T19:06:28.841163+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-09-10T19:06:30.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:29 smithi155 bash[18934]: audit 2024-09-10T19:06:29.422352+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.155:0/1346009155' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T19:06:30.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:29 smithi155 bash[18934]: cluster 2024-09-10T19:06:29.797035+0000 mgr.y (mgr.14140) 176 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 3.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:30.116 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":47,"num_osds":8,"num_up_osds":8,"osd_up_since":1725995187,"num_in_osds":8,"osd_in_since":1725995187,"num_remapped_pgs":0} 2024-09-10T19:06:30.117 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-10T19:06:30.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:29 smithi189 bash[14634]: cluster 2024-09-10T19:06:28.841163+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-09-10T19:06:30.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:29 smithi189 bash[14634]: audit 2024-09-10T19:06:29.422352+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.155:0/1346009155' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T19:06:30.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:29 smithi189 bash[14634]: cluster 2024-09-10T19:06:29.797035+0000 mgr.y (mgr.14140) 176 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 3.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:32.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:31 smithi155 bash[14970]: cluster 2024-09-10T19:06:31.797633+0000 mgr.y (mgr.14140) 177 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 3.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:32.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:31 smithi155 bash[18934]: cluster 2024-09-10T19:06:31.797633+0000 mgr.y (mgr.14140) 177 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 3.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:32.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:31 smithi189 bash[14634]: cluster 2024-09-10T19:06:31.797633+0000 mgr.y (mgr.14140) 177 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 3.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:33.573 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T19:06:33.573 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":47,"fsid":"e044737e-6fa6-11ef-bcea-c7b262605968","created":"2024-09-10T19:00:52.582541+0000","modified":"2024-09-10T19:06:28.831308+0000","last_up_change":"2024-09-10T19:06:27.818023+0000","last_in_change":"2024-09-10T19:06:27.818023+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-10T19:01:07.154232+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":"88b7e9ae-1505-4c7c-92bf-aca78877d966","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6802","nonce":3500019983},{"type":"v1","addr":"172.21.15.155:6803","nonce":3500019983}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6804","nonce":3500019983},{"type":"v1","addr":"172.21.15.155:6805","nonce":3500019983}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6808","nonce":3500019983},{"type":"v1","addr":"172.21.15.155:6809","nonce":3500019983}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6806","nonce":3500019983},{"type":"v1","addr":"172.21.15.155:6807","nonce":3500019983}]},"public_addr":"172.21.15.155:6803/3500019983","cluster_addr":"172.21.15.155:6805/3500019983","heartbeat_back_addr":"172.21.15.155:6809/3500019983","heartbeat_front_addr":"172.21.15.155:6807/3500019983","state":["exists","up"]},{"osd":1,"uuid":"d1cc50da-a29a-4655-98cc-59090c4a23c0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6810","nonce":3006075797},{"type":"v1","addr":"172.21.15.155:6811","nonce":3006075797}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6812","nonce":3006075797},{"type":"v1","addr":"172.21.15.155:6813","nonce":3006075797}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6816","nonce":3006075797},{"type":"v1","addr":"172.21.15.155:6817","nonce":3006075797}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6814","nonce":3006075797},{"type":"v1","addr":"172.21.15.155:6815","nonce":3006075797}]},"public_addr":"172.21.15.155:6811/3006075797","cluster_addr":"172.21.15.155:6813/3006075797","heartbeat_back_addr":"172.21.15.155:6817/3006075797","heartbeat_front_addr":"172.21.15.155:6815/3006075797","state":["exists","up"]},{"osd":2,"uuid":"0521d269-49c2-40e8-aa5d-4108d78d154c","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.155:6818","nonce":1938288902},{"type":"v1","addr":"172.21.15.155:6819","nonce":1938288902}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6820","nonce":1938288902},{"type":"v1","addr":"172.21.15.155:6821","nonce":1938288902}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6824","nonce":1938288902},{"type":"v1","addr":"172.21.15.155:6825","nonce":1938288902}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6822","nonce":1938288902},{"type":"v1","addr":"172.21.15.155:6823","nonce":1938288902}]},"public_addr":"172.21.15.155:6819/1938288902","cluster_addr":"172.21.15.155:6821/1938288902","heartbeat_back_addr":"172.21.15.155:6825/1938288902","heartbeat_front_addr":"172.21.15.155:6823/1938288902","state":["exists","up"]},{"osd":3,"uuid":"1a7ae620-517c-483a-bb29-257bcbe3b2a8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6826","nonce":2606289873},{"type":"v1","addr":"172.21.15.155:6827","nonce":2606289873}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6828","nonce":2606289873},{"type":"v1","addr":"172.21.15.155:6829","nonce":2606289873}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6832","nonce":2606289873},{"type":"v1","addr":"172.21.15.155:6833","nonce":2606289873}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6830","nonce":2606289873},{"type":"v1","addr":"172.21.15.155:6831","nonce":2606289873}]},"public_addr":"172.21.15.155:6827/2606289873","cluster_addr":"172.21.15.155:6829/2606289873","heartbeat_back_addr":"172.21.15.155:6833/2606289873","heartbeat_front_addr":"172.21.15.155:6831/2606289873","state":["exists","up"]},{"osd":4,"uuid":"ccefe7ee-32c3-4ed7-8071-787f68e1b393","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6800","nonce":3909013927},{"type":"v1","addr":"172.21.15.189:6801","nonce":3909013927}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6802","nonce":3909013927},{"type":"v1","addr":"172.21.15.189:6803","nonce":3909013927}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6806","nonce":3909013927},{"type":"v1","addr":"172.21.15.189:6807","nonce":3909013927}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6804","nonce":3909013927},{"type":"v1","addr":"172.21.15.189:6805","nonce":3909013927}]},"public_addr":"172.21.15.189:6801/3909013927","cluster_addr":"172.21.15.189:6803/3909013927","heartbeat_back_addr":"172.21.15.189:6807/3909013927","heartbeat_front_addr":"172.21.15.189:6805/3909013927","state":["exists","up"]},{"osd":5,"uuid":"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6808","nonce":2854675567},{"type":"v1","addr":"172.21.15.189:6809","nonce":2854675567}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6810","nonce":2854675567},{"type":"v1","addr":"172.21.15.189:6811","nonce":2854675567}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6814","nonce":2854675567},{"type":"v1","addr":"172.21.15.189:6815","nonce":2854675567}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6812","nonce":2854675567},{"type":"v1","addr":"172.21.15.189:6813","nonce":2854675567}]},"public_addr":"172.21.15.189:6809/2854675567","cluster_addr":"172.21.15.189:6811/2854675567","heartbeat_back_addr":"172.21.15.189:6815/2854675567","heartbeat_front_addr":"172.21.15.189:6813/2854675567","state":["exists","up"]},{"osd":6,"uuid":"05c4b051-4848-42d1-bd3f-f13e75c1c62c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6816","nonce":3396429427},{"type":"v1","addr":"172.21.15.189:6817","nonce":3396429427}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6818","nonce":3396429427},{"type":"v1","addr":"172.21.15.189:6819","nonce":3396429427}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6822","nonce":3396429427},{"type":"v1","addr":"172.21.15.189:6823","nonce":3396429427}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6820","nonce":3396429427},{"type":"v1","addr":"172.21.15.189:6821","nonce":3396429427}]},"public_addr":"172.21.15.189:6817/3396429427","cluster_addr":"172.21.15.189:6819/3396429427","heartbeat_back_addr":"172.21.15.189:6823/3396429427","heartbeat_front_addr":"172.21.15.189:6821/3396429427","state":["exists","up"]},{"osd":7,"uuid":"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6824","nonce":1073959885},{"type":"v1","addr":"172.21.15.189:6825","nonce":1073959885}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6826","nonce":1073959885},{"type":"v1","addr":"172.21.15.189:6827","nonce":1073959885}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6830","nonce":1073959885},{"type":"v1","addr":"172.21.15.189:6831","nonce":1073959885}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6828","nonce":1073959885},{"type":"v1","addr":"172.21.15.189:6829","nonce":1073959885}]},"public_addr":"172.21.15.189:6825/1073959885","cluster_addr":"172.21.15.189:6827/1073959885","heartbeat_back_addr":"172.21.15.189:6831/1073959885","heartbeat_front_addr":"172.21.15.189:6829/1073959885","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-10T19:03:15.280854+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-10T19:03:44.389734+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-10T19:04:12.836778+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-10T19:04:41.545165+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-10T19:05:05.917575+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-10T19:05:32.849628+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-10T19:05:59.740748+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-10T19:06:26.637542+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.155:0/4291077545":"2024-09-11T19:01:35.029710+0000","172.21.15.155:6800/4012690337":"2024-09-11T19:01:35.029710+0000","172.21.15.155:0/140525068":"2024-09-11T19:01:35.029710+0000","172.21.15.155:0/3058955522":"2024-09-11T19:01:35.029710+0000","172.21.15.155:0/166670597":"2024-09-11T19:01:15.891885+0000","172.21.15.155:6800/2470770379":"2024-09-11T19:01:15.891885+0000","172.21.15.155:0/614267145":"2024-09-11T19:01:15.891885+0000","172.21.15.155:0/874628509":"2024-09-11T19:01:15.891885+0000","172.21.15.155:6801/4012690337":"2024-09-11T19:01:35.029710+0000","172.21.15.155:6801/2470770379":"2024-09-11T19:01:15.891885+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-10T19:06:33.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:33 smithi189 bash[14634]: audit 2024-09-10T19:06:33.570183+0000 mon.a (mon.0) 451 : audit [DBG] from='client.? 172.21.15.155:0/2898215446' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T19:06:34.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:33 smithi155 bash[14970]: audit 2024-09-10T19:06:33.570183+0000 mon.a (mon.0) 451 : audit [DBG] from='client.? 172.21.15.155:0/2898215446' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T19:06:34.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:33 smithi155 bash[18934]: audit 2024-09-10T19:06:33.570183+0000 mon.a (mon.0) 451 : audit [DBG] from='client.? 172.21.15.155:0/2898215446' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T19:06:34.320 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-09-10T19:01:07.154232+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-10T19:06:34.320 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph osd pool get device_health_metrics pg_num 2024-09-10T19:06:34.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:34 smithi155 bash[14970]: cluster 2024-09-10T19:06:33.798226+0000 mgr.y (mgr.14140) 178 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:34.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:34 smithi155 bash[18934]: cluster 2024-09-10T19:06:33.798226+0000 mgr.y (mgr.14140) 178 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:34.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:34 smithi189 bash[14634]: cluster 2024-09-10T19:06:33.798226+0000 mgr.y (mgr.14140) 178 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:36.024 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:35 smithi155 bash[14970]: cluster 2024-09-10T19:06:35.798808+0000 mgr.y (mgr.14140) 179 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:36.024 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:35 smithi155 bash[18934]: cluster 2024-09-10T19:06:35.798808+0000 mgr.y (mgr.14140) 179 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:36.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:35 smithi189 bash[14634]: cluster 2024-09-10T19:06:35.798808+0000 mgr.y (mgr.14140) 179 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:38.001 INFO:teuthology.orchestra.run.smithi155.stdout:pg_num: 1 2024-09-10T19:06:38.051 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:37 smithi155 bash[14970]: cluster 2024-09-10T19:06:37.799396+0000 mgr.y (mgr.14140) 180 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:38.052 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:37 smithi155 bash[18934]: cluster 2024-09-10T19:06:37.799396+0000 mgr.y (mgr.14140) 180 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:38.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:37 smithi189 bash[14634]: cluster 2024-09-10T19:06:37.799396+0000 mgr.y (mgr.14140) 180 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:38.787 INFO:tasks.cephadm:Adding prometheus.a on smithi189 2024-09-10T19:06:38.787 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph orch apply prometheus '1;smithi189=a' 2024-09-10T19:06:39.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:38 smithi155 bash[14970]: audit 2024-09-10T19:06:37.999067+0000 mon.a (mon.0) 452 : audit [DBG] from='client.? 172.21.15.155:0/2580680705' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-09-10T19:06:39.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:38 smithi155 bash[18934]: audit 2024-09-10T19:06:37.999067+0000 mon.a (mon.0) 452 : audit [DBG] from='client.? 172.21.15.155:0/2580680705' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-09-10T19:06:39.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:38 smithi189 bash[14634]: audit 2024-09-10T19:06:37.999067+0000 mon.a (mon.0) 452 : audit [DBG] from='client.? 172.21.15.155:0/2580680705' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-09-10T19:06:41.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:40 smithi155 bash[14970]: cluster 2024-09-10T19:06:39.799994+0000 mgr.y (mgr.14140) 181 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:41.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:40 smithi155 bash[18934]: cluster 2024-09-10T19:06:39.799994+0000 mgr.y (mgr.14140) 181 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:41.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:40 smithi189 bash[14634]: cluster 2024-09-10T19:06:39.799994+0000 mgr.y (mgr.14140) 181 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:42.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:41 smithi155 bash[14970]: audit 2024-09-10T19:06:40.823251+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c06f797e-2a20-4a7f-8d64-afce1feb7aae\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725995107.7833664, \"finished_at\": 1725995123.780893}, {\"id\": \"6822fa21-bcfb-406d-b5b2-aeb2dba03ccb\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725995134.887435, \"finished_at\": 1725995151.0000436}, {\"id\": \"3f75d53c-d263-4cc0-aa6f-3c7e01a41368\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1725995160.8336968, \"finished_at\": 1725995179.1224635}, {\"id\": \"66dbecde-adea-49d0-9382-01861e099909\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725995187.8277757, \"finished_at\": 1725995198.1249356}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T19:06:42.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:41 smithi155 bash[14970]: audit 2024-09-10T19:06:40.828758+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c06f797e-2a20-4a7f-8d64-afce1feb7aae\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725995107.7833664, \"finished_at\": 1725995123.780893}, {\"id\": \"6822fa21-bcfb-406d-b5b2-aeb2dba03ccb\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725995134.887435, \"finished_at\": 1725995151.0000436}, {\"id\": \"3f75d53c-d263-4cc0-aa6f-3c7e01a41368\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1725995160.8336968, \"finished_at\": 1725995179.1224635}, {\"id\": \"66dbecde-adea-49d0-9382-01861e099909\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725995187.8277757, \"finished_at\": 1725995198.1249356}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T19:06:42.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:41 smithi155 bash[18934]: audit 2024-09-10T19:06:40.823251+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c06f797e-2a20-4a7f-8d64-afce1feb7aae\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725995107.7833664, \"finished_at\": 1725995123.780893}, {\"id\": \"6822fa21-bcfb-406d-b5b2-aeb2dba03ccb\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725995134.887435, \"finished_at\": 1725995151.0000436}, {\"id\": \"3f75d53c-d263-4cc0-aa6f-3c7e01a41368\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1725995160.8336968, \"finished_at\": 1725995179.1224635}, {\"id\": \"66dbecde-adea-49d0-9382-01861e099909\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725995187.8277757, \"finished_at\": 1725995198.1249356}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T19:06:42.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:41 smithi155 bash[18934]: audit 2024-09-10T19:06:40.828758+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c06f797e-2a20-4a7f-8d64-afce1feb7aae\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725995107.7833664, \"finished_at\": 1725995123.780893}, {\"id\": \"6822fa21-bcfb-406d-b5b2-aeb2dba03ccb\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725995134.887435, \"finished_at\": 1725995151.0000436}, {\"id\": \"3f75d53c-d263-4cc0-aa6f-3c7e01a41368\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1725995160.8336968, \"finished_at\": 1725995179.1224635}, {\"id\": \"66dbecde-adea-49d0-9382-01861e099909\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725995187.8277757, \"finished_at\": 1725995198.1249356}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T19:06:42.158 INFO:teuthology.orchestra.run.smithi189.stdout:Scheduled prometheus update... 2024-09-10T19:06:42.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:41 smithi189 bash[14634]: audit 2024-09-10T19:06:40.823251+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c06f797e-2a20-4a7f-8d64-afce1feb7aae\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725995107.7833664, \"finished_at\": 1725995123.780893}, {\"id\": \"6822fa21-bcfb-406d-b5b2-aeb2dba03ccb\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725995134.887435, \"finished_at\": 1725995151.0000436}, {\"id\": \"3f75d53c-d263-4cc0-aa6f-3c7e01a41368\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1725995160.8336968, \"finished_at\": 1725995179.1224635}, {\"id\": \"66dbecde-adea-49d0-9382-01861e099909\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725995187.8277757, \"finished_at\": 1725995198.1249356}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T19:06:42.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:41 smithi189 bash[14634]: audit 2024-09-10T19:06:40.828758+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c06f797e-2a20-4a7f-8d64-afce1feb7aae\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725995107.7833664, \"finished_at\": 1725995123.780893}, {\"id\": \"6822fa21-bcfb-406d-b5b2-aeb2dba03ccb\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725995134.887435, \"finished_at\": 1725995151.0000436}, {\"id\": \"3f75d53c-d263-4cc0-aa6f-3c7e01a41368\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1725995160.8336968, \"finished_at\": 1725995179.1224635}, {\"id\": \"66dbecde-adea-49d0-9382-01861e099909\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725995187.8277757, \"finished_at\": 1725995198.1249356}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T19:06:42.900 DEBUG:teuthology.orchestra.run.smithi189:prometheus.a> sudo journalctl -f -n 0 -u ceph-e044737e-6fa6-11ef-bcea-c7b262605968@prometheus.a.service 2024-09-10T19:06:42.904 INFO:tasks.cephadm:Adding node-exporter.a on smithi155 2024-09-10T19:06:42.904 INFO:tasks.cephadm:Adding node-exporter.b on smithi189 2024-09-10T19:06:42.904 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph orch apply node-exporter '2;smithi155=a;smithi189=b' 2024-09-10T19:06:42.991 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-10T19:06:43.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:42 smithi155 bash[14970]: cluster 2024-09-10T19:06:41.800544+0000 mgr.y (mgr.14140) 182 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:43.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:42 smithi155 bash[14970]: audit 2024-09-10T19:06:42.146367+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-09-10T19:06:42.145655\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi189\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-09-10T19:06:43.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:42 smithi155 bash[14970]: audit 2024-09-10T19:06:42.154241+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-09-10T19:06:42.145655\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi189\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-09-10T19:06:43.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:42 smithi155 bash[18934]: cluster 2024-09-10T19:06:41.800544+0000 mgr.y (mgr.14140) 182 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:43.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:42 smithi155 bash[18934]: audit 2024-09-10T19:06:42.146367+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-09-10T19:06:42.145655\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi189\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-09-10T19:06:43.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:42 smithi155 bash[18934]: audit 2024-09-10T19:06:42.154241+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-09-10T19:06:42.145655\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi189\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-09-10T19:06:43.113 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:42 smithi189 bash[14634]: cluster 2024-09-10T19:06:41.800544+0000 mgr.y (mgr.14140) 182 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:43.113 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:42 smithi189 bash[14634]: audit 2024-09-10T19:06:42.146367+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-09-10T19:06:42.145655\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi189\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-09-10T19:06:43.113 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:42 smithi189 bash[14634]: audit 2024-09-10T19:06:42.154241+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-09-10T19:06:42.145655\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi189\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-09-10T19:06:44.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:43 smithi155 bash[14970]: audit 2024-09-10T19:06:42.144589+0000 mgr.y (mgr.14140) 183 : audit [DBG] from='client.34340 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi189=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:06:44.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:43 smithi155 bash[14970]: cephadm 2024-09-10T19:06:42.145628+0000 mgr.y (mgr.14140) 184 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi189=a 2024-09-10T19:06:44.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:43 smithi155 bash[14970]: cephadm 2024-09-10T19:06:42.163134+0000 mgr.y (mgr.14140) 185 : cephadm [INF] Deploying daemon prometheus.a on smithi189 2024-09-10T19:06:44.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:43 smithi155 bash[18934]: audit 2024-09-10T19:06:42.144589+0000 mgr.y (mgr.14140) 183 : audit [DBG] from='client.34340 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi189=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:06:44.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:43 smithi155 bash[18934]: cephadm 2024-09-10T19:06:42.145628+0000 mgr.y (mgr.14140) 184 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi189=a 2024-09-10T19:06:44.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:43 smithi155 bash[18934]: cephadm 2024-09-10T19:06:42.163134+0000 mgr.y (mgr.14140) 185 : cephadm [INF] Deploying daemon prometheus.a on smithi189 2024-09-10T19:06:44.157 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:43 smithi189 bash[14634]: audit 2024-09-10T19:06:42.144589+0000 mgr.y (mgr.14140) 183 : audit [DBG] from='client.34340 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi189=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:06:44.158 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:43 smithi189 bash[14634]: cephadm 2024-09-10T19:06:42.145628+0000 mgr.y (mgr.14140) 184 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi189=a 2024-09-10T19:06:44.158 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:43 smithi189 bash[14634]: cephadm 2024-09-10T19:06:42.163134+0000 mgr.y (mgr.14140) 185 : cephadm [INF] Deploying daemon prometheus.a on smithi189 2024-09-10T19:06:45.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:44 smithi155 bash[14970]: cluster 2024-09-10T19:06:43.801129+0000 mgr.y (mgr.14140) 186 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:45.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:44 smithi155 bash[18934]: cluster 2024-09-10T19:06:43.801129+0000 mgr.y (mgr.14140) 186 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:45.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:44 smithi189 bash[14634]: cluster 2024-09-10T19:06:43.801129+0000 mgr.y (mgr.14140) 186 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:46.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:45 smithi155 bash[14970]: cluster 2024-09-10T19:06:45.801672+0000 mgr.y (mgr.14140) 187 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:46.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:45 smithi155 bash[18934]: cluster 2024-09-10T19:06:45.801672+0000 mgr.y (mgr.14140) 187 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:46.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:45 smithi189 bash[14634]: cluster 2024-09-10T19:06:45.801672+0000 mgr.y (mgr.14140) 187 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:46.357 INFO:teuthology.orchestra.run.smithi189.stdout:Scheduled node-exporter update... 2024-09-10T19:06:47.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:46 smithi189 bash[14634]: audit 2024-09-10T19:06:46.345845+0000 mgr.y (mgr.14140) 188 : audit [DBG] from='client.34346 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi155=a;smithi189=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:06:47.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:46 smithi189 bash[14634]: cephadm 2024-09-10T19:06:46.346883+0000 mgr.y (mgr.14140) 189 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi155=a,smithi189=b 2024-09-10T19:06:47.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:46 smithi189 bash[14634]: audit 2024-09-10T19:06:46.347623+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-09-10T19:06:46.346908\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi189\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-09-10T19:06:47.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:46 smithi189 bash[14634]: audit 2024-09-10T19:06:46.353135+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-09-10T19:06:46.346908\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi189\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-09-10T19:06:47.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:46 smithi155 bash[18934]: audit 2024-09-10T19:06:46.345845+0000 mgr.y (mgr.14140) 188 : audit [DBG] from='client.34346 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi155=a;smithi189=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:06:47.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:46 smithi155 bash[18934]: cephadm 2024-09-10T19:06:46.346883+0000 mgr.y (mgr.14140) 189 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi155=a,smithi189=b 2024-09-10T19:06:47.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:46 smithi155 bash[18934]: audit 2024-09-10T19:06:46.347623+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-09-10T19:06:46.346908\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi189\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-09-10T19:06:47.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:46 smithi155 bash[18934]: audit 2024-09-10T19:06:46.353135+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-09-10T19:06:46.346908\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi189\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-09-10T19:06:47.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:46 smithi155 bash[14970]: audit 2024-09-10T19:06:46.345845+0000 mgr.y (mgr.14140) 188 : audit [DBG] from='client.34346 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi155=a;smithi189=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:06:47.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:46 smithi155 bash[14970]: cephadm 2024-09-10T19:06:46.346883+0000 mgr.y (mgr.14140) 189 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi155=a,smithi189=b 2024-09-10T19:06:47.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:46 smithi155 bash[14970]: audit 2024-09-10T19:06:46.347623+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-09-10T19:06:46.346908\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi189\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-09-10T19:06:47.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:46 smithi155 bash[14970]: audit 2024-09-10T19:06:46.353135+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-09-10T19:06:46.346908\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi189\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-09-10T19:06:48.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:47 smithi189 bash[14634]: cluster 2024-09-10T19:06:47.802230+0000 mgr.y (mgr.14140) 190 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:48.296 DEBUG:teuthology.orchestra.run.smithi155:node-exporter.a> sudo journalctl -f -n 0 -u ceph-e044737e-6fa6-11ef-bcea-c7b262605968@node-exporter.a.service 2024-09-10T19:06:48.298 DEBUG:teuthology.orchestra.run.smithi189:node-exporter.b> sudo journalctl -f -n 0 -u ceph-e044737e-6fa6-11ef-bcea-c7b262605968@node-exporter.b.service 2024-09-10T19:06:48.300 INFO:tasks.cephadm:Adding alertmanager.a on smithi155 2024-09-10T19:06:48.301 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph orch apply alertmanager '1;smithi155=a' 2024-09-10T19:06:48.309 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:47 smithi155 bash[14970]: cluster 2024-09-10T19:06:47.802230+0000 mgr.y (mgr.14140) 190 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:48.309 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:47 smithi155 bash[18934]: cluster 2024-09-10T19:06:47.802230+0000 mgr.y (mgr.14140) 190 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:48.413 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-10T19:06:48.444 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-10T19:06:51.059 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:50 smithi189 bash[14634]: cluster 2024-09-10T19:06:49.802780+0000 mgr.y (mgr.14140) 191 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:51.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:50 smithi155 bash[14970]: cluster 2024-09-10T19:06:49.802780+0000 mgr.y (mgr.14140) 191 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:51.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:50 smithi155 bash[18934]: cluster 2024-09-10T19:06:49.802780+0000 mgr.y (mgr.14140) 191 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:52.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:51 smithi189 bash[14634]: cluster 2024-09-10T19:06:51.803396+0000 mgr.y (mgr.14140) 192 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:52.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:51 smithi155 bash[14970]: cluster 2024-09-10T19:06:51.803396+0000 mgr.y (mgr.14140) 192 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:52.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:51 smithi155 bash[18934]: cluster 2024-09-10T19:06:51.803396+0000 mgr.y (mgr.14140) 192 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:54.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:53 smithi189 bash[14634]: cluster 2024-09-10T19:06:53.804004+0000 mgr.y (mgr.14140) 193 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:54.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:53 smithi155 bash[18934]: cluster 2024-09-10T19:06:53.804004+0000 mgr.y (mgr.14140) 193 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:54.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:53 smithi155 bash[14970]: cluster 2024-09-10T19:06:53.804004+0000 mgr.y (mgr.14140) 193 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:54.611 INFO:teuthology.orchestra.run.smithi189.stdout:Scheduled alertmanager update... 2024-09-10T19:06:54.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:54 smithi189 bash[14634]: audit 2024-09-10T19:06:54.599882+0000 mgr.y (mgr.14140) 194 : audit [DBG] from='client.34352 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi155=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:06:54.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:54 smithi189 bash[14634]: cephadm 2024-09-10T19:06:54.600908+0000 mgr.y (mgr.14140) 195 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi155=a 2024-09-10T19:06:54.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:54 smithi189 bash[14634]: audit 2024-09-10T19:06:54.601597+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-09-10T19:06:54.600935\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-09-10T19:06:54.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:54 smithi189 bash[14634]: audit 2024-09-10T19:06:54.607208+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-09-10T19:06:54.600935\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-09-10T19:06:55.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:54 smithi155 bash[14970]: audit 2024-09-10T19:06:54.599882+0000 mgr.y (mgr.14140) 194 : audit [DBG] from='client.34352 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi155=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:06:55.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:54 smithi155 bash[14970]: cephadm 2024-09-10T19:06:54.600908+0000 mgr.y (mgr.14140) 195 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi155=a 2024-09-10T19:06:55.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:54 smithi155 bash[14970]: audit 2024-09-10T19:06:54.601597+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-09-10T19:06:54.600935\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-09-10T19:06:55.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:54 smithi155 bash[14970]: audit 2024-09-10T19:06:54.607208+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-09-10T19:06:54.600935\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-09-10T19:06:55.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:54 smithi155 bash[18934]: audit 2024-09-10T19:06:54.599882+0000 mgr.y (mgr.14140) 194 : audit [DBG] from='client.34352 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi155=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:06:55.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:54 smithi155 bash[18934]: cephadm 2024-09-10T19:06:54.600908+0000 mgr.y (mgr.14140) 195 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi155=a 2024-09-10T19:06:55.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:54 smithi155 bash[18934]: audit 2024-09-10T19:06:54.601597+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-09-10T19:06:54.600935\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-09-10T19:06:55.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:54 smithi155 bash[18934]: audit 2024-09-10T19:06:54.607208+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-09-10T19:06:54.600935\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi155\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-09-10T19:06:55.686 DEBUG:teuthology.orchestra.run.smithi155:alertmanager.a> sudo journalctl -f -n 0 -u ceph-e044737e-6fa6-11ef-bcea-c7b262605968@alertmanager.a.service 2024-09-10T19:06:55.690 INFO:tasks.cephadm:Adding grafana.a on smithi189 2024-09-10T19:06:55.690 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph orch apply grafana '1;smithi189=a' 2024-09-10T19:06:55.890 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-10T19:06:55.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:55 smithi189 bash[14634]: cluster 2024-09-10T19:06:55.804551+0000 mgr.y (mgr.14140) 196 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:56.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:55 smithi155 bash[14970]: cluster 2024-09-10T19:06:55.804551+0000 mgr.y (mgr.14140) 196 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:56.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:55 smithi155 bash[18934]: cluster 2024-09-10T19:06:55.804551+0000 mgr.y (mgr.14140) 196 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:58.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:06:57 smithi189 bash[14634]: cluster 2024-09-10T19:06:57.805138+0000 mgr.y (mgr.14140) 197 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:58.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:06:57 smithi155 bash[14970]: cluster 2024-09-10T19:06:57.805138+0000 mgr.y (mgr.14140) 197 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:58.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:06:57 smithi155 bash[18934]: cluster 2024-09-10T19:06:57.805138+0000 mgr.y (mgr.14140) 197 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:01.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:00 smithi155 bash[14970]: cluster 2024-09-10T19:06:59.805719+0000 mgr.y (mgr.14140) 198 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:01.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:00 smithi155 bash[18934]: cluster 2024-09-10T19:06:59.805719+0000 mgr.y (mgr.14140) 198 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:01.102 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:00 smithi189 bash[14634]: cluster 2024-09-10T19:06:59.805719+0000 mgr.y (mgr.14140) 198 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:01.103 INFO:teuthology.orchestra.run.smithi189.stdout:Scheduled grafana update... 2024-09-10T19:07:01.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:01 smithi189 bash[14634]: audit 2024-09-10T19:07:01.094161+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-09-10T19:07:01.093485\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi189\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-09-10T19:07:01.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:01 smithi189 bash[14634]: audit 2024-09-10T19:07:01.099805+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-09-10T19:07:01.093485\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi189\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-09-10T19:07:02.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:01 smithi155 bash[18934]: audit 2024-09-10T19:07:01.094161+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-09-10T19:07:01.093485\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi189\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-09-10T19:07:02.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:01 smithi155 bash[18934]: audit 2024-09-10T19:07:01.099805+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-09-10T19:07:01.093485\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi189\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-09-10T19:07:02.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:01 smithi155 bash[14970]: audit 2024-09-10T19:07:01.094161+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-09-10T19:07:01.093485\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi189\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-09-10T19:07:02.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:01 smithi155 bash[14970]: audit 2024-09-10T19:07:01.099805+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-09-10T19:07:01.093485\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi189\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-09-10T19:07:02.404 DEBUG:teuthology.orchestra.run.smithi189:grafana.a> sudo journalctl -f -n 0 -u ceph-e044737e-6fa6-11ef-bcea-c7b262605968@grafana.a.service 2024-09-10T19:07:02.407 INFO:tasks.cephadm:Setting up client nodes... 2024-09-10T19:07:02.407 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-10T19:07:02.720 INFO:journalctl@ceph.grafana.a.smithi189.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-10T19:07:03.063 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:02 smithi189 bash[14634]: audit 2024-09-10T19:07:01.092446+0000 mgr.y (mgr.14140) 199 : audit [DBG] from='client.34358 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi189=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:07:03.064 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:02 smithi189 bash[14634]: cephadm 2024-09-10T19:07:01.093459+0000 mgr.y (mgr.14140) 200 : cephadm [INF] Saving service grafana spec with placement count:1 smithi189=a 2024-09-10T19:07:03.064 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:02 smithi189 bash[14634]: cluster 2024-09-10T19:07:01.806300+0000 mgr.y (mgr.14140) 201 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:03.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:02 smithi155 bash[14970]: audit 2024-09-10T19:07:01.092446+0000 mgr.y (mgr.14140) 199 : audit [DBG] from='client.34358 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi189=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:07:03.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:02 smithi155 bash[14970]: cephadm 2024-09-10T19:07:01.093459+0000 mgr.y (mgr.14140) 200 : cephadm [INF] Saving service grafana spec with placement count:1 smithi189=a 2024-09-10T19:07:03.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:02 smithi155 bash[14970]: cluster 2024-09-10T19:07:01.806300+0000 mgr.y (mgr.14140) 201 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:03.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:02 smithi155 bash[18934]: audit 2024-09-10T19:07:01.092446+0000 mgr.y (mgr.14140) 199 : audit [DBG] from='client.34358 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi189=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:07:03.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:02 smithi155 bash[18934]: cephadm 2024-09-10T19:07:01.093459+0000 mgr.y (mgr.14140) 200 : cephadm [INF] Saving service grafana spec with placement count:1 smithi189=a 2024-09-10T19:07:03.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:02 smithi155 bash[18934]: cluster 2024-09-10T19:07:01.806300+0000 mgr.y (mgr.14140) 201 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:04.452 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:07:04 smithi189 docker[22892]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-prometheus.a 2024-09-10T19:07:04.453 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:07:04 smithi189 systemd[1]: Started Ceph prometheus.a for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:07:05.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:04 smithi155 bash[14970]: cluster 2024-09-10T19:07:03.806874+0000 mgr.y (mgr.14140) 202 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:05.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:04 smithi155 bash[18934]: cluster 2024-09-10T19:07:03.806874+0000 mgr.y (mgr.14140) 202 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:05.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:04 smithi155 bash[14970]: audit 2024-09-10T19:07:04.046861+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.921914\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922113\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922238\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922358\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922477\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"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-10T19:06:19.922595\", \"created\": \"2024-09-10T19:06:19.078531\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:06:42.158023\"}}, \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:07:05.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:04 smithi155 bash[14970]: audit 2024-09-10T19:07:04.053156+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.921914\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922113\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922238\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922358\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922477\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"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-10T19:06:19.922595\", \"created\": \"2024-09-10T19:06:19.078531\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:06:42.158023\"}}, \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:07:05.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:04 smithi155 bash[14970]: audit 2024-09-10T19:07:04.055692+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:07:05.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:04 smithi155 bash[18934]: audit 2024-09-10T19:07:04.046861+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.921914\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922113\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922238\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922358\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922477\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"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-10T19:06:19.922595\", \"created\": \"2024-09-10T19:06:19.078531\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:06:42.158023\"}}, \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:07:05.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:04 smithi155 bash[18934]: audit 2024-09-10T19:07:04.053156+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.921914\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922113\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922238\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922358\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922477\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"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-10T19:06:19.922595\", \"created\": \"2024-09-10T19:06:19.078531\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:06:42.158023\"}}, \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:07:05.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:04 smithi155 bash[18934]: audit 2024-09-10T19:07:04.055692+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:07:05.114 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:04 smithi189 bash[14634]: cluster 2024-09-10T19:07:03.806874+0000 mgr.y (mgr.14140) 202 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:05.114 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:04 smithi189 bash[14634]: audit 2024-09-10T19:07:04.046861+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.921914\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922113\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922238\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922358\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922477\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"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-10T19:06:19.922595\", \"created\": \"2024-09-10T19:06:19.078531\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:06:42.158023\"}}, \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:07:05.114 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:04 smithi189 bash[14634]: audit 2024-09-10T19:07:04.053156+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.921914\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922113\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922238\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922358\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:06:19.922477\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"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-10T19:06:19.922595\", \"created\": \"2024-09-10T19:06:19.078531\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:06:42.158023\"}}, \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:07:05.114 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:04 smithi189 bash[14634]: audit 2024-09-10T19:07:04.055692+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:07:05.702 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:05 smithi189 systemd[1]: Started Ceph node-exporter.b for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:07:05.703 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:05 smithi189 bash[23178]: Unable to find image 'prom/node-exporter:latest' locally 2024-09-10T19:07:05.703 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:07:05 smithi189 bash[22918]: ts=2024-09-10T19:07:05.406Z caller=main.go:601 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-09-10T19:07:05.703 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:07:05 smithi189 bash[22918]: ts=2024-09-10T19:07:05.406Z caller=main.go:645 level=info msg="Starting Prometheus Server" mode=server version="(version=2.54.1, branch=HEAD, revision=e6cfa720fbe6280153fab13090a483dbd40bece3)" 2024-09-10T19:07:05.703 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:07:05 smithi189 bash[22918]: ts=2024-09-10T19:07:05.406Z 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-10T19:07:05.703 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:07:05 smithi189 bash[22918]: ts=2024-09-10T19:07:05.406Z 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 smithi189 (none))" 2024-09-10T19:07:05.703 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:07:05 smithi189 bash[22918]: ts=2024-09-10T19:07:05.406Z caller=main.go:652 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-10T19:07:05.703 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:07:05 smithi189 bash[22918]: ts=2024-09-10T19:07:05.406Z caller=main.go:653 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-10T19:07:05.703 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:07:05 smithi189 bash[22918]: ts=2024-09-10T19:07:05.408Z caller=web.go:571 level=info component=web msg="Start listening for connections" address=:9095 2024-09-10T19:07:05.703 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:07:05 smithi189 bash[22918]: ts=2024-09-10T19:07:05.409Z caller=main.go:1160 level=info msg="Starting TSDB ..." 2024-09-10T19:07:05.703 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:07:05 smithi189 bash[22918]: ts=2024-09-10T19:07:05.412Z caller=tls_config.go:313 level=info component=web msg="Listening on" address=[::]:9095 2024-09-10T19:07:05.704 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:07:05 smithi189 bash[22918]: ts=2024-09-10T19:07:05.412Z caller=tls_config.go:316 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-10T19:07:05.704 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:07:05 smithi189 bash[22918]: ts=2024-09-10T19:07:05.414Z caller=head.go:626 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-10T19:07:05.704 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:07:05 smithi189 bash[22918]: ts=2024-09-10T19:07:05.414Z caller=head.go:713 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.364µs 2024-09-10T19:07:05.704 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:07:05 smithi189 bash[22918]: ts=2024-09-10T19:07:05.414Z caller=head.go:721 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-10T19:07:05.704 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:07:05 smithi189 bash[22918]: ts=2024-09-10T19:07:05.414Z caller=head.go:793 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=0 2024-09-10T19:07:05.704 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:07:05 smithi189 bash[22918]: ts=2024-09-10T19:07:05.414Z caller=head.go:830 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=39.327µs wal_replay_duration=390.982µs wbl_replay_duration=183ns chunk_snapshot_load_duration=0s mmap_chunk_replay_duration=1.364µs total_replay_duration=458.578µs 2024-09-10T19:07:05.704 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:07:05 smithi189 bash[22918]: ts=2024-09-10T19:07:05.417Z caller=main.go:1181 level=info fs_type=XFS_SUPER_MAGIC 2024-09-10T19:07:05.704 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:07:05 smithi189 bash[22918]: ts=2024-09-10T19:07:05.417Z caller=main.go:1184 level=info msg="TSDB started" 2024-09-10T19:07:05.704 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:07:05 smithi189 bash[22918]: ts=2024-09-10T19:07:05.417Z caller=main.go:1367 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-10T19:07:05.704 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:07:05 smithi189 bash[22918]: ts=2024-09-10T19:07:05.418Z caller=main.go:1404 level=info msg="updated GOGC" old=100 new=75 2024-09-10T19:07:05.704 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:07:05 smithi189 bash[22918]: ts=2024-09-10T19:07:05.418Z caller=main.go:1415 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=1.085ms db_storage=1.37µs remote_storage=2.068µs web_handler=503ns query_engine=7.052µs scrape=504.17µs scrape_sd=41.892µs notify=1.236µs notify_sd=1.654µs rules=63.195µs tracing=10.738µs 2024-09-10T19:07:05.705 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:07:05 smithi189 bash[22918]: ts=2024-09-10T19:07:05.418Z caller=main.go:1145 level=info msg="Server is ready to receive web requests." 2024-09-10T19:07:05.705 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:07:05 smithi189 bash[22918]: ts=2024-09-10T19:07:05.418Z caller=manager.go:164 level=info component="rule manager" msg="Starting rule manager..." 2024-09-10T19:07:06.075 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:05 smithi155 bash[18934]: audit 2024-09-10T19:07:04.881077+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878275\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878487\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878612\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878734\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878854\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878973\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.879094\", \"created\": \"2024-09-10T19:07:04.025480\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:06:42.158023\"}}, \"last_daemon_update\": \"2024-09-10T19:07:04.879289\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:07:06.075 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:05 smithi155 bash[18934]: audit 2024-09-10T19:07:04.886952+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878275\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878487\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878612\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878734\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878854\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878973\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.879094\", \"created\": \"2024-09-10T19:07:04.025480\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:06:42.158023\"}}, \"last_daemon_update\": \"2024-09-10T19:07:04.879289\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:07:06.075 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:05 smithi155 bash[18934]: audit 2024-09-10T19:07:04.890531+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-09-10T19:07:06.075 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:05 smithi155 bash[18934]: audit 2024-09-10T19:07:04.892318+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:07:06.075 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:05 smithi155 bash[14970]: audit 2024-09-10T19:07:04.881077+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878275\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878487\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878612\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878734\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878854\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878973\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.879094\", \"created\": \"2024-09-10T19:07:04.025480\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:06:42.158023\"}}, \"last_daemon_update\": \"2024-09-10T19:07:04.879289\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:07:06.076 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:05 smithi155 bash[18934]: audit 2024-09-10T19:07:05.614401+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878275\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878487\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878612\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878734\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878854\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878973\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.879094\", \"created\": \"2024-09-10T19:07:04.025480\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:06:42.158023\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}}, \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:07:06.076 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:05 smithi155 bash[18934]: audit 2024-09-10T19:07:05.620815+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878275\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878487\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878612\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878734\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878854\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878973\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.879094\", \"created\": \"2024-09-10T19:07:04.025480\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:06:42.158023\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}}, \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:07:06.076 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:05 smithi155 bash[18934]: audit 2024-09-10T19:07:05.622310+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-09-10T19:07:06.076 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:05 smithi155 bash[18934]: audit 2024-09-10T19:07:05.623853+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:07:06.077 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:05 smithi155 bash[14970]: audit 2024-09-10T19:07:04.886952+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878275\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878487\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878612\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878734\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878854\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878973\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.879094\", \"created\": \"2024-09-10T19:07:04.025480\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:06:42.158023\"}}, \"last_daemon_update\": \"2024-09-10T19:07:04.879289\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:07:06.078 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:05 smithi155 bash[14970]: audit 2024-09-10T19:07:04.890531+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-09-10T19:07:06.078 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:05 smithi155 bash[14970]: audit 2024-09-10T19:07:04.892318+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:07:06.078 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:05 smithi155 bash[14970]: audit 2024-09-10T19:07:05.614401+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878275\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878487\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878612\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878734\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878854\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878973\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.879094\", \"created\": \"2024-09-10T19:07:04.025480\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:06:42.158023\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}}, \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:07:06.078 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:05 smithi155 bash[14970]: audit 2024-09-10T19:07:05.620815+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878275\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878487\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878612\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878734\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878854\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878973\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.879094\", \"created\": \"2024-09-10T19:07:04.025480\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:06:42.158023\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}}, \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:07:06.078 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:05 smithi155 bash[14970]: audit 2024-09-10T19:07:05.622310+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-09-10T19:07:06.078 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:05 smithi155 bash[14970]: audit 2024-09-10T19:07:05.623853+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:07:06.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:05 smithi189 bash[14634]: audit 2024-09-10T19:07:04.881077+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878275\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878487\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878612\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878734\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878854\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878973\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.879094\", \"created\": \"2024-09-10T19:07:04.025480\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:06:42.158023\"}}, \"last_daemon_update\": \"2024-09-10T19:07:04.879289\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:07:06.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:05 smithi189 bash[14634]: audit 2024-09-10T19:07:04.886952+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878275\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878487\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878612\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878734\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878854\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878973\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.879094\", \"created\": \"2024-09-10T19:07:04.025480\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:06:42.158023\"}}, \"last_daemon_update\": \"2024-09-10T19:07:04.879289\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:07:06.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:05 smithi189 bash[14634]: audit 2024-09-10T19:07:04.890531+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-09-10T19:07:06.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:05 smithi189 bash[14634]: audit 2024-09-10T19:07:04.892318+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:07:06.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:05 smithi189 bash[14634]: audit 2024-09-10T19:07:05.614401+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878275\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878487\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878612\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878734\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878854\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878973\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.879094\", \"created\": \"2024-09-10T19:07:04.025480\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:06:42.158023\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}}, \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:07:06.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:05 smithi189 bash[14634]: audit 2024-09-10T19:07:05.620815+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878275\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878487\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878612\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878734\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878854\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878973\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.879094\", \"created\": \"2024-09-10T19:07:04.025480\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:06:42.158023\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}}, \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:07:06.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:05 smithi189 bash[14634]: audit 2024-09-10T19:07:05.622310+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-09-10T19:07:06.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:05 smithi189 bash[14634]: audit 2024-09-10T19:07:05.623853+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:07:06.209 INFO:teuthology.orchestra.run.smithi155.stdout:[client.0] 2024-09-10T19:07:06.209 INFO:teuthology.orchestra.run.smithi155.stdout: key = AQDamOBmTnzpCxAACrkNVa9+ot4Xzp6UrqKxZQ== 2024-09-10T19:07:06.333 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:06 smithi155 systemd[1]: Starting Ceph node-exporter.a for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:07:06.589 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:06 smithi155 docker[27095]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-node-exporter.a 2024-09-10T19:07:06.589 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:06 smithi155 systemd[1]: Started Ceph node-exporter.a for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:07:06.589 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:06 smithi155 bash[27116]: Unable to find image 'prom/node-exporter:latest' locally 2024-09-10T19:07:07.077 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-09-10T19:07:07.077 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-09-10T19:07:07.077 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-09-10T19:07:07.087 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:06 smithi155 bash[18934]: cephadm 2024-09-10T19:07:04.893482+0000 mgr.y (mgr.14140) 203 : cephadm [INF] Deploying daemon node-exporter.b on smithi189 2024-09-10T19:07:07.087 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:06 smithi155 bash[18934]: cephadm 2024-09-10T19:07:05.625312+0000 mgr.y (mgr.14140) 204 : cephadm [INF] Deploying daemon node-exporter.a on smithi155 2024-09-10T19:07:07.087 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:06 smithi155 bash[18934]: cluster 2024-09-10T19:07:05.807329+0000 mgr.y (mgr.14140) 205 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:07.087 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:06 smithi155 bash[18934]: audit 2024-09-10T19:07:06.199094+0000 mon.c (mon.1) 12 : audit [INF] from='client.? 172.21.15.155:0/3573029185' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-10T19:07:07.087 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:06 smithi155 bash[18934]: audit 2024-09-10T19:07:06.199587+0000 mon.a (mon.0) 474 : 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-10T19:07:07.087 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:06 smithi155 bash[18934]: audit 2024-09-10T19:07:06.207702+0000 mon.a (mon.0) 475 : 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-10T19:07:07.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:06 smithi155 bash[14970]: cephadm 2024-09-10T19:07:04.893482+0000 mgr.y (mgr.14140) 203 : cephadm [INF] Deploying daemon node-exporter.b on smithi189 2024-09-10T19:07:07.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:06 smithi155 bash[14970]: cephadm 2024-09-10T19:07:05.625312+0000 mgr.y (mgr.14140) 204 : cephadm [INF] Deploying daemon node-exporter.a on smithi155 2024-09-10T19:07:07.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:06 smithi155 bash[14970]: cluster 2024-09-10T19:07:05.807329+0000 mgr.y (mgr.14140) 205 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:07.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:06 smithi155 bash[14970]: audit 2024-09-10T19:07:06.199094+0000 mon.c (mon.1) 12 : audit [INF] from='client.? 172.21.15.155:0/3573029185' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-10T19:07:07.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:06 smithi155 bash[14970]: audit 2024-09-10T19:07:06.199587+0000 mon.a (mon.0) 474 : 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-10T19:07:07.088 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:06 smithi155 bash[14970]: audit 2024-09-10T19:07:06.207702+0000 mon.a (mon.0) 475 : 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-10T19:07:07.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:06 smithi155 bash[18934]: audit 2024-09-10T19:07:06.357200+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568099\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568318\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568437\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568548\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568659\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568770\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"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-10T19:04:34.568881\", \"created\": \"2024-09-10T19:04:33.485615\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}}, \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:07:07.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:06 smithi155 bash[18934]: audit 2024-09-10T19:07:06.362775+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568099\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568318\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568437\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568548\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568659\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568770\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"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-10T19:04:34.568881\", \"created\": \"2024-09-10T19:04:33.485615\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}}, \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:07:07.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:06 smithi155 bash[18934]: cephadm 2024-09-10T19:07:06.367051+0000 mgr.y (mgr.14140) 206 : cephadm [INF] Deploying daemon alertmanager.a on smithi155 2024-09-10T19:07:07.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:06 smithi155 bash[14970]: audit 2024-09-10T19:07:06.357200+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568099\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568318\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568437\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568548\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568659\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568770\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"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-10T19:04:34.568881\", \"created\": \"2024-09-10T19:04:33.485615\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}}, \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:07:07.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:06 smithi155 bash[14970]: audit 2024-09-10T19:07:06.362775+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568099\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568318\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568437\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568548\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568659\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568770\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"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-10T19:04:34.568881\", \"created\": \"2024-09-10T19:04:33.485615\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}}, \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:07:07.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:06 smithi155 bash[14970]: cephadm 2024-09-10T19:07:06.367051+0000 mgr.y (mgr.14140) 206 : cephadm [INF] Deploying daemon alertmanager.a on smithi155 2024-09-10T19:07:07.099 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-10T19:07:07.112 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:06 smithi189 bash[14634]: cephadm 2024-09-10T19:07:04.893482+0000 mgr.y (mgr.14140) 203 : cephadm [INF] Deploying daemon node-exporter.b on smithi189 2024-09-10T19:07:07.112 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:06 smithi189 bash[14634]: cephadm 2024-09-10T19:07:05.625312+0000 mgr.y (mgr.14140) 204 : cephadm [INF] Deploying daemon node-exporter.a on smithi155 2024-09-10T19:07:07.112 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:06 smithi189 bash[14634]: cluster 2024-09-10T19:07:05.807329+0000 mgr.y (mgr.14140) 205 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:07.112 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:06 smithi189 bash[14634]: audit 2024-09-10T19:07:06.199094+0000 mon.c (mon.1) 12 : audit [INF] from='client.? 172.21.15.155:0/3573029185' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-10T19:07:07.112 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:06 smithi189 bash[14634]: audit 2024-09-10T19:07:06.199587+0000 mon.a (mon.0) 474 : 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-10T19:07:07.113 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:06 smithi189 bash[14634]: audit 2024-09-10T19:07:06.207702+0000 mon.a (mon.0) 475 : 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-10T19:07:07.113 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:06 smithi189 bash[14634]: audit 2024-09-10T19:07:06.357200+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568099\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568318\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568437\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568548\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568659\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568770\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"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-10T19:04:34.568881\", \"created\": \"2024-09-10T19:04:33.485615\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}}, \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:07:07.113 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:06 smithi189 bash[14634]: audit 2024-09-10T19:07:06.362775+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568099\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568318\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568437\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568548\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568659\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568770\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"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-10T19:04:34.568881\", \"created\": \"2024-09-10T19:04:33.485615\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}}, \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:07:07.113 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:06 smithi189 bash[14634]: cephadm 2024-09-10T19:07:06.367051+0000 mgr.y (mgr.14140) 206 : cephadm [INF] Deploying daemon alertmanager.a on smithi155 2024-09-10T19:07:08.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:07 smithi189 bash[14634]: cluster 2024-09-10T19:07:07.807888+0000 mgr.y (mgr.14140) 207 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:08.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:07 smithi155 bash[14970]: cluster 2024-09-10T19:07:07.807888+0000 mgr.y (mgr.14140) 207 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:08.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:07 smithi155 bash[18934]: cluster 2024-09-10T19:07:07.807888+0000 mgr.y (mgr.14140) 207 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:09.702 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:09 smithi189 bash[23178]: latest: Pulling from prom/node-exporter 2024-09-10T19:07:10.155 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:09 smithi155 bash[27116]: latest: Pulling from prom/node-exporter 2024-09-10T19:07:10.202 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:09 smithi189 bash[23178]: 9fa9226be034: Already exists 2024-09-10T19:07:10.202 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:10 smithi189 bash[23178]: 1617e25568b2: Already exists 2024-09-10T19:07:10.464 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:10 smithi155 bash[27116]: 9fa9226be034: Pulling fs layer 2024-09-10T19:07:10.464 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:10 smithi155 bash[27116]: 1617e25568b2: Pulling fs layer 2024-09-10T19:07:10.465 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:10 smithi155 bash[27116]: a7193bcb1fb2: Pulling fs layer 2024-09-10T19:07:10.465 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:10 smithi155 bash[27116]: 1617e25568b2: Verifying Checksum 2024-09-10T19:07:10.465 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:10 smithi155 bash[27116]: 1617e25568b2: Download complete 2024-09-10T19:07:10.465 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:10 smithi155 bash[27116]: 9fa9226be034: Verifying Checksum 2024-09-10T19:07:10.465 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:10 smithi155 bash[27116]: 9fa9226be034: Download complete 2024-09-10T19:07:10.702 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:10 smithi189 bash[23178]: a7193bcb1fb2: Pulling fs layer 2024-09-10T19:07:10.702 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:10 smithi189 bash[23178]: a7193bcb1fb2: Verifying Checksum 2024-09-10T19:07:10.702 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:10 smithi189 bash[23178]: a7193bcb1fb2: Download complete 2024-09-10T19:07:10.811 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:10 smithi155 bash[27116]: a7193bcb1fb2: Verifying Checksum 2024-09-10T19:07:10.811 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:10 smithi155 bash[27116]: a7193bcb1fb2: Download complete 2024-09-10T19:07:10.811 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:10 smithi155 bash[27116]: 9fa9226be034: Pull complete 2024-09-10T19:07:11.076 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:10 smithi189 bash[14634]: cluster 2024-09-10T19:07:09.808502+0000 mgr.y (mgr.14140) 208 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:11.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:10 smithi155 bash[14970]: cluster 2024-09-10T19:07:09.808502+0000 mgr.y (mgr.14140) 208 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:11.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:10 smithi155 bash[18934]: cluster 2024-09-10T19:07:09.808502+0000 mgr.y (mgr.14140) 208 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:11.090 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:11 smithi155 bash[27116]: 1617e25568b2: Pull complete 2024-09-10T19:07:11.261 INFO:teuthology.orchestra.run.smithi189.stdout:[client.1] 2024-09-10T19:07:11.261 INFO:teuthology.orchestra.run.smithi189.stdout: key = AQDfmOBmN0IfDxAAdCDXoIlCVJOg+Jf98P49KA== 2024-09-10T19:07:11.329 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:11 smithi189 bash[23178]: a7193bcb1fb2: Pull complete 2024-09-10T19:07:11.329 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:11 smithi189 bash[23178]: Digest: sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706 2024-09-10T19:07:11.702 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:11 smithi189 bash[23178]: Status: Downloaded newer image for prom/node-exporter:latest 2024-09-10T19:07:11.840 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:11 smithi155 bash[27116]: a7193bcb1fb2: Pull complete 2024-09-10T19:07:11.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:11 smithi155 bash[14970]: audit 2024-09-10T19:07:11.252805+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.189:0/2337634868' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-10T19:07:11.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:11 smithi155 bash[14970]: audit 2024-09-10T19:07:11.253496+0000 mon.a (mon.0) 478 : 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-10T19:07:11.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:11 smithi155 bash[14970]: audit 2024-09-10T19:07:11.258914+0000 mon.a (mon.0) 479 : 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-10T19:07:11.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:11 smithi155 bash[18934]: audit 2024-09-10T19:07:11.252805+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.189:0/2337634868' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-10T19:07:11.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:11 smithi155 bash[18934]: audit 2024-09-10T19:07:11.253496+0000 mon.a (mon.0) 478 : 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-10T19:07:11.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:11 smithi155 bash[18934]: audit 2024-09-10T19:07:11.258914+0000 mon.a (mon.0) 479 : 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-10T19:07:12.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:11 smithi189 bash[14634]: audit 2024-09-10T19:07:11.252805+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.189:0/2337634868' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-10T19:07:12.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:11 smithi189 bash[14634]: audit 2024-09-10T19:07:11.253496+0000 mon.a (mon.0) 478 : 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-10T19:07:12.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:11 smithi189 bash[14634]: audit 2024-09-10T19:07:11.258914+0000 mon.a (mon.0) 479 : 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-10T19:07:12.349 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:11 smithi155 bash[27116]: Digest: sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706 2024-09-10T19:07:12.350 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:11 smithi155 bash[27116]: Status: Downloaded newer image for prom/node-exporter:latest 2024-09-10T19:07:12.712 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-09-10T19:07:12.713 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-09-10T19:07:12.713 DEBUG:teuthology.orchestra.run.smithi189:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-09-10T19:07:12.736 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-10T19:07:12.736 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-10T19:07:12.737 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph mgr dump --format=json 2024-09-10T19:07:13.039 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:12 smithi189 bash[14634]: cluster 2024-09-10T19:07:11.809106+0000 mgr.y (mgr.14140) 209 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:13.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:12 smithi155 bash[14970]: cluster 2024-09-10T19:07:11.809106+0000 mgr.y (mgr.14140) 209 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:13.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:12 smithi155 bash[18934]: cluster 2024-09-10T19:07:11.809106+0000 mgr.y (mgr.14140) 209 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:13.453 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.144Z caller=node_exporter.go:193 level=info msg="Starting node_exporter" version="(version=1.8.2, branch=HEAD, revision=f1e0e8360aa60b6cb5e5cc1560bed348fc2c1895)" 2024-09-10T19:07:13.453 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.144Z 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-10T19:07:13.453 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.145Z 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-10T19:07:13.453 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.145Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-10T19:07:13.453 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.145Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2024-09-10T19:07:13.453 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.145Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-09-10T19:07:13.453 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.146Z caller=node_exporter.go:111 level=info msg="Enabled collectors" 2024-09-10T19:07:13.453 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.146Z caller=node_exporter.go:118 level=info collector=arp 2024-09-10T19:07:13.454 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.146Z caller=node_exporter.go:118 level=info collector=bcache 2024-09-10T19:07:13.454 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.146Z caller=node_exporter.go:118 level=info collector=bonding 2024-09-10T19:07:13.454 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.146Z caller=node_exporter.go:118 level=info collector=btrfs 2024-09-10T19:07:13.454 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.146Z caller=node_exporter.go:118 level=info collector=conntrack 2024-09-10T19:07:13.454 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.146Z caller=node_exporter.go:118 level=info collector=cpu 2024-09-10T19:07:13.454 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.146Z caller=node_exporter.go:118 level=info collector=cpufreq 2024-09-10T19:07:13.454 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.146Z caller=node_exporter.go:118 level=info collector=diskstats 2024-09-10T19:07:13.454 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.146Z caller=node_exporter.go:118 level=info collector=dmi 2024-09-10T19:07:13.454 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.146Z caller=node_exporter.go:118 level=info collector=edac 2024-09-10T19:07:13.454 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.146Z caller=node_exporter.go:118 level=info collector=entropy 2024-09-10T19:07:13.454 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.146Z caller=node_exporter.go:118 level=info collector=fibrechannel 2024-09-10T19:07:13.454 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.146Z caller=node_exporter.go:118 level=info collector=filefd 2024-09-10T19:07:13.454 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.146Z caller=node_exporter.go:118 level=info collector=filesystem 2024-09-10T19:07:13.454 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.146Z caller=node_exporter.go:118 level=info collector=hwmon 2024-09-10T19:07:13.454 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.146Z caller=node_exporter.go:118 level=info collector=infiniband 2024-09-10T19:07:13.455 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.146Z caller=node_exporter.go:118 level=info collector=ipvs 2024-09-10T19:07:13.455 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.146Z caller=node_exporter.go:118 level=info collector=loadavg 2024-09-10T19:07:13.455 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.146Z caller=node_exporter.go:118 level=info collector=mdadm 2024-09-10T19:07:13.455 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.146Z caller=node_exporter.go:118 level=info collector=meminfo 2024-09-10T19:07:13.455 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.146Z caller=node_exporter.go:118 level=info collector=netclass 2024-09-10T19:07:13.455 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.146Z caller=node_exporter.go:118 level=info collector=netdev 2024-09-10T19:07:13.455 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.146Z caller=node_exporter.go:118 level=info collector=netstat 2024-09-10T19:07:13.455 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.146Z caller=node_exporter.go:118 level=info collector=nfs 2024-09-10T19:07:13.455 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.146Z caller=node_exporter.go:118 level=info collector=nfsd 2024-09-10T19:07:13.455 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.146Z caller=node_exporter.go:118 level=info collector=nvme 2024-09-10T19:07:13.455 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.146Z caller=node_exporter.go:118 level=info collector=os 2024-09-10T19:07:13.455 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.146Z caller=node_exporter.go:118 level=info collector=powersupplyclass 2024-09-10T19:07:13.455 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.146Z caller=node_exporter.go:118 level=info collector=pressure 2024-09-10T19:07:13.455 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.146Z caller=node_exporter.go:118 level=info collector=rapl 2024-09-10T19:07:13.455 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.146Z caller=node_exporter.go:118 level=info collector=schedstat 2024-09-10T19:07:13.456 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.146Z caller=node_exporter.go:118 level=info collector=selinux 2024-09-10T19:07:13.456 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.146Z caller=node_exporter.go:118 level=info collector=sockstat 2024-09-10T19:07:13.456 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.146Z caller=node_exporter.go:118 level=info collector=softnet 2024-09-10T19:07:13.456 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.146Z caller=node_exporter.go:118 level=info collector=stat 2024-09-10T19:07:13.456 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.146Z caller=node_exporter.go:118 level=info collector=tapestats 2024-09-10T19:07:13.456 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.147Z caller=node_exporter.go:118 level=info collector=textfile 2024-09-10T19:07:13.456 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.147Z caller=node_exporter.go:118 level=info collector=thermal_zone 2024-09-10T19:07:13.456 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.147Z caller=node_exporter.go:118 level=info collector=time 2024-09-10T19:07:13.456 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.147Z caller=node_exporter.go:118 level=info collector=udp_queues 2024-09-10T19:07:13.456 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.147Z caller=node_exporter.go:118 level=info collector=uname 2024-09-10T19:07:13.456 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.147Z caller=node_exporter.go:118 level=info collector=vmstat 2024-09-10T19:07:13.456 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.147Z caller=node_exporter.go:118 level=info collector=watchdog 2024-09-10T19:07:13.456 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.147Z caller=node_exporter.go:118 level=info collector=xfs 2024-09-10T19:07:13.457 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.147Z caller=node_exporter.go:118 level=info collector=zfs 2024-09-10T19:07:13.457 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.147Z caller=tls_config.go:313 level=info msg="Listening on" address=[::]:9100 2024-09-10T19:07:13.457 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:07:13 smithi189 bash[23178]: ts=2024-09-10T19:07:13.147Z caller=tls_config.go:316 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-10T19:07:15.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:14 smithi155 bash[14970]: cluster 2024-09-10T19:07:13.809701+0000 mgr.y (mgr.14140) 210 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:15.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:14 smithi155 bash[18934]: cluster 2024-09-10T19:07:13.809701+0000 mgr.y (mgr.14140) 210 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:15.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:14 smithi189 bash[14634]: cluster 2024-09-10T19:07:13.809701+0000 mgr.y (mgr.14140) 210 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:15.777 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.638Z caller=node_exporter.go:193 level=info msg="Starting node_exporter" version="(version=1.8.2, branch=HEAD, revision=f1e0e8360aa60b6cb5e5cc1560bed348fc2c1895)" 2024-09-10T19:07:15.777 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.638Z 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-10T19:07:15.777 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.639Z 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-10T19:07:15.777 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.639Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-10T19:07:15.778 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.639Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2024-09-10T19:07:15.778 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-09-10T19:07:15.778 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:111 level=info msg="Enabled collectors" 2024-09-10T19:07:15.778 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=arp 2024-09-10T19:07:15.778 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=bcache 2024-09-10T19:07:15.778 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=bonding 2024-09-10T19:07:15.778 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=btrfs 2024-09-10T19:07:15.778 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=conntrack 2024-09-10T19:07:15.778 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=cpu 2024-09-10T19:07:15.778 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=cpufreq 2024-09-10T19:07:15.778 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=diskstats 2024-09-10T19:07:15.778 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=dmi 2024-09-10T19:07:15.778 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=edac 2024-09-10T19:07:15.778 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=entropy 2024-09-10T19:07:15.779 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=fibrechannel 2024-09-10T19:07:15.779 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=filefd 2024-09-10T19:07:15.779 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=filesystem 2024-09-10T19:07:15.779 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=hwmon 2024-09-10T19:07:15.779 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=infiniband 2024-09-10T19:07:15.779 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=ipvs 2024-09-10T19:07:15.779 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=loadavg 2024-09-10T19:07:15.779 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=mdadm 2024-09-10T19:07:15.779 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=meminfo 2024-09-10T19:07:15.779 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=netclass 2024-09-10T19:07:15.780 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=netdev 2024-09-10T19:07:15.780 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=netstat 2024-09-10T19:07:15.780 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=nfs 2024-09-10T19:07:15.780 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=nfsd 2024-09-10T19:07:15.780 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=nvme 2024-09-10T19:07:15.780 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=os 2024-09-10T19:07:15.780 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=powersupplyclass 2024-09-10T19:07:15.780 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=pressure 2024-09-10T19:07:15.780 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=rapl 2024-09-10T19:07:15.780 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=schedstat 2024-09-10T19:07:15.780 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=selinux 2024-09-10T19:07:15.780 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=sockstat 2024-09-10T19:07:15.780 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=softnet 2024-09-10T19:07:15.780 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=stat 2024-09-10T19:07:15.781 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=tapestats 2024-09-10T19:07:15.781 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=textfile 2024-09-10T19:07:15.781 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=thermal_zone 2024-09-10T19:07:15.781 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=time 2024-09-10T19:07:15.781 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=udp_queues 2024-09-10T19:07:15.781 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=uname 2024-09-10T19:07:15.781 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=vmstat 2024-09-10T19:07:15.781 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=watchdog 2024-09-10T19:07:15.781 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=xfs 2024-09-10T19:07:15.781 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.640Z caller=node_exporter.go:118 level=info collector=zfs 2024-09-10T19:07:15.781 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.641Z caller=tls_config.go:313 level=info msg="Listening on" address=[::]:9100 2024-09-10T19:07:15.781 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:07:15 smithi155 bash[27116]: ts=2024-09-10T19:07:15.641Z caller=tls_config.go:316 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-10T19:07:17.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:16 smithi155 bash[14970]: cluster 2024-09-10T19:07:15.810243+0000 mgr.y (mgr.14140) 211 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:17.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:16 smithi155 bash[18934]: cluster 2024-09-10T19:07:15.810243+0000 mgr.y (mgr.14140) 211 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:17.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:16 smithi189 bash[14634]: cluster 2024-09-10T19:07:15.810243+0000 mgr.y (mgr.14140) 211 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:18.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:17 smithi155 bash[14970]: cluster 2024-09-10T19:07:17.810752+0000 mgr.y (mgr.14140) 212 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:18.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:17 smithi155 bash[18934]: cluster 2024-09-10T19:07:17.810752+0000 mgr.y (mgr.14140) 212 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:18.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:17 smithi189 bash[14634]: cluster 2024-09-10T19:07:17.810752+0000 mgr.y (mgr.14140) 212 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:19.521 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T19:07:19.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:19 smithi155 bash[14970]: audit 2024-09-10T19:07:19.512296+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.155:0/3834021688' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T19:07:19.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:19 smithi155 bash[18934]: audit 2024-09-10T19:07:19.512296+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.155:0/3834021688' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T19:07:19.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:19 smithi189 bash[14634]: audit 2024-09-10T19:07:19.512296+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.155:0/3834021688' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T19:07:20.939 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:20 smithi155 bash[14970]: cluster 2024-09-10T19:07:19.811298+0000 mgr.y (mgr.14140) 213 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:20.940 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:20 smithi155 bash[18934]: cluster 2024-09-10T19:07:19.811298+0000 mgr.y (mgr.14140) 213 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:20.941 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":14,"active_gid":14140,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6800","nonce":755712618},{"type":"v1","addr":"172.21.15.155:6801","nonce":755712618}]},"active_addr":"172.21.15.155:6801/755712618","active_change":"2024-09-10T19:01:35.030450+0000","active_mgr_features":4540138292836696063,"available":true,"standbys":[{"gid":14196,"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://smithi155.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.155:0","nonce":3923952087}]},{"addrvec":[{"type":"v2","addr":"172.21.15.155:0","nonce":3481921079}]},{"addrvec":[{"type":"v2","addr":"172.21.15.155:0","nonce":539099544}]}]}} 2024-09-10T19:07:20.944 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-10T19:07:20.944 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-10T19:07:20.944 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-10T19:07:21.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:20 smithi189 bash[14634]: cluster 2024-09-10T19:07:19.811298+0000 mgr.y (mgr.14140) 213 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:23.094 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:22 smithi155 bash[14970]: cluster 2024-09-10T19:07:21.811855+0000 mgr.y (mgr.14140) 214 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:23.094 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:22 smithi155 bash[18934]: cluster 2024-09-10T19:07:21.811855+0000 mgr.y (mgr.14140) 214 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:23.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:22 smithi189 bash[14634]: cluster 2024-09-10T19:07:21.811855+0000 mgr.y (mgr.14140) 214 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:23.804 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:07:23 smithi155 systemd[1]: Starting Ceph alertmanager.a for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:07:24.089 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:07:23 smithi155 docker[27687]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-alertmanager.a 2024-09-10T19:07:24.090 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:07:23 smithi155 systemd[1]: Started Ceph alertmanager.a for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:07:25.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:24 smithi155 bash[14970]: cluster 2024-09-10T19:07:23.812489+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-10T19:07:25.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:24 smithi155 bash[18934]: cluster 2024-09-10T19:07:23.812489+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-10T19:07:25.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:24 smithi155 bash[14970]: audit 2024-09-10T19:07:23.848535+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568099\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568318\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568437\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568548\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568659\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568770\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"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-10T19:04:34.568881\", \"created\": \"2024-09-10T19:04:33.485615\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:06.363641\"}}, \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:07:25.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:24 smithi155 bash[14970]: audit 2024-09-10T19:07:23.853798+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568099\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568318\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568437\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568548\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568659\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568770\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"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-10T19:04:34.568881\", \"created\": \"2024-09-10T19:04:33.485615\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:06.363641\"}}, \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:07:25.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:24 smithi155 bash[14970]: audit 2024-09-10T19:07:23.991487+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQDC4PwoZUZGfa+d5zWkbQuMMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjQwOTEwMTkwNzIzWhcN\nMzQwOTA4MTkwNzIzWjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwb8qg8vZAjfJklC3N+rf\npLhcWdcIZxasVKLw3n4EEf1Imu0DUmk+Jxs2LWAHhZ596T35kOmPIZKlv4tZ8TUo\nfrJ8ZofsGSdiFS4o7rIZP4KCl8jan+fpLW/gYvjWhvANWRfnAcd5V5m/zOtK1E07\n1Y0l1G9O+M0iXYDKlTON2Tdk9ebph4t8DMwpZ9GAbKa8/sN8ppIv5bdz4PguG71Y\nNg0v6Zu8m9+PKX5fOHXHgeNjMkhREaVm2zxt2nGdEnSrg+8okJ2aXXPnbRue752M\n/NYD4nv3npt4/KH+IS0poroK/FKUAXh4HQ/0pPFsOvAVY6mui/J+oIp+jJG4Rtv7\nvwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQC8LRZJkmzaMdz++JYfcgGIwGlvju6h\njfQRw/gdjmpVnPOYWNXuxbhtejPaXZxhj03QOdFYvuMXfl7ZL/qBsEjT/zGYiPW4\nnn9M0gjJzOaiLbUE/kEyTYMZ0sg7XhTWMCOJooNDqd3faDmCeYmOleEi7Q+oTpaw\nHmnPIvemzKanPGNPwPepX79OBhHAwpiqY9RQF03kZGboqYnYpURnNWB2bxbwh+PX\nUYM0BVVtbRfbGO8OJRLEPgRg6uTBtIz+N6HwAuVnfeFUf9xhzEJf9kVehb6xdvE4\noO/F0r99UcXJuXUK95F/rP+EV3bxeLIyZL7inuvtIe4shj61EInsH72k\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-10T19:07:25.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:24 smithi155 bash[18934]: audit 2024-09-10T19:07:23.848535+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568099\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568318\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568437\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568548\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568659\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568770\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"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-10T19:04:34.568881\", \"created\": \"2024-09-10T19:04:33.485615\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:06.363641\"}}, \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:07:25.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:24 smithi155 bash[14970]: audit 2024-09-10T19:07:23.997012+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQDC4PwoZUZGfa+d5zWkbQuMMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjQwOTEwMTkwNzIzWhcN\nMzQwOTA4MTkwNzIzWjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwb8qg8vZAjfJklC3N+rf\npLhcWdcIZxasVKLw3n4EEf1Imu0DUmk+Jxs2LWAHhZ596T35kOmPIZKlv4tZ8TUo\nfrJ8ZofsGSdiFS4o7rIZP4KCl8jan+fpLW/gYvjWhvANWRfnAcd5V5m/zOtK1E07\n1Y0l1G9O+M0iXYDKlTON2Tdk9ebph4t8DMwpZ9GAbKa8/sN8ppIv5bdz4PguG71Y\nNg0v6Zu8m9+PKX5fOHXHgeNjMkhREaVm2zxt2nGdEnSrg+8okJ2aXXPnbRue752M\n/NYD4nv3npt4/KH+IS0poroK/FKUAXh4HQ/0pPFsOvAVY6mui/J+oIp+jJG4Rtv7\nvwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQC8LRZJkmzaMdz++JYfcgGIwGlvju6h\njfQRw/gdjmpVnPOYWNXuxbhtejPaXZxhj03QOdFYvuMXfl7ZL/qBsEjT/zGYiPW4\nnn9M0gjJzOaiLbUE/kEyTYMZ0sg7XhTWMCOJooNDqd3faDmCeYmOleEi7Q+oTpaw\nHmnPIvemzKanPGNPwPepX79OBhHAwpiqY9RQF03kZGboqYnYpURnNWB2bxbwh+PX\nUYM0BVVtbRfbGO8OJRLEPgRg6uTBtIz+N6HwAuVnfeFUf9xhzEJf9kVehb6xdvE4\noO/F0r99UcXJuXUK95F/rP+EV3bxeLIyZL7inuvtIe4shj61EInsH72k\n-----END CERTIFICATE-----\n"}]': finished 2024-09-10T19:07:25.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:24 smithi155 bash[14970]: audit 2024-09-10T19:07:23.998006+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQDBvyqDy9kCN8mS\nULc36t+kuFxZ1whnFqxUovDefgQR/Uia7QNSaT4nGzYtYAeFnn3pPfmQ6Y8hkqW/\ni1nxNSh+snxmh+wZJ2IVLijushk/goKXyNqf5+ktb+Bi+NaG8A1ZF+cBx3lXmb/M\n60rUTTvVjSXUb074zSJdgMqVM43ZN2T15umHi3wMzCln0YBsprz+w3ymki/lt3Pg\n+C4bvVg2DS/pm7yb348pfl84dceB42MySFERpWbbPG3acZ0SdKuD7yiQnZpdc+dt\nG57vnYz81gPie/eem3j8of4hLSmiugr8UpQBeHgdD/Sk8Ww68BVjqa6L8n6gin6M\nkbhG2/u/AgMBAAECggEAMnF6OTxOsNQjiBO50DY3qiRR7xYcWvK9RX/y5Iq8to5S\nY/vHfKJoCzh7f47cBn8AW0TGgGM+38fVnaxDa5iihXIlD3DeGKJ3V/pfr93w0udA\n5xHlUfLIdAsHydztxc4kO4kMnRr5TcR6+nhcUDAXnv8T1V5xmjeWde+9TuFQUjg0\nqQg2PG7Y3vlW3MJHiowEz4M3cTxEaQzN0sRlVzLqDrcgaq+LHUexzIRZSVACbmWQ\n0lPXGMQtr9dQB1RLBNLEB+zXXT6VgSHo+6QdZAm8mjGoZFvXKIhVW7nTtYFrKmAu\nf/WnAwlm5dQMAJW62WAKz5BXLUGG4dKS4wfOk6THMQKBgQDvxMhHGAptVm2Uum9J\nXLeGSLy0hy6LVjtQCewrj3/UzEpkOUcCxpE07ZV0pElPcPcp0xBjM+nbDjgsdCg8\n1LVZ6w8o7p8g7ovEIUDQUlh9dVLjIzKWhVT6qsXOb0fTIuhbddEaEU5PsJ5UZHGy\nBhY2DCqeJIXBSs5LqUbui8g7eQKBgQDO3NGHZ7OCPWkKXHBrK8l5qZaiIK8Rv8rG\nF2CgY0cU3/vKefHjPqlcYFXfaA9OfG+WzHJvdHNrNqtZK4d4FF8md7CVg4IdzDxR\nuRd6yf4SID26rhbmk6oOdHCToFrsTz+Z435TeXukMl4BGnCVJZwC58PblW3ZBo5p\nzjtyEz7q9wKBgQCBQXI+cUVdwBP+86p+wA7nw1qHb8C1uNzsvwykRw3AqAkKkp4n\nbuhkwhep887ZlqqHz5KsCBZv0vCRdmUitgC14rQfetQqKq8KImsQYvP1XkQ60oS5\nBFPVdi6ApRjxR4Y/l/oLtXykFTCliiiIsiNTK6fl7QZ2N1+TBkSI4K4m8QKBgQCa\ngpdCczPCiQoHQip58jfH1uL7cDwznrTfpyB2TBEQx4gzoUgKO4iWxiH9/6THM+zJ\njyW+mBWJtEjiDsBd8aFsgyPzWUn75cv8Iqsl/O/4K/rPkC7sxMjViSV5LuIa9cqE\nsEZwJSIz76cFXfFPhcr05JYHUqK84sfGwdLnDvcE2wKBgQCXVDAXqIC+pXs0piMc\nfMrHws4qRp+PLoVruKqO14TqFeh/jM6UvZ5jc5rDd5RPVZgqLHdKhrSSNBfeEmLc\n878WniXuls+mMYELnALjXbXeb+AI65afQwkPkoMsunwr8nIOYBhgEHODL69fBLih\ntCneF5YUmSuOwXjGrbfdcPZ1dg==\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-10T19:07:25.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:24 smithi155 bash[14970]: audit 2024-09-10T19:07:24.002946+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQDBvyqDy9kCN8mS\nULc36t+kuFxZ1whnFqxUovDefgQR/Uia7QNSaT4nGzYtYAeFnn3pPfmQ6Y8hkqW/\ni1nxNSh+snxmh+wZJ2IVLijushk/goKXyNqf5+ktb+Bi+NaG8A1ZF+cBx3lXmb/M\n60rUTTvVjSXUb074zSJdgMqVM43ZN2T15umHi3wMzCln0YBsprz+w3ymki/lt3Pg\n+C4bvVg2DS/pm7yb348pfl84dceB42MySFERpWbbPG3acZ0SdKuD7yiQnZpdc+dt\nG57vnYz81gPie/eem3j8of4hLSmiugr8UpQBeHgdD/Sk8Ww68BVjqa6L8n6gin6M\nkbhG2/u/AgMBAAECggEAMnF6OTxOsNQjiBO50DY3qiRR7xYcWvK9RX/y5Iq8to5S\nY/vHfKJoCzh7f47cBn8AW0TGgGM+38fVnaxDa5iihXIlD3DeGKJ3V/pfr93w0udA\n5xHlUfLIdAsHydztxc4kO4kMnRr5TcR6+nhcUDAXnv8T1V5xmjeWde+9TuFQUjg0\nqQg2PG7Y3vlW3MJHiowEz4M3cTxEaQzN0sRlVzLqDrcgaq+LHUexzIRZSVACbmWQ\n0lPXGMQtr9dQB1RLBNLEB+zXXT6VgSHo+6QdZAm8mjGoZFvXKIhVW7nTtYFrKmAu\nf/WnAwlm5dQMAJW62WAKz5BXLUGG4dKS4wfOk6THMQKBgQDvxMhHGAptVm2Uum9J\nXLeGSLy0hy6LVjtQCewrj3/UzEpkOUcCxpE07ZV0pElPcPcp0xBjM+nbDjgsdCg8\n1LVZ6w8o7p8g7ovEIUDQUlh9dVLjIzKWhVT6qsXOb0fTIuhbddEaEU5PsJ5UZHGy\nBhY2DCqeJIXBSs5LqUbui8g7eQKBgQDO3NGHZ7OCPWkKXHBrK8l5qZaiIK8Rv8rG\nF2CgY0cU3/vKefHjPqlcYFXfaA9OfG+WzHJvdHNrNqtZK4d4FF8md7CVg4IdzDxR\nuRd6yf4SID26rhbmk6oOdHCToFrsTz+Z435TeXukMl4BGnCVJZwC58PblW3ZBo5p\nzjtyEz7q9wKBgQCBQXI+cUVdwBP+86p+wA7nw1qHb8C1uNzsvwykRw3AqAkKkp4n\nbuhkwhep887ZlqqHz5KsCBZv0vCRdmUitgC14rQfetQqKq8KImsQYvP1XkQ60oS5\nBFPVdi6ApRjxR4Y/l/oLtXykFTCliiiIsiNTK6fl7QZ2N1+TBkSI4K4m8QKBgQCa\ngpdCczPCiQoHQip58jfH1uL7cDwznrTfpyB2TBEQx4gzoUgKO4iWxiH9/6THM+zJ\njyW+mBWJtEjiDsBd8aFsgyPzWUn75cv8Iqsl/O/4K/rPkC7sxMjViSV5LuIa9cqE\nsEZwJSIz76cFXfFPhcr05JYHUqK84sfGwdLnDvcE2wKBgQCXVDAXqIC+pXs0piMc\nfMrHws4qRp+PLoVruKqO14TqFeh/jM6UvZ5jc5rDd5RPVZgqLHdKhrSSNBfeEmLc\n878WniXuls+mMYELnALjXbXeb+AI65afQwkPkoMsunwr8nIOYBhgEHODL69fBLih\ntCneF5YUmSuOwXjGrbfdcPZ1dg==\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-10T19:07:25.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:24 smithi155 bash[18934]: audit 2024-09-10T19:07:23.853798+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568099\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568318\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568437\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568548\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568659\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568770\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"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-10T19:04:34.568881\", \"created\": \"2024-09-10T19:04:33.485615\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:06.363641\"}}, \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:07:25.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:24 smithi155 bash[18934]: audit 2024-09-10T19:07:23.991487+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQDC4PwoZUZGfa+d5zWkbQuMMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjQwOTEwMTkwNzIzWhcN\nMzQwOTA4MTkwNzIzWjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwb8qg8vZAjfJklC3N+rf\npLhcWdcIZxasVKLw3n4EEf1Imu0DUmk+Jxs2LWAHhZ596T35kOmPIZKlv4tZ8TUo\nfrJ8ZofsGSdiFS4o7rIZP4KCl8jan+fpLW/gYvjWhvANWRfnAcd5V5m/zOtK1E07\n1Y0l1G9O+M0iXYDKlTON2Tdk9ebph4t8DMwpZ9GAbKa8/sN8ppIv5bdz4PguG71Y\nNg0v6Zu8m9+PKX5fOHXHgeNjMkhREaVm2zxt2nGdEnSrg+8okJ2aXXPnbRue752M\n/NYD4nv3npt4/KH+IS0poroK/FKUAXh4HQ/0pPFsOvAVY6mui/J+oIp+jJG4Rtv7\nvwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQC8LRZJkmzaMdz++JYfcgGIwGlvju6h\njfQRw/gdjmpVnPOYWNXuxbhtejPaXZxhj03QOdFYvuMXfl7ZL/qBsEjT/zGYiPW4\nnn9M0gjJzOaiLbUE/kEyTYMZ0sg7XhTWMCOJooNDqd3faDmCeYmOleEi7Q+oTpaw\nHmnPIvemzKanPGNPwPepX79OBhHAwpiqY9RQF03kZGboqYnYpURnNWB2bxbwh+PX\nUYM0BVVtbRfbGO8OJRLEPgRg6uTBtIz+N6HwAuVnfeFUf9xhzEJf9kVehb6xdvE4\noO/F0r99UcXJuXUK95F/rP+EV3bxeLIyZL7inuvtIe4shj61EInsH72k\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-10T19:07:25.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:24 smithi155 bash[18934]: audit 2024-09-10T19:07:23.997012+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQDC4PwoZUZGfa+d5zWkbQuMMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjQwOTEwMTkwNzIzWhcN\nMzQwOTA4MTkwNzIzWjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwb8qg8vZAjfJklC3N+rf\npLhcWdcIZxasVKLw3n4EEf1Imu0DUmk+Jxs2LWAHhZ596T35kOmPIZKlv4tZ8TUo\nfrJ8ZofsGSdiFS4o7rIZP4KCl8jan+fpLW/gYvjWhvANWRfnAcd5V5m/zOtK1E07\n1Y0l1G9O+M0iXYDKlTON2Tdk9ebph4t8DMwpZ9GAbKa8/sN8ppIv5bdz4PguG71Y\nNg0v6Zu8m9+PKX5fOHXHgeNjMkhREaVm2zxt2nGdEnSrg+8okJ2aXXPnbRue752M\n/NYD4nv3npt4/KH+IS0poroK/FKUAXh4HQ/0pPFsOvAVY6mui/J+oIp+jJG4Rtv7\nvwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQC8LRZJkmzaMdz++JYfcgGIwGlvju6h\njfQRw/gdjmpVnPOYWNXuxbhtejPaXZxhj03QOdFYvuMXfl7ZL/qBsEjT/zGYiPW4\nnn9M0gjJzOaiLbUE/kEyTYMZ0sg7XhTWMCOJooNDqd3faDmCeYmOleEi7Q+oTpaw\nHmnPIvemzKanPGNPwPepX79OBhHAwpiqY9RQF03kZGboqYnYpURnNWB2bxbwh+PX\nUYM0BVVtbRfbGO8OJRLEPgRg6uTBtIz+N6HwAuVnfeFUf9xhzEJf9kVehb6xdvE4\noO/F0r99UcXJuXUK95F/rP+EV3bxeLIyZL7inuvtIe4shj61EInsH72k\n-----END CERTIFICATE-----\n"}]': finished 2024-09-10T19:07:25.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:24 smithi155 bash[18934]: audit 2024-09-10T19:07:23.998006+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQDBvyqDy9kCN8mS\nULc36t+kuFxZ1whnFqxUovDefgQR/Uia7QNSaT4nGzYtYAeFnn3pPfmQ6Y8hkqW/\ni1nxNSh+snxmh+wZJ2IVLijushk/goKXyNqf5+ktb+Bi+NaG8A1ZF+cBx3lXmb/M\n60rUTTvVjSXUb074zSJdgMqVM43ZN2T15umHi3wMzCln0YBsprz+w3ymki/lt3Pg\n+C4bvVg2DS/pm7yb348pfl84dceB42MySFERpWbbPG3acZ0SdKuD7yiQnZpdc+dt\nG57vnYz81gPie/eem3j8of4hLSmiugr8UpQBeHgdD/Sk8Ww68BVjqa6L8n6gin6M\nkbhG2/u/AgMBAAECggEAMnF6OTxOsNQjiBO50DY3qiRR7xYcWvK9RX/y5Iq8to5S\nY/vHfKJoCzh7f47cBn8AW0TGgGM+38fVnaxDa5iihXIlD3DeGKJ3V/pfr93w0udA\n5xHlUfLIdAsHydztxc4kO4kMnRr5TcR6+nhcUDAXnv8T1V5xmjeWde+9TuFQUjg0\nqQg2PG7Y3vlW3MJHiowEz4M3cTxEaQzN0sRlVzLqDrcgaq+LHUexzIRZSVACbmWQ\n0lPXGMQtr9dQB1RLBNLEB+zXXT6VgSHo+6QdZAm8mjGoZFvXKIhVW7nTtYFrKmAu\nf/WnAwlm5dQMAJW62WAKz5BXLUGG4dKS4wfOk6THMQKBgQDvxMhHGAptVm2Uum9J\nXLeGSLy0hy6LVjtQCewrj3/UzEpkOUcCxpE07ZV0pElPcPcp0xBjM+nbDjgsdCg8\n1LVZ6w8o7p8g7ovEIUDQUlh9dVLjIzKWhVT6qsXOb0fTIuhbddEaEU5PsJ5UZHGy\nBhY2DCqeJIXBSs5LqUbui8g7eQKBgQDO3NGHZ7OCPWkKXHBrK8l5qZaiIK8Rv8rG\nF2CgY0cU3/vKefHjPqlcYFXfaA9OfG+WzHJvdHNrNqtZK4d4FF8md7CVg4IdzDxR\nuRd6yf4SID26rhbmk6oOdHCToFrsTz+Z435TeXukMl4BGnCVJZwC58PblW3ZBo5p\nzjtyEz7q9wKBgQCBQXI+cUVdwBP+86p+wA7nw1qHb8C1uNzsvwykRw3AqAkKkp4n\nbuhkwhep887ZlqqHz5KsCBZv0vCRdmUitgC14rQfetQqKq8KImsQYvP1XkQ60oS5\nBFPVdi6ApRjxR4Y/l/oLtXykFTCliiiIsiNTK6fl7QZ2N1+TBkSI4K4m8QKBgQCa\ngpdCczPCiQoHQip58jfH1uL7cDwznrTfpyB2TBEQx4gzoUgKO4iWxiH9/6THM+zJ\njyW+mBWJtEjiDsBd8aFsgyPzWUn75cv8Iqsl/O/4K/rPkC7sxMjViSV5LuIa9cqE\nsEZwJSIz76cFXfFPhcr05JYHUqK84sfGwdLnDvcE2wKBgQCXVDAXqIC+pXs0piMc\nfMrHws4qRp+PLoVruKqO14TqFeh/jM6UvZ5jc5rDd5RPVZgqLHdKhrSSNBfeEmLc\n878WniXuls+mMYELnALjXbXeb+AI65afQwkPkoMsunwr8nIOYBhgEHODL69fBLih\ntCneF5YUmSuOwXjGrbfdcPZ1dg==\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-10T19:07:25.093 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:24 smithi155 bash[18934]: audit 2024-09-10T19:07:24.002946+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQDBvyqDy9kCN8mS\nULc36t+kuFxZ1whnFqxUovDefgQR/Uia7QNSaT4nGzYtYAeFnn3pPfmQ6Y8hkqW/\ni1nxNSh+snxmh+wZJ2IVLijushk/goKXyNqf5+ktb+Bi+NaG8A1ZF+cBx3lXmb/M\n60rUTTvVjSXUb074zSJdgMqVM43ZN2T15umHi3wMzCln0YBsprz+w3ymki/lt3Pg\n+C4bvVg2DS/pm7yb348pfl84dceB42MySFERpWbbPG3acZ0SdKuD7yiQnZpdc+dt\nG57vnYz81gPie/eem3j8of4hLSmiugr8UpQBeHgdD/Sk8Ww68BVjqa6L8n6gin6M\nkbhG2/u/AgMBAAECggEAMnF6OTxOsNQjiBO50DY3qiRR7xYcWvK9RX/y5Iq8to5S\nY/vHfKJoCzh7f47cBn8AW0TGgGM+38fVnaxDa5iihXIlD3DeGKJ3V/pfr93w0udA\n5xHlUfLIdAsHydztxc4kO4kMnRr5TcR6+nhcUDAXnv8T1V5xmjeWde+9TuFQUjg0\nqQg2PG7Y3vlW3MJHiowEz4M3cTxEaQzN0sRlVzLqDrcgaq+LHUexzIRZSVACbmWQ\n0lPXGMQtr9dQB1RLBNLEB+zXXT6VgSHo+6QdZAm8mjGoZFvXKIhVW7nTtYFrKmAu\nf/WnAwlm5dQMAJW62WAKz5BXLUGG4dKS4wfOk6THMQKBgQDvxMhHGAptVm2Uum9J\nXLeGSLy0hy6LVjtQCewrj3/UzEpkOUcCxpE07ZV0pElPcPcp0xBjM+nbDjgsdCg8\n1LVZ6w8o7p8g7ovEIUDQUlh9dVLjIzKWhVT6qsXOb0fTIuhbddEaEU5PsJ5UZHGy\nBhY2DCqeJIXBSs5LqUbui8g7eQKBgQDO3NGHZ7OCPWkKXHBrK8l5qZaiIK8Rv8rG\nF2CgY0cU3/vKefHjPqlcYFXfaA9OfG+WzHJvdHNrNqtZK4d4FF8md7CVg4IdzDxR\nuRd6yf4SID26rhbmk6oOdHCToFrsTz+Z435TeXukMl4BGnCVJZwC58PblW3ZBo5p\nzjtyEz7q9wKBgQCBQXI+cUVdwBP+86p+wA7nw1qHb8C1uNzsvwykRw3AqAkKkp4n\nbuhkwhep887ZlqqHz5KsCBZv0vCRdmUitgC14rQfetQqKq8KImsQYvP1XkQ60oS5\nBFPVdi6ApRjxR4Y/l/oLtXykFTCliiiIsiNTK6fl7QZ2N1+TBkSI4K4m8QKBgQCa\ngpdCczPCiQoHQip58jfH1uL7cDwznrTfpyB2TBEQx4gzoUgKO4iWxiH9/6THM+zJ\njyW+mBWJtEjiDsBd8aFsgyPzWUn75cv8Iqsl/O/4K/rPkC7sxMjViSV5LuIa9cqE\nsEZwJSIz76cFXfFPhcr05JYHUqK84sfGwdLnDvcE2wKBgQCXVDAXqIC+pXs0piMc\nfMrHws4qRp+PLoVruKqO14TqFeh/jM6UvZ5jc5rDd5RPVZgqLHdKhrSSNBfeEmLc\n878WniXuls+mMYELnALjXbXeb+AI65afQwkPkoMsunwr8nIOYBhgEHODL69fBLih\ntCneF5YUmSuOwXjGrbfdcPZ1dg==\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-10T19:07:25.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:24 smithi189 bash[14634]: cluster 2024-09-10T19:07:23.812489+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-10T19:07:25.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:24 smithi189 bash[14634]: audit 2024-09-10T19:07:23.848535+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568099\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568318\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568437\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568548\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568659\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568770\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"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-10T19:04:34.568881\", \"created\": \"2024-09-10T19:04:33.485615\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:06.363641\"}}, \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:07:25.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:24 smithi189 bash[14634]: audit 2024-09-10T19:07:23.853798+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568099\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568318\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568437\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568548\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568659\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:04:34.568770\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"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-10T19:04:34.568881\", \"created\": \"2024-09-10T19:04:33.485615\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:06.363641\"}}, \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:07:25.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:24 smithi189 bash[14634]: audit 2024-09-10T19:07:23.991487+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQDC4PwoZUZGfa+d5zWkbQuMMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjQwOTEwMTkwNzIzWhcN\nMzQwOTA4MTkwNzIzWjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwb8qg8vZAjfJklC3N+rf\npLhcWdcIZxasVKLw3n4EEf1Imu0DUmk+Jxs2LWAHhZ596T35kOmPIZKlv4tZ8TUo\nfrJ8ZofsGSdiFS4o7rIZP4KCl8jan+fpLW/gYvjWhvANWRfnAcd5V5m/zOtK1E07\n1Y0l1G9O+M0iXYDKlTON2Tdk9ebph4t8DMwpZ9GAbKa8/sN8ppIv5bdz4PguG71Y\nNg0v6Zu8m9+PKX5fOHXHgeNjMkhREaVm2zxt2nGdEnSrg+8okJ2aXXPnbRue752M\n/NYD4nv3npt4/KH+IS0poroK/FKUAXh4HQ/0pPFsOvAVY6mui/J+oIp+jJG4Rtv7\nvwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQC8LRZJkmzaMdz++JYfcgGIwGlvju6h\njfQRw/gdjmpVnPOYWNXuxbhtejPaXZxhj03QOdFYvuMXfl7ZL/qBsEjT/zGYiPW4\nnn9M0gjJzOaiLbUE/kEyTYMZ0sg7XhTWMCOJooNDqd3faDmCeYmOleEi7Q+oTpaw\nHmnPIvemzKanPGNPwPepX79OBhHAwpiqY9RQF03kZGboqYnYpURnNWB2bxbwh+PX\nUYM0BVVtbRfbGO8OJRLEPgRg6uTBtIz+N6HwAuVnfeFUf9xhzEJf9kVehb6xdvE4\noO/F0r99UcXJuXUK95F/rP+EV3bxeLIyZL7inuvtIe4shj61EInsH72k\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-10T19:07:25.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:24 smithi189 bash[14634]: audit 2024-09-10T19:07:23.997012+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQDC4PwoZUZGfa+d5zWkbQuMMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjQwOTEwMTkwNzIzWhcN\nMzQwOTA4MTkwNzIzWjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwb8qg8vZAjfJklC3N+rf\npLhcWdcIZxasVKLw3n4EEf1Imu0DUmk+Jxs2LWAHhZ596T35kOmPIZKlv4tZ8TUo\nfrJ8ZofsGSdiFS4o7rIZP4KCl8jan+fpLW/gYvjWhvANWRfnAcd5V5m/zOtK1E07\n1Y0l1G9O+M0iXYDKlTON2Tdk9ebph4t8DMwpZ9GAbKa8/sN8ppIv5bdz4PguG71Y\nNg0v6Zu8m9+PKX5fOHXHgeNjMkhREaVm2zxt2nGdEnSrg+8okJ2aXXPnbRue752M\n/NYD4nv3npt4/KH+IS0poroK/FKUAXh4HQ/0pPFsOvAVY6mui/J+oIp+jJG4Rtv7\nvwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQC8LRZJkmzaMdz++JYfcgGIwGlvju6h\njfQRw/gdjmpVnPOYWNXuxbhtejPaXZxhj03QOdFYvuMXfl7ZL/qBsEjT/zGYiPW4\nnn9M0gjJzOaiLbUE/kEyTYMZ0sg7XhTWMCOJooNDqd3faDmCeYmOleEi7Q+oTpaw\nHmnPIvemzKanPGNPwPepX79OBhHAwpiqY9RQF03kZGboqYnYpURnNWB2bxbwh+PX\nUYM0BVVtbRfbGO8OJRLEPgRg6uTBtIz+N6HwAuVnfeFUf9xhzEJf9kVehb6xdvE4\noO/F0r99UcXJuXUK95F/rP+EV3bxeLIyZL7inuvtIe4shj61EInsH72k\n-----END CERTIFICATE-----\n"}]': finished 2024-09-10T19:07:25.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:24 smithi189 bash[14634]: audit 2024-09-10T19:07:23.998006+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQDBvyqDy9kCN8mS\nULc36t+kuFxZ1whnFqxUovDefgQR/Uia7QNSaT4nGzYtYAeFnn3pPfmQ6Y8hkqW/\ni1nxNSh+snxmh+wZJ2IVLijushk/goKXyNqf5+ktb+Bi+NaG8A1ZF+cBx3lXmb/M\n60rUTTvVjSXUb074zSJdgMqVM43ZN2T15umHi3wMzCln0YBsprz+w3ymki/lt3Pg\n+C4bvVg2DS/pm7yb348pfl84dceB42MySFERpWbbPG3acZ0SdKuD7yiQnZpdc+dt\nG57vnYz81gPie/eem3j8of4hLSmiugr8UpQBeHgdD/Sk8Ww68BVjqa6L8n6gin6M\nkbhG2/u/AgMBAAECggEAMnF6OTxOsNQjiBO50DY3qiRR7xYcWvK9RX/y5Iq8to5S\nY/vHfKJoCzh7f47cBn8AW0TGgGM+38fVnaxDa5iihXIlD3DeGKJ3V/pfr93w0udA\n5xHlUfLIdAsHydztxc4kO4kMnRr5TcR6+nhcUDAXnv8T1V5xmjeWde+9TuFQUjg0\nqQg2PG7Y3vlW3MJHiowEz4M3cTxEaQzN0sRlVzLqDrcgaq+LHUexzIRZSVACbmWQ\n0lPXGMQtr9dQB1RLBNLEB+zXXT6VgSHo+6QdZAm8mjGoZFvXKIhVW7nTtYFrKmAu\nf/WnAwlm5dQMAJW62WAKz5BXLUGG4dKS4wfOk6THMQKBgQDvxMhHGAptVm2Uum9J\nXLeGSLy0hy6LVjtQCewrj3/UzEpkOUcCxpE07ZV0pElPcPcp0xBjM+nbDjgsdCg8\n1LVZ6w8o7p8g7ovEIUDQUlh9dVLjIzKWhVT6qsXOb0fTIuhbddEaEU5PsJ5UZHGy\nBhY2DCqeJIXBSs5LqUbui8g7eQKBgQDO3NGHZ7OCPWkKXHBrK8l5qZaiIK8Rv8rG\nF2CgY0cU3/vKefHjPqlcYFXfaA9OfG+WzHJvdHNrNqtZK4d4FF8md7CVg4IdzDxR\nuRd6yf4SID26rhbmk6oOdHCToFrsTz+Z435TeXukMl4BGnCVJZwC58PblW3ZBo5p\nzjtyEz7q9wKBgQCBQXI+cUVdwBP+86p+wA7nw1qHb8C1uNzsvwykRw3AqAkKkp4n\nbuhkwhep887ZlqqHz5KsCBZv0vCRdmUitgC14rQfetQqKq8KImsQYvP1XkQ60oS5\nBFPVdi6ApRjxR4Y/l/oLtXykFTCliiiIsiNTK6fl7QZ2N1+TBkSI4K4m8QKBgQCa\ngpdCczPCiQoHQip58jfH1uL7cDwznrTfpyB2TBEQx4gzoUgKO4iWxiH9/6THM+zJ\njyW+mBWJtEjiDsBd8aFsgyPzWUn75cv8Iqsl/O/4K/rPkC7sxMjViSV5LuIa9cqE\nsEZwJSIz76cFXfFPhcr05JYHUqK84sfGwdLnDvcE2wKBgQCXVDAXqIC+pXs0piMc\nfMrHws4qRp+PLoVruKqO14TqFeh/jM6UvZ5jc5rDd5RPVZgqLHdKhrSSNBfeEmLc\n878WniXuls+mMYELnALjXbXeb+AI65afQwkPkoMsunwr8nIOYBhgEHODL69fBLih\ntCneF5YUmSuOwXjGrbfdcPZ1dg==\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-10T19:07:25.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:24 smithi189 bash[14634]: audit 2024-09-10T19:07:24.002946+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQDBvyqDy9kCN8mS\nULc36t+kuFxZ1whnFqxUovDefgQR/Uia7QNSaT4nGzYtYAeFnn3pPfmQ6Y8hkqW/\ni1nxNSh+snxmh+wZJ2IVLijushk/goKXyNqf5+ktb+Bi+NaG8A1ZF+cBx3lXmb/M\n60rUTTvVjSXUb074zSJdgMqVM43ZN2T15umHi3wMzCln0YBsprz+w3ymki/lt3Pg\n+C4bvVg2DS/pm7yb348pfl84dceB42MySFERpWbbPG3acZ0SdKuD7yiQnZpdc+dt\nG57vnYz81gPie/eem3j8of4hLSmiugr8UpQBeHgdD/Sk8Ww68BVjqa6L8n6gin6M\nkbhG2/u/AgMBAAECggEAMnF6OTxOsNQjiBO50DY3qiRR7xYcWvK9RX/y5Iq8to5S\nY/vHfKJoCzh7f47cBn8AW0TGgGM+38fVnaxDa5iihXIlD3DeGKJ3V/pfr93w0udA\n5xHlUfLIdAsHydztxc4kO4kMnRr5TcR6+nhcUDAXnv8T1V5xmjeWde+9TuFQUjg0\nqQg2PG7Y3vlW3MJHiowEz4M3cTxEaQzN0sRlVzLqDrcgaq+LHUexzIRZSVACbmWQ\n0lPXGMQtr9dQB1RLBNLEB+zXXT6VgSHo+6QdZAm8mjGoZFvXKIhVW7nTtYFrKmAu\nf/WnAwlm5dQMAJW62WAKz5BXLUGG4dKS4wfOk6THMQKBgQDvxMhHGAptVm2Uum9J\nXLeGSLy0hy6LVjtQCewrj3/UzEpkOUcCxpE07ZV0pElPcPcp0xBjM+nbDjgsdCg8\n1LVZ6w8o7p8g7ovEIUDQUlh9dVLjIzKWhVT6qsXOb0fTIuhbddEaEU5PsJ5UZHGy\nBhY2DCqeJIXBSs5LqUbui8g7eQKBgQDO3NGHZ7OCPWkKXHBrK8l5qZaiIK8Rv8rG\nF2CgY0cU3/vKefHjPqlcYFXfaA9OfG+WzHJvdHNrNqtZK4d4FF8md7CVg4IdzDxR\nuRd6yf4SID26rhbmk6oOdHCToFrsTz+Z435TeXukMl4BGnCVJZwC58PblW3ZBo5p\nzjtyEz7q9wKBgQCBQXI+cUVdwBP+86p+wA7nw1qHb8C1uNzsvwykRw3AqAkKkp4n\nbuhkwhep887ZlqqHz5KsCBZv0vCRdmUitgC14rQfetQqKq8KImsQYvP1XkQ60oS5\nBFPVdi6ApRjxR4Y/l/oLtXykFTCliiiIsiNTK6fl7QZ2N1+TBkSI4K4m8QKBgQCa\ngpdCczPCiQoHQip58jfH1uL7cDwznrTfpyB2TBEQx4gzoUgKO4iWxiH9/6THM+zJ\njyW+mBWJtEjiDsBd8aFsgyPzWUn75cv8Iqsl/O/4K/rPkC7sxMjViSV5LuIa9cqE\nsEZwJSIz76cFXfFPhcr05JYHUqK84sfGwdLnDvcE2wKBgQCXVDAXqIC+pXs0piMc\nfMrHws4qRp+PLoVruKqO14TqFeh/jM6UvZ5jc5rDd5RPVZgqLHdKhrSSNBfeEmLc\n878WniXuls+mMYELnALjXbXeb+AI65afQwkPkoMsunwr8nIOYBhgEHODL69fBLih\ntCneF5YUmSuOwXjGrbfdcPZ1dg==\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-10T19:07:25.837 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:07:25 smithi155 bash[27706]: ts=2024-09-10T19:07:25.762Z caller=main.go:181 level=info msg="Starting Alertmanager" version="(version=0.27.0, branch=HEAD, revision=0aa3c2aad14cff039931923ab16b26b7481783b5)" 2024-09-10T19:07:25.837 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:07:25 smithi155 bash[27706]: ts=2024-09-10T19:07:25.763Z 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-10T19:07:25.837 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:07:25 smithi155 bash[27706]: ts=2024-09-10T19:07:25.764Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.155 port=9094 2024-09-10T19:07:25.837 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:07:25 smithi155 bash[27706]: ts=2024-09-10T19:07:25.765Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-10T19:07:25.837 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:07:25 smithi155 bash[27706]: ts=2024-09-10T19:07:25.799Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-10T19:07:25.838 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:07:25 smithi155 bash[27706]: ts=2024-09-10T19:07:25.799Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-10T19:07:25.838 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:07:25 smithi155 bash[27706]: ts=2024-09-10T19:07:25.803Z caller=tls_config.go:313 level=info msg="Listening on" address=[::]:9093 2024-09-10T19:07:25.838 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:07:25 smithi155 bash[27706]: ts=2024-09-10T19:07:25.803Z caller=tls_config.go:316 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-09-10T19:07:25.838 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:25 smithi155 bash[14970]: cephadm 2024-09-10T19:07:24.003903+0000 mgr.y (mgr.14140) 216 : cephadm [INF] Deploying daemon grafana.a on smithi189 2024-09-10T19:07:25.929 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T19:07:25.929 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":47,"fsid":"e044737e-6fa6-11ef-bcea-c7b262605968","created":"2024-09-10T19:00:52.582541+0000","modified":"2024-09-10T19:06:28.831308+0000","last_up_change":"2024-09-10T19:06:27.818023+0000","last_in_change":"2024-09-10T19:06:27.818023+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-10T19:01:07.154232+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":"88b7e9ae-1505-4c7c-92bf-aca78877d966","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6802","nonce":3500019983},{"type":"v1","addr":"172.21.15.155:6803","nonce":3500019983}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6804","nonce":3500019983},{"type":"v1","addr":"172.21.15.155:6805","nonce":3500019983}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6808","nonce":3500019983},{"type":"v1","addr":"172.21.15.155:6809","nonce":3500019983}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6806","nonce":3500019983},{"type":"v1","addr":"172.21.15.155:6807","nonce":3500019983}]},"public_addr":"172.21.15.155:6803/3500019983","cluster_addr":"172.21.15.155:6805/3500019983","heartbeat_back_addr":"172.21.15.155:6809/3500019983","heartbeat_front_addr":"172.21.15.155:6807/3500019983","state":["exists","up"]},{"osd":1,"uuid":"d1cc50da-a29a-4655-98cc-59090c4a23c0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6810","nonce":3006075797},{"type":"v1","addr":"172.21.15.155:6811","nonce":3006075797}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6812","nonce":3006075797},{"type":"v1","addr":"172.21.15.155:6813","nonce":3006075797}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6816","nonce":3006075797},{"type":"v1","addr":"172.21.15.155:6817","nonce":3006075797}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6814","nonce":3006075797},{"type":"v1","addr":"172.21.15.155:6815","nonce":3006075797}]},"public_addr":"172.21.15.155:6811/3006075797","cluster_addr":"172.21.15.155:6813/3006075797","heartbeat_back_addr":"172.21.15.155:6817/3006075797","heartbeat_front_addr":"172.21.15.155:6815/3006075797","state":["exists","up"]},{"osd":2,"uuid":"0521d269-49c2-40e8-aa5d-4108d78d154c","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.155:6818","nonce":1938288902},{"type":"v1","addr":"172.21.15.155:6819","nonce":1938288902}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6820","nonce":1938288902},{"type":"v1","addr":"172.21.15.155:6821","nonce":1938288902}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6824","nonce":1938288902},{"type":"v1","addr":"172.21.15.155:6825","nonce":1938288902}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6822","nonce":1938288902},{"type":"v1","addr":"172.21.15.155:6823","nonce":1938288902}]},"public_addr":"172.21.15.155:6819/1938288902","cluster_addr":"172.21.15.155:6821/1938288902","heartbeat_back_addr":"172.21.15.155:6825/1938288902","heartbeat_front_addr":"172.21.15.155:6823/1938288902","state":["exists","up"]},{"osd":3,"uuid":"1a7ae620-517c-483a-bb29-257bcbe3b2a8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6826","nonce":2606289873},{"type":"v1","addr":"172.21.15.155:6827","nonce":2606289873}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6828","nonce":2606289873},{"type":"v1","addr":"172.21.15.155:6829","nonce":2606289873}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6832","nonce":2606289873},{"type":"v1","addr":"172.21.15.155:6833","nonce":2606289873}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6830","nonce":2606289873},{"type":"v1","addr":"172.21.15.155:6831","nonce":2606289873}]},"public_addr":"172.21.15.155:6827/2606289873","cluster_addr":"172.21.15.155:6829/2606289873","heartbeat_back_addr":"172.21.15.155:6833/2606289873","heartbeat_front_addr":"172.21.15.155:6831/2606289873","state":["exists","up"]},{"osd":4,"uuid":"ccefe7ee-32c3-4ed7-8071-787f68e1b393","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6800","nonce":3909013927},{"type":"v1","addr":"172.21.15.189:6801","nonce":3909013927}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6802","nonce":3909013927},{"type":"v1","addr":"172.21.15.189:6803","nonce":3909013927}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6806","nonce":3909013927},{"type":"v1","addr":"172.21.15.189:6807","nonce":3909013927}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6804","nonce":3909013927},{"type":"v1","addr":"172.21.15.189:6805","nonce":3909013927}]},"public_addr":"172.21.15.189:6801/3909013927","cluster_addr":"172.21.15.189:6803/3909013927","heartbeat_back_addr":"172.21.15.189:6807/3909013927","heartbeat_front_addr":"172.21.15.189:6805/3909013927","state":["exists","up"]},{"osd":5,"uuid":"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6808","nonce":2854675567},{"type":"v1","addr":"172.21.15.189:6809","nonce":2854675567}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6810","nonce":2854675567},{"type":"v1","addr":"172.21.15.189:6811","nonce":2854675567}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6814","nonce":2854675567},{"type":"v1","addr":"172.21.15.189:6815","nonce":2854675567}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6812","nonce":2854675567},{"type":"v1","addr":"172.21.15.189:6813","nonce":2854675567}]},"public_addr":"172.21.15.189:6809/2854675567","cluster_addr":"172.21.15.189:6811/2854675567","heartbeat_back_addr":"172.21.15.189:6815/2854675567","heartbeat_front_addr":"172.21.15.189:6813/2854675567","state":["exists","up"]},{"osd":6,"uuid":"05c4b051-4848-42d1-bd3f-f13e75c1c62c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6816","nonce":3396429427},{"type":"v1","addr":"172.21.15.189:6817","nonce":3396429427}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6818","nonce":3396429427},{"type":"v1","addr":"172.21.15.189:6819","nonce":3396429427}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6822","nonce":3396429427},{"type":"v1","addr":"172.21.15.189:6823","nonce":3396429427}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6820","nonce":3396429427},{"type":"v1","addr":"172.21.15.189:6821","nonce":3396429427}]},"public_addr":"172.21.15.189:6817/3396429427","cluster_addr":"172.21.15.189:6819/3396429427","heartbeat_back_addr":"172.21.15.189:6823/3396429427","heartbeat_front_addr":"172.21.15.189:6821/3396429427","state":["exists","up"]},{"osd":7,"uuid":"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6824","nonce":1073959885},{"type":"v1","addr":"172.21.15.189:6825","nonce":1073959885}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6826","nonce":1073959885},{"type":"v1","addr":"172.21.15.189:6827","nonce":1073959885}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6830","nonce":1073959885},{"type":"v1","addr":"172.21.15.189:6831","nonce":1073959885}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6828","nonce":1073959885},{"type":"v1","addr":"172.21.15.189:6829","nonce":1073959885}]},"public_addr":"172.21.15.189:6825/1073959885","cluster_addr":"172.21.15.189:6827/1073959885","heartbeat_back_addr":"172.21.15.189:6831/1073959885","heartbeat_front_addr":"172.21.15.189:6829/1073959885","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-10T19:03:15.280854+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-10T19:03:44.389734+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-10T19:04:12.836778+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-10T19:04:41.545165+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-10T19:05:05.917575+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-10T19:05:32.849628+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-10T19:05:59.740748+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-10T19:06:26.637542+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.155:0/4291077545":"2024-09-11T19:01:35.029710+0000","172.21.15.155:6800/4012690337":"2024-09-11T19:01:35.029710+0000","172.21.15.155:0/140525068":"2024-09-11T19:01:35.029710+0000","172.21.15.155:0/3058955522":"2024-09-11T19:01:35.029710+0000","172.21.15.155:0/166670597":"2024-09-11T19:01:15.891885+0000","172.21.15.155:6800/2470770379":"2024-09-11T19:01:15.891885+0000","172.21.15.155:0/614267145":"2024-09-11T19:01:15.891885+0000","172.21.15.155:0/874628509":"2024-09-11T19:01:15.891885+0000","172.21.15.155:6801/4012690337":"2024-09-11T19:01:35.029710+0000","172.21.15.155:6801/2470770379":"2024-09-11T19:01:15.891885+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-10T19:07:26.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:25 smithi155 bash[18934]: cephadm 2024-09-10T19:07:24.003903+0000 mgr.y (mgr.14140) 216 : cephadm [INF] Deploying daemon grafana.a on smithi189 2024-09-10T19:07:26.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:25 smithi189 bash[14634]: cephadm 2024-09-10T19:07:24.003903+0000 mgr.y (mgr.14140) 216 : cephadm [INF] Deploying daemon grafana.a on smithi189 2024-09-10T19:07:26.739 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-10T19:07:26.740 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-10T19:07:27.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:26 smithi155 bash[18934]: cluster 2024-09-10T19:07:25.812964+0000 mgr.y (mgr.14140) 217 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:27.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:26 smithi155 bash[18934]: audit 2024-09-10T19:07:25.926052+0000 mon.a (mon.0) 486 : audit [DBG] from='client.? 172.21.15.155:0/2610614040' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T19:07:27.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:26 smithi155 bash[14970]: cluster 2024-09-10T19:07:25.812964+0000 mgr.y (mgr.14140) 217 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:27.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:26 smithi155 bash[14970]: audit 2024-09-10T19:07:25.926052+0000 mon.a (mon.0) 486 : audit [DBG] from='client.? 172.21.15.155:0/2610614040' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T19:07:27.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:26 smithi189 bash[14634]: cluster 2024-09-10T19:07:25.812964+0000 mgr.y (mgr.14140) 217 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:27.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:26 smithi189 bash[14634]: audit 2024-09-10T19:07:25.926052+0000 mon.a (mon.0) 486 : audit [DBG] from='client.? 172.21.15.155:0/2610614040' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T19:07:28.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:27 smithi155 bash[14970]: cluster 2024-09-10T19:07:27.813652+0000 mgr.y (mgr.14140) 218 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:28.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:27 smithi155 bash[18934]: cluster 2024-09-10T19:07:27.813652+0000 mgr.y (mgr.14140) 218 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:28.090 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:07:27 smithi155 bash[27706]: ts=2024-09-10T19:07:27.765Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000154548s 2024-09-10T19:07:28.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:27 smithi189 bash[14634]: cluster 2024-09-10T19:07:27.813652+0000 mgr.y (mgr.14140) 218 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:30.322 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T19:07:30.323 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":47,"fsid":"e044737e-6fa6-11ef-bcea-c7b262605968","created":"2024-09-10T19:00:52.582541+0000","modified":"2024-09-10T19:06:28.831308+0000","last_up_change":"2024-09-10T19:06:27.818023+0000","last_in_change":"2024-09-10T19:06:27.818023+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-10T19:01:07.154232+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":"88b7e9ae-1505-4c7c-92bf-aca78877d966","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6802","nonce":3500019983},{"type":"v1","addr":"172.21.15.155:6803","nonce":3500019983}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6804","nonce":3500019983},{"type":"v1","addr":"172.21.15.155:6805","nonce":3500019983}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6808","nonce":3500019983},{"type":"v1","addr":"172.21.15.155:6809","nonce":3500019983}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6806","nonce":3500019983},{"type":"v1","addr":"172.21.15.155:6807","nonce":3500019983}]},"public_addr":"172.21.15.155:6803/3500019983","cluster_addr":"172.21.15.155:6805/3500019983","heartbeat_back_addr":"172.21.15.155:6809/3500019983","heartbeat_front_addr":"172.21.15.155:6807/3500019983","state":["exists","up"]},{"osd":1,"uuid":"d1cc50da-a29a-4655-98cc-59090c4a23c0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6810","nonce":3006075797},{"type":"v1","addr":"172.21.15.155:6811","nonce":3006075797}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6812","nonce":3006075797},{"type":"v1","addr":"172.21.15.155:6813","nonce":3006075797}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6816","nonce":3006075797},{"type":"v1","addr":"172.21.15.155:6817","nonce":3006075797}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6814","nonce":3006075797},{"type":"v1","addr":"172.21.15.155:6815","nonce":3006075797}]},"public_addr":"172.21.15.155:6811/3006075797","cluster_addr":"172.21.15.155:6813/3006075797","heartbeat_back_addr":"172.21.15.155:6817/3006075797","heartbeat_front_addr":"172.21.15.155:6815/3006075797","state":["exists","up"]},{"osd":2,"uuid":"0521d269-49c2-40e8-aa5d-4108d78d154c","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.155:6818","nonce":1938288902},{"type":"v1","addr":"172.21.15.155:6819","nonce":1938288902}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6820","nonce":1938288902},{"type":"v1","addr":"172.21.15.155:6821","nonce":1938288902}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6824","nonce":1938288902},{"type":"v1","addr":"172.21.15.155:6825","nonce":1938288902}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6822","nonce":1938288902},{"type":"v1","addr":"172.21.15.155:6823","nonce":1938288902}]},"public_addr":"172.21.15.155:6819/1938288902","cluster_addr":"172.21.15.155:6821/1938288902","heartbeat_back_addr":"172.21.15.155:6825/1938288902","heartbeat_front_addr":"172.21.15.155:6823/1938288902","state":["exists","up"]},{"osd":3,"uuid":"1a7ae620-517c-483a-bb29-257bcbe3b2a8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6826","nonce":2606289873},{"type":"v1","addr":"172.21.15.155:6827","nonce":2606289873}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6828","nonce":2606289873},{"type":"v1","addr":"172.21.15.155:6829","nonce":2606289873}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6832","nonce":2606289873},{"type":"v1","addr":"172.21.15.155:6833","nonce":2606289873}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6830","nonce":2606289873},{"type":"v1","addr":"172.21.15.155:6831","nonce":2606289873}]},"public_addr":"172.21.15.155:6827/2606289873","cluster_addr":"172.21.15.155:6829/2606289873","heartbeat_back_addr":"172.21.15.155:6833/2606289873","heartbeat_front_addr":"172.21.15.155:6831/2606289873","state":["exists","up"]},{"osd":4,"uuid":"ccefe7ee-32c3-4ed7-8071-787f68e1b393","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6800","nonce":3909013927},{"type":"v1","addr":"172.21.15.189:6801","nonce":3909013927}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6802","nonce":3909013927},{"type":"v1","addr":"172.21.15.189:6803","nonce":3909013927}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6806","nonce":3909013927},{"type":"v1","addr":"172.21.15.189:6807","nonce":3909013927}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6804","nonce":3909013927},{"type":"v1","addr":"172.21.15.189:6805","nonce":3909013927}]},"public_addr":"172.21.15.189:6801/3909013927","cluster_addr":"172.21.15.189:6803/3909013927","heartbeat_back_addr":"172.21.15.189:6807/3909013927","heartbeat_front_addr":"172.21.15.189:6805/3909013927","state":["exists","up"]},{"osd":5,"uuid":"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6808","nonce":2854675567},{"type":"v1","addr":"172.21.15.189:6809","nonce":2854675567}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6810","nonce":2854675567},{"type":"v1","addr":"172.21.15.189:6811","nonce":2854675567}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6814","nonce":2854675567},{"type":"v1","addr":"172.21.15.189:6815","nonce":2854675567}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6812","nonce":2854675567},{"type":"v1","addr":"172.21.15.189:6813","nonce":2854675567}]},"public_addr":"172.21.15.189:6809/2854675567","cluster_addr":"172.21.15.189:6811/2854675567","heartbeat_back_addr":"172.21.15.189:6815/2854675567","heartbeat_front_addr":"172.21.15.189:6813/2854675567","state":["exists","up"]},{"osd":6,"uuid":"05c4b051-4848-42d1-bd3f-f13e75c1c62c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6816","nonce":3396429427},{"type":"v1","addr":"172.21.15.189:6817","nonce":3396429427}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6818","nonce":3396429427},{"type":"v1","addr":"172.21.15.189:6819","nonce":3396429427}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6822","nonce":3396429427},{"type":"v1","addr":"172.21.15.189:6823","nonce":3396429427}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6820","nonce":3396429427},{"type":"v1","addr":"172.21.15.189:6821","nonce":3396429427}]},"public_addr":"172.21.15.189:6817/3396429427","cluster_addr":"172.21.15.189:6819/3396429427","heartbeat_back_addr":"172.21.15.189:6823/3396429427","heartbeat_front_addr":"172.21.15.189:6821/3396429427","state":["exists","up"]},{"osd":7,"uuid":"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6824","nonce":1073959885},{"type":"v1","addr":"172.21.15.189:6825","nonce":1073959885}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6826","nonce":1073959885},{"type":"v1","addr":"172.21.15.189:6827","nonce":1073959885}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6830","nonce":1073959885},{"type":"v1","addr":"172.21.15.189:6831","nonce":1073959885}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6828","nonce":1073959885},{"type":"v1","addr":"172.21.15.189:6829","nonce":1073959885}]},"public_addr":"172.21.15.189:6825/1073959885","cluster_addr":"172.21.15.189:6827/1073959885","heartbeat_back_addr":"172.21.15.189:6831/1073959885","heartbeat_front_addr":"172.21.15.189:6829/1073959885","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-10T19:03:15.280854+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-10T19:03:44.389734+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-10T19:04:12.836778+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-10T19:04:41.545165+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-10T19:05:05.917575+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-10T19:05:32.849628+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-10T19:05:59.740748+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-10T19:06:26.637542+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.155:0/4291077545":"2024-09-11T19:01:35.029710+0000","172.21.15.155:6800/4012690337":"2024-09-11T19:01:35.029710+0000","172.21.15.155:0/140525068":"2024-09-11T19:01:35.029710+0000","172.21.15.155:0/3058955522":"2024-09-11T19:01:35.029710+0000","172.21.15.155:0/166670597":"2024-09-11T19:01:15.891885+0000","172.21.15.155:6800/2470770379":"2024-09-11T19:01:15.891885+0000","172.21.15.155:0/614267145":"2024-09-11T19:01:15.891885+0000","172.21.15.155:0/874628509":"2024-09-11T19:01:15.891885+0000","172.21.15.155:6801/4012690337":"2024-09-11T19:01:35.029710+0000","172.21.15.155:6801/2470770379":"2024-09-11T19:01:15.891885+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-10T19:07:31.070 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:30 smithi155 bash[18934]: cluster 2024-09-10T19:07:29.814384+0000 mgr.y (mgr.14140) 219 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:31.070 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:30 smithi155 bash[18934]: audit 2024-09-10T19:07:30.319280+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.155:0/706761438' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T19:07:31.071 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:30 smithi155 bash[14970]: cluster 2024-09-10T19:07:29.814384+0000 mgr.y (mgr.14140) 219 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:31.071 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:30 smithi155 bash[14970]: audit 2024-09-10T19:07:30.319280+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.155:0/706761438' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T19:07:31.073 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-10T19:07:31.074 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-10T19:07:31.074 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-10T19:07:31.075 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-09-10T19:07:31.076 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-09-10T19:07:31.077 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-09-10T19:07:31.077 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-09-10T19:07:31.078 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-09-10T19:07:31.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:30 smithi189 bash[14634]: cluster 2024-09-10T19:07:29.814384+0000 mgr.y (mgr.14140) 219 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:31.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:30 smithi189 bash[14634]: audit 2024-09-10T19:07:30.319280+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.155:0/706761438' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T19:07:33.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:32 smithi155 bash[14970]: cluster 2024-09-10T19:07:31.815006+0000 mgr.y (mgr.14140) 220 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:33.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:32 smithi155 bash[18934]: cluster 2024-09-10T19:07:31.815006+0000 mgr.y (mgr.14140) 220 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:33.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:32 smithi189 bash[14634]: cluster 2024-09-10T19:07:31.815006+0000 mgr.y (mgr.14140) 220 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:35.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:34 smithi155 bash[18934]: cluster 2024-09-10T19:07:33.815567+0000 mgr.y (mgr.14140) 221 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:35.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:34 smithi155 bash[14970]: cluster 2024-09-10T19:07:33.815567+0000 mgr.y (mgr.14140) 221 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:35.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:34 smithi189 bash[14634]: cluster 2024-09-10T19:07:33.815567+0000 mgr.y (mgr.14140) 221 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:35.839 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:07:35 smithi155 bash[27706]: ts=2024-09-10T19:07:35.768Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.002435812s 2024-09-10T19:07:36.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:35 smithi189 bash[14634]: cluster 2024-09-10T19:07:35.816193+0000 mgr.y (mgr.14140) 222 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:36.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:35 smithi155 bash[14970]: cluster 2024-09-10T19:07:35.816193+0000 mgr.y (mgr.14140) 222 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:36.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:35 smithi155 bash[18934]: cluster 2024-09-10T19:07:35.816193+0000 mgr.y (mgr.14140) 222 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:37.986 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:37 smithi155 bash[14970]: cluster 2024-09-10T19:07:37.816721+0000 mgr.y (mgr.14140) 223 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:37.986 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:37 smithi155 bash[18934]: cluster 2024-09-10T19:07:37.816721+0000 mgr.y (mgr.14140) 223 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:38.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:37 smithi189 bash[14634]: cluster 2024-09-10T19:07:37.816721+0000 mgr.y (mgr.14140) 223 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:41.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:40 smithi155 bash[14970]: cluster 2024-09-10T19:07:39.817321+0000 mgr.y (mgr.14140) 224 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:41.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:40 smithi155 bash[18934]: cluster 2024-09-10T19:07:39.817321+0000 mgr.y (mgr.14140) 224 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:41.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:40 smithi189 bash[14634]: cluster 2024-09-10T19:07:39.817321+0000 mgr.y (mgr.14140) 224 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:42.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:41 smithi189 bash[14634]: cluster 2024-09-10T19:07:41.817876+0000 mgr.y (mgr.14140) 225 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:42.331 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:41 smithi155 bash[14970]: cluster 2024-09-10T19:07:41.817876+0000 mgr.y (mgr.14140) 225 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:42.332 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:41 smithi155 bash[18934]: cluster 2024-09-10T19:07:41.817876+0000 mgr.y (mgr.14140) 225 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:44.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:43 smithi189 bash[14634]: cluster 2024-09-10T19:07:43.818417+0000 mgr.y (mgr.14140) 226 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:44.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:43 smithi155 bash[14970]: cluster 2024-09-10T19:07:43.818417+0000 mgr.y (mgr.14140) 226 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:44.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:43 smithi155 bash[18934]: cluster 2024-09-10T19:07:43.818417+0000 mgr.y (mgr.14140) 226 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:45.787 INFO:teuthology.orchestra.run.smithi155.stdout:111669149734 2024-09-10T19:07:45.788 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-09-10T19:07:46.077 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:45 smithi189 bash[14634]: cluster 2024-09-10T19:07:45.818858+0000 mgr.y (mgr.14140) 227 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:46.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:45 smithi155 bash[14970]: cluster 2024-09-10T19:07:45.818858+0000 mgr.y (mgr.14140) 227 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:46.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:45 smithi155 bash[18934]: cluster 2024-09-10T19:07:45.818858+0000 mgr.y (mgr.14140) 227 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:46.425 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:46 smithi189 docker[23658]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-grafana.a 2024-09-10T19:07:46.425 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:46 smithi189 systemd[1]: Started Ceph grafana.a for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:07:47.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:46 smithi189 bash[14634]: audit 2024-09-10T19:07:46.324540+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878275\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878487\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878612\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878734\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878854\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878973\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.879094\", \"created\": \"2024-09-10T19:07:04.025480\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:06:42.158023\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}}, \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:07:47.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:46 smithi189 bash[14634]: audit 2024-09-10T19:07:46.330933+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878275\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878487\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878612\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878734\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878854\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878973\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.879094\", \"created\": \"2024-09-10T19:07:04.025480\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:06:42.158023\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}}, \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:07:47.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:46 smithi189 bash[14634]: audit 2024-09-10T19:07:46.332640+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:07:47.371 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:46 smithi155 bash[14970]: audit 2024-09-10T19:07:46.324540+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878275\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878487\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878612\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878734\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878854\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878973\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.879094\", \"created\": \"2024-09-10T19:07:04.025480\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:06:42.158023\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}}, \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:07:47.371 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:46 smithi155 bash[18934]: audit 2024-09-10T19:07:46.324540+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878275\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878487\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878612\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878734\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878854\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878973\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.879094\", \"created\": \"2024-09-10T19:07:04.025480\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:06:42.158023\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}}, \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:07:47.371 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:46 smithi155 bash[14970]: audit 2024-09-10T19:07:46.330933+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878275\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878487\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878612\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878734\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878854\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878973\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.879094\", \"created\": \"2024-09-10T19:07:04.025480\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:06:42.158023\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}}, \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:07:47.372 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:46 smithi155 bash[14970]: audit 2024-09-10T19:07:46.332640+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:07:47.372 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:46 smithi155 bash[18934]: audit 2024-09-10T19:07:46.330933+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878275\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878487\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878612\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878734\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878854\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.878973\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:04.879094\", \"created\": \"2024-09-10T19:07:04.025480\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:06:42.158023\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}}, \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:07:47.372 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:46 smithi155 bash[18934]: audit 2024-09-10T19:07:46.332640+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:07:47.789 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:47 smithi189 bash[23676]: t=2024-09-10T19:07:47+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-10T19:07:47.789 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:47 smithi189 bash[23676]: t=2024-09-10T19:07:47+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2024-09-10T19:07:47.789 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:47 smithi189 bash[23676]: t=2024-09-10T19:07:47+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2024-09-10T19:07:47.789 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:47 smithi189 bash[23676]: t=2024-09-10T19:07:47+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2024-09-10T19:07:47.789 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:47 smithi189 bash[23676]: t=2024-09-10T19:07:47+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2024-09-10T19:07:47.789 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:47 smithi189 bash[23676]: t=2024-09-10T19:07:47+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-09-10T19:07:47.789 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:47 smithi189 bash[23676]: t=2024-09-10T19:07:47+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-09-10T19:07:47.789 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:47 smithi189 bash[23676]: t=2024-09-10T19:07:47+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2024-09-10T19:07:47.789 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:47 smithi189 bash[23676]: t=2024-09-10T19:07:47+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2024-09-10T19:07:47.789 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:47 smithi189 bash[23676]: t=2024-09-10T19:07:47+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2024-09-10T19:07:47.790 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:47 smithi189 bash[23676]: t=2024-09-10T19:07:47+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2024-09-10T19:07:47.790 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:47 smithi189 bash[23676]: t=2024-09-10T19:07:47+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2024-09-10T19:07:47.790 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:47 smithi189 bash[23676]: t=2024-09-10T19:07:47+0000 lvl=info msg="App mode production" logger=settings 2024-09-10T19:07:47.790 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:47 smithi189 bash[23676]: t=2024-09-10T19:07:47+0000 lvl=info msg="Initializing SqlStore" logger=server 2024-09-10T19:07:47.790 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:47 smithi189 bash[23676]: t=2024-09-10T19:07:47+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2024-09-10T19:07:47.790 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:47 smithi189 bash[23676]: t=2024-09-10T19:07:47+0000 lvl=info msg="Starting DB migration" logger=migrator 2024-09-10T19:07:47.790 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:47 smithi189 bash[23676]: t=2024-09-10T19:07:47+0000 lvl=info msg="Executing migration" logger=migrator id="create migration_log table" 2024-09-10T19:07:47.790 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:47 smithi189 bash[23676]: t=2024-09-10T19:07:47+0000 lvl=info msg="Executing migration" logger=migrator id="create user table" 2024-09-10T19:07:47.790 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:47 smithi189 bash[23676]: t=2024-09-10T19:07:47+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2024-09-10T19:07:47.790 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:47 smithi189 bash[23676]: t=2024-09-10T19:07:47+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2024-09-10T19:07:48.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:47 smithi155 bash[14970]: cluster 2024-09-10T19:07:47.819352+0000 mgr.y (mgr.14140) 228 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:48.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:47 smithi155 bash[18934]: cluster 2024-09-10T19:07:47.819352+0000 mgr.y (mgr.14140) 228 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:48.090 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:47 smithi189 bash[14634]: cluster 2024-09-10T19:07:47.819352+0000 mgr.y (mgr.14140) 228 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:48.091 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:47 smithi189 bash[23676]: t=2024-09-10T19:07:47+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2024-09-10T19:07:48.091 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:47 smithi189 bash[23676]: t=2024-09-10T19:07:47+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2024-09-10T19:07:48.091 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:48 smithi189 bash[23676]: t=2024-09-10T19:07:48+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2024-09-10T19:07:48.183 INFO:teuthology.orchestra.run.smithi155.stdout:42949673017 2024-09-10T19:07:48.184 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-10T19:07:48.342 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:48 smithi189 bash[23676]: t=2024-09-10T19:07:48+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2024-09-10T19:07:48.342 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:48 smithi189 bash[23676]: t=2024-09-10T19:07:48+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2024-09-10T19:07:48.342 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:48 smithi189 bash[23676]: t=2024-09-10T19:07:48+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2024-09-10T19:07:48.342 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:48 smithi189 bash[23676]: t=2024-09-10T19:07:48+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-09-10T19:07:48.610 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:48 smithi189 bash[23676]: t=2024-09-10T19:07:48+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2024-09-10T19:07:48.611 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:48 smithi189 bash[23676]: t=2024-09-10T19:07:48+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2024-09-10T19:07:48.611 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:48 smithi189 bash[23676]: t=2024-09-10T19:07:48+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2024-09-10T19:07:48.611 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:48 smithi189 bash[23676]: t=2024-09-10T19:07:48+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2024-09-10T19:07:48.611 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:48 smithi189 bash[23676]: t=2024-09-10T19:07:48+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2024-09-10T19:07:48.914 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:48 smithi189 bash[23676]: t=2024-09-10T19:07:48+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2024-09-10T19:07:48.915 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:48 smithi189 bash[23676]: t=2024-09-10T19:07:48+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2024-09-10T19:07:48.915 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:48 smithi189 bash[23676]: t=2024-09-10T19:07:48+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2024-09-10T19:07:48.915 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:48 smithi189 bash[23676]: t=2024-09-10T19:07:48+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2024-09-10T19:07:48.915 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:48 smithi189 bash[23676]: t=2024-09-10T19:07:48+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2024-09-10T19:07:49.093 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:48 smithi155 bash[18934]: audit 2024-09-10T19:07:47.949049+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.946895\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947098\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947192\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947263\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947349\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947465\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947541\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:07:47.947608\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"4506e25660f7\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947675\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:07:23.849725\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:06.363641\"}}, \"last_daemon_update\": \"2024-09-10T19:07:47.947842\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:07:49.093 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:48 smithi155 bash[14970]: audit 2024-09-10T19:07:47.949049+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.946895\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947098\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947192\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947263\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947349\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947465\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947541\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:07:47.947608\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"4506e25660f7\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947675\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:07:23.849725\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:06.363641\"}}, \"last_daemon_update\": \"2024-09-10T19:07:47.947842\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:07:49.093 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:48 smithi155 bash[14970]: audit 2024-09-10T19:07:47.954006+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.946895\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947098\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947192\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947263\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947349\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947465\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947541\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:07:47.947608\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"4506e25660f7\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947675\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:07:23.849725\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:06.363641\"}}, \"last_daemon_update\": \"2024-09-10T19:07:47.947842\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:07:49.093 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:48 smithi155 bash[14970]: audit 2024-09-10T19:07:47.954963+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:07:49.093 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:48 smithi155 bash[18934]: audit 2024-09-10T19:07:47.954006+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.946895\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947098\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947192\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947263\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947349\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947465\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947541\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:07:47.947608\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"4506e25660f7\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947675\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:07:23.849725\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:06.363641\"}}, \"last_daemon_update\": \"2024-09-10T19:07:47.947842\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:07:49.094 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:48 smithi155 bash[18934]: audit 2024-09-10T19:07:47.954963+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:07:49.202 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:48 smithi189 bash[23676]: t=2024-09-10T19:07:48+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2024-09-10T19:07:49.203 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:49 smithi189 bash[23676]: t=2024-09-10T19:07:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2024-09-10T19:07:49.203 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:49 smithi189 bash[23676]: t=2024-09-10T19:07:49+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2024-09-10T19:07:49.203 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:49 smithi189 bash[23676]: t=2024-09-10T19:07:49+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2024-09-10T19:07:49.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:48 smithi189 bash[14634]: audit 2024-09-10T19:07:47.949049+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.946895\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947098\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947192\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947263\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947349\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947465\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947541\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:07:47.947608\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"4506e25660f7\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947675\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:07:23.849725\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:06.363641\"}}, \"last_daemon_update\": \"2024-09-10T19:07:47.947842\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:07:49.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:48 smithi189 bash[14634]: audit 2024-09-10T19:07:47.954006+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.946895\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947098\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947192\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947263\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947349\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947465\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947541\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:07:47.947608\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"4506e25660f7\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947675\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:07:23.849725\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:06.363641\"}}, \"last_daemon_update\": \"2024-09-10T19:07:47.947842\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:07:49.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:48 smithi189 bash[14634]: audit 2024-09-10T19:07:47.954963+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:07:49.542 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:49 smithi189 bash[23676]: t=2024-09-10T19:07:49+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2024-09-10T19:07:49.542 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:49 smithi189 bash[23676]: t=2024-09-10T19:07:49+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2024-09-10T19:07:49.542 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:49 smithi189 bash[23676]: t=2024-09-10T19:07:49+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2024-09-10T19:07:49.542 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:49 smithi189 bash[23676]: t=2024-09-10T19:07:49+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2024-09-10T19:07:49.803 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:49 smithi189 bash[23676]: t=2024-09-10T19:07:49+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2024-09-10T19:07:49.804 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:49 smithi189 bash[23676]: t=2024-09-10T19:07:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2024-09-10T19:07:49.804 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:49 smithi189 bash[23676]: t=2024-09-10T19:07:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2024-09-10T19:07:49.835 INFO:teuthology.orchestra.run.smithi155.stdout:154618822685 2024-09-10T19:07:49.835 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-09-10T19:07:50.055 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:49 smithi189 bash[23676]: t=2024-09-10T19:07:49+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2024-09-10T19:07:50.055 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:49 smithi189 bash[23676]: t=2024-09-10T19:07:49+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2024-09-10T19:07:50.055 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:49 smithi189 bash[23676]: t=2024-09-10T19:07:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2024-09-10T19:07:50.056 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:49 smithi189 bash[23676]: t=2024-09-10T19:07:49+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2024-09-10T19:07:50.056 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:49 smithi189 bash[14634]: audit 2024-09-10T19:07:49.019507+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016067\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016295\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016423\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016545\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016665\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016784\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"7d25f5b3c4ae\", \"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-10T19:07:49.016904\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:07:04.049834\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:07:49.017024\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:07:49.017144\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:06:42.158023\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}}, \"last_daemon_update\": \"2024-09-10T19:07:49.017401\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:07:50.056 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:49 smithi189 bash[14634]: audit 2024-09-10T19:07:49.026265+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016067\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016295\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016423\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016545\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016665\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016784\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"7d25f5b3c4ae\", \"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-10T19:07:49.016904\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:07:04.049834\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:07:49.017024\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:07:49.017144\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:06:42.158023\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}}, \"last_daemon_update\": \"2024-09-10T19:07:49.017401\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:07:50.056 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:49 smithi189 bash[14634]: cephadm 2024-09-10T19:07:49.031353+0000 mgr.y (mgr.14140) 229 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-10T19:07:50.056 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:49 smithi189 bash[14634]: cephadm 2024-09-10T19:07:49.034809+0000 mgr.y (mgr.14140) 230 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi155 2024-09-10T19:07:50.056 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:49 smithi189 bash[14634]: cluster 2024-09-10T19:07:49.819730+0000 mgr.y (mgr.14140) 231 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:50.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:49 smithi155 bash[14970]: audit 2024-09-10T19:07:49.019507+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016067\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016295\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016423\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016545\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016665\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016784\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"7d25f5b3c4ae\", \"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-10T19:07:49.016904\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:07:04.049834\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:07:49.017024\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:07:49.017144\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:06:42.158023\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}}, \"last_daemon_update\": \"2024-09-10T19:07:49.017401\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:07:50.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:49 smithi155 bash[14970]: audit 2024-09-10T19:07:49.026265+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016067\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016295\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016423\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016545\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016665\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016784\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"7d25f5b3c4ae\", \"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-10T19:07:49.016904\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:07:04.049834\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:07:49.017024\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:07:49.017144\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:06:42.158023\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}}, \"last_daemon_update\": \"2024-09-10T19:07:49.017401\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:07:50.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:49 smithi155 bash[14970]: cephadm 2024-09-10T19:07:49.031353+0000 mgr.y (mgr.14140) 229 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-10T19:07:50.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:49 smithi155 bash[14970]: cephadm 2024-09-10T19:07:49.034809+0000 mgr.y (mgr.14140) 230 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi155 2024-09-10T19:07:50.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:49 smithi155 bash[14970]: cluster 2024-09-10T19:07:49.819730+0000 mgr.y (mgr.14140) 231 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:50.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:49 smithi155 bash[18934]: audit 2024-09-10T19:07:49.019507+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016067\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016295\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016423\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016545\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016665\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016784\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"7d25f5b3c4ae\", \"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-10T19:07:49.016904\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:07:04.049834\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:07:49.017024\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:07:49.017144\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:06:42.158023\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}}, \"last_daemon_update\": \"2024-09-10T19:07:49.017401\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:07:50.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:49 smithi155 bash[18934]: audit 2024-09-10T19:07:49.026265+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016067\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016295\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016423\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016545\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016665\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016784\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"7d25f5b3c4ae\", \"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-10T19:07:49.016904\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:07:04.049834\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:07:49.017024\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:07:49.017144\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:06:42.158023\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}}, \"last_daemon_update\": \"2024-09-10T19:07:49.017401\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:07:50.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:49 smithi155 bash[18934]: cephadm 2024-09-10T19:07:49.031353+0000 mgr.y (mgr.14140) 229 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-10T19:07:50.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:49 smithi155 bash[18934]: cephadm 2024-09-10T19:07:49.034809+0000 mgr.y (mgr.14140) 230 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi155 2024-09-10T19:07:50.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:49 smithi155 bash[18934]: cluster 2024-09-10T19:07:49.819730+0000 mgr.y (mgr.14140) 231 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:50.202 INFO:teuthology.orchestra.run.smithi155.stdout:133143986209 2024-09-10T19:07:50.202 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-09-10T19:07:50.340 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:50 smithi189 bash[23676]: t=2024-09-10T19:07:50+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2024-09-10T19:07:50.340 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:50 smithi189 bash[23676]: t=2024-09-10T19:07:50+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2024-09-10T19:07:50.340 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:50 smithi189 bash[23676]: t=2024-09-10T19:07:50+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2024-09-10T19:07:50.340 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:50 smithi189 bash[23676]: t=2024-09-10T19:07:50+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2024-09-10T19:07:50.633 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:50 smithi189 bash[23676]: t=2024-09-10T19:07:50+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2024-09-10T19:07:50.633 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:50 smithi189 bash[23676]: t=2024-09-10T19:07:50+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2024-09-10T19:07:50.633 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:50 smithi189 bash[23676]: t=2024-09-10T19:07:50+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2024-09-10T19:07:50.634 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:50 smithi189 bash[23676]: t=2024-09-10T19:07:50+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2024-09-10T19:07:50.926 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:50 smithi189 bash[23676]: t=2024-09-10T19:07:50+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2024-09-10T19:07:50.926 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:50 smithi189 bash[23676]: t=2024-09-10T19:07:50+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2024-09-10T19:07:50.927 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:50 smithi189 bash[23676]: t=2024-09-10T19:07:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2024-09-10T19:07:50.927 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:50 smithi189 bash[23676]: t=2024-09-10T19:07:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2024-09-10T19:07:51.178 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:50 smithi189 bash[23676]: t=2024-09-10T19:07:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2024-09-10T19:07:51.178 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:51 smithi189 bash[23676]: t=2024-09-10T19:07:51+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2024-09-10T19:07:51.178 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:51 smithi189 bash[23676]: t=2024-09-10T19:07:51+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2024-09-10T19:07:51.178 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:51 smithi189 bash[23676]: t=2024-09-10T19:07:51+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2024-09-10T19:07:51.452 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:51 smithi189 bash[23676]: t=2024-09-10T19:07:51+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2024-09-10T19:07:51.452 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:51 smithi189 bash[23676]: t=2024-09-10T19:07:51+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2024-09-10T19:07:51.453 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:51 smithi189 bash[23676]: t=2024-09-10T19:07:51+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2024-09-10T19:07:51.723 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:51 smithi189 bash[23676]: t=2024-09-10T19:07:51+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2024-09-10T19:07:51.723 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:51 smithi189 bash[23676]: t=2024-09-10T19:07:51+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2024-09-10T19:07:51.723 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:51 smithi189 bash[23676]: t=2024-09-10T19:07:51+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2024-09-10T19:07:51.723 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:51 smithi189 bash[23676]: t=2024-09-10T19:07:51+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2024-09-10T19:07:51.905 INFO:teuthology.orchestra.run.smithi155.stdout:68719476788 2024-09-10T19:07:51.905 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-10T19:07:52.033 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:51 smithi189 bash[14634]: cluster 2024-09-10T19:07:51.820289+0000 mgr.y (mgr.14140) 232 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:52.033 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:51 smithi189 bash[23676]: t=2024-09-10T19:07:51+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2024-09-10T19:07:52.033 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:51 smithi189 bash[23676]: t=2024-09-10T19:07:51+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2024-09-10T19:07:52.033 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:51 smithi189 bash[23676]: t=2024-09-10T19:07:51+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2024-09-10T19:07:52.033 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:51 smithi189 bash[23676]: t=2024-09-10T19:07:51+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2024-09-10T19:07:52.199 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:51 smithi155 bash[18934]: cluster 2024-09-10T19:07:51.820289+0000 mgr.y (mgr.14140) 232 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:52.200 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:51 smithi155 bash[14970]: cluster 2024-09-10T19:07:51.820289+0000 mgr.y (mgr.14140) 232 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:52.293 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:52 smithi189 bash[23676]: t=2024-09-10T19:07:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2024-09-10T19:07:52.293 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:52 smithi189 bash[23676]: t=2024-09-10T19:07:52+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2024-09-10T19:07:52.293 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:52 smithi189 bash[23676]: t=2024-09-10T19:07:52+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2024-09-10T19:07:52.293 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:52 smithi189 bash[23676]: t=2024-09-10T19:07:52+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2024-09-10T19:07:52.578 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:52 smithi189 bash[23676]: t=2024-09-10T19:07:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2024-09-10T19:07:52.578 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:52 smithi189 bash[23676]: t=2024-09-10T19:07:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2024-09-10T19:07:52.578 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:52 smithi189 bash[23676]: t=2024-09-10T19:07:52+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2024-09-10T19:07:52.578 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:52 smithi189 bash[23676]: t=2024-09-10T19:07:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2024-09-10T19:07:52.578 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:52 smithi189 bash[23676]: t=2024-09-10T19:07:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2024-09-10T19:07:52.878 INFO:teuthology.orchestra.run.smithi155.stdout:176093659160 2024-09-10T19:07:52.879 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-09-10T19:07:52.905 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:52 smithi189 bash[23676]: t=2024-09-10T19:07:52+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2024-09-10T19:07:52.906 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:52 smithi189 bash[23676]: t=2024-09-10T19:07:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2024-09-10T19:07:52.906 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:52 smithi189 bash[23676]: t=2024-09-10T19:07:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2024-09-10T19:07:52.906 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:52 smithi189 bash[23676]: t=2024-09-10T19:07:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2024-09-10T19:07:52.906 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:52 smithi189 bash[23676]: t=2024-09-10T19:07:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2024-09-10T19:07:52.906 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:52 smithi189 bash[23676]: t=2024-09-10T19:07:52+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2024-09-10T19:07:52.906 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:52 smithi189 bash[23676]: t=2024-09-10T19:07:52+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2024-09-10T19:07:53.157 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:52 smithi189 bash[23676]: t=2024-09-10T19:07:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2024-09-10T19:07:53.157 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:53 smithi189 bash[23676]: t=2024-09-10T19:07:53+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2024-09-10T19:07:53.157 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:53 smithi189 bash[23676]: t=2024-09-10T19:07:53+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-09-10T19:07:53.434 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:53 smithi189 bash[23676]: t=2024-09-10T19:07:53+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2024-09-10T19:07:53.434 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:53 smithi189 bash[23676]: t=2024-09-10T19:07:53+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2024-09-10T19:07:53.434 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:53 smithi189 bash[23676]: t=2024-09-10T19:07:53+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2024-09-10T19:07:53.434 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:53 smithi189 bash[23676]: t=2024-09-10T19:07:53+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2024-09-10T19:07:53.434 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:53 smithi189 bash[23676]: t=2024-09-10T19:07:53+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2024-09-10T19:07:53.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:53 smithi189 bash[23676]: t=2024-09-10T19:07:53+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2024-09-10T19:07:53.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:53 smithi189 bash[23676]: t=2024-09-10T19:07:53+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2024-09-10T19:07:53.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:53 smithi189 bash[23676]: t=2024-09-10T19:07:53+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2024-09-10T19:07:53.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:53 smithi189 bash[23676]: t=2024-09-10T19:07:53+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2024-09-10T19:07:53.703 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:53 smithi189 bash[23676]: t=2024-09-10T19:07:53+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2024-09-10T19:07:54.004 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:53 smithi189 bash[14634]: cluster 2024-09-10T19:07:53.820839+0000 mgr.y (mgr.14140) 233 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:54.005 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:53 smithi189 bash[23676]: t=2024-09-10T19:07:53+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2024-09-10T19:07:54.005 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:53 smithi189 bash[23676]: t=2024-09-10T19:07:53+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2024-09-10T19:07:54.005 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:53 smithi189 bash[23676]: t=2024-09-10T19:07:53+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2024-09-10T19:07:54.005 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:53 smithi189 bash[23676]: t=2024-09-10T19:07:53+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2024-09-10T19:07:54.005 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:54 smithi189 bash[23676]: t=2024-09-10T19:07:54+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2024-09-10T19:07:54.289 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:54 smithi189 bash[23676]: t=2024-09-10T19:07:54+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2024-09-10T19:07:54.290 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:54 smithi189 bash[23676]: t=2024-09-10T19:07:54+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2024-09-10T19:07:54.290 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:54 smithi189 bash[23676]: t=2024-09-10T19:07:54+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2024-09-10T19:07:54.290 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:54 smithi189 bash[23676]: t=2024-09-10T19:07:54+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2024-09-10T19:07:54.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:53 smithi155 bash[14970]: cluster 2024-09-10T19:07:53.820839+0000 mgr.y (mgr.14140) 233 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:54.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:53 smithi155 bash[18934]: cluster 2024-09-10T19:07:53.820839+0000 mgr.y (mgr.14140) 233 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:54.534 INFO:teuthology.orchestra.run.smithi155.stdout:90194313262 2024-09-10T19:07:54.534 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-10T19:07:54.549 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:54 smithi189 bash[23676]: t=2024-09-10T19:07:54+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2024-09-10T19:07:54.549 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:54 smithi189 bash[23676]: t=2024-09-10T19:07:54+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2024-09-10T19:07:54.549 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:54 smithi189 bash[23676]: t=2024-09-10T19:07:54+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2024-09-10T19:07:54.549 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:54 smithi189 bash[23676]: t=2024-09-10T19:07:54+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2024-09-10T19:07:54.620 INFO:teuthology.orchestra.run.smithi155.stdout:197568495634 2024-09-10T19:07:54.621 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-09-10T19:07:54.817 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:54 smithi189 bash[23676]: t=2024-09-10T19:07:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2024-09-10T19:07:54.817 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:54 smithi189 bash[23676]: t=2024-09-10T19:07:54+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2024-09-10T19:07:54.817 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:54 smithi189 bash[23676]: t=2024-09-10T19:07:54+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2024-09-10T19:07:54.818 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:54 smithi189 bash[23676]: t=2024-09-10T19:07:54+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2024-09-10T19:07:55.078 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:54 smithi189 bash[23676]: t=2024-09-10T19:07:54+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2024-09-10T19:07:55.078 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:54 smithi189 bash[23676]: t=2024-09-10T19:07:54+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2024-09-10T19:07:55.078 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:54 smithi189 bash[23676]: t=2024-09-10T19:07:54+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2024-09-10T19:07:55.078 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:54 smithi189 bash[23676]: t=2024-09-10T19:07:54+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2024-09-10T19:07:55.078 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:55 smithi189 bash[23676]: t=2024-09-10T19:07:55+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2024-09-10T19:07:55.078 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:55 smithi189 bash[23676]: t=2024-09-10T19:07:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2024-09-10T19:07:55.363 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:55 smithi189 bash[23676]: t=2024-09-10T19:07:55+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2024-09-10T19:07:55.363 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:55 smithi189 bash[23676]: t=2024-09-10T19:07:55+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2024-09-10T19:07:55.363 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:55 smithi189 bash[23676]: t=2024-09-10T19:07:55+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2024-09-10T19:07:55.363 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:55 smithi189 bash[23676]: t=2024-09-10T19:07:55+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2024-09-10T19:07:55.640 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:55 smithi189 bash[23676]: t=2024-09-10T19:07:55+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2024-09-10T19:07:55.640 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:55 smithi189 bash[23676]: t=2024-09-10T19:07:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2024-09-10T19:07:55.640 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:55 smithi189 bash[23676]: t=2024-09-10T19:07:55+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2024-09-10T19:07:55.640 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:55 smithi189 bash[23676]: t=2024-09-10T19:07:55+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2024-09-10T19:07:55.891 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:55 smithi189 bash[23676]: t=2024-09-10T19:07:55+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2024-09-10T19:07:55.892 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:55 smithi189 bash[23676]: t=2024-09-10T19:07:55+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2024-09-10T19:07:55.892 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:55 smithi189 bash[23676]: t=2024-09-10T19:07:55+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2024-09-10T19:07:55.892 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:55 smithi189 bash[23676]: t=2024-09-10T19:07:55+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2024-09-10T19:07:56.168 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:55 smithi189 bash[14634]: cluster 2024-09-10T19:07:55.821375+0000 mgr.y (mgr.14140) 234 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:56.169 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:55 smithi189 bash[23676]: t=2024-09-10T19:07:55+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2024-09-10T19:07:56.169 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:55 smithi189 bash[23676]: t=2024-09-10T19:07:55+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2024-09-10T19:07:56.169 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:56 smithi189 bash[23676]: t=2024-09-10T19:07:56+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2024-09-10T19:07:56.169 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:56 smithi189 bash[23676]: t=2024-09-10T19:07:56+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2024-09-10T19:07:56.169 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:56 smithi189 bash[23676]: t=2024-09-10T19:07:56+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2024-09-10T19:07:56.169 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:56 smithi189 bash[23676]: t=2024-09-10T19:07:56+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2024-09-10T19:07:56.421 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:55 smithi155 bash[14970]: cluster 2024-09-10T19:07:55.821375+0000 mgr.y (mgr.14140) 234 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:56.422 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:55 smithi155 bash[18934]: cluster 2024-09-10T19:07:55.821375+0000 mgr.y (mgr.14140) 234 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:56.453 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:56 smithi189 bash[23676]: t=2024-09-10T19:07:56+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2024-09-10T19:07:56.453 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:56 smithi189 bash[23676]: t=2024-09-10T19:07:56+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2024-09-10T19:07:56.453 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:56 smithi189 bash[23676]: t=2024-09-10T19:07:56+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2024-09-10T19:07:56.453 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:56 smithi189 bash[23676]: t=2024-09-10T19:07:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2024-09-10T19:07:56.748 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:56 smithi189 bash[23676]: t=2024-09-10T19:07:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2024-09-10T19:07:56.748 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:56 smithi189 bash[23676]: t=2024-09-10T19:07:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2024-09-10T19:07:56.748 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:56 smithi189 bash[23676]: t=2024-09-10T19:07:56+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2024-09-10T19:07:56.748 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:56 smithi189 bash[23676]: t=2024-09-10T19:07:56+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2024-09-10T19:07:56.748 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:56 smithi189 bash[23676]: t=2024-09-10T19:07:56+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2024-09-10T19:07:57.058 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:56 smithi189 bash[23676]: t=2024-09-10T19:07:56+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2024-09-10T19:07:57.058 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:56 smithi189 bash[23676]: t=2024-09-10T19:07:56+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2024-09-10T19:07:57.058 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:56 smithi189 bash[23676]: t=2024-09-10T19:07:56+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2024-09-10T19:07:57.058 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:56 smithi189 bash[23676]: t=2024-09-10T19:07:56+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2024-09-10T19:07:57.058 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:56 smithi189 bash[23676]: t=2024-09-10T19:07:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2024-09-10T19:07:57.059 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:57 smithi189 bash[23676]: t=2024-09-10T19:07:57+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2024-09-10T19:07:57.310 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:57 smithi189 bash[23676]: t=2024-09-10T19:07:57+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2024-09-10T19:07:57.310 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:57 smithi189 bash[23676]: t=2024-09-10T19:07:57+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2024-09-10T19:07:57.310 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:57 smithi189 bash[23676]: t=2024-09-10T19:07:57+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2024-09-10T19:07:57.310 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:57 smithi189 bash[23676]: t=2024-09-10T19:07:57+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2024-09-10T19:07:57.594 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:57 smithi189 bash[23676]: t=2024-09-10T19:07:57+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2024-09-10T19:07:57.595 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:57 smithi189 bash[23676]: t=2024-09-10T19:07:57+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2024-09-10T19:07:57.595 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:57 smithi189 bash[23676]: t=2024-09-10T19:07:57+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2024-09-10T19:07:57.863 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:57 smithi189 bash[23676]: t=2024-09-10T19:07:57+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2024-09-10T19:07:57.863 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:57 smithi189 bash[23676]: t=2024-09-10T19:07:57+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2024-09-10T19:07:57.863 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:57 smithi189 bash[23676]: t=2024-09-10T19:07:57+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2024-09-10T19:07:57.863 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:57 smithi189 bash[23676]: t=2024-09-10T19:07:57+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2024-09-10T19:07:57.863 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:57 smithi189 bash[23676]: t=2024-09-10T19:07:57+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2024-09-10T19:07:58.078 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:07:57 smithi155 bash[14970]: cluster 2024-09-10T19:07:57.822012+0000 mgr.y (mgr.14140) 235 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:58.078 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:07:57 smithi155 bash[18934]: cluster 2024-09-10T19:07:57.822012+0000 mgr.y (mgr.14140) 235 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:58.156 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:07:57 smithi189 bash[14634]: cluster 2024-09-10T19:07:57.822012+0000 mgr.y (mgr.14140) 235 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:58.157 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:57 smithi189 bash[23676]: t=2024-09-10T19:07:57+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2024-09-10T19:07:58.157 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:57 smithi189 bash[23676]: t=2024-09-10T19:07:57+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2024-09-10T19:07:58.157 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:58 smithi189 bash[23676]: t=2024-09-10T19:07:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2024-09-10T19:07:58.157 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:58 smithi189 bash[23676]: t=2024-09-10T19:07:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2024-09-10T19:07:58.450 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:58 smithi189 bash[23676]: t=2024-09-10T19:07:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2024-09-10T19:07:58.450 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:58 smithi189 bash[23676]: t=2024-09-10T19:07:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2024-09-10T19:07:58.450 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:58 smithi189 bash[23676]: t=2024-09-10T19:07:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2024-09-10T19:07:58.450 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:58 smithi189 bash[23676]: t=2024-09-10T19:07:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2024-09-10T19:07:58.450 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:58 smithi189 bash[23676]: t=2024-09-10T19:07:58+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2024-09-10T19:07:58.450 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:58 smithi189 bash[23676]: t=2024-09-10T19:07:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2024-09-10T19:07:58.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:58 smithi189 bash[23676]: t=2024-09-10T19:07:58+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2024-09-10T19:07:58.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:58 smithi189 bash[23676]: t=2024-09-10T19:07:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2024-09-10T19:07:58.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:58 smithi189 bash[23676]: t=2024-09-10T19:07:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2024-09-10T19:07:58.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:58 smithi189 bash[23676]: t=2024-09-10T19:07:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2024-09-10T19:07:58.952 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:58 smithi189 bash[23676]: t=2024-09-10T19:07:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2024-09-10T19:07:58.952 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:58 smithi189 bash[23676]: t=2024-09-10T19:07:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2024-09-10T19:07:58.953 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:58 smithi189 bash[23676]: t=2024-09-10T19:07:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2024-09-10T19:07:58.953 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:58 smithi189 bash[23676]: t=2024-09-10T19:07:58+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2024-09-10T19:07:59.289 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:58 smithi189 bash[23676]: t=2024-09-10T19:07:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2024-09-10T19:07:59.290 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:59 smithi189 bash[23676]: t=2024-09-10T19:07:59+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2024-09-10T19:07:59.290 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:59 smithi189 bash[23676]: t=2024-09-10T19:07:59+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2024-09-10T19:07:59.290 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:59 smithi189 bash[23676]: t=2024-09-10T19:07:59+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2024-09-10T19:07:59.290 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:59 smithi189 bash[23676]: t=2024-09-10T19:07:59+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2024-09-10T19:07:59.290 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:59 smithi189 bash[23676]: t=2024-09-10T19:07:59+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2024-09-10T19:07:59.565 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:59 smithi189 bash[23676]: t=2024-09-10T19:07: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-10T19:07:59.566 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:59 smithi189 bash[23676]: t=2024-09-10T19:07:59+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2024-09-10T19:07:59.566 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:59 smithi189 bash[23676]: t=2024-09-10T19:07:59+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2024-09-10T19:07:59.817 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:59 smithi189 bash[23676]: t=2024-09-10T19:07:59+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2024-09-10T19:07:59.817 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:59 smithi189 bash[23676]: t=2024-09-10T19:07:59+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2024-09-10T19:07:59.817 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:59 smithi189 bash[23676]: t=2024-09-10T19:07:59+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2024-09-10T19:07:59.817 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:59 smithi189 bash[23676]: t=2024-09-10T19:07:59+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2024-09-10T19:07:59.817 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:59 smithi189 bash[23676]: t=2024-09-10T19:07:59+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2024-09-10T19:08:00.111 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:59 smithi189 bash[23676]: t=2024-09-10T19:07:59+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2024-09-10T19:08:00.111 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:59 smithi189 bash[23676]: t=2024-09-10T19:07:59+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2024-09-10T19:08:00.111 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:07:59 smithi189 bash[23676]: t=2024-09-10T19:07:59+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2024-09-10T19:08:00.111 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:00 smithi189 bash[23676]: t=2024-09-10T19:08:00+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2024-09-10T19:08:00.111 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:00 smithi189 bash[23676]: t=2024-09-10T19:08:00+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2024-09-10T19:08:00.413 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:00 smithi189 bash[23676]: t=2024-09-10T19:08:00+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2024-09-10T19:08:00.413 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:00 smithi189 bash[23676]: t=2024-09-10T19:08:00+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2024-09-10T19:08:00.413 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:00 smithi189 bash[23676]: t=2024-09-10T19:08:00+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2024-09-10T19:08:00.672 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:00 smithi189 bash[23676]: t=2024-09-10T19:08:00+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2024-09-10T19:08:00.672 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:00 smithi189 bash[23676]: t=2024-09-10T19:08:00+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2024-09-10T19:08:00.672 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:00 smithi189 bash[23676]: t=2024-09-10T19:08:00+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2024-09-10T19:08:00.891 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:00 smithi155 bash[18934]: cluster 2024-09-10T19:07:59.822571+0000 mgr.y (mgr.14140) 236 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:00.891 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:00 smithi155 bash[14970]: cluster 2024-09-10T19:07:59.822571+0000 mgr.y (mgr.14140) 236 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:00.924 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:00 smithi189 bash[14634]: cluster 2024-09-10T19:07:59.822571+0000 mgr.y (mgr.14140) 236 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:00.924 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:00 smithi189 bash[23676]: t=2024-09-10T19:08:00+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2024-09-10T19:08:00.924 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:00 smithi189 bash[23676]: t=2024-09-10T19:08:00+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2024-09-10T19:08:00.924 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:00 smithi189 bash[23676]: t=2024-09-10T19:08:00+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2024-09-10T19:08:00.925 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:00 smithi189 bash[23676]: t=2024-09-10T19:08:00+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2024-09-10T19:08:01.201 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:00 smithi189 bash[23676]: t=2024-09-10T19:08:00+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2024-09-10T19:08:01.201 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:00 smithi189 bash[23676]: t=2024-09-10T19:08:00+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2024-09-10T19:08:01.201 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:01 smithi189 bash[23676]: t=2024-09-10T19:08:01+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2024-09-10T19:08:01.201 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:01 smithi189 bash[23676]: t=2024-09-10T19:08:01+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2024-09-10T19:08:01.201 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:01 smithi189 bash[23676]: t=2024-09-10T19:08:01+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2024-09-10T19:08:01.202 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:01 smithi189 bash[23676]: t=2024-09-10T19:08:01+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2024-09-10T19:08:01.452 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:01 smithi189 bash[23676]: t=2024-09-10T19:08:01+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2024-09-10T19:08:01.453 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:01 smithi189 bash[23676]: t=2024-09-10T19:08:01+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2024-09-10T19:08:01.453 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:01 smithi189 bash[23676]: t=2024-09-10T19:08:01+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2024-09-10T19:08:01.453 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:01 smithi189 bash[23676]: t=2024-09-10T19:08:01+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2024-09-10T19:08:01.796 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:01 smithi189 bash[23676]: t=2024-09-10T19:08:01+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2024-09-10T19:08:01.796 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:01 smithi189 bash[23676]: t=2024-09-10T19:08:01+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2024-09-10T19:08:01.796 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:01 smithi189 bash[23676]: t=2024-09-10T19:08:01+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2024-09-10T19:08:01.797 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:01 smithi189 bash[23676]: t=2024-09-10T19:08:01+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2024-09-10T19:08:02.089 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:01 smithi189 bash[23676]: t=2024-09-10T19:08:01+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2024-09-10T19:08:02.089 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:01 smithi189 bash[23676]: t=2024-09-10T19:08:01+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2024-09-10T19:08:02.089 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:01 smithi189 bash[23676]: t=2024-09-10T19:08:01+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2024-09-10T19:08:02.090 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08:02+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2024-09-10T19:08:02.383 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08:02+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2024-09-10T19:08:02.383 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08:02+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2024-09-10T19:08:02.383 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08:02+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2024-09-10T19:08:02.383 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08:02+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2024-09-10T19:08:02.383 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08:02+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2024-09-10T19:08:02.693 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08:02+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2024-09-10T19:08:02.693 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08:02+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2024-09-10T19:08:02.693 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08:02+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2024-09-10T19:08:02.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[14634]: cluster 2024-09-10T19:08:01.823138+0000 mgr.y (mgr.14140) 237 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:02.953 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08:02+0000 lvl=info msg="Created default admin" logger=sqlstore user=admin 2024-09-10T19:08:02.953 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08:02+0000 lvl=info msg="Initializing HTTPServer" logger=server 2024-09-10T19:08:02.953 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08:02+0000 lvl=info msg="Initializing BackendPluginManager" logger=server 2024-09-10T19:08:02.953 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08:02+0000 lvl=info msg="Initializing PluginManager" logger=server 2024-09-10T19:08:02.953 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08:02+0000 lvl=info msg="Starting plugin search" logger=plugins 2024-09-10T19:08:02.953 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08:02+0000 lvl=info msg="Registering plugin" logger=plugins name="Pie Chart" 2024-09-10T19:08:02.953 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08:02+0000 lvl=info msg="Registering plugin" logger=plugins name="Status Panel" 2024-09-10T19:08:02.953 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08:02+0000 lvl=info msg="Initializing HooksService" logger=server 2024-09-10T19:08:02.953 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08:02+0000 lvl=info msg="Initializing OSSLicensingService" logger=server 2024-09-10T19:08:02.953 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08:02+0000 lvl=info msg="Initializing InternalMetricsService" logger=server 2024-09-10T19:08:02.953 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08:02+0000 lvl=info msg="Initializing RemoteCache" logger=server 2024-09-10T19:08:02.954 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08:02+0000 lvl=info msg="Initializing QuotaService" logger=server 2024-09-10T19:08:02.954 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08:02+0000 lvl=info msg="Initializing ServerLockService" logger=server 2024-09-10T19:08:02.954 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08:02+0000 lvl=info msg="Initializing UserAuthTokenService" logger=server 2024-09-10T19:08:02.954 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08:02+0000 lvl=info msg="Initializing RenderingService" logger=server 2024-09-10T19:08:02.954 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08:02+0000 lvl=info msg="Initializing AlertEngine" logger=server 2024-09-10T19:08:02.954 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08:02+0000 lvl=info msg="Initializing DatasourceCacheService" logger=server 2024-09-10T19:08:02.954 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08:02+0000 lvl=info msg="Initializing LoginService" logger=server 2024-09-10T19:08:02.954 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08:02+0000 lvl=info msg="Initializing SearchService" logger=server 2024-09-10T19:08:02.954 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08:02+0000 lvl=info msg="Initializing TracingService" logger=server 2024-09-10T19:08:02.954 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08:02+0000 lvl=info msg="Initializing UsageStatsService" logger=server 2024-09-10T19:08:02.954 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08:02+0000 lvl=info msg="Initializing CleanUpService" logger=server 2024-09-10T19:08:02.954 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08:02+0000 lvl=info msg="Initializing NotificationService" logger=server 2024-09-10T19:08:02.954 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08:02+0000 lvl=info msg="Initializing provisioningServiceImpl" logger=server 2024-09-10T19:08:02.955 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08: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-10T19:08:02.955 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08:02+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name="Dashboard 1" 2024-09-10T19:08:02.955 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08:02+0000 lvl=info msg="Backend rendering via phantomJS" logger=rendering renderer=phantomJS 2024-09-10T19:08:02.955 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08: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-10T19:08:02.955 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08:02+0000 lvl=info msg="Initializing Stream Manager" 2024-09-10T19:08:02.955 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:08:02 smithi189 bash[23676]: t=2024-09-10T19:08:02+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=127.0.0.1:3000 protocol=https subUrl= socket= 2024-09-10T19:08:03.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:02 smithi155 bash[14970]: cluster 2024-09-10T19:08:01.823138+0000 mgr.y (mgr.14140) 237 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:03.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:02 smithi155 bash[18934]: cluster 2024-09-10T19:08:01.823138+0000 mgr.y (mgr.14140) 237 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:03.951 INFO:teuthology.orchestra.run.smithi155.stdout:111669149739 2024-09-10T19:08:03.985 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:03 smithi155 bash[14970]: cluster 2024-09-10T19:08:03.823529+0000 mgr.y (mgr.14140) 238 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:03.985 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:03 smithi155 bash[18934]: cluster 2024-09-10T19:08:03.823529+0000 mgr.y (mgr.14140) 238 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:04.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:03 smithi189 bash[14634]: cluster 2024-09-10T19:08:03.823529+0000 mgr.y (mgr.14140) 238 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:05.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:04 smithi189 bash[14634]: audit 2024-09-10T19:08:03.948936+0000 mon.a (mon.0) 495 : audit [DBG] from='client.? 172.21.15.155:0/2141411696' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-10T19:08:05.224 INFO:teuthology.orchestra.run.smithi155.stdout:42949673021 2024-09-10T19:08:05.274 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:04 smithi155 bash[18934]: audit 2024-09-10T19:08:03.948936+0000 mon.a (mon.0) 495 : audit [DBG] from='client.? 172.21.15.155:0/2141411696' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-10T19:08:05.274 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:04 smithi155 bash[14970]: audit 2024-09-10T19:08:03.948936+0000 mon.a (mon.0) 495 : audit [DBG] from='client.? 172.21.15.155:0/2141411696' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-10T19:08:05.813 INFO:teuthology.orchestra.run.smithi155.stdout:133143986213 2024-09-10T19:08:06.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:05 smithi189 bash[14634]: audit 2024-09-10T19:08:05.222352+0000 mon.a (mon.0) 496 : audit [DBG] from='client.? 172.21.15.155:0/916584471' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-10T19:08:06.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:05 smithi189 bash[14634]: audit 2024-09-10T19:08:05.811138+0000 mon.a (mon.0) 497 : audit [DBG] from='client.? 172.21.15.155:0/3119590925' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-10T19:08:06.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:05 smithi189 bash[14634]: cluster 2024-09-10T19:08:05.824121+0000 mgr.y (mgr.14140) 239 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:06.215 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:05 smithi155 bash[14970]: audit 2024-09-10T19:08:05.222352+0000 mon.a (mon.0) 496 : audit [DBG] from='client.? 172.21.15.155:0/916584471' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-10T19:08:06.215 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:05 smithi155 bash[14970]: audit 2024-09-10T19:08:05.811138+0000 mon.a (mon.0) 497 : audit [DBG] from='client.? 172.21.15.155:0/3119590925' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-10T19:08:06.216 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:05 smithi155 bash[14970]: cluster 2024-09-10T19:08:05.824121+0000 mgr.y (mgr.14140) 239 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:06.216 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:05 smithi155 bash[18934]: audit 2024-09-10T19:08:05.222352+0000 mon.a (mon.0) 496 : audit [DBG] from='client.? 172.21.15.155:0/916584471' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-10T19:08:06.216 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:05 smithi155 bash[18934]: audit 2024-09-10T19:08:05.811138+0000 mon.a (mon.0) 497 : audit [DBG] from='client.? 172.21.15.155:0/3119590925' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-10T19:08:06.216 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:05 smithi155 bash[18934]: cluster 2024-09-10T19:08:05.824121+0000 mgr.y (mgr.14140) 239 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:07.399 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986209 got 133143986213 for osd.4 2024-09-10T19:08:07.399 DEBUG:teuthology.parallel:result is None 2024-09-10T19:08:07.400 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149734 got 111669149739 for osd.3 2024-09-10T19:08:07.401 DEBUG:teuthology.parallel:result is None 2024-09-10T19:08:07.425 INFO:teuthology.orchestra.run.smithi155.stdout:176093659163 2024-09-10T19:08:07.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:07 smithi155 bash[18934]: audit 2024-09-10T19:08:07.423352+0000 mon.a (mon.0) 498 : audit [DBG] from='client.? 172.21.15.155:0/3501427752' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-10T19:08:07.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:07 smithi155 bash[14970]: audit 2024-09-10T19:08:07.423352+0000 mon.a (mon.0) 498 : audit [DBG] from='client.? 172.21.15.155:0/3501427752' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-10T19:08:07.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:07 smithi189 bash[14634]: audit 2024-09-10T19:08:07.423352+0000 mon.a (mon.0) 498 : audit [DBG] from='client.? 172.21.15.155:0/3501427752' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-10T19:08:08.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:08 smithi155 bash[14970]: cluster 2024-09-10T19:08:07.824697+0000 mgr.y (mgr.14140) 240 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:08.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:08 smithi155 bash[18934]: cluster 2024-09-10T19:08:07.824697+0000 mgr.y (mgr.14140) 240 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:08.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:08 smithi189 bash[14634]: cluster 2024-09-10T19:08:07.824697+0000 mgr.y (mgr.14140) 240 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:09.117 INFO:tasks.cephadm.ceph_manager.ceph:need seq 42949673017 got 42949673021 for osd.0 2024-09-10T19:08:09.117 DEBUG:teuthology.parallel:result is None 2024-09-10T19:08:10.737 INFO:tasks.cephadm.ceph_manager.ceph:need seq 176093659160 got 176093659163 for osd.6 2024-09-10T19:08:10.738 DEBUG:teuthology.parallel:result is None 2024-09-10T19:08:11.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:10 smithi155 bash[14970]: cluster 2024-09-10T19:08:09.825291+0000 mgr.y (mgr.14140) 241 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:11.093 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:10 smithi155 bash[18934]: cluster 2024-09-10T19:08:09.825291+0000 mgr.y (mgr.14140) 241 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:11.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:10 smithi189 bash[14634]: cluster 2024-09-10T19:08:09.825291+0000 mgr.y (mgr.14140) 241 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:11.211 INFO:teuthology.orchestra.run.smithi155.stdout:154618822689 2024-09-10T19:08:12.075 INFO:teuthology.orchestra.run.smithi155.stdout:197568495638 2024-09-10T19:08:12.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:11 smithi155 bash[14970]: audit 2024-09-10T19:08:11.209655+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.155:0/2761424738' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-10T19:08:12.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:11 smithi155 bash[18934]: audit 2024-09-10T19:08:11.209655+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.155:0/2761424738' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-10T19:08:12.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:11 smithi189 bash[14634]: audit 2024-09-10T19:08:11.209655+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.155:0/2761424738' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-10T19:08:12.887 INFO:teuthology.orchestra.run.smithi155.stdout:68719476793 2024-09-10T19:08:13.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:12 smithi189 bash[14634]: cluster 2024-09-10T19:08:11.825794+0000 mgr.y (mgr.14140) 242 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:13.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:12 smithi189 bash[14634]: audit 2024-09-10T19:08:12.073155+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.155:0/4023155988' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-10T19:08:13.309 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:12 smithi155 bash[18934]: cluster 2024-09-10T19:08:11.825794+0000 mgr.y (mgr.14140) 242 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:13.309 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:12 smithi155 bash[18934]: audit 2024-09-10T19:08:12.073155+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.155:0/4023155988' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-10T19:08:13.310 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:12 smithi155 bash[14970]: cluster 2024-09-10T19:08:11.825794+0000 mgr.y (mgr.14140) 242 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:13.310 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:12 smithi155 bash[14970]: audit 2024-09-10T19:08:12.073155+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.155:0/4023155988' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-10T19:08:13.590 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:08:13 smithi155 systemd[1]: Stopping Ceph alertmanager.a for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:08:13.872 INFO:tasks.cephadm.ceph_manager.ceph:need seq 154618822685 got 154618822689 for osd.5 2024-09-10T19:08:13.873 DEBUG:teuthology.parallel:result is None 2024-09-10T19:08:13.896 INFO:tasks.cephadm.ceph_manager.ceph:need seq 197568495634 got 197568495638 for osd.7 2024-09-10T19:08:13.896 DEBUG:teuthology.parallel:result is None 2024-09-10T19:08:13.917 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:13 smithi155 bash[14970]: audit 2024-09-10T19:08:12.885212+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.155:0/4030502025' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-10T19:08:13.917 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:13 smithi155 bash[14970]: cluster 2024-09-10T19:08:13.826347+0000 mgr.y (mgr.14140) 243 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:13.917 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:13 smithi155 bash[18934]: audit 2024-09-10T19:08:12.885212+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.155:0/4030502025' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-10T19:08:13.918 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:13 smithi155 bash[18934]: cluster 2024-09-10T19:08:13.826347+0000 mgr.y (mgr.14140) 243 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:13.918 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:08:13 smithi155 bash[27706]: ts=2024-09-10T19:08:13.645Z caller=main.go:542 level=info msg="Received SIGTERM, exiting gracefully..." 2024-09-10T19:08:14.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:13 smithi189 bash[14634]: audit 2024-09-10T19:08:12.885212+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.155:0/4030502025' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-10T19:08:14.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:13 smithi189 bash[14634]: cluster 2024-09-10T19:08:13.826347+0000 mgr.y (mgr.14140) 243 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:14.981 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:08:14 smithi155 docker[31220]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-alertmanager.a 2024-09-10T19:08:14.981 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:08:14 smithi155 systemd[1]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968@alertmanager.a.service: Succeeded. 2024-09-10T19:08:14.981 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:08:14 smithi155 systemd[1]: Stopped Ceph alertmanager.a for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:08:14.981 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:08:14 smithi155 systemd[1]: Starting Ceph alertmanager.a for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:08:14.982 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476788 got 68719476793 for osd.1 2024-09-10T19:08:14.982 DEBUG:teuthology.parallel:result is None 2024-09-10T19:08:15.045 INFO:teuthology.orchestra.run.smithi155.stdout:90194313266 2024-09-10T19:08:15.339 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:08:14 smithi155 docker[31322]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-alertmanager.a 2024-09-10T19:08:15.340 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:08:14 smithi155 systemd[1]: Started Ceph alertmanager.a for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:08:16.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:15 smithi155 bash[14970]: audit 2024-09-10T19:08:15.007389+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.946895\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947098\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947192\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947263\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947349\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947465\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947541\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:07:47.947608\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}}, \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:08:16.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:15 smithi155 bash[14970]: audit 2024-09-10T19:08:15.011945+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.946895\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947098\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947192\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947263\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947349\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947465\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947541\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:07:47.947608\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}}, \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:08:16.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:15 smithi155 bash[14970]: audit 2024-09-10T19:08:15.043737+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.155:0/2876393250' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-10T19:08:16.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:15 smithi155 bash[18934]: audit 2024-09-10T19:08:15.007389+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.946895\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947098\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947192\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947263\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947349\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947465\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947541\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:07:47.947608\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}}, \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:08:16.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:15 smithi155 bash[18934]: audit 2024-09-10T19:08:15.011945+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.946895\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947098\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947192\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947263\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947349\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947465\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947541\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:07:47.947608\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}}, \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:08:16.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:15 smithi155 bash[18934]: audit 2024-09-10T19:08:15.043737+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.155:0/2876393250' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-10T19:08:16.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:15 smithi189 bash[14634]: audit 2024-09-10T19:08:15.007389+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.946895\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947098\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947192\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947263\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947349\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947465\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947541\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:07:47.947608\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}}, \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:08:16.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:15 smithi189 bash[14634]: audit 2024-09-10T19:08:15.011945+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.946895\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947098\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947192\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947263\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947349\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947465\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:47.947541\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:07:47.947608\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}}, \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:08:16.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:15 smithi189 bash[14634]: audit 2024-09-10T19:08:15.043737+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.155:0/2876393250' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-10T19:08:16.358 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313262 got 90194313266 for osd.2 2024-09-10T19:08:16.358 DEBUG:teuthology.parallel:result is None 2024-09-10T19:08:16.358 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-10T19:08:16.359 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-10T19:08:16.935 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:16 smithi189 bash[14634]: cephadm 2024-09-10T19:08:15.012629+0000 mgr.y (mgr.14140) 244 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-10T19:08:16.935 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:16 smithi189 bash[14634]: cephadm 2024-09-10T19:08:15.015559+0000 mgr.y (mgr.14140) 245 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi189 2024-09-10T19:08:16.935 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:16 smithi189 bash[14634]: cluster 2024-09-10T19:08:15.826971+0000 mgr.y (mgr.14140) 246 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:17.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:16 smithi155 bash[18934]: cephadm 2024-09-10T19:08:15.012629+0000 mgr.y (mgr.14140) 244 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-10T19:08:17.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:16 smithi155 bash[18934]: cephadm 2024-09-10T19:08:15.015559+0000 mgr.y (mgr.14140) 245 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi189 2024-09-10T19:08:17.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:16 smithi155 bash[18934]: cluster 2024-09-10T19:08:15.826971+0000 mgr.y (mgr.14140) 246 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:17.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:16 smithi155 bash[14970]: cephadm 2024-09-10T19:08:15.012629+0000 mgr.y (mgr.14140) 244 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-10T19:08:17.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:16 smithi155 bash[14970]: cephadm 2024-09-10T19:08:15.015559+0000 mgr.y (mgr.14140) 245 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi189 2024-09-10T19:08:17.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:16 smithi155 bash[14970]: cluster 2024-09-10T19:08:15.826971+0000 mgr.y (mgr.14140) 246 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:17.590 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:08:17 smithi155 bash[31332]: ts=2024-09-10T19:08:17.360Z caller=main.go:181 level=info msg="Starting Alertmanager" version="(version=0.27.0, branch=HEAD, revision=0aa3c2aad14cff039931923ab16b26b7481783b5)" 2024-09-10T19:08:17.590 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:08:17 smithi155 bash[31332]: ts=2024-09-10T19:08:17.360Z 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-10T19:08:17.590 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:08:17 smithi155 bash[31332]: ts=2024-09-10T19:08:17.362Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.155 port=9094 2024-09-10T19:08:17.590 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:08:17 smithi155 bash[31332]: ts=2024-09-10T19:08:17.363Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-10T19:08:17.590 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:08:17 smithi155 bash[31332]: ts=2024-09-10T19:08:17.401Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-10T19:08:17.590 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:08:17 smithi155 bash[31332]: ts=2024-09-10T19:08:17.401Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-10T19:08:17.590 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:08:17 smithi155 bash[31332]: ts=2024-09-10T19:08:17.403Z caller=tls_config.go:313 level=info msg="Listening on" address=[::]:9093 2024-09-10T19:08:17.591 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:08:17 smithi155 bash[31332]: ts=2024-09-10T19:08:17.403Z caller=tls_config.go:316 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-09-10T19:08:18.918 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:18 smithi189 bash[14634]: cluster 2024-09-10T19:08:17.827579+0000 mgr.y (mgr.14140) 247 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:19.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:18 smithi155 bash[14970]: cluster 2024-09-10T19:08:17.827579+0000 mgr.y (mgr.14140) 247 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:19.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:18 smithi155 bash[18934]: cluster 2024-09-10T19:08:17.827579+0000 mgr.y (mgr.14140) 247 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:19.452 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:19 smithi189 systemd[1]: Stopping Ceph prometheus.a for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:08:19.589 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:08:19 smithi155 bash[31332]: ts=2024-09-10T19:08:19.364Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.00060722s 2024-09-10T19:08:19.953 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:19 smithi189 bash[22918]: ts=2024-09-10T19:08:19.516Z caller=main.go:995 level=warn msg="Received an OS signal, exiting gracefully..." signal=terminated 2024-09-10T19:08:19.953 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:19 smithi189 bash[22918]: ts=2024-09-10T19:08:19.516Z caller=main.go:1019 level=info msg="Stopping scrape discovery manager..." 2024-09-10T19:08:19.953 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:19 smithi189 bash[22918]: ts=2024-09-10T19:08:19.516Z caller=main.go:1033 level=info msg="Stopping notify discovery manager..." 2024-09-10T19:08:19.953 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:19 smithi189 bash[22918]: ts=2024-09-10T19:08:19.516Z caller=manager.go:178 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-10T19:08:19.953 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:19 smithi189 bash[22918]: ts=2024-09-10T19:08:19.516Z caller=manager.go:188 level=info component="rule manager" msg="Rule manager stopped" 2024-09-10T19:08:19.953 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:19 smithi189 bash[22918]: ts=2024-09-10T19:08:19.516Z caller=main.go:1029 level=info msg="Notify discovery manager stopped" 2024-09-10T19:08:19.953 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:19 smithi189 bash[22918]: ts=2024-09-10T19:08:19.516Z caller=main.go:1070 level=info msg="Stopping scrape manager..." 2024-09-10T19:08:19.953 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:19 smithi189 bash[22918]: ts=2024-09-10T19:08:19.516Z caller=main.go:1015 level=info msg="Scrape discovery manager stopped" 2024-09-10T19:08:19.953 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:19 smithi189 bash[22918]: ts=2024-09-10T19:08:19.516Z caller=main.go:1062 level=info msg="Scrape manager stopped" 2024-09-10T19:08:19.953 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:19 smithi189 bash[22918]: ts=2024-09-10T19:08:19.517Z caller=notifier.go:693 level=info component=notifier msg="Stopping notification manager..." 2024-09-10T19:08:19.954 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:19 smithi189 bash[22918]: ts=2024-09-10T19:08:19.517Z caller=notifier.go:386 level=info component=notifier msg="Draining any remaining notifications..." 2024-09-10T19:08:19.954 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:19 smithi189 bash[22918]: ts=2024-09-10T19:08:19.517Z caller=notifier.go:392 level=info component=notifier msg="Remaining notifications drained" 2024-09-10T19:08:19.954 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:19 smithi189 bash[22918]: ts=2024-09-10T19:08:19.517Z caller=notifier.go:322 level=info component=notifier msg="Notification manager stopped" 2024-09-10T19:08:19.954 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:19 smithi189 bash[22918]: ts=2024-09-10T19:08:19.517Z caller=main.go:1293 level=info msg="Notifier manager stopped" 2024-09-10T19:08:19.954 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:19 smithi189 bash[22918]: ts=2024-09-10T19:08:19.517Z caller=main.go:1305 level=info msg="See you next time!" 2024-09-10T19:08:20.390 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:20 smithi189 docker[24161]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-prometheus.a 2024-09-10T19:08:20.390 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:20 smithi189 systemd[1]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968@prometheus.a.service: Succeeded. 2024-09-10T19:08:20.391 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:20 smithi189 systemd[1]: Stopped Ceph prometheus.a for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:08:20.391 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:20 smithi189 systemd[1]: Starting Ceph prometheus.a for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:08:20.391 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:20 smithi189 docker[24200]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-prometheus.a 2024-09-10T19:08:20.391 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:20 smithi189 systemd[1]: Started Ceph prometheus.a for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:08:20.536 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T19:08:20.539 INFO:teuthology.orchestra.run.smithi155.stderr:dumped all 2024-09-10T19:08:20.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:20 smithi155 bash[18934]: cluster 2024-09-10T19:08:19.828164+0000 mgr.y (mgr.14140) 248 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:20.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:20 smithi155 bash[18934]: audit 2024-09-10T19:08:20.307316+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016067\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016295\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016423\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016545\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016665\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016784\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:07:49.017024\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:07:49.017144\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}}, \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:08:20.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:20 smithi155 bash[18934]: audit 2024-09-10T19:08:20.313402+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016067\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016295\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016423\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016545\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016665\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016784\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:07:49.017024\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:07:49.017144\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}}, \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:08:20.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:20 smithi155 bash[18934]: audit 2024-09-10T19:08:20.314572+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi189:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-09-10T19:08:20.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:20 smithi155 bash[18934]: audit 2024-09-10T19:08:20.321911+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi189:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-09-10T19:08:20.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:20 smithi155 bash[18934]: audit 2024-09-10T19:08:20.326011+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:08:20.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:20 smithi155 bash[14970]: cluster 2024-09-10T19:08:19.828164+0000 mgr.y (mgr.14140) 248 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:20.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:20 smithi155 bash[14970]: audit 2024-09-10T19:08:20.307316+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016067\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016295\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016423\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016545\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016665\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016784\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:07:49.017024\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:07:49.017144\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}}, \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:08:20.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:20 smithi155 bash[14970]: audit 2024-09-10T19:08:20.313402+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016067\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016295\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016423\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016545\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016665\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016784\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:07:49.017024\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:07:49.017144\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}}, \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:08:20.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:20 smithi155 bash[14970]: audit 2024-09-10T19:08:20.314572+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi189:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-09-10T19:08:20.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:20 smithi155 bash[14970]: audit 2024-09-10T19:08:20.321911+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi189:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-09-10T19:08:20.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:20 smithi155 bash[14970]: audit 2024-09-10T19:08:20.326011+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:08:21.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:20 smithi189 bash[14634]: cluster 2024-09-10T19:08:19.828164+0000 mgr.y (mgr.14140) 248 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:21.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:20 smithi189 bash[14634]: audit 2024-09-10T19:08:20.307316+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016067\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016295\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016423\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016545\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016665\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016784\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:07:49.017024\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:07:49.017144\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}}, \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:08:21.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:20 smithi189 bash[14634]: audit 2024-09-10T19:08:20.313402+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016067\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016295\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016423\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016545\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016665\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:07:49.016784\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:07:49.017024\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:07:49.017144\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}}, \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:08:21.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:20 smithi189 bash[14634]: audit 2024-09-10T19:08:20.314572+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi189:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-09-10T19:08:21.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:20 smithi189 bash[14634]: audit 2024-09-10T19:08:20.321911+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi189:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-09-10T19:08:21.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:20 smithi189 bash[14634]: audit 2024-09-10T19:08:20.326011+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:08:21.385 INFO:teuthology.orchestra.run.smithi155.stdout:{"pg_ready":true,"pg_map":{"version":237,"stamp":"2024-09-10T19:08:19.827855+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":8392160,"kb_used_data":3488,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741569056,"statfs":{"total":767960285184,"available":759366713344,"internally_reserved":8589934592,"allocated":3571712,"data_stored":1431264,"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.003422"},"pg_stats":[{"pgid":"1.0","version":"17'1","reported_seq":"14","reported_epoch":"47","state":"active+clean","last_fresh":"2024-09-10T19:06:28.848347+0000","last_change":"2024-09-10T19:06:28.848347+0000","last_active":"2024-09-10T19:06:28.848347+0000","last_peered":"2024-09-10T19:06:28.848347+0000","last_clean":"2024-09-10T19:06:28.848347+0000","last_became_active":"2024-09-10T19:06:28.843033+0000","last_became_peered":"2024-09-10T19:06:28.843033+0000","last_unstale":"2024-09-10T19:06:28.848347+0000","last_undegraded":"2024-09-10T19:06:28.848347+0000","last_fullsized":"2024-09-10T19:06:28.848347+0000","mapping_epoch":46,"log_start":"0'0","ondisk_log_start":"0'0","created":2,"last_epoch_clean":47,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-10T19:01:07.154285+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-10T19:01:07.154285+0000","last_clean_scrub_stamp":"2024-09-10T19:01:07.154285+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":46,"seq":197568495640,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049020,"kb_used_data":436,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696132,"statfs":{"total":95995035648,"available":94920839168,"internally_reserved":1073741824,"allocated":446464,"data_stored":178908,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 10 19:07:29 2024","interfaces":[{"interface":"back","average":{"1min":0.875,"5min":0.875,"15min":0.875},"min":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":1.1859999999999999,"5min":1.1859999999999999,"15min":1.1859999999999999},"last":1.028},{"interface":"front","average":{"1min":0.86799999999999999,"5min":0.86799999999999999,"15min":0.86799999999999999},"min":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"max":{"1min":1.147,"5min":1.147,"15min":1.147},"last":0.84799999999999998}]},{"osd":1,"last update":"Tue Sep 10 19:07:29 2024","interfaces":[{"interface":"back","average":{"1min":0.88100000000000001,"5min":0.88100000000000001,"15min":0.88100000000000001},"min":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.123,"5min":1.123,"15min":1.123},"last":0.82899999999999996},{"interface":"front","average":{"1min":0.91900000000000004,"5min":0.91900000000000004,"15min":0.91900000000000004},"min":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.514,"5min":1.514,"15min":1.514},"last":0.75700000000000001}]},{"osd":2,"last update":"Tue Sep 10 19:07:29 2024","interfaces":[{"interface":"back","average":{"1min":0.90100000000000002,"5min":0.90100000000000002,"15min":0.90100000000000002},"min":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.2010000000000001,"5min":1.2010000000000001,"15min":1.2010000000000001},"last":0.68000000000000005},{"interface":"front","average":{"1min":0.97099999999999997,"5min":0.97099999999999997,"15min":0.97099999999999997},"min":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"max":{"1min":1.4430000000000001,"5min":1.4430000000000001,"15min":1.4430000000000001},"last":0.99199999999999999}]},{"osd":3,"last update":"Tue Sep 10 19:07:29 2024","interfaces":[{"interface":"back","average":{"1min":0.86599999999999999,"5min":0.86599999999999999,"15min":0.86599999999999999},"min":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.1359999999999999,"5min":1.1359999999999999,"15min":1.1359999999999999},"last":0.90600000000000003},{"interface":"front","average":{"1min":0.97799999999999998,"5min":0.97799999999999998,"15min":0.97799999999999998},"min":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":1.2450000000000001,"5min":1.2450000000000001,"15min":1.2450000000000001},"last":0.86699999999999999}]},{"osd":4,"last update":"Tue Sep 10 19:07:29 2024","interfaces":[{"interface":"back","average":{"1min":0.92300000000000004,"5min":0.92300000000000004,"15min":0.92300000000000004},"min":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.8740000000000001,"5min":1.8740000000000001,"15min":1.8740000000000001},"last":0.88400000000000001},{"interface":"front","average":{"1min":0.96899999999999997,"5min":0.96899999999999997,"15min":0.96899999999999997},"min":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"max":{"1min":1.343,"5min":1.343,"15min":1.343},"last":0.78300000000000003}]},{"osd":5,"last update":"Tue Sep 10 19:07:29 2024","interfaces":[{"interface":"back","average":{"1min":1.034,"5min":1.034,"15min":1.034},"min":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.3300000000000001,"5min":1.3300000000000001,"15min":1.3300000000000001},"last":0.72599999999999998},{"interface":"front","average":{"1min":1.0960000000000001,"5min":1.0960000000000001,"15min":1.0960000000000001},"min":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.6020000000000001,"5min":1.6020000000000001,"15min":1.6020000000000001},"last":1.0680000000000001}]},{"osd":6,"last update":"Tue Sep 10 19:07:29 2024","interfaces":[{"interface":"back","average":{"1min":1.1180000000000001,"5min":1.1180000000000001,"15min":1.1180000000000001},"min":{"1min":0.748,"5min":0.748,"15min":0.748},"max":{"1min":1.4379999999999999,"5min":1.4379999999999999,"15min":1.4379999999999999},"last":0.79700000000000004},{"interface":"front","average":{"1min":1.1990000000000001,"5min":1.1990000000000001,"15min":1.1990000000000001},"min":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"max":{"1min":1.9370000000000001,"5min":1.9370000000000001,"15min":1.9370000000000001},"last":0.95299999999999996}]}]},{"osd":6,"up_from":41,"seq":176093659166,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049020,"kb_used_data":436,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696132,"statfs":{"total":95995035648,"available":94920839168,"internally_reserved":1073741824,"allocated":446464,"data_stored":178908,"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":"Tue Sep 10 19:08:01 2024","interfaces":[{"interface":"back","average":{"1min":0.84399999999999997,"5min":0.875,"15min":0.88},"min":{"1min":0.65200000000000002,"5min":0.55000000000000004,"15min":0.55000000000000004},"max":{"1min":1.1160000000000001,"5min":1.3500000000000001,"15min":1.3500000000000001},"last":1.04},{"interface":"front","average":{"1min":0.84999999999999998,"5min":0.88400000000000001,"15min":0.89000000000000001},"min":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"max":{"1min":1.0469999999999999,"5min":1.177,"15min":1.177},"last":0.93300000000000005}]},{"osd":1,"last update":"Tue Sep 10 19:08:01 2024","interfaces":[{"interface":"back","average":{"1min":0.80500000000000005,"5min":0.84099999999999997,"15min":0.84699999999999998},"min":{"1min":0.58099999999999996,"5min":0.53400000000000003,"15min":0.53400000000000003},"max":{"1min":1.054,"5min":1.1659999999999999,"15min":1.1659999999999999},"last":0.88},{"interface":"front","average":{"1min":0.89700000000000002,"5min":0.88800000000000001,"15min":0.88600000000000001},"min":{"1min":0.65000000000000002,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.867,"5min":1.867,"15min":1.867},"last":0.85499999999999998}]},{"osd":2,"last update":"Tue Sep 10 19:08:01 2024","interfaces":[{"interface":"back","average":{"1min":0.83899999999999997,"5min":0.83499999999999996,"15min":0.83399999999999996},"min":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.052,"5min":1.1000000000000001,"15min":1.1000000000000001},"last":0.99399999999999999},{"interface":"front","average":{"1min":0.88500000000000001,"5min":0.90100000000000002,"15min":0.90300000000000002},"min":{"1min":0.59699999999999998,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.139,"5min":1.139,"15min":1.139},"last":0.98299999999999998}]},{"osd":3,"last update":"Tue Sep 10 19:08:01 2024","interfaces":[{"interface":"back","average":{"1min":0.93300000000000005,"5min":0.90900000000000003,"15min":0.90500000000000003},"min":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.837,"5min":1.837,"15min":1.837},"last":0.73499999999999999},{"interface":"front","average":{"1min":0.92400000000000004,"5min":0.85099999999999998,"15min":0.83899999999999997},"min":{"1min":0.73399999999999999,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.198,"5min":1.198,"15min":1.198},"last":1.079}]},{"osd":4,"last update":"Tue Sep 10 19:08:01 2024","interfaces":[{"interface":"back","average":{"1min":0.95799999999999996,"5min":0.78400000000000003,"15min":0.755},"min":{"1min":0.56499999999999995,"5min":0.443,"15min":0.443},"max":{"1min":1.673,"5min":1.673,"15min":1.673},"last":0.80600000000000005},{"interface":"front","average":{"1min":1.02,"5min":0.85599999999999998,"15min":0.82899999999999996},"min":{"1min":0.57899999999999996,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.7529999999999999,"5min":1.7529999999999999,"15min":1.7529999999999999},"last":0.95399999999999996}]},{"osd":5,"last update":"Tue Sep 10 19:08:01 2024","interfaces":[{"interface":"back","average":{"1min":0.98599999999999999,"5min":0.91300000000000003,"15min":0.90100000000000002},"min":{"1min":0.68899999999999995,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.456,"5min":1.456,"15min":1.456},"last":1.123},{"interface":"front","average":{"1min":1.0760000000000001,"5min":0.94799999999999995,"15min":0.92600000000000005},"min":{"1min":0.69899999999999995,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":2.2320000000000002,"5min":2.2320000000000002,"15min":2.2320000000000002},"last":1.1040000000000001}]},{"osd":7,"last update":"Tue Sep 10 19:07:30 2024","interfaces":[{"interface":"back","average":{"1min":1.0209999999999999,"5min":1.0209999999999999,"15min":1.0209999999999999},"min":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"max":{"1min":1.2,"5min":1.2,"15min":1.2},"last":1.0189999999999999},{"interface":"front","average":{"1min":0.96599999999999997,"5min":0.96599999999999997,"15min":0.96599999999999997},"min":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"max":{"1min":1.24,"5min":1.24,"15min":1.24},"last":0.83699999999999997}]}]},{"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":1049020,"kb_used_data":436,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696132,"statfs":{"total":95995035648,"available":94920839168,"internally_reserved":1073741824,"allocated":446464,"data_stored":178908,"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":"Tue Sep 10 19:07:56 2024","interfaces":[{"interface":"back","average":{"1min":0.71599999999999997,"5min":0.59099999999999997,"15min":0.54900000000000004},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":1.0329999999999999,"5min":1.0329999999999999,"15min":1.0329999999999999},"last":0.53200000000000003},{"interface":"front","average":{"1min":0.71099999999999997,"5min":0.64500000000000002,"15min":0.57899999999999996},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.98599999999999999,"5min":0.99299999999999999,"15min":0.99299999999999999},"last":0.56899999999999995}]},{"osd":2,"last update":"Tue Sep 10 19:07:18 2024","interfaces":[{"interface":"back","average":{"1min":0.73299999999999998,"5min":0.66200000000000003,"15min":0.64600000000000002},"min":{"1min":0.56799999999999995,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":0.89000000000000001,"5min":1.0069999999999999,"15min":1.0069999999999999},"last":0.60199999999999998},{"interface":"front","average":{"1min":0.78000000000000003,"5min":0.71299999999999997,"15min":0.68899999999999995},"min":{"1min":0.61599999999999999,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":0.995,"5min":1.101,"15min":1.101},"last":0.93200000000000005}]},{"osd":3,"last update":"Tue Sep 10 19:07:52 2024","interfaces":[{"interface":"back","average":{"1min":0.69999999999999996,"5min":0.68400000000000005,"15min":0.66000000000000003},"min":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":1.149,"5min":1.252,"15min":1.252},"last":0.71399999999999997},{"interface":"front","average":{"1min":0.83799999999999997,"5min":0.80100000000000005,"15min":0.76800000000000002},"min":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"max":{"1min":1.1020000000000001,"5min":2.6659999999999999,"15min":2.6659999999999999},"last":0.66500000000000004}]},{"osd":4,"last update":"Tue Sep 10 19:07:15 2024","interfaces":[{"interface":"back","average":{"1min":0.95599999999999996,"5min":0.85399999999999998,"15min":0.83699999999999997},"min":{"1min":0.65100000000000002,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.2789999999999999,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":0.76100000000000001},{"interface":"front","average":{"1min":0.97099999999999997,"5min":0.91200000000000003,"15min":0.90200000000000002},"min":{"1min":0.79000000000000004,"5min":0.73699999999999999,"15min":0.73699999999999999},"max":{"1min":1.1020000000000001,"5min":1.2310000000000001,"15min":1.2310000000000001},"last":0.78900000000000003}]},{"osd":5,"last update":"Tue Sep 10 19:07:37 2024","interfaces":[{"interface":"back","average":{"1min":1.028,"5min":0.98999999999999999,"15min":0.98399999999999999},"min":{"1min":0.82399999999999995,"5min":0.76000000000000001,"15min":0.76000000000000001},"max":{"1min":1.2390000000000001,"5min":1.2390000000000001,"15min":1.2390000000000001},"last":0.73199999999999998},{"interface":"front","average":{"1min":0.93899999999999995,"5min":0.95299999999999996,"15min":0.95499999999999996},"min":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.2250000000000001,"5min":1.3220000000000001,"15min":1.3220000000000001},"last":0.86799999999999999}]},{"osd":6,"last update":"Tue Sep 10 19:08:03 2024","interfaces":[{"interface":"back","average":{"1min":0.98899999999999999,"5min":1.0129999999999999,"15min":1.0169999999999999},"min":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"max":{"1min":1.3180000000000001,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.83999999999999997},{"interface":"front","average":{"1min":1.087,"5min":1.103,"15min":1.1060000000000001},"min":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"max":{"1min":1.3620000000000001,"5min":1.3640000000000001,"15min":1.3640000000000001},"last":0.96399999999999997}]},{"osd":7,"last update":"Tue Sep 10 19:07:30 2024","interfaces":[{"interface":"back","average":{"1min":1.052,"5min":1.052,"15min":1.052},"min":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"max":{"1min":1.28,"5min":1.28,"15min":1.28},"last":0.98699999999999999},{"interface":"front","average":{"1min":1.0840000000000001,"5min":1.0840000000000001,"15min":1.0840000000000001},"min":{"1min":0.871,"5min":0.871,"15min":0.871},"max":{"1min":1.681,"5min":1.681,"15min":1.681},"last":0.90600000000000003}]}]},{"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":1049020,"kb_used_data":436,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696132,"statfs":{"total":95995035648,"available":94920839168,"internally_reserved":1073741824,"allocated":446464,"data_stored":178908,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Tue Sep 10 19:07:52 2024","interfaces":[{"interface":"back","average":{"1min":0.71799999999999997,"5min":0.61699999999999999,"15min":0.55800000000000005},"min":{"1min":0.48599999999999999,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":1.5660000000000001,"5min":1.5660000000000001,"15min":1.5660000000000001},"last":0.63600000000000001},{"interface":"front","average":{"1min":0.68899999999999995,"5min":0.61499999999999999,"15min":0.54600000000000004},"min":{"1min":0.42699999999999999,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":1.0780000000000001,"5min":1.0780000000000001,"15min":1.0780000000000001},"last":0.74399999999999999}]},{"osd":2,"last update":"Tue Sep 10 19:07:19 2024","interfaces":[{"interface":"back","average":{"1min":0.71799999999999997,"5min":0.63800000000000001,"15min":0.59999999999999998},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":1.1160000000000001,"5min":1.3660000000000001,"15min":1.3660000000000001},"last":0.80700000000000005},{"interface":"front","average":{"1min":0.80900000000000005,"5min":0.69799999999999995,"15min":0.66300000000000003},"min":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"max":{"1min":1.1830000000000001,"5min":1.1830000000000001,"15min":1.1830000000000001},"last":0.83999999999999997}]},{"osd":3,"last update":"Tue Sep 10 19:07:48 2024","interfaces":[{"interface":"back","average":{"1min":0.77400000000000002,"5min":0.751,"15min":0.74099999999999999},"min":{"1min":0.505,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":1.5640000000000001,"5min":1.5640000000000001,"15min":1.5640000000000001},"last":0.67800000000000005},{"interface":"front","average":{"1min":0.95099999999999996,"5min":0.82399999999999995,"15min":0.79200000000000004},"min":{"1min":0.69499999999999995,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.6679999999999999,"5min":1.6679999999999999,"15min":1.6679999999999999},"last":1.1279999999999999}]},{"osd":4,"last update":"Tue Sep 10 19:08:16 2024","interfaces":[{"interface":"back","average":{"1min":1,"5min":0.97699999999999998,"15min":0.94999999999999996},"min":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":1.3819999999999999,"5min":1.756,"15min":1.756},"last":1.03},{"interface":"front","average":{"1min":0.94999999999999996,"5min":0.93300000000000005,"15min":0.92000000000000004},"min":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.4019999999999999,"5min":1.4019999999999999,"15min":1.4019999999999999},"last":0.92400000000000004}]},{"osd":5,"last update":"Tue Sep 10 19:07:41 2024","interfaces":[{"interface":"back","average":{"1min":0.95999999999999996,"5min":0.97099999999999997,"15min":0.97299999999999998},"min":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.5469999999999999,"5min":1.5469999999999999,"15min":1.5469999999999999},"last":1.012},{"interface":"front","average":{"1min":1.036,"5min":1.014,"15min":1.01},"min":{"1min":0.76700000000000002,"5min":0.71699999999999997,"15min":0.71699999999999997},"max":{"1min":1.629,"5min":1.629,"15min":1.629},"last":1.1850000000000001}]},{"osd":6,"last update":"Tue Sep 10 19:08:06 2024","interfaces":[{"interface":"back","average":{"1min":1.143,"5min":1.1479999999999999,"15min":1.149},"min":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":2.3999999999999999,"5min":2.3999999999999999,"15min":2.3999999999999999},"last":1.2849999999999999},{"interface":"front","average":{"1min":1.034,"5min":1.121,"15min":1.135},"min":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.4370000000000001,"5min":1.4790000000000001,"15min":1.4790000000000001},"last":1.1040000000000001}]},{"osd":7,"last update":"Tue Sep 10 19:07:27 2024","interfaces":[{"interface":"back","average":{"1min":1.1180000000000001,"5min":1.1180000000000001,"15min":1.1180000000000001},"min":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"max":{"1min":1.4139999999999999,"5min":1.4139999999999999,"15min":1.4139999999999999},"last":1.306},{"interface":"front","average":{"1min":1.2529999999999999,"5min":1.2529999999999999,"15min":1.2529999999999999},"min":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"max":{"1min":2.2839999999999998,"5min":2.2839999999999998,"15min":2.2839999999999998},"last":1.3360000000000001}]}]},{"osd":2,"up_from":21,"seq":90194313267,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049020,"kb_used_data":436,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696132,"statfs":{"total":95995035648,"available":94920839168,"internally_reserved":1073741824,"allocated":446464,"data_stored":178908,"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":"Tue Sep 10 19:07:20 2024","interfaces":[{"interface":"back","average":{"1min":0.63800000000000001,"5min":0.56999999999999995,"15min":0.54200000000000004},"min":{"1min":0.35299999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.78400000000000003},{"interface":"front","average":{"1min":0.752,"5min":0.65400000000000003,"15min":0.625},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":1.127,"5min":1.127,"15min":1.127},"last":0.86699999999999999}]},{"osd":1,"last update":"Tue Sep 10 19:07:20 2024","interfaces":[{"interface":"back","average":{"1min":0.68400000000000005,"5min":0.63400000000000001,"15min":0.60999999999999999},"min":{"1min":0.52100000000000002,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.93899999999999995,"5min":0.97299999999999998,"15min":0.97299999999999998},"last":0.58999999999999997},{"interface":"front","average":{"1min":0.76800000000000002,"5min":0.69599999999999995,"15min":0.67700000000000005},"min":{"1min":0.54600000000000004,"5min":0.435,"15min":0.435},"max":{"1min":0.99399999999999999,"5min":0.99399999999999999,"15min":0.99399999999999999},"last":0.89800000000000002}]},{"osd":3,"last update":"Tue Sep 10 19:07:44 2024","interfaces":[{"interface":"back","average":{"1min":0.748,"5min":0.71699999999999997,"15min":0.69499999999999995},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":1.236,"5min":1.236,"15min":1.236},"last":0.626},{"interface":"front","average":{"1min":0.77300000000000002,"5min":0.76300000000000001,"15min":0.753},"min":{"1min":0.53500000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":0.97799999999999998,"5min":1.157,"15min":1.157},"last":0.82099999999999995}]},{"osd":4,"last update":"Tue Sep 10 19:07:12 2024","interfaces":[{"interface":"back","average":{"1min":0.94699999999999995,"5min":0.96699999999999997,"15min":0.96999999999999997},"min":{"1min":0.84799999999999998,"5min":0.69399999999999995,"15min":0.69399999999999995},"max":{"1min":1.1799999999999999,"5min":1.3220000000000001,"15min":1.3220000000000001},"last":1.228},{"interface":"front","average":{"1min":1.0049999999999999,"5min":0.98699999999999999,"15min":0.98399999999999999},"min":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.4159999999999999,"5min":1.4550000000000001,"15min":1.4550000000000001},"last":1.401}]},{"osd":5,"last update":"Tue Sep 10 19:07:35 2024","interfaces":[{"interface":"back","average":{"1min":1.0269999999999999,"5min":1.0309999999999999,"15min":1.032},"min":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.4750000000000001,"5min":1.4750000000000001,"15min":1.4750000000000001},"last":1.056},{"interface":"front","average":{"1min":0.996,"5min":0.97999999999999998,"15min":0.97799999999999998},"min":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.3999999999999999,"5min":1.3999999999999999,"15min":1.3999999999999999},"last":0.98199999999999998}]},{"osd":6,"last update":"Tue Sep 10 19:08:01 2024","interfaces":[{"interface":"back","average":{"1min":1.1120000000000001,"5min":1.1259999999999999,"15min":1.1279999999999999},"min":{"1min":0.85699999999999998,"5min":0.85699999999999998,"15min":0.85699999999999998},"max":{"1min":1.6970000000000001,"5min":1.6970000000000001,"15min":1.6970000000000001},"last":1.2769999999999999},{"interface":"front","average":{"1min":0.996,"5min":1.0680000000000001,"15min":1.0800000000000001},"min":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"max":{"1min":1.516,"5min":1.516,"15min":1.516},"last":1.177}]},{"osd":7,"last update":"Tue Sep 10 19:07:28 2024","interfaces":[{"interface":"back","average":{"1min":1.0669999999999999,"5min":1.0669999999999999,"15min":1.0669999999999999},"min":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"max":{"1min":1.3169999999999999,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":1.1559999999999999},{"interface":"front","average":{"1min":1.1519999999999999,"5min":1.1519999999999999,"15min":1.1519999999999999},"min":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"max":{"1min":1.7669999999999999,"5min":1.7669999999999999,"15min":1.7669999999999999},"last":1.329}]}]},{"osd":3,"up_from":26,"seq":111669149742,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049020,"kb_used_data":436,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696132,"statfs":{"total":95995035648,"available":94920839168,"internally_reserved":1073741824,"allocated":446464,"data_stored":178908,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 10 19:07:48 2024","interfaces":[{"interface":"back","average":{"1min":0.67400000000000004,"5min":0.66400000000000003,"15min":0.65600000000000003},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":1.1060000000000001,"5min":1.1060000000000001,"15min":1.1060000000000001},"last":0.54800000000000004},{"interface":"front","average":{"1min":0.72099999999999997,"5min":0.72299999999999998,"15min":0.72299999999999998},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.98099999999999998,"5min":1.5229999999999999,"15min":1.5229999999999999},"last":0.876}]},{"osd":1,"last update":"Tue Sep 10 19:07:48 2024","interfaces":[{"interface":"back","average":{"1min":0.72299999999999998,"5min":0.71299999999999997,"15min":0.70299999999999996},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.92100000000000004,"5min":1.006,"15min":1.006},"last":0.70299999999999996},{"interface":"front","average":{"1min":0.76900000000000002,"5min":0.69599999999999995,"15min":0.66800000000000004},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":1.054,"5min":1.1120000000000001,"15min":1.1120000000000001},"last":0.628}]},{"osd":2,"last update":"Tue Sep 10 19:07:48 2024","interfaces":[{"interface":"back","average":{"1min":0.83799999999999997,"5min":0.77100000000000002,"15min":0.74099999999999999},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":1.139,"5min":1.2589999999999999,"15min":1.2589999999999999},"last":0.82799999999999996},{"interface":"front","average":{"1min":0.77600000000000002,"5min":0.74299999999999999,"15min":0.73699999999999999},"min":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":1.0529999999999999,"5min":1.1499999999999999,"15min":1.1499999999999999},"last":0.80100000000000005}]},{"osd":4,"last update":"Tue Sep 10 19:08:11 2024","interfaces":[{"interface":"back","average":{"1min":1.151,"5min":0.92700000000000005,"15min":0.88400000000000001},"min":{"1min":0.71399999999999997,"5min":0.69999999999999996,"15min":0.69999999999999996},"max":{"1min":5.5960000000000001,"5min":5.5960000000000001,"15min":5.5960000000000001},"last":0.95199999999999996},{"interface":"front","average":{"1min":1.0189999999999999,"5min":0.95699999999999996,"15min":0.93100000000000005},"min":{"1min":0.63700000000000001,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.3220000000000001,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":1.0609999999999999}]},{"osd":5,"last update":"Tue Sep 10 19:07:38 2024","interfaces":[{"interface":"back","average":{"1min":1.036,"5min":1.018,"15min":1.0149999999999999},"min":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.5529999999999999,"5min":1.5529999999999999,"15min":1.5529999999999999},"last":1.1399999999999999},{"interface":"front","average":{"1min":0.98599999999999999,"5min":0.998,"15min":1},"min":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"max":{"1min":1.444,"5min":1.444,"15min":1.444},"last":1.1160000000000001}]},{"osd":6,"last update":"Tue Sep 10 19:08:02 2024","interfaces":[{"interface":"back","average":{"1min":1.0089999999999999,"5min":1.0589999999999999,"15min":1.0669999999999999},"min":{"1min":0.627,"5min":0.627,"15min":0.627},"max":{"1min":1.492,"5min":1.492,"15min":1.492},"last":1.0149999999999999},{"interface":"front","average":{"1min":1.159,"5min":1.044,"15min":1.0249999999999999},"min":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":5.2409999999999997,"5min":5.2409999999999997,"15min":5.2409999999999997},"last":0.96599999999999997}]},{"osd":7,"last update":"Tue Sep 10 19:07:30 2024","interfaces":[{"interface":"back","average":{"1min":1.056,"5min":1.056,"15min":1.056},"min":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":1.321,"5min":1.321,"15min":1.321},"last":1.0469999999999999},{"interface":"front","average":{"1min":1.133,"5min":1.133,"15min":1.133},"min":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"max":{"1min":1.4430000000000001,"5min":1.4430000000000001,"15min":1.4430000000000001},"last":1.107}]}]},{"osd":4,"up_from":31,"seq":133143986216,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049020,"kb_used_data":436,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696132,"statfs":{"total":95995035648,"available":94920839168,"internally_reserved":1073741824,"allocated":446464,"data_stored":178908,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 10 19:08:14 2024","interfaces":[{"interface":"back","average":{"1min":0.79700000000000004,"5min":0.78900000000000003,"15min":0.78300000000000003},"min":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":1.0640000000000001,"5min":1.0640000000000001,"15min":1.0640000000000001},"last":0.99099999999999999},{"interface":"front","average":{"1min":0.82599999999999996,"5min":0.82299999999999995,"15min":0.81499999999999995},"min":{"1min":0.61399999999999999,"5min":0.55000000000000004,"15min":0.55000000000000004},"max":{"1min":1.1359999999999999,"5min":1.196,"15min":1.196},"last":0.84899999999999998}]},{"osd":1,"last update":"Tue Sep 10 19:08:14 2024","interfaces":[{"interface":"back","average":{"1min":0.81399999999999995,"5min":0.83399999999999996,"15min":0.83299999999999996},"min":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.133,"5min":1.1559999999999999,"15min":1.1559999999999999},"last":0.73299999999999998},{"interface":"front","average":{"1min":0.79400000000000004,"5min":0.80100000000000005,"15min":0.80100000000000005},"min":{"1min":0.505,"5min":0.505,"15min":0.505},"max":{"1min":1.165,"5min":1.165,"15min":1.165},"last":0.85499999999999998}]},{"osd":2,"last update":"Tue Sep 10 19:08:14 2024","interfaces":[{"interface":"back","average":{"1min":0.83299999999999996,"5min":0.79500000000000004,"15min":0.77800000000000002},"min":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"max":{"1min":1.014,"5min":1.014,"15min":1.014},"last":0.747},{"interface":"front","average":{"1min":0.85799999999999998,"5min":0.89900000000000002,"15min":0.90500000000000003},"min":{"1min":0.67900000000000005,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.0629999999999999,"5min":1.167,"15min":1.167},"last":0.91100000000000003}]},{"osd":3,"last update":"Tue Sep 10 19:08:14 2024","interfaces":[{"interface":"back","average":{"1min":0.94599999999999995,"5min":0.89300000000000002,"15min":0.873},"min":{"1min":0.68000000000000005,"5min":0.623,"15min":0.623},"max":{"1min":1.1339999999999999,"5min":1.1339999999999999,"15min":1.1339999999999999},"last":0.88500000000000001},{"interface":"front","average":{"1min":0.86199999999999999,"5min":0.873,"15min":0.872},"min":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"max":{"1min":1.1020000000000001,"5min":1.157,"15min":1.157},"last":0.92800000000000005}]},{"osd":5,"last update":"Tue Sep 10 19:07:41 2024","interfaces":[{"interface":"back","average":{"1min":0.81499999999999995,"5min":0.77500000000000002,"15min":0.76800000000000002},"min":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":1.032,"5min":1.087,"15min":1.087},"last":0.68700000000000006},{"interface":"front","average":{"1min":1.0329999999999999,"5min":0.996,"15min":0.98999999999999999},"min":{"1min":0.75600000000000001,"5min":0.70599999999999996,"15min":0.70599999999999996},"max":{"1min":1.2,"5min":1.2190000000000001,"15min":1.2190000000000001},"last":0.76700000000000002}]},{"osd":6,"last update":"Tue Sep 10 19:08:07 2024","interfaces":[{"interface":"back","average":{"1min":0.92900000000000005,"5min":0.92900000000000005,"15min":0.92900000000000005},"min":{"1min":0.67600000000000005,"5min":0.61499999999999999,"15min":0.61499999999999999},"max":{"1min":1.1459999999999999,"5min":1.1539999999999999,"15min":1.1539999999999999},"last":0.94699999999999995},{"interface":"front","average":{"1min":0.85999999999999999,"5min":0.89000000000000001,"15min":0.89500000000000002},"min":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.165,"5min":1.4490000000000001,"15min":1.4490000000000001},"last":0.89800000000000002}]},{"osd":7,"last update":"Tue Sep 10 19:07:27 2024","interfaces":[{"interface":"back","average":{"1min":0.93799999999999994,"5min":0.93799999999999994,"15min":0.93799999999999994},"min":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.252,"5min":1.252,"15min":1.252},"last":0.65600000000000003},{"interface":"front","average":{"1min":1.052,"5min":1.052,"15min":1.052},"min":{"1min":0.749,"5min":0.749,"15min":0.749},"max":{"1min":1.5289999999999999,"5min":1.5289999999999999,"15min":1.5289999999999999},"last":0.81499999999999995}]}]},{"osd":5,"up_from":36,"seq":154618822691,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049020,"kb_used_data":436,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696132,"statfs":{"total":95995035648,"available":94920839168,"internally_reserved":1073741824,"allocated":446464,"data_stored":178908,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 10 19:07:40 2024","interfaces":[{"interface":"back","average":{"1min":0.91400000000000003,"5min":0.85299999999999998,"15min":0.84299999999999997},"min":{"1min":0.63500000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":1.1930000000000001,"5min":1.272,"15min":1.272},"last":0.85599999999999998},{"interface":"front","average":{"1min":0.85599999999999998,"5min":0.86799999999999999,"15min":0.87},"min":{"1min":0.69499999999999995,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.0660000000000001,"5min":1.3440000000000001,"15min":1.3440000000000001},"last":1.0680000000000001}]},{"osd":1,"last update":"Tue Sep 10 19:07:40 2024","interfaces":[{"interface":"back","average":{"1min":0.878,"5min":0.85099999999999998,"15min":0.84699999999999998},"min":{"1min":0.68799999999999994,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":1.1539999999999999,"5min":1.171,"15min":1.171},"last":1.1080000000000001},{"interface":"front","average":{"1min":0.89400000000000002,"5min":0.86599999999999999,"15min":0.86199999999999999},"min":{"1min":0.76400000000000001,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.0609999999999999,"5min":1.25,"15min":1.25},"last":0.89100000000000001}]},{"osd":2,"last update":"Tue Sep 10 19:07:40 2024","interfaces":[{"interface":"back","average":{"1min":0.89200000000000002,"5min":0.86599999999999999,"15min":0.86199999999999999},"min":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.177,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":1.0329999999999999},{"interface":"front","average":{"1min":0.91400000000000003,"5min":0.88800000000000001,"15min":0.88400000000000001},"min":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"max":{"1min":1.111,"5min":1.111,"15min":1.111},"last":1.1639999999999999}]},{"osd":3,"last update":"Tue Sep 10 19:07:40 2024","interfaces":[{"interface":"back","average":{"1min":0.89500000000000002,"5min":0.89500000000000002,"15min":0.89500000000000002},"min":{"1min":0.61599999999999999,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.2090000000000001,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":0.98199999999999998},{"interface":"front","average":{"1min":0.89600000000000002,"5min":0.93200000000000005,"15min":0.93799999999999994},"min":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"max":{"1min":1.167,"5min":1.167,"15min":1.167},"last":0.99099999999999999}]},{"osd":4,"last update":"Tue Sep 10 19:07:40 2024","interfaces":[{"interface":"back","average":{"1min":0.81200000000000006,"5min":0.83699999999999997,"15min":0.84099999999999997},"min":{"1min":0.58999999999999997,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":1.0900000000000001,"5min":1.417,"15min":1.417},"last":1.1799999999999999},{"interface":"front","average":{"1min":0.91400000000000003,"5min":0.87,"15min":0.86199999999999999},"min":{"1min":0.502,"5min":0.502,"15min":0.502},"max":{"1min":1.1639999999999999,"5min":1.177,"15min":1.177},"last":1.2030000000000001}]},{"osd":6,"last update":"Tue Sep 10 19:08:04 2024","interfaces":[{"interface":"back","average":{"1min":1.0129999999999999,"5min":0.98799999999999999,"15min":0.98399999999999999},"min":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.26,"5min":1.26,"15min":1.26},"last":1.127},{"interface":"front","average":{"1min":0.91400000000000003,"5min":0.92100000000000004,"15min":0.92200000000000004},"min":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.175,"5min":1.3420000000000001,"15min":1.3420000000000001},"last":1.226}]},{"osd":7,"last update":"Tue Sep 10 19:07:33 2024","interfaces":[{"interface":"back","average":{"1min":0.92500000000000004,"5min":0.92500000000000004,"15min":0.92500000000000004},"min":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":1.141,"5min":1.141,"15min":1.141},"last":1.2609999999999999},{"interface":"front","average":{"1min":1.05,"5min":1.05,"15min":1.05},"min":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.4079999999999999,"5min":1.4079999999999999,"15min":1.4079999999999999},"last":1.2809999999999999}]}]}]}} 2024-09-10T19:08:21.387 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-10T19:08:21.703 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:21 smithi189 bash[24211]: ts=2024-09-10T19:08:21.515Z caller=main.go:601 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-09-10T19:08:21.703 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:21 smithi189 bash[24211]: ts=2024-09-10T19:08:21.515Z caller=main.go:645 level=info msg="Starting Prometheus Server" mode=server version="(version=2.54.1, branch=HEAD, revision=e6cfa720fbe6280153fab13090a483dbd40bece3)" 2024-09-10T19:08:21.703 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:21 smithi189 bash[24211]: ts=2024-09-10T19:08:21.515Z 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-10T19:08:21.703 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:21 smithi189 bash[24211]: ts=2024-09-10T19:08:21.515Z 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 smithi189 (none))" 2024-09-10T19:08:21.704 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:21 smithi189 bash[24211]: ts=2024-09-10T19:08:21.515Z caller=main.go:652 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-10T19:08:21.704 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:21 smithi189 bash[24211]: ts=2024-09-10T19:08:21.515Z caller=main.go:653 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-10T19:08:21.704 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:21 smithi189 bash[24211]: ts=2024-09-10T19:08:21.518Z caller=web.go:571 level=info component=web msg="Start listening for connections" address=:9095 2024-09-10T19:08:21.704 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:21 smithi189 bash[24211]: ts=2024-09-10T19:08:21.519Z caller=main.go:1160 level=info msg="Starting TSDB ..." 2024-09-10T19:08:21.704 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:21 smithi189 bash[24211]: ts=2024-09-10T19:08:21.522Z caller=tls_config.go:313 level=info component=web msg="Listening on" address=[::]:9095 2024-09-10T19:08:21.704 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:21 smithi189 bash[24211]: ts=2024-09-10T19:08:21.522Z caller=tls_config.go:316 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-10T19:08:21.704 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:21 smithi189 bash[24211]: ts=2024-09-10T19:08:21.528Z caller=head.go:626 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-10T19:08:21.705 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:21 smithi189 bash[24211]: ts=2024-09-10T19:08:21.528Z caller=head.go:713 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.69µs 2024-09-10T19:08:21.705 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:21 smithi189 bash[24211]: ts=2024-09-10T19:08:21.528Z caller=head.go:721 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-10T19:08:21.705 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:21 smithi189 bash[24211]: ts=2024-09-10T19:08:21.528Z caller=head.go:793 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2024-09-10T19:08:21.705 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:21 smithi189 bash[24211]: ts=2024-09-10T19:08:21.529Z caller=head.go:793 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2024-09-10T19:08:21.705 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:21 smithi189 bash[24211]: ts=2024-09-10T19:08:21.529Z caller=head.go:830 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=73.691µs wal_replay_duration=990.967µs wbl_replay_duration=176ns chunk_snapshot_load_duration=0s mmap_chunk_replay_duration=2.69µs total_replay_duration=1.124536ms 2024-09-10T19:08:21.705 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:21 smithi189 bash[24211]: ts=2024-09-10T19:08:21.532Z caller=main.go:1181 level=info fs_type=XFS_SUPER_MAGIC 2024-09-10T19:08:21.705 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:21 smithi189 bash[24211]: ts=2024-09-10T19:08:21.532Z caller=main.go:1184 level=info msg="TSDB started" 2024-09-10T19:08:21.705 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:21 smithi189 bash[24211]: ts=2024-09-10T19:08:21.532Z caller=main.go:1367 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-10T19:08:21.706 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:21 smithi189 bash[24211]: ts=2024-09-10T19:08:21.533Z caller=main.go:1404 level=info msg="updated GOGC" old=100 new=75 2024-09-10T19:08:21.706 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:21 smithi189 bash[24211]: ts=2024-09-10T19:08:21.533Z caller=main.go:1415 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=783.498µs db_storage=950ns remote_storage=1.715µs web_handler=433ns query_engine=5.844µs scrape=353.08µs scrape_sd=35.33µs notify=20.573µs notify_sd=6.81µs rules=27.775µs tracing=5.654µs 2024-09-10T19:08:21.706 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:21 smithi189 bash[24211]: ts=2024-09-10T19:08:21.533Z caller=main.go:1145 level=info msg="Server is ready to receive web requests." 2024-09-10T19:08:21.706 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:08:21 smithi189 bash[24211]: ts=2024-09-10T19:08:21.533Z caller=manager.go:164 level=info component="rule manager" msg="Starting rule manager..." 2024-09-10T19:08:21.909 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:21 smithi155 bash[14970]: cephadm 2024-09-10T19:08:20.314198+0000 mgr.y (mgr.14140) 249 : cephadm [INF] Setting dashboard grafana config to https://smithi189:3000 2024-09-10T19:08:22.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:21 smithi189 bash[14634]: cephadm 2024-09-10T19:08:20.314198+0000 mgr.y (mgr.14140) 249 : cephadm [INF] Setting dashboard grafana config to https://smithi189:3000 2024-09-10T19:08:22.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:21 smithi189 bash[14634]: audit 2024-09-10T19:08:20.526768+0000 mgr.y (mgr.14140) 250 : audit [DBG] from='client.24499 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T19:08:22.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:21 smithi189 bash[14634]: audit 2024-09-10T19:08:21.436586+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434190\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434332\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434422\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434507\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434592\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434673\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434755\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:08:21.434837\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434923\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:08:15.009290\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}}, \"last_daemon_update\": \"2024-09-10T19:08:21.435089\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:08:22.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:21 smithi189 bash[14634]: audit 2024-09-10T19:08:21.442303+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434190\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434332\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434422\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434507\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434592\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434673\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434755\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:08:21.434837\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434923\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:08:15.009290\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}}, \"last_daemon_update\": \"2024-09-10T19:08:21.435089\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:08:22.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:21 smithi189 bash[14634]: audit 2024-09-10T19:08:21.443404+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:08:22.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:21 smithi155 bash[14970]: audit 2024-09-10T19:08:20.526768+0000 mgr.y (mgr.14140) 250 : audit [DBG] from='client.24499 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T19:08:22.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:21 smithi155 bash[18934]: cephadm 2024-09-10T19:08:20.314198+0000 mgr.y (mgr.14140) 249 : cephadm [INF] Setting dashboard grafana config to https://smithi189:3000 2024-09-10T19:08:22.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:21 smithi155 bash[18934]: audit 2024-09-10T19:08:20.526768+0000 mgr.y (mgr.14140) 250 : audit [DBG] from='client.24499 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T19:08:22.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:21 smithi155 bash[14970]: audit 2024-09-10T19:08:21.436586+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434190\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434332\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434422\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434507\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434592\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434673\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434755\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:08:21.434837\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434923\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:08:15.009290\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}}, \"last_daemon_update\": \"2024-09-10T19:08:21.435089\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:08:22.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:21 smithi155 bash[14970]: audit 2024-09-10T19:08:21.442303+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434190\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434332\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434422\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434507\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434592\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434673\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434755\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:08:21.434837\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434923\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:08:15.009290\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}}, \"last_daemon_update\": \"2024-09-10T19:08:21.435089\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:08:22.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:21 smithi155 bash[14970]: audit 2024-09-10T19:08:21.443404+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:08:22.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:21 smithi155 bash[18934]: audit 2024-09-10T19:08:21.436586+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434190\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434332\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434422\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434507\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434592\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434673\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434755\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:08:21.434837\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434923\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:08:15.009290\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}}, \"last_daemon_update\": \"2024-09-10T19:08:21.435089\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:08:22.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:21 smithi155 bash[18934]: audit 2024-09-10T19:08:21.442303+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434190\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434332\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434422\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434507\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434592\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434673\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434755\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:08:21.434837\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:21.434923\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:08:15.009290\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}}, \"last_daemon_update\": \"2024-09-10T19:08:21.435089\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:08:22.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:21 smithi155 bash[18934]: audit 2024-09-10T19:08:21.443404+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:08:23.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:22 smithi155 bash[14970]: cluster 2024-09-10T19:08:21.828743+0000 mgr.y (mgr.14140) 251 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:23.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:22 smithi155 bash[18934]: cluster 2024-09-10T19:08:21.828743+0000 mgr.y (mgr.14140) 251 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:23.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:22 smithi155 bash[14970]: audit 2024-09-10T19:08:22.535024+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:22.531473\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:22.531671\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:22.531800\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:22.531923\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:22.532045\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:22.532202\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:08:22.532334\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:08:22.532457\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:08:22.532579\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}}, \"last_daemon_update\": \"2024-09-10T19:08:22.532828\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:08:23.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:22 smithi155 bash[14970]: audit 2024-09-10T19:08:22.541552+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:22.531473\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:22.531671\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:22.531800\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:22.531923\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:22.532045\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:22.532202\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:08:22.532334\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:08:22.532457\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:08:22.532579\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}}, \"last_daemon_update\": \"2024-09-10T19:08:22.532828\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:08:23.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:22 smithi155 bash[14970]: audit 2024-09-10T19:08:22.547184+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:08:23.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:22 smithi155 bash[18934]: audit 2024-09-10T19:08:22.535024+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:22.531473\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:22.531671\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:22.531800\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:22.531923\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:22.532045\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:22.532202\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:08:22.532334\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:08:22.532457\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:08:22.532579\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}}, \"last_daemon_update\": \"2024-09-10T19:08:22.532828\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:08:23.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:22 smithi155 bash[18934]: audit 2024-09-10T19:08:22.541552+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:22.531473\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:22.531671\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:22.531800\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:22.531923\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:22.532045\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:22.532202\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:08:22.532334\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:08:22.532457\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:08:22.532579\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}}, \"last_daemon_update\": \"2024-09-10T19:08:22.532828\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:08:23.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:22 smithi155 bash[18934]: audit 2024-09-10T19:08:22.547184+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:08:23.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:22 smithi189 bash[14634]: cluster 2024-09-10T19:08:21.828743+0000 mgr.y (mgr.14140) 251 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:23.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:22 smithi189 bash[14634]: audit 2024-09-10T19:08:22.535024+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:22.531473\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:22.531671\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:22.531800\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:22.531923\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:22.532045\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:22.532202\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:08:22.532334\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:08:22.532457\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:08:22.532579\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}}, \"last_daemon_update\": \"2024-09-10T19:08:22.532828\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:08:23.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:22 smithi189 bash[14634]: audit 2024-09-10T19:08:22.541552+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:22.531473\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:22.531671\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:22.531800\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:22.531923\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:22.532045\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:22.532202\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:08:22.532334\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:08:22.532457\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:08:22.532579\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}}, \"last_daemon_update\": \"2024-09-10T19:08:22.532828\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:08:23.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:22 smithi189 bash[14634]: audit 2024-09-10T19:08:22.547184+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:08:24.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:23 smithi189 bash[14634]: audit 2024-09-10T19:08:23.776283+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.773938\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774084\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774170\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774252\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774332\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774414\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774495\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:08:23.774577\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774660\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:08:15.009290\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}}, \"last_daemon_update\": \"2024-09-10T19:08:23.774832\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:08:24.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:23 smithi189 bash[14634]: audit 2024-09-10T19:08:23.781722+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.773938\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774084\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774170\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774252\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774332\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774414\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774495\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:08:23.774577\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774660\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:08:15.009290\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}}, \"last_daemon_update\": \"2024-09-10T19:08:23.774832\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:08:24.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:23 smithi189 bash[14634]: audit 2024-09-10T19:08:23.782960+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:08:24.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:23 smithi189 bash[14634]: cluster 2024-09-10T19:08:23.829463+0000 mgr.y (mgr.14140) 252 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:24.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:23 smithi155 bash[18934]: audit 2024-09-10T19:08:23.776283+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.773938\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774084\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774170\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774252\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774332\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774414\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774495\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:08:23.774577\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774660\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:08:15.009290\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}}, \"last_daemon_update\": \"2024-09-10T19:08:23.774832\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:08:24.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:23 smithi155 bash[18934]: audit 2024-09-10T19:08:23.781722+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.773938\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774084\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774170\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774252\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774332\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774414\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774495\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:08:23.774577\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774660\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:08:15.009290\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}}, \"last_daemon_update\": \"2024-09-10T19:08:23.774832\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:08:24.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:23 smithi155 bash[18934]: audit 2024-09-10T19:08:23.782960+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:08:24.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:23 smithi155 bash[18934]: cluster 2024-09-10T19:08:23.829463+0000 mgr.y (mgr.14140) 252 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:24.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:23 smithi155 bash[14970]: audit 2024-09-10T19:08:23.776283+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.773938\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774084\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774170\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774252\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774332\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774414\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774495\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:08:23.774577\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774660\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:08:15.009290\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}}, \"last_daemon_update\": \"2024-09-10T19:08:23.774832\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:08:24.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:23 smithi155 bash[14970]: audit 2024-09-10T19:08:23.781722+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.773938\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774084\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774170\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774252\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774332\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774414\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774495\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:08:23.774577\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774660\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:08:15.009290\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}}, \"last_daemon_update\": \"2024-09-10T19:08:23.774832\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:08:24.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:23 smithi155 bash[14970]: audit 2024-09-10T19:08:23.782960+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:08:24.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:23 smithi155 bash[14970]: cluster 2024-09-10T19:08:23.829463+0000 mgr.y (mgr.14140) 252 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:25.293 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T19:08:25.295 INFO:teuthology.orchestra.run.smithi155.stderr:dumped all 2024-09-10T19:08:25.835 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:25 smithi155 bash[14970]: audit 2024-09-10T19:08:24.828355+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822408\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822607\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822734\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822856\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822978\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.823099\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:08:24.823219\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:08:24.823342\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:08:24.823483\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}}, \"last_daemon_update\": \"2024-09-10T19:08:24.823765\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:08:26.051 INFO:teuthology.orchestra.run.smithi155.stdout:{"pg_ready":true,"pg_map":{"version":239,"stamp":"2024-09-10T19:08:23.829098+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":8392160,"kb_used_data":3488,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741569056,"statfs":{"total":767960285184,"available":759366713344,"internally_reserved":8589934592,"allocated":3571712,"data_stored":1431264,"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.003524"},"pg_stats":[{"pgid":"1.0","version":"17'1","reported_seq":"14","reported_epoch":"47","state":"active+clean","last_fresh":"2024-09-10T19:06:28.848347+0000","last_change":"2024-09-10T19:06:28.848347+0000","last_active":"2024-09-10T19:06:28.848347+0000","last_peered":"2024-09-10T19:06:28.848347+0000","last_clean":"2024-09-10T19:06:28.848347+0000","last_became_active":"2024-09-10T19:06:28.843033+0000","last_became_peered":"2024-09-10T19:06:28.843033+0000","last_unstale":"2024-09-10T19:06:28.848347+0000","last_undegraded":"2024-09-10T19:06:28.848347+0000","last_fullsized":"2024-09-10T19:06:28.848347+0000","mapping_epoch":46,"log_start":"0'0","ondisk_log_start":"0'0","created":2,"last_epoch_clean":47,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-10T19:01:07.154285+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-10T19:01:07.154285+0000","last_clean_scrub_stamp":"2024-09-10T19:01:07.154285+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":46,"seq":197568495641,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049020,"kb_used_data":436,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696132,"statfs":{"total":95995035648,"available":94920839168,"internally_reserved":1073741824,"allocated":446464,"data_stored":178908,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 10 19:07:29 2024","interfaces":[{"interface":"back","average":{"1min":0.875,"5min":0.875,"15min":0.875},"min":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":1.1859999999999999,"5min":1.1859999999999999,"15min":1.1859999999999999},"last":0.94499999999999995},{"interface":"front","average":{"1min":0.86799999999999999,"5min":0.86799999999999999,"15min":0.86799999999999999},"min":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"max":{"1min":1.147,"5min":1.147,"15min":1.147},"last":0.99299999999999999}]},{"osd":1,"last update":"Tue Sep 10 19:07:29 2024","interfaces":[{"interface":"back","average":{"1min":0.88100000000000001,"5min":0.88100000000000001,"15min":0.88100000000000001},"min":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.123,"5min":1.123,"15min":1.123},"last":0.97299999999999998},{"interface":"front","average":{"1min":0.91900000000000004,"5min":0.91900000000000004,"15min":0.91900000000000004},"min":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.514,"5min":1.514,"15min":1.514},"last":0.71199999999999997}]},{"osd":2,"last update":"Tue Sep 10 19:07:29 2024","interfaces":[{"interface":"back","average":{"1min":0.90100000000000002,"5min":0.90100000000000002,"15min":0.90100000000000002},"min":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.2010000000000001,"5min":1.2010000000000001,"15min":1.2010000000000001},"last":0.81399999999999995},{"interface":"front","average":{"1min":0.97099999999999997,"5min":0.97099999999999997,"15min":0.97099999999999997},"min":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"max":{"1min":1.4430000000000001,"5min":1.4430000000000001,"15min":1.4430000000000001},"last":0.77000000000000002}]},{"osd":3,"last update":"Tue Sep 10 19:07:29 2024","interfaces":[{"interface":"back","average":{"1min":0.86599999999999999,"5min":0.86599999999999999,"15min":0.86599999999999999},"min":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.1359999999999999,"5min":1.1359999999999999,"15min":1.1359999999999999},"last":0.73499999999999999},{"interface":"front","average":{"1min":0.97799999999999998,"5min":0.97799999999999998,"15min":0.97799999999999998},"min":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":1.2450000000000001,"5min":1.2450000000000001,"15min":1.2450000000000001},"last":1.016}]},{"osd":4,"last update":"Tue Sep 10 19:07:29 2024","interfaces":[{"interface":"back","average":{"1min":0.92300000000000004,"5min":0.92300000000000004,"15min":0.92300000000000004},"min":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.8740000000000001,"5min":1.8740000000000001,"15min":1.8740000000000001},"last":0.86799999999999999},{"interface":"front","average":{"1min":0.96899999999999997,"5min":0.96899999999999997,"15min":0.96899999999999997},"min":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"max":{"1min":1.343,"5min":1.343,"15min":1.343},"last":1.1339999999999999}]},{"osd":5,"last update":"Tue Sep 10 19:07:29 2024","interfaces":[{"interface":"back","average":{"1min":1.034,"5min":1.034,"15min":1.034},"min":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.3300000000000001,"5min":1.3300000000000001,"15min":1.3300000000000001},"last":0.92400000000000004},{"interface":"front","average":{"1min":1.0960000000000001,"5min":1.0960000000000001,"15min":1.0960000000000001},"min":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.6020000000000001,"5min":1.6020000000000001,"15min":1.6020000000000001},"last":1.03}]},{"osd":6,"last update":"Tue Sep 10 19:07:29 2024","interfaces":[{"interface":"back","average":{"1min":1.1180000000000001,"5min":1.1180000000000001,"15min":1.1180000000000001},"min":{"1min":0.748,"5min":0.748,"15min":0.748},"max":{"1min":1.4379999999999999,"5min":1.4379999999999999,"15min":1.4379999999999999},"last":1.0649999999999999},{"interface":"front","average":{"1min":1.1990000000000001,"5min":1.1990000000000001,"15min":1.1990000000000001},"min":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"max":{"1min":1.9370000000000001,"5min":1.9370000000000001,"15min":1.9370000000000001},"last":1.115}]}]},{"osd":6,"up_from":41,"seq":176093659167,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049020,"kb_used_data":436,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696132,"statfs":{"total":95995035648,"available":94920839168,"internally_reserved":1073741824,"allocated":446464,"data_stored":178908,"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":"Tue Sep 10 19:08:01 2024","interfaces":[{"interface":"back","average":{"1min":0.84399999999999997,"5min":0.875,"15min":0.88},"min":{"1min":0.65200000000000002,"5min":0.55000000000000004,"15min":0.55000000000000004},"max":{"1min":1.1160000000000001,"5min":1.3500000000000001,"15min":1.3500000000000001},"last":0.82999999999999996},{"interface":"front","average":{"1min":0.84999999999999998,"5min":0.88400000000000001,"15min":0.89000000000000001},"min":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"max":{"1min":1.0469999999999999,"5min":1.177,"15min":1.177},"last":0.65800000000000003}]},{"osd":1,"last update":"Tue Sep 10 19:08:01 2024","interfaces":[{"interface":"back","average":{"1min":0.80500000000000005,"5min":0.84099999999999997,"15min":0.84699999999999998},"min":{"1min":0.58099999999999996,"5min":0.53400000000000003,"15min":0.53400000000000003},"max":{"1min":1.054,"5min":1.1659999999999999,"15min":1.1659999999999999},"last":0.96699999999999997},{"interface":"front","average":{"1min":0.89700000000000002,"5min":0.88800000000000001,"15min":0.88600000000000001},"min":{"1min":0.65000000000000002,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.867,"5min":1.867,"15min":1.867},"last":1.0549999999999999}]},{"osd":2,"last update":"Tue Sep 10 19:08:01 2024","interfaces":[{"interface":"back","average":{"1min":0.83899999999999997,"5min":0.83499999999999996,"15min":0.83399999999999996},"min":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.052,"5min":1.1000000000000001,"15min":1.1000000000000001},"last":0.90400000000000003},{"interface":"front","average":{"1min":0.88500000000000001,"5min":0.90100000000000002,"15min":0.90300000000000002},"min":{"1min":0.59699999999999998,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.139,"5min":1.139,"15min":1.139},"last":0.61599999999999999}]},{"osd":3,"last update":"Tue Sep 10 19:08:01 2024","interfaces":[{"interface":"back","average":{"1min":0.93300000000000005,"5min":0.90900000000000003,"15min":0.90500000000000003},"min":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.837,"5min":1.837,"15min":1.837},"last":0.93500000000000005},{"interface":"front","average":{"1min":0.92400000000000004,"5min":0.85099999999999998,"15min":0.83899999999999997},"min":{"1min":0.73399999999999999,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.198,"5min":1.198,"15min":1.198},"last":0.78700000000000003}]},{"osd":4,"last update":"Tue Sep 10 19:08:01 2024","interfaces":[{"interface":"back","average":{"1min":0.95799999999999996,"5min":0.78400000000000003,"15min":0.755},"min":{"1min":0.56499999999999995,"5min":0.443,"15min":0.443},"max":{"1min":1.673,"5min":1.673,"15min":1.673},"last":0.73699999999999999},{"interface":"front","average":{"1min":1.02,"5min":0.85599999999999998,"15min":0.82899999999999996},"min":{"1min":0.57899999999999996,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.7529999999999999,"5min":1.7529999999999999,"15min":1.7529999999999999},"last":1.119}]},{"osd":5,"last update":"Tue Sep 10 19:08:01 2024","interfaces":[{"interface":"back","average":{"1min":0.98599999999999999,"5min":0.91300000000000003,"15min":0.90100000000000002},"min":{"1min":0.68899999999999995,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.456,"5min":1.456,"15min":1.456},"last":1.038},{"interface":"front","average":{"1min":1.0760000000000001,"5min":0.94799999999999995,"15min":0.92600000000000005},"min":{"1min":0.69899999999999995,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":2.2320000000000002,"5min":2.2320000000000002,"15min":2.2320000000000002},"last":1.1930000000000001}]},{"osd":7,"last update":"Tue Sep 10 19:07:30 2024","interfaces":[{"interface":"back","average":{"1min":1.0209999999999999,"5min":1.0209999999999999,"15min":1.0209999999999999},"min":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"max":{"1min":1.2,"5min":1.2,"15min":1.2},"last":1.1539999999999999},{"interface":"front","average":{"1min":0.96599999999999997,"5min":0.96599999999999997,"15min":0.96599999999999997},"min":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"max":{"1min":1.24,"5min":1.24,"15min":1.24},"last":0.97899999999999998}]}]},{"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":1049020,"kb_used_data":436,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696132,"statfs":{"total":95995035648,"available":94920839168,"internally_reserved":1073741824,"allocated":446464,"data_stored":178908,"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":"Tue Sep 10 19:07:56 2024","interfaces":[{"interface":"back","average":{"1min":0.71599999999999997,"5min":0.59099999999999997,"15min":0.54900000000000004},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":1.0329999999999999,"5min":1.0329999999999999,"15min":1.0329999999999999},"last":0.95999999999999996},{"interface":"front","average":{"1min":0.71099999999999997,"5min":0.64500000000000002,"15min":0.57899999999999996},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.98599999999999999,"5min":0.99299999999999999,"15min":0.99299999999999999},"last":0.52100000000000002}]},{"osd":2,"last update":"Tue Sep 10 19:08:20 2024","interfaces":[{"interface":"back","average":{"1min":0.72099999999999997,"5min":0.67900000000000005,"15min":0.65100000000000002},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.1060000000000001,"5min":1.1060000000000001,"15min":1.1060000000000001},"last":0.50900000000000001},{"interface":"front","average":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.69199999999999995},"min":{"1min":0.49399999999999999,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":0.98199999999999998,"5min":1.101,"15min":1.101},"last":0.74299999999999999}]},{"osd":3,"last update":"Tue Sep 10 19:07:52 2024","interfaces":[{"interface":"back","average":{"1min":0.69999999999999996,"5min":0.68400000000000005,"15min":0.66000000000000003},"min":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":1.149,"5min":1.252,"15min":1.252},"last":0.69499999999999995},{"interface":"front","average":{"1min":0.83799999999999997,"5min":0.80100000000000005,"15min":0.76800000000000002},"min":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"max":{"1min":1.1020000000000001,"5min":2.6659999999999999,"15min":2.6659999999999999},"last":0.65700000000000003}]},{"osd":4,"last update":"Tue Sep 10 19:08:17 2024","interfaces":[{"interface":"back","average":{"1min":0.83399999999999996,"5min":0.85499999999999998,"15min":0.83699999999999997},"min":{"1min":0.63,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.1890000000000001,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":0.80100000000000005},{"interface":"front","average":{"1min":0.94799999999999995,"5min":0.92200000000000004,"15min":0.90600000000000003},"min":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.385,"5min":1.385,"15min":1.385},"last":1.1060000000000001}]},{"osd":5,"last update":"Tue Sep 10 19:07:37 2024","interfaces":[{"interface":"back","average":{"1min":1.028,"5min":0.98999999999999999,"15min":0.98399999999999999},"min":{"1min":0.82399999999999995,"5min":0.76000000000000001,"15min":0.76000000000000001},"max":{"1min":1.2390000000000001,"5min":1.2390000000000001,"15min":1.2390000000000001},"last":0.84599999999999997},{"interface":"front","average":{"1min":0.93899999999999995,"5min":0.95299999999999996,"15min":0.95499999999999996},"min":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.2250000000000001,"5min":1.3220000000000001,"15min":1.3220000000000001},"last":0.93300000000000005}]},{"osd":6,"last update":"Tue Sep 10 19:08:03 2024","interfaces":[{"interface":"back","average":{"1min":0.98899999999999999,"5min":1.0129999999999999,"15min":1.0169999999999999},"min":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"max":{"1min":1.3180000000000001,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":1.0880000000000001},{"interface":"front","average":{"1min":1.087,"5min":1.103,"15min":1.1060000000000001},"min":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"max":{"1min":1.3620000000000001,"5min":1.3640000000000001,"15min":1.3640000000000001},"last":1.1559999999999999}]},{"osd":7,"last update":"Tue Sep 10 19:07:30 2024","interfaces":[{"interface":"back","average":{"1min":1.052,"5min":1.052,"15min":1.052},"min":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"max":{"1min":1.28,"5min":1.28,"15min":1.28},"last":1.0640000000000001},{"interface":"front","average":{"1min":1.0840000000000001,"5min":1.0840000000000001,"15min":1.0840000000000001},"min":{"1min":0.871,"5min":0.871,"15min":0.871},"max":{"1min":1.681,"5min":1.681,"15min":1.681},"last":0.98799999999999999}]}]},{"osd":0,"up_from":10,"seq":42949673025,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049020,"kb_used_data":436,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696132,"statfs":{"total":95995035648,"available":94920839168,"internally_reserved":1073741824,"allocated":446464,"data_stored":178908,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Tue Sep 10 19:07:52 2024","interfaces":[{"interface":"back","average":{"1min":0.71799999999999997,"5min":0.61699999999999999,"15min":0.55800000000000005},"min":{"1min":0.48599999999999999,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":1.5660000000000001,"5min":1.5660000000000001,"15min":1.5660000000000001},"last":0.318},{"interface":"front","average":{"1min":0.68899999999999995,"5min":0.61499999999999999,"15min":0.54600000000000004},"min":{"1min":0.42699999999999999,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":1.0780000000000001,"5min":1.0780000000000001,"15min":1.0780000000000001},"last":0.27200000000000002}]},{"osd":2,"last update":"Tue Sep 10 19:08:20 2024","interfaces":[{"interface":"back","average":{"1min":0.66100000000000003,"5min":0.65400000000000003,"15min":0.60499999999999998},"min":{"1min":0.46100000000000002,"5min":0.441,"15min":0.441},"max":{"1min":0.91200000000000003,"5min":1.3660000000000001,"15min":1.3660000000000001},"last":0.499},{"interface":"front","average":{"1min":0.78300000000000003,"5min":0.72599999999999998,"15min":0.67200000000000004},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.056,"5min":1.1830000000000001,"15min":1.1830000000000001},"last":0.44400000000000001}]},{"osd":3,"last update":"Tue Sep 10 19:07:48 2024","interfaces":[{"interface":"back","average":{"1min":0.77400000000000002,"5min":0.751,"15min":0.74099999999999999},"min":{"1min":0.505,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":1.5640000000000001,"5min":1.5640000000000001,"15min":1.5640000000000001},"last":0.79000000000000004},{"interface":"front","average":{"1min":0.95099999999999996,"5min":0.82399999999999995,"15min":0.79200000000000004},"min":{"1min":0.69499999999999995,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.6679999999999999,"5min":1.6679999999999999,"15min":1.6679999999999999},"last":0.66200000000000003}]},{"osd":4,"last update":"Tue Sep 10 19:08:16 2024","interfaces":[{"interface":"back","average":{"1min":1,"5min":0.97699999999999998,"15min":0.94999999999999996},"min":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":1.3819999999999999,"5min":1.756,"15min":1.756},"last":0.63500000000000001},{"interface":"front","average":{"1min":0.94999999999999996,"5min":0.93300000000000005,"15min":0.92000000000000004},"min":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.4019999999999999,"5min":1.4019999999999999,"15min":1.4019999999999999},"last":0.755}]},{"osd":5,"last update":"Tue Sep 10 19:07:41 2024","interfaces":[{"interface":"back","average":{"1min":0.95999999999999996,"5min":0.97099999999999997,"15min":0.97299999999999998},"min":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.5469999999999999,"5min":1.5469999999999999,"15min":1.5469999999999999},"last":0.64400000000000002},{"interface":"front","average":{"1min":1.036,"5min":1.014,"15min":1.01},"min":{"1min":0.76700000000000002,"5min":0.71699999999999997,"15min":0.71699999999999997},"max":{"1min":1.629,"5min":1.629,"15min":1.629},"last":0.83899999999999997}]},{"osd":6,"last update":"Tue Sep 10 19:08:06 2024","interfaces":[{"interface":"back","average":{"1min":1.143,"5min":1.1479999999999999,"15min":1.149},"min":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":2.3999999999999999,"5min":2.3999999999999999,"15min":2.3999999999999999},"last":0.70899999999999996},{"interface":"front","average":{"1min":1.034,"5min":1.121,"15min":1.135},"min":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.4370000000000001,"5min":1.4790000000000001,"15min":1.4790000000000001},"last":0.55500000000000005}]},{"osd":7,"last update":"Tue Sep 10 19:07:27 2024","interfaces":[{"interface":"back","average":{"1min":1.1180000000000001,"5min":1.1180000000000001,"15min":1.1180000000000001},"min":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"max":{"1min":1.4139999999999999,"5min":1.4139999999999999,"15min":1.4139999999999999},"last":0.879},{"interface":"front","average":{"1min":1.2529999999999999,"5min":1.2529999999999999,"15min":1.2529999999999999},"min":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"max":{"1min":2.2839999999999998,"5min":2.2839999999999998,"15min":2.2839999999999998},"last":0.60199999999999998}]}]},{"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":1049020,"kb_used_data":436,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696132,"statfs":{"total":95995035648,"available":94920839168,"internally_reserved":1073741824,"allocated":446464,"data_stored":178908,"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":"Tue Sep 10 19:07:20 2024","interfaces":[{"interface":"back","average":{"1min":0.63800000000000001,"5min":0.56999999999999995,"15min":0.54200000000000004},"min":{"1min":0.35299999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.90200000000000002},{"interface":"front","average":{"1min":0.752,"5min":0.65400000000000003,"15min":0.625},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":1.127,"5min":1.127,"15min":1.127},"last":0.64600000000000002}]},{"osd":1,"last update":"Tue Sep 10 19:07:20 2024","interfaces":[{"interface":"back","average":{"1min":0.68400000000000005,"5min":0.63400000000000001,"15min":0.60999999999999999},"min":{"1min":0.52100000000000002,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.93899999999999995,"5min":0.97299999999999998,"15min":0.97299999999999998},"last":0.84999999999999998},{"interface":"front","average":{"1min":0.76800000000000002,"5min":0.69599999999999995,"15min":0.67700000000000005},"min":{"1min":0.54600000000000004,"5min":0.435,"15min":0.435},"max":{"1min":0.99399999999999999,"5min":0.99399999999999999,"15min":0.99399999999999999},"last":0.80600000000000005}]},{"osd":3,"last update":"Tue Sep 10 19:07:44 2024","interfaces":[{"interface":"back","average":{"1min":0.748,"5min":0.71699999999999997,"15min":0.69499999999999995},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":1.236,"5min":1.236,"15min":1.236},"last":0.54300000000000004},{"interface":"front","average":{"1min":0.77300000000000002,"5min":0.76300000000000001,"15min":0.753},"min":{"1min":0.53500000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":0.97799999999999998,"5min":1.157,"15min":1.157},"last":0.76900000000000002}]},{"osd":4,"last update":"Tue Sep 10 19:08:16 2024","interfaces":[{"interface":"back","average":{"1min":0.92900000000000005,"5min":0.95799999999999996,"15min":0.96699999999999997},"min":{"1min":0.70899999999999996,"5min":0.69399999999999995,"15min":0.69399999999999995},"max":{"1min":1.3819999999999999,"5min":1.3819999999999999,"15min":1.3819999999999999},"last":0.997},{"interface":"front","average":{"1min":1.095,"5min":1.0089999999999999,"15min":0.99099999999999999},"min":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":1.5649999999999999,"5min":1.5649999999999999,"15min":1.5649999999999999},"last":0.873}]},{"osd":5,"last update":"Tue Sep 10 19:07:35 2024","interfaces":[{"interface":"back","average":{"1min":1.0269999999999999,"5min":1.0309999999999999,"15min":1.032},"min":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.4750000000000001,"5min":1.4750000000000001,"15min":1.4750000000000001},"last":0.97699999999999998},{"interface":"front","average":{"1min":0.996,"5min":0.97999999999999998,"15min":0.97799999999999998},"min":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.3999999999999999,"5min":1.3999999999999999,"15min":1.3999999999999999},"last":0.98699999999999999}]},{"osd":6,"last update":"Tue Sep 10 19:08:01 2024","interfaces":[{"interface":"back","average":{"1min":1.1120000000000001,"5min":1.1259999999999999,"15min":1.1279999999999999},"min":{"1min":0.85699999999999998,"5min":0.85699999999999998,"15min":0.85699999999999998},"max":{"1min":1.6970000000000001,"5min":1.6970000000000001,"15min":1.6970000000000001},"last":0.92700000000000005},{"interface":"front","average":{"1min":0.996,"5min":1.0680000000000001,"15min":1.0800000000000001},"min":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"max":{"1min":1.516,"5min":1.516,"15min":1.516},"last":0.89400000000000002}]},{"osd":7,"last update":"Tue Sep 10 19:07:28 2024","interfaces":[{"interface":"back","average":{"1min":1.0669999999999999,"5min":1.0669999999999999,"15min":1.0669999999999999},"min":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"max":{"1min":1.3169999999999999,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":1.0700000000000001},{"interface":"front","average":{"1min":1.1519999999999999,"5min":1.1519999999999999,"15min":1.1519999999999999},"min":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"max":{"1min":1.7669999999999999,"5min":1.7669999999999999,"15min":1.7669999999999999},"last":1.0289999999999999}]}]},{"osd":3,"up_from":26,"seq":111669149743,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049020,"kb_used_data":436,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696132,"statfs":{"total":95995035648,"available":94920839168,"internally_reserved":1073741824,"allocated":446464,"data_stored":178908,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 10 19:07:48 2024","interfaces":[{"interface":"back","average":{"1min":0.67400000000000004,"5min":0.66400000000000003,"15min":0.65600000000000003},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":1.1060000000000001,"5min":1.1060000000000001,"15min":1.1060000000000001},"last":0.83299999999999996},{"interface":"front","average":{"1min":0.72099999999999997,"5min":0.72299999999999998,"15min":0.72299999999999998},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.98099999999999998,"5min":1.5229999999999999,"15min":1.5229999999999999},"last":0.64300000000000002}]},{"osd":1,"last update":"Tue Sep 10 19:07:48 2024","interfaces":[{"interface":"back","average":{"1min":0.72299999999999998,"5min":0.71299999999999997,"15min":0.70299999999999996},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.92100000000000004,"5min":1.006,"15min":1.006},"last":0.73499999999999999},{"interface":"front","average":{"1min":0.76900000000000002,"5min":0.69599999999999995,"15min":0.66800000000000004},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":1.054,"5min":1.1120000000000001,"15min":1.1120000000000001},"last":0.97799999999999998}]},{"osd":2,"last update":"Tue Sep 10 19:07:48 2024","interfaces":[{"interface":"back","average":{"1min":0.83799999999999997,"5min":0.77100000000000002,"15min":0.74099999999999999},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":1.139,"5min":1.2589999999999999,"15min":1.2589999999999999},"last":1.073},{"interface":"front","average":{"1min":0.77600000000000002,"5min":0.74299999999999999,"15min":0.73699999999999999},"min":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":1.0529999999999999,"5min":1.1499999999999999,"15min":1.1499999999999999},"last":0.622}]},{"osd":4,"last update":"Tue Sep 10 19:08:11 2024","interfaces":[{"interface":"back","average":{"1min":1.151,"5min":0.92700000000000005,"15min":0.88400000000000001},"min":{"1min":0.71399999999999997,"5min":0.69999999999999996,"15min":0.69999999999999996},"max":{"1min":5.5960000000000001,"5min":5.5960000000000001,"15min":5.5960000000000001},"last":0.95199999999999996},{"interface":"front","average":{"1min":1.0189999999999999,"5min":0.95699999999999996,"15min":0.93100000000000005},"min":{"1min":0.63700000000000001,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.3220000000000001,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":1.194}]},{"osd":5,"last update":"Tue Sep 10 19:07:38 2024","interfaces":[{"interface":"back","average":{"1min":1.036,"5min":1.018,"15min":1.0149999999999999},"min":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.5529999999999999,"5min":1.5529999999999999,"15min":1.5529999999999999},"last":1.23},{"interface":"front","average":{"1min":0.98599999999999999,"5min":0.998,"15min":1},"min":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"max":{"1min":1.444,"5min":1.444,"15min":1.444},"last":1.0149999999999999}]},{"osd":6,"last update":"Tue Sep 10 19:08:02 2024","interfaces":[{"interface":"back","average":{"1min":1.0089999999999999,"5min":1.0589999999999999,"15min":1.0669999999999999},"min":{"1min":0.627,"5min":0.627,"15min":0.627},"max":{"1min":1.492,"5min":1.492,"15min":1.492},"last":1.151},{"interface":"front","average":{"1min":1.159,"5min":1.044,"15min":1.0249999999999999},"min":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":5.2409999999999997,"5min":5.2409999999999997,"15min":5.2409999999999997},"last":1.0389999999999999}]},{"osd":7,"last update":"Tue Sep 10 19:07:30 2024","interfaces":[{"interface":"back","average":{"1min":1.056,"5min":1.056,"15min":1.056},"min":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":1.321,"5min":1.321,"15min":1.321},"last":1.107},{"interface":"front","average":{"1min":1.133,"5min":1.133,"15min":1.133},"min":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"max":{"1min":1.4430000000000001,"5min":1.4430000000000001,"15min":1.4430000000000001},"last":1.2769999999999999}]}]},{"osd":4,"up_from":31,"seq":133143986217,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049020,"kb_used_data":436,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696132,"statfs":{"total":95995035648,"available":94920839168,"internally_reserved":1073741824,"allocated":446464,"data_stored":178908,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 10 19:08:14 2024","interfaces":[{"interface":"back","average":{"1min":0.79700000000000004,"5min":0.78900000000000003,"15min":0.78300000000000003},"min":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":1.0640000000000001,"5min":1.0640000000000001,"15min":1.0640000000000001},"last":0.90500000000000003},{"interface":"front","average":{"1min":0.82599999999999996,"5min":0.82299999999999995,"15min":0.81499999999999995},"min":{"1min":0.61399999999999999,"5min":0.55000000000000004,"15min":0.55000000000000004},"max":{"1min":1.1359999999999999,"5min":1.196,"15min":1.196},"last":0.64500000000000002}]},{"osd":1,"last update":"Tue Sep 10 19:08:14 2024","interfaces":[{"interface":"back","average":{"1min":0.81399999999999995,"5min":0.83399999999999996,"15min":0.83299999999999996},"min":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.133,"5min":1.1559999999999999,"15min":1.1559999999999999},"last":0.69499999999999995},{"interface":"front","average":{"1min":0.79400000000000004,"5min":0.80100000000000005,"15min":0.80100000000000005},"min":{"1min":0.505,"5min":0.505,"15min":0.505},"max":{"1min":1.165,"5min":1.165,"15min":1.165},"last":0.628}]},{"osd":2,"last update":"Tue Sep 10 19:08:14 2024","interfaces":[{"interface":"back","average":{"1min":0.83299999999999996,"5min":0.79500000000000004,"15min":0.77800000000000002},"min":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"max":{"1min":1.014,"5min":1.014,"15min":1.014},"last":0.75800000000000001},{"interface":"front","average":{"1min":0.85799999999999998,"5min":0.89900000000000002,"15min":0.90500000000000003},"min":{"1min":0.67900000000000005,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.0629999999999999,"5min":1.167,"15min":1.167},"last":0.73499999999999999}]},{"osd":3,"last update":"Tue Sep 10 19:08:14 2024","interfaces":[{"interface":"back","average":{"1min":0.94599999999999995,"5min":0.89300000000000002,"15min":0.873},"min":{"1min":0.68000000000000005,"5min":0.623,"15min":0.623},"max":{"1min":1.1339999999999999,"5min":1.1339999999999999,"15min":1.1339999999999999},"last":0.97499999999999998},{"interface":"front","average":{"1min":0.86199999999999999,"5min":0.873,"15min":0.872},"min":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"max":{"1min":1.1020000000000001,"5min":1.157,"15min":1.157},"last":0.85099999999999998}]},{"osd":5,"last update":"Tue Sep 10 19:07:41 2024","interfaces":[{"interface":"back","average":{"1min":0.81499999999999995,"5min":0.77500000000000002,"15min":0.76800000000000002},"min":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":1.032,"5min":1.087,"15min":1.087},"last":1.0469999999999999},{"interface":"front","average":{"1min":1.0329999999999999,"5min":0.996,"15min":0.98999999999999999},"min":{"1min":0.75600000000000001,"5min":0.70599999999999996,"15min":0.70599999999999996},"max":{"1min":1.2,"5min":1.2190000000000001,"15min":1.2190000000000001},"last":1.1120000000000001}]},{"osd":6,"last update":"Tue Sep 10 19:08:07 2024","interfaces":[{"interface":"back","average":{"1min":0.92900000000000005,"5min":0.92900000000000005,"15min":0.92900000000000005},"min":{"1min":0.67600000000000005,"5min":0.61499999999999999,"15min":0.61499999999999999},"max":{"1min":1.1459999999999999,"5min":1.1539999999999999,"15min":1.1539999999999999},"last":1.165},{"interface":"front","average":{"1min":0.85999999999999999,"5min":0.89000000000000001,"15min":0.89500000000000002},"min":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.165,"5min":1.4490000000000001,"15min":1.4490000000000001},"last":0.94799999999999995}]},{"osd":7,"last update":"Tue Sep 10 19:07:27 2024","interfaces":[{"interface":"back","average":{"1min":0.93799999999999994,"5min":0.93799999999999994,"15min":0.93799999999999994},"min":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.252,"5min":1.252,"15min":1.252},"last":1.1739999999999999},{"interface":"front","average":{"1min":1.052,"5min":1.052,"15min":1.052},"min":{"1min":0.749,"5min":0.749,"15min":0.749},"max":{"1min":1.5289999999999999,"5min":1.5289999999999999,"15min":1.5289999999999999},"last":1.034}]}]},{"osd":5,"up_from":36,"seq":154618822692,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049020,"kb_used_data":436,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696132,"statfs":{"total":95995035648,"available":94920839168,"internally_reserved":1073741824,"allocated":446464,"data_stored":178908,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 10 19:07:40 2024","interfaces":[{"interface":"back","average":{"1min":0.91400000000000003,"5min":0.85299999999999998,"15min":0.84299999999999997},"min":{"1min":0.63500000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":1.1930000000000001,"5min":1.272,"15min":1.272},"last":0.96799999999999997},{"interface":"front","average":{"1min":0.85599999999999998,"5min":0.86799999999999999,"15min":0.87},"min":{"1min":0.69499999999999995,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.0660000000000001,"5min":1.3440000000000001,"15min":1.3440000000000001},"last":0.71399999999999997}]},{"osd":1,"last update":"Tue Sep 10 19:07:40 2024","interfaces":[{"interface":"back","average":{"1min":0.878,"5min":0.85099999999999998,"15min":0.84699999999999998},"min":{"1min":0.68799999999999994,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":1.1539999999999999,"5min":1.171,"15min":1.171},"last":0.63800000000000001},{"interface":"front","average":{"1min":0.89400000000000002,"5min":0.86599999999999999,"15min":0.86199999999999999},"min":{"1min":0.76400000000000001,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.0609999999999999,"5min":1.25,"15min":1.25},"last":0.84999999999999998}]},{"osd":2,"last update":"Tue Sep 10 19:07:40 2024","interfaces":[{"interface":"back","average":{"1min":0.89200000000000002,"5min":0.86599999999999999,"15min":0.86199999999999999},"min":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.177,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":0.90300000000000002},{"interface":"front","average":{"1min":0.91400000000000003,"5min":0.88800000000000001,"15min":0.88400000000000001},"min":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"max":{"1min":1.111,"5min":1.111,"15min":1.111},"last":0.88400000000000001}]},{"osd":3,"last update":"Tue Sep 10 19:07:40 2024","interfaces":[{"interface":"back","average":{"1min":0.89500000000000002,"5min":0.89500000000000002,"15min":0.89500000000000002},"min":{"1min":0.61599999999999999,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.2090000000000001,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":1.0249999999999999},{"interface":"front","average":{"1min":0.89600000000000002,"5min":0.93200000000000005,"15min":0.93799999999999994},"min":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"max":{"1min":1.167,"5min":1.167,"15min":1.167},"last":0.82299999999999995}]},{"osd":4,"last update":"Tue Sep 10 19:07:40 2024","interfaces":[{"interface":"back","average":{"1min":0.81200000000000006,"5min":0.83699999999999997,"15min":0.84099999999999997},"min":{"1min":0.58999999999999997,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":1.0900000000000001,"5min":1.417,"15min":1.417},"last":0.94599999999999995},{"interface":"front","average":{"1min":0.91400000000000003,"5min":0.87,"15min":0.86199999999999999},"min":{"1min":0.502,"5min":0.502,"15min":0.502},"max":{"1min":1.1639999999999999,"5min":1.177,"15min":1.177},"last":0.68400000000000005}]},{"osd":6,"last update":"Tue Sep 10 19:08:04 2024","interfaces":[{"interface":"back","average":{"1min":1.0129999999999999,"5min":0.98799999999999999,"15min":0.98399999999999999},"min":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.26,"5min":1.26,"15min":1.26},"last":0.79200000000000004},{"interface":"front","average":{"1min":0.91400000000000003,"5min":0.92100000000000004,"15min":0.92200000000000004},"min":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.175,"5min":1.3420000000000001,"15min":1.3420000000000001},"last":0.74399999999999999}]},{"osd":7,"last update":"Tue Sep 10 19:07:33 2024","interfaces":[{"interface":"back","average":{"1min":0.92500000000000004,"5min":0.92500000000000004,"15min":0.92500000000000004},"min":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":1.141,"5min":1.141,"15min":1.141},"last":0.99299999999999999},{"interface":"front","average":{"1min":1.05,"5min":1.05,"15min":1.05},"min":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.4079999999999999,"5min":1.4079999999999999,"15min":1.4079999999999999},"last":1.0629999999999999}]}]}]}} 2024-09-10T19:08:26.053 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-10T19:08:26.053 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-10T19:08:26.053 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-10T19:08:26.053 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- ceph health --format=json 2024-09-10T19:08:26.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:25 smithi155 bash[14970]: audit 2024-09-10T19:08:24.835583+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822408\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822607\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822734\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822856\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822978\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.823099\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:08:24.823219\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:08:24.823342\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:08:24.823483\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}}, \"last_daemon_update\": \"2024-09-10T19:08:24.823765\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:08:26.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:25 smithi155 bash[18934]: audit 2024-09-10T19:08:24.828355+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822408\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822607\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822734\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822856\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822978\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.823099\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:08:24.823219\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:08:24.823342\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:08:24.823483\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}}, \"last_daemon_update\": \"2024-09-10T19:08:24.823765\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:08:26.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:25 smithi155 bash[18934]: audit 2024-09-10T19:08:24.835583+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822408\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822607\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822734\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822856\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822978\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.823099\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:08:24.823219\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:08:24.823342\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:08:24.823483\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}}, \"last_daemon_update\": \"2024-09-10T19:08:24.823765\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:08:26.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:25 smithi189 bash[14634]: audit 2024-09-10T19:08:24.828355+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822408\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822607\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822734\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822856\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822978\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.823099\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:08:24.823219\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:08:24.823342\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:08:24.823483\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}}, \"last_daemon_update\": \"2024-09-10T19:08:24.823765\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:08:26.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:25 smithi189 bash[14634]: audit 2024-09-10T19:08:24.835583+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822408\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822607\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822734\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822856\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822978\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.823099\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:08:24.823219\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:08:24.823342\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:08:24.823483\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}}, \"last_daemon_update\": \"2024-09-10T19:08:24.823765\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:08:27.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:26 smithi189 bash[14634]: audit 2024-09-10T19:08:25.283160+0000 mgr.y (mgr.14140) 253 : audit [DBG] from='client.24505 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T19:08:27.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:26 smithi189 bash[14634]: cluster 2024-09-10T19:08:25.830145+0000 mgr.y (mgr.14140) 254 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:27.286 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:26 smithi155 bash[18934]: audit 2024-09-10T19:08:25.283160+0000 mgr.y (mgr.14140) 253 : audit [DBG] from='client.24505 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T19:08:27.286 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:26 smithi155 bash[18934]: cluster 2024-09-10T19:08:25.830145+0000 mgr.y (mgr.14140) 254 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:27.286 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:26 smithi155 bash[14970]: audit 2024-09-10T19:08:25.283160+0000 mgr.y (mgr.14140) 253 : audit [DBG] from='client.24505 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T19:08:27.286 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:26 smithi155 bash[14970]: cluster 2024-09-10T19:08:25.830145+0000 mgr.y (mgr.14140) 254 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:27.589 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:08:27 smithi155 bash[31332]: ts=2024-09-10T19:08:27.366Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.002942183s 2024-09-10T19:08:28.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:27 smithi155 bash[14970]: cluster 2024-09-10T19:08:27.830898+0000 mgr.y (mgr.14140) 255 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:28.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:27 smithi155 bash[18934]: cluster 2024-09-10T19:08:27.830898+0000 mgr.y (mgr.14140) 255 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:28.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:27 smithi189 bash[14634]: cluster 2024-09-10T19:08:27.830898+0000 mgr.y (mgr.14140) 255 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:29.765 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T19:08:30.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:29 smithi155 bash[14970]: audit 2024-09-10T19:08:29.763552+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.155:0/2309052101' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-10T19:08:30.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:29 smithi155 bash[18934]: audit 2024-09-10T19:08:29.763552+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.155:0/2309052101' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-10T19:08:30.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:29 smithi189 bash[14634]: audit 2024-09-10T19:08:29.763552+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.155:0/2309052101' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-10T19:08:30.578 INFO:teuthology.orchestra.run.smithi155.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-10T19:08:30.578 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-10T19:08:30.578 INFO:tasks.cephadm:Setup complete, yielding 2024-09-10T19:08:30.579 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-10T19:08:30.588 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi155.front.sepia.ceph.com 2024-09-10T19:08:30.589 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- bash -c 'ceph config set mgr mgr/cephadm/use_repo_digest false --force' 2024-09-10T19:08:31.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:30 smithi155 bash[14970]: cluster 2024-09-10T19:08:29.831438+0000 mgr.y (mgr.14140) 256 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:31.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:30 smithi155 bash[18934]: cluster 2024-09-10T19:08:29.831438+0000 mgr.y (mgr.14140) 256 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:31.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:30 smithi189 bash[14634]: cluster 2024-09-10T19:08:29.831438+0000 mgr.y (mgr.14140) 256 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:33.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:32 smithi155 bash[18934]: cluster 2024-09-10T19:08:31.832026+0000 mgr.y (mgr.14140) 257 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:33.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:32 smithi155 bash[14970]: cluster 2024-09-10T19:08:31.832026+0000 mgr.y (mgr.14140) 257 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:33.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:32 smithi189 bash[14634]: cluster 2024-09-10T19:08:31.832026+0000 mgr.y (mgr.14140) 257 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:34.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:33 smithi189 bash[14634]: cluster 2024-09-10T19:08:33.832690+0000 mgr.y (mgr.14140) 258 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:34.294 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:33 smithi155 bash[18934]: cluster 2024-09-10T19:08:33.832690+0000 mgr.y (mgr.14140) 258 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:34.294 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:33 smithi155 bash[14970]: cluster 2024-09-10T19:08:33.832690+0000 mgr.y (mgr.14140) 258 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:35.022 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-10T19:08:35.032 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi155.front.sepia.ceph.com 2024-09-10T19:08:35.032 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2024-09-10T19:08:35.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:34 smithi189 bash[14634]: audit 2024-09-10T19:08:34.220807+0000 mon.a (mon.0) 517 : audit [INF] from='client.? 172.21.15.155:0/2334736562' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "mgr/cephadm/use_repo_digest", "value": "false", "force": true}]: dispatch 2024-09-10T19:08:35.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:34 smithi189 bash[14634]: audit 2024-09-10T19:08:34.225713+0000 mon.a (mon.0) 518 : audit [INF] from='client.? 172.21.15.155:0/2334736562' entity='client.admin' cmd='[{"prefix": "config set", "who": "mgr", "name": "mgr/cephadm/use_repo_digest", "value": "false", "force": true}]': finished 2024-09-10T19:08:35.237 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:34 smithi155 bash[18934]: audit 2024-09-10T19:08:34.220807+0000 mon.a (mon.0) 517 : audit [INF] from='client.? 172.21.15.155:0/2334736562' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "mgr/cephadm/use_repo_digest", "value": "false", "force": true}]: dispatch 2024-09-10T19:08:35.237 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:34 smithi155 bash[18934]: audit 2024-09-10T19:08:34.225713+0000 mon.a (mon.0) 518 : audit [INF] from='client.? 172.21.15.155:0/2334736562' entity='client.admin' cmd='[{"prefix": "config set", "who": "mgr", "name": "mgr/cephadm/use_repo_digest", "value": "false", "force": true}]': finished 2024-09-10T19:08:35.237 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:34 smithi155 bash[14970]: audit 2024-09-10T19:08:34.220807+0000 mon.a (mon.0) 517 : audit [INF] from='client.? 172.21.15.155:0/2334736562' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "mgr/cephadm/use_repo_digest", "value": "false", "force": true}]: dispatch 2024-09-10T19:08:35.237 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:34 smithi155 bash[14970]: audit 2024-09-10T19:08:34.225713+0000 mon.a (mon.0) 518 : audit [INF] from='client.? 172.21.15.155:0/2334736562' entity='client.admin' cmd='[{"prefix": "config set", "who": "mgr", "name": "mgr/cephadm/use_repo_digest", "value": "false", "force": true}]': finished 2024-09-10T19:08:36.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:35 smithi189 bash[14634]: cluster 2024-09-10T19:08:35.833296+0000 mgr.y (mgr.14140) 259 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:36.254 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:35 smithi155 bash[14970]: cluster 2024-09-10T19:08:35.833296+0000 mgr.y (mgr.14140) 259 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:36.255 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:35 smithi155 bash[18934]: cluster 2024-09-10T19:08:35.833296+0000 mgr.y (mgr.14140) 259 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:38.172 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:37 smithi155 bash[14970]: cluster 2024-09-10T19:08:37.833866+0000 mgr.y (mgr.14140) 260 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:38.172 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:37 smithi155 bash[18934]: cluster 2024-09-10T19:08:37.833866+0000 mgr.y (mgr.14140) 260 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:38.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:37 smithi189 bash[14634]: cluster 2024-09-10T19:08:37.833866+0000 mgr.y (mgr.14140) 260 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:39.952 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:08:39.952 INFO:teuthology.orchestra.run.smithi155.stdout: "id": "03870e51-6a10-4536-83b5-b49fdf35fee0", 2024-09-10T19:08:39.952 INFO:teuthology.orchestra.run.smithi155.stdout: "name": "r", 2024-09-10T19:08:39.952 INFO:teuthology.orchestra.run.smithi155.stdout: "current_period": "a1d045ab-ae8c-4692-b316-eab75ee22f64", 2024-09-10T19:08:39.952 INFO:teuthology.orchestra.run.smithi155.stdout: "epoch": 1 2024-09-10T19:08:39.952 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:08:40.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:39 smithi189 bash[14634]: cluster 2024-09-10T19:08:38.911109+0000 mon.a (mon.0) 519 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-09-10T19:08:40.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:39 smithi189 bash[14634]: audit 2024-09-10T19:08:38.914324+0000 mon.a (mon.0) 520 : audit [INF] from='client.? 172.21.15.155:0/3303098013' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-10T19:08:40.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:39 smithi189 bash[14634]: cluster 2024-09-10T19:08:39.834532+0000 mgr.y (mgr.14140) 261 : cluster [DBG] pgmap v248: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:40.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:39 smithi155 bash[18934]: cluster 2024-09-10T19:08:38.911109+0000 mon.a (mon.0) 519 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-09-10T19:08:40.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:39 smithi155 bash[18934]: audit 2024-09-10T19:08:38.914324+0000 mon.a (mon.0) 520 : audit [INF] from='client.? 172.21.15.155:0/3303098013' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-10T19:08:40.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:39 smithi155 bash[18934]: cluster 2024-09-10T19:08:39.834532+0000 mgr.y (mgr.14140) 261 : cluster [DBG] pgmap v248: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:40.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:39 smithi155 bash[14970]: cluster 2024-09-10T19:08:38.911109+0000 mon.a (mon.0) 519 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-09-10T19:08:40.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:39 smithi155 bash[14970]: audit 2024-09-10T19:08:38.914324+0000 mon.a (mon.0) 520 : audit [INF] from='client.? 172.21.15.155:0/3303098013' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-10T19:08:40.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:39 smithi155 bash[14970]: cluster 2024-09-10T19:08:39.834532+0000 mgr.y (mgr.14140) 261 : cluster [DBG] pgmap v248: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:40.738 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2024-09-10T19:08:41.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:40 smithi155 bash[18934]: audit 2024-09-10T19:08:39.912120+0000 mon.a (mon.0) 521 : audit [INF] from='client.? 172.21.15.155:0/3303098013' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-10T19:08:41.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:40 smithi155 bash[18934]: cluster 2024-09-10T19:08:39.912473+0000 mon.a (mon.0) 522 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-10T19:08:41.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:40 smithi155 bash[14970]: audit 2024-09-10T19:08:39.912120+0000 mon.a (mon.0) 521 : audit [INF] from='client.? 172.21.15.155:0/3303098013' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-10T19:08:41.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:40 smithi155 bash[14970]: cluster 2024-09-10T19:08:39.912473+0000 mon.a (mon.0) 522 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-10T19:08:41.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:40 smithi189 bash[14634]: audit 2024-09-10T19:08:39.912120+0000 mon.a (mon.0) 521 : audit [INF] from='client.? 172.21.15.155:0/3303098013' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-10T19:08:41.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:40 smithi189 bash[14634]: cluster 2024-09-10T19:08:39.912473+0000 mon.a (mon.0) 522 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-10T19:08:42.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:41 smithi189 bash[14634]: cluster 2024-09-10T19:08:40.928932+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-10T19:08:42.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:41 smithi189 bash[14634]: cluster 2024-09-10T19:08:41.835235+0000 mgr.y (mgr.14140) 262 : cluster [DBG] pgmap v251: 33 pgs: 4 creating+activating, 17 active+clean, 12 unknown; 400 B data, 3.6 MiB used, 707 GiB / 715 GiB avail; 853 B/s wr, 0 op/s 2024-09-10T19:08:42.329 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:41 smithi155 bash[14970]: cluster 2024-09-10T19:08:40.928932+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-10T19:08:42.329 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:41 smithi155 bash[14970]: cluster 2024-09-10T19:08:41.835235+0000 mgr.y (mgr.14140) 262 : cluster [DBG] pgmap v251: 33 pgs: 4 creating+activating, 17 active+clean, 12 unknown; 400 B data, 3.6 MiB used, 707 GiB / 715 GiB avail; 853 B/s wr, 0 op/s 2024-09-10T19:08:42.330 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:41 smithi155 bash[18934]: cluster 2024-09-10T19:08:40.928932+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-10T19:08:42.330 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:41 smithi155 bash[18934]: cluster 2024-09-10T19:08:41.835235+0000 mgr.y (mgr.14140) 262 : cluster [DBG] pgmap v251: 33 pgs: 4 creating+activating, 17 active+clean, 12 unknown; 400 B data, 3.6 MiB used, 707 GiB / 715 GiB avail; 853 B/s wr, 0 op/s 2024-09-10T19:08:44.099 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:08:44.099 INFO:teuthology.orchestra.run.smithi155.stdout: "id": "a285b2df-0291-48cd-9900-2a79f8c1f9c2", 2024-09-10T19:08:44.099 INFO:teuthology.orchestra.run.smithi155.stdout: "name": "default", 2024-09-10T19:08:44.099 INFO:teuthology.orchestra.run.smithi155.stdout: "api_name": "default", 2024-09-10T19:08:44.099 INFO:teuthology.orchestra.run.smithi155.stdout: "is_master": "true", 2024-09-10T19:08:44.100 INFO:teuthology.orchestra.run.smithi155.stdout: "endpoints": [], 2024-09-10T19:08:44.100 INFO:teuthology.orchestra.run.smithi155.stdout: "hostnames": [], 2024-09-10T19:08:44.100 INFO:teuthology.orchestra.run.smithi155.stdout: "hostnames_s3website": [], 2024-09-10T19:08:44.100 INFO:teuthology.orchestra.run.smithi155.stdout: "master_zone": "", 2024-09-10T19:08:44.100 INFO:teuthology.orchestra.run.smithi155.stdout: "zones": [], 2024-09-10T19:08:44.100 INFO:teuthology.orchestra.run.smithi155.stdout: "placement_targets": [], 2024-09-10T19:08:44.100 INFO:teuthology.orchestra.run.smithi155.stdout: "default_placement": "", 2024-09-10T19:08:44.100 INFO:teuthology.orchestra.run.smithi155.stdout: "realm_id": "03870e51-6a10-4536-83b5-b49fdf35fee0", 2024-09-10T19:08:44.100 INFO:teuthology.orchestra.run.smithi155.stdout: "sync_policy": { 2024-09-10T19:08:44.100 INFO:teuthology.orchestra.run.smithi155.stdout: "groups": [] 2024-09-10T19:08:44.100 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-10T19:08:44.100 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:08:44.152 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:43 smithi155 bash[18934]: cluster 2024-09-10T19:08:43.835901+0000 mgr.y (mgr.14140) 263 : cluster [DBG] pgmap v252: 33 pgs: 4 creating+activating, 29 active+clean; 470 B data, 3.8 MiB used, 707 GiB / 715 GiB avail; 1023 B/s wr, 1 op/s 2024-09-10T19:08:44.152 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:43 smithi155 bash[14970]: cluster 2024-09-10T19:08:43.835901+0000 mgr.y (mgr.14140) 263 : cluster [DBG] pgmap v252: 33 pgs: 4 creating+activating, 29 active+clean; 470 B data, 3.8 MiB used, 707 GiB / 715 GiB avail; 1023 B/s wr, 1 op/s 2024-09-10T19:08:44.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:43 smithi189 bash[14634]: cluster 2024-09-10T19:08:43.835901+0000 mgr.y (mgr.14140) 263 : cluster [DBG] pgmap v252: 33 pgs: 4 creating+activating, 29 active+clean; 470 B data, 3.8 MiB used, 707 GiB / 715 GiB avail; 1023 B/s wr, 1 op/s 2024-09-10T19:08:44.915 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2024-09-10T19:08:46.194 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:45 smithi155 bash[14970]: cluster 2024-09-10T19:08:45.836585+0000 mgr.y (mgr.14140) 264 : cluster [DBG] pgmap v253: 33 pgs: 33 active+clean; 562 B data, 3.8 MiB used, 707 GiB / 715 GiB avail; 147 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-10T19:08:46.194 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:45 smithi155 bash[18934]: cluster 2024-09-10T19:08:45.836585+0000 mgr.y (mgr.14140) 264 : cluster [DBG] pgmap v253: 33 pgs: 33 active+clean; 562 B data, 3.8 MiB used, 707 GiB / 715 GiB avail; 147 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-10T19:08:46.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:45 smithi189 bash[14634]: cluster 2024-09-10T19:08:45.836585+0000 mgr.y (mgr.14140) 264 : cluster [DBG] pgmap v253: 33 pgs: 33 active+clean; 562 B data, 3.8 MiB used, 707 GiB / 715 GiB avail; 147 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-10T19:08:48.187 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:47 smithi155 bash[14970]: cluster 2024-09-10T19:08:47.837285+0000 mgr.y (mgr.14140) 265 : cluster [DBG] pgmap v254: 33 pgs: 33 active+clean; 562 B data, 3.8 MiB used, 707 GiB / 715 GiB avail; 255 B/s rd, 1.1 KiB/s wr, 1 op/s 2024-09-10T19:08:48.188 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:47 smithi155 bash[18934]: cluster 2024-09-10T19:08:47.837285+0000 mgr.y (mgr.14140) 265 : cluster [DBG] pgmap v254: 33 pgs: 33 active+clean; 562 B data, 3.8 MiB used, 707 GiB / 715 GiB avail; 255 B/s rd, 1.1 KiB/s wr, 1 op/s 2024-09-10T19:08:48.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:47 smithi189 bash[14634]: cluster 2024-09-10T19:08:47.837285+0000 mgr.y (mgr.14140) 265 : cluster [DBG] pgmap v254: 33 pgs: 33 active+clean; 562 B data, 3.8 MiB used, 707 GiB / 715 GiB avail; 255 B/s rd, 1.1 KiB/s wr, 1 op/s 2024-09-10T19:08:48.300 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:08:48.301 INFO:teuthology.orchestra.run.smithi155.stdout: "id": "a8f10ef2-7af0-46bf-8b17-95e77757ebb3", 2024-09-10T19:08:48.301 INFO:teuthology.orchestra.run.smithi155.stdout: "name": "z", 2024-09-10T19:08:48.301 INFO:teuthology.orchestra.run.smithi155.stdout: "domain_root": "z.rgw.meta:root", 2024-09-10T19:08:48.301 INFO:teuthology.orchestra.run.smithi155.stdout: "control_pool": "z.rgw.control", 2024-09-10T19:08:48.301 INFO:teuthology.orchestra.run.smithi155.stdout: "gc_pool": "z.rgw.log:gc", 2024-09-10T19:08:48.301 INFO:teuthology.orchestra.run.smithi155.stdout: "lc_pool": "z.rgw.log:lc", 2024-09-10T19:08:48.301 INFO:teuthology.orchestra.run.smithi155.stdout: "log_pool": "z.rgw.log", 2024-09-10T19:08:48.301 INFO:teuthology.orchestra.run.smithi155.stdout: "intent_log_pool": "z.rgw.log:intent", 2024-09-10T19:08:48.302 INFO:teuthology.orchestra.run.smithi155.stdout: "usage_log_pool": "z.rgw.log:usage", 2024-09-10T19:08:48.302 INFO:teuthology.orchestra.run.smithi155.stdout: "roles_pool": "z.rgw.meta:roles", 2024-09-10T19:08:48.302 INFO:teuthology.orchestra.run.smithi155.stdout: "reshard_pool": "z.rgw.log:reshard", 2024-09-10T19:08:48.302 INFO:teuthology.orchestra.run.smithi155.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2024-09-10T19:08:48.302 INFO:teuthology.orchestra.run.smithi155.stdout: "user_email_pool": "z.rgw.meta:users.email", 2024-09-10T19:08:48.302 INFO:teuthology.orchestra.run.smithi155.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2024-09-10T19:08:48.302 INFO:teuthology.orchestra.run.smithi155.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2024-09-10T19:08:48.302 INFO:teuthology.orchestra.run.smithi155.stdout: "otp_pool": "z.rgw.otp", 2024-09-10T19:08:48.303 INFO:teuthology.orchestra.run.smithi155.stdout: "system_key": { 2024-09-10T19:08:48.303 INFO:teuthology.orchestra.run.smithi155.stdout: "access_key": "", 2024-09-10T19:08:48.303 INFO:teuthology.orchestra.run.smithi155.stdout: "secret_key": "" 2024-09-10T19:08:48.303 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:08:48.303 INFO:teuthology.orchestra.run.smithi155.stdout: "placement_pools": [ 2024-09-10T19:08:48.304 INFO:teuthology.orchestra.run.smithi155.stdout: { 2024-09-10T19:08:48.304 INFO:teuthology.orchestra.run.smithi155.stdout: "key": "default-placement", 2024-09-10T19:08:48.304 INFO:teuthology.orchestra.run.smithi155.stdout: "val": { 2024-09-10T19:08:48.304 INFO:teuthology.orchestra.run.smithi155.stdout: "index_pool": "z.rgw.buckets.index", 2024-09-10T19:08:48.304 INFO:teuthology.orchestra.run.smithi155.stdout: "storage_classes": { 2024-09-10T19:08:48.304 INFO:teuthology.orchestra.run.smithi155.stdout: "STANDARD": { 2024-09-10T19:08:48.304 INFO:teuthology.orchestra.run.smithi155.stdout: "data_pool": "z.rgw.buckets.data" 2024-09-10T19:08:48.304 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-10T19:08:48.304 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:08:48.304 INFO:teuthology.orchestra.run.smithi155.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2024-09-10T19:08:48.304 INFO:teuthology.orchestra.run.smithi155.stdout: "index_type": 0 2024-09-10T19:08:48.305 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-10T19:08:48.305 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-10T19:08:48.305 INFO:teuthology.orchestra.run.smithi155.stdout: ], 2024-09-10T19:08:48.305 INFO:teuthology.orchestra.run.smithi155.stdout: "realm_id": "03870e51-6a10-4536-83b5-b49fdf35fee0" 2024-09-10T19:08:48.305 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:08:49.074 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2024-09-10T19:08:51.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:50 smithi155 bash[14970]: cluster 2024-09-10T19:08:49.837906+0000 mgr.y (mgr.14140) 266 : cluster [DBG] pgmap v255: 33 pgs: 33 active+clean; 772 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 206 B/s rd, 1.1 KiB/s wr, 1 op/s 2024-09-10T19:08:51.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:50 smithi155 bash[18934]: cluster 2024-09-10T19:08:49.837906+0000 mgr.y (mgr.14140) 266 : cluster [DBG] pgmap v255: 33 pgs: 33 active+clean; 772 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 206 B/s rd, 1.1 KiB/s wr, 1 op/s 2024-09-10T19:08:51.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:50 smithi189 bash[14634]: cluster 2024-09-10T19:08:49.837906+0000 mgr.y (mgr.14140) 266 : cluster [DBG] pgmap v255: 33 pgs: 33 active+clean; 772 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 206 B/s rd, 1.1 KiB/s wr, 1 op/s 2024-09-10T19:08:52.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:51 smithi189 bash[14634]: cluster 2024-09-10T19:08:51.838641+0000 mgr.y (mgr.14140) 267 : cluster [DBG] pgmap v256: 33 pgs: 33 active+clean; 864 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 187 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-09-10T19:08:52.303 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:51 smithi155 bash[18934]: cluster 2024-09-10T19:08:51.838641+0000 mgr.y (mgr.14140) 267 : cluster [DBG] pgmap v256: 33 pgs: 33 active+clean; 864 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 187 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-09-10T19:08:52.304 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:51 smithi155 bash[14970]: cluster 2024-09-10T19:08:51.838641+0000 mgr.y (mgr.14140) 267 : cluster [DBG] pgmap v256: 33 pgs: 33 active+clean; 864 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 187 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-09-10T19:08:54.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:53 smithi155 bash[14970]: cluster 2024-09-10T19:08:52.974177+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-10T19:08:54.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:53 smithi155 bash[14970]: audit 2024-09-10T19:08:52.978379+0000 mon.a (mon.0) 525 : audit [INF] from='client.? 172.21.15.155:0/3669664221' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-10T19:08:54.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:53 smithi155 bash[14970]: cluster 2024-09-10T19:08:53.839328+0000 mgr.y (mgr.14140) 268 : cluster [DBG] pgmap v258: 65 pgs: 6 creating+peering, 26 unknown, 33 active+clean; 1.8 KiB data, 3.9 MiB used, 707 GiB / 715 GiB avail; 921 B/s rd, 1023 B/s wr, 2 op/s 2024-09-10T19:08:54.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:53 smithi155 bash[18934]: cluster 2024-09-10T19:08:52.974177+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-10T19:08:54.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:53 smithi155 bash[18934]: audit 2024-09-10T19:08:52.978379+0000 mon.a (mon.0) 525 : audit [INF] from='client.? 172.21.15.155:0/3669664221' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-10T19:08:54.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:53 smithi155 bash[18934]: cluster 2024-09-10T19:08:53.839328+0000 mgr.y (mgr.14140) 268 : cluster [DBG] pgmap v258: 65 pgs: 6 creating+peering, 26 unknown, 33 active+clean; 1.8 KiB data, 3.9 MiB used, 707 GiB / 715 GiB avail; 921 B/s rd, 1023 B/s wr, 2 op/s 2024-09-10T19:08:54.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:53 smithi189 bash[14634]: cluster 2024-09-10T19:08:52.974177+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-10T19:08:54.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:53 smithi189 bash[14634]: audit 2024-09-10T19:08:52.978379+0000 mon.a (mon.0) 525 : audit [INF] from='client.? 172.21.15.155:0/3669664221' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-10T19:08:54.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:53 smithi189 bash[14634]: cluster 2024-09-10T19:08:53.839328+0000 mgr.y (mgr.14140) 268 : cluster [DBG] pgmap v258: 65 pgs: 6 creating+peering, 26 unknown, 33 active+clean; 1.8 KiB data, 3.9 MiB used, 707 GiB / 715 GiB avail; 921 B/s rd, 1023 B/s wr, 2 op/s 2024-09-10T19:08:55.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:54 smithi155 bash[14970]: audit 2024-09-10T19:08:53.988094+0000 mon.a (mon.0) 526 : audit [INF] from='client.? 172.21.15.155:0/3669664221' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-09-10T19:08:55.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:54 smithi155 bash[14970]: cluster 2024-09-10T19:08:53.988327+0000 mon.a (mon.0) 527 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-10T19:08:55.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:55 smithi155 bash[18934]: audit 2024-09-10T19:08:53.988094+0000 mon.a (mon.0) 526 : audit [INF] from='client.? 172.21.15.155:0/3669664221' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-09-10T19:08:55.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:55 smithi155 bash[18934]: cluster 2024-09-10T19:08:53.988327+0000 mon.a (mon.0) 527 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-10T19:08:55.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:55 smithi189 bash[14634]: audit 2024-09-10T19:08:53.988094+0000 mon.a (mon.0) 526 : audit [INF] from='client.? 172.21.15.155:0/3669664221' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-09-10T19:08:55.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:55 smithi189 bash[14634]: cluster 2024-09-10T19:08:53.988327+0000 mon.a (mon.0) 527 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-10T19:08:56.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:56 smithi155 bash[14970]: cluster 2024-09-10T19:08:54.991718+0000 mon.a (mon.0) 528 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-09-10T19:08:56.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:56 smithi155 bash[14970]: audit 2024-09-10T19:08:54.997272+0000 mon.a (mon.0) 529 : audit [INF] from='client.? 172.21.15.155:0/3669664221' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-10T19:08:56.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:56 smithi155 bash[14970]: cluster 2024-09-10T19:08:55.840028+0000 mgr.y (mgr.14140) 269 : cluster [DBG] pgmap v261: 97 pgs: 6 creating+peering, 53 unknown, 38 active+clean; 1.8 KiB data, 3.9 MiB used, 707 GiB / 715 GiB avail; 1.3 KiB/s rd, 853 B/s wr, 2 op/s 2024-09-10T19:08:56.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:56 smithi155 bash[14970]: audit 2024-09-10T19:08:55.994619+0000 mon.a (mon.0) 530 : audit [INF] from='client.? 172.21.15.155:0/3669664221' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-09-10T19:08:56.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:56 smithi155 bash[14970]: cluster 2024-09-10T19:08:55.994886+0000 mon.a (mon.0) 531 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-09-10T19:08:56.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:56 smithi155 bash[18934]: cluster 2024-09-10T19:08:54.991718+0000 mon.a (mon.0) 528 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-09-10T19:08:56.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:56 smithi155 bash[18934]: audit 2024-09-10T19:08:54.997272+0000 mon.a (mon.0) 529 : audit [INF] from='client.? 172.21.15.155:0/3669664221' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-10T19:08:56.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:56 smithi155 bash[18934]: cluster 2024-09-10T19:08:55.840028+0000 mgr.y (mgr.14140) 269 : cluster [DBG] pgmap v261: 97 pgs: 6 creating+peering, 53 unknown, 38 active+clean; 1.8 KiB data, 3.9 MiB used, 707 GiB / 715 GiB avail; 1.3 KiB/s rd, 853 B/s wr, 2 op/s 2024-09-10T19:08:56.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:56 smithi155 bash[18934]: audit 2024-09-10T19:08:55.994619+0000 mon.a (mon.0) 530 : audit [INF] from='client.? 172.21.15.155:0/3669664221' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-09-10T19:08:56.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:56 smithi155 bash[18934]: cluster 2024-09-10T19:08:55.994886+0000 mon.a (mon.0) 531 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-09-10T19:08:56.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:56 smithi189 bash[14634]: cluster 2024-09-10T19:08:54.991718+0000 mon.a (mon.0) 528 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-09-10T19:08:56.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:56 smithi189 bash[14634]: audit 2024-09-10T19:08:54.997272+0000 mon.a (mon.0) 529 : audit [INF] from='client.? 172.21.15.155:0/3669664221' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-10T19:08:56.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:56 smithi189 bash[14634]: cluster 2024-09-10T19:08:55.840028+0000 mgr.y (mgr.14140) 269 : cluster [DBG] pgmap v261: 97 pgs: 6 creating+peering, 53 unknown, 38 active+clean; 1.8 KiB data, 3.9 MiB used, 707 GiB / 715 GiB avail; 1.3 KiB/s rd, 853 B/s wr, 2 op/s 2024-09-10T19:08:56.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:56 smithi189 bash[14634]: audit 2024-09-10T19:08:55.994619+0000 mon.a (mon.0) 530 : audit [INF] from='client.? 172.21.15.155:0/3669664221' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-09-10T19:08:56.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:56 smithi189 bash[14634]: cluster 2024-09-10T19:08:55.994886+0000 mon.a (mon.0) 531 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-09-10T19:08:58.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:58 smithi155 bash[14970]: cluster 2024-09-10T19:08:56.997722+0000 mon.a (mon.0) 532 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-09-10T19:08:58.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:58 smithi155 bash[14970]: audit 2024-09-10T19:08:57.005844+0000 mon.c (mon.1) 20 : audit [INF] from='client.? 172.21.15.155:0/1293468175' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-10T19:08:58.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:58 smithi155 bash[14970]: audit 2024-09-10T19:08:57.006696+0000 mon.a (mon.0) 533 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-10T19:08:58.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:58 smithi155 bash[14970]: cluster 2024-09-10T19:08:57.840792+0000 mgr.y (mgr.14140) 270 : cluster [DBG] pgmap v264: 129 pgs: 10 creating+peering, 71 unknown, 48 active+clean; 1.8 KiB data, 4.0 MiB used, 707 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-09-10T19:08:58.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:58 smithi155 bash[18934]: cluster 2024-09-10T19:08:56.997722+0000 mon.a (mon.0) 532 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-09-10T19:08:58.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:58 smithi155 bash[18934]: audit 2024-09-10T19:08:57.005844+0000 mon.c (mon.1) 20 : audit [INF] from='client.? 172.21.15.155:0/1293468175' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-10T19:08:58.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:58 smithi155 bash[18934]: audit 2024-09-10T19:08:57.006696+0000 mon.a (mon.0) 533 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-10T19:08:58.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:58 smithi155 bash[18934]: cluster 2024-09-10T19:08:57.840792+0000 mgr.y (mgr.14140) 270 : cluster [DBG] pgmap v264: 129 pgs: 10 creating+peering, 71 unknown, 48 active+clean; 1.8 KiB data, 4.0 MiB used, 707 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-09-10T19:08:58.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:58 smithi189 bash[14634]: cluster 2024-09-10T19:08:56.997722+0000 mon.a (mon.0) 532 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-09-10T19:08:58.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:58 smithi189 bash[14634]: audit 2024-09-10T19:08:57.005844+0000 mon.c (mon.1) 20 : audit [INF] from='client.? 172.21.15.155:0/1293468175' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-10T19:08:58.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:58 smithi189 bash[14634]: audit 2024-09-10T19:08:57.006696+0000 mon.a (mon.0) 533 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-10T19:08:58.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:58 smithi189 bash[14634]: cluster 2024-09-10T19:08:57.840792+0000 mgr.y (mgr.14140) 270 : cluster [DBG] pgmap v264: 129 pgs: 10 creating+peering, 71 unknown, 48 active+clean; 1.8 KiB data, 4.0 MiB used, 707 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-09-10T19:08:59.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:59 smithi155 bash[14970]: audit 2024-09-10T19:08:58.000892+0000 mon.a (mon.0) 534 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-09-10T19:08:59.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:59 smithi155 bash[14970]: cluster 2024-09-10T19:08:58.001079+0000 mon.a (mon.0) 535 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-09-10T19:08:59.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:59 smithi155 bash[14970]: audit 2024-09-10T19:08:58.003185+0000 mon.c (mon.1) 21 : audit [INF] from='client.? 172.21.15.155:0/1293468175' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-10T19:08:59.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:59 smithi155 bash[14970]: audit 2024-09-10T19:08:58.007858+0000 mon.a (mon.0) 536 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-10T19:08:59.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:59 smithi155 bash[14970]: audit 2024-09-10T19:08:59.003121+0000 mon.a (mon.0) 537 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-10T19:08:59.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:59 smithi155 bash[14970]: cluster 2024-09-10T19:08:59.003267+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-10T19:08:59.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:59 smithi155 bash[14970]: audit 2024-09-10T19:08:59.004335+0000 mon.c (mon.1) 22 : audit [INF] from='client.? 172.21.15.155:0/1293468175' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-10T19:08:59.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:08:59 smithi155 bash[14970]: audit 2024-09-10T19:08:59.004985+0000 mon.a (mon.0) 539 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-10T19:08:59.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:59 smithi155 bash[18934]: audit 2024-09-10T19:08:58.000892+0000 mon.a (mon.0) 534 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-09-10T19:08:59.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:59 smithi155 bash[18934]: cluster 2024-09-10T19:08:58.001079+0000 mon.a (mon.0) 535 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-09-10T19:08:59.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:59 smithi155 bash[18934]: audit 2024-09-10T19:08:58.003185+0000 mon.c (mon.1) 21 : audit [INF] from='client.? 172.21.15.155:0/1293468175' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-10T19:08:59.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:59 smithi155 bash[18934]: audit 2024-09-10T19:08:58.007858+0000 mon.a (mon.0) 536 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-10T19:08:59.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:59 smithi155 bash[18934]: audit 2024-09-10T19:08:59.003121+0000 mon.a (mon.0) 537 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-10T19:08:59.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:59 smithi155 bash[18934]: cluster 2024-09-10T19:08:59.003267+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-10T19:08:59.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:59 smithi155 bash[18934]: audit 2024-09-10T19:08:59.004335+0000 mon.c (mon.1) 22 : audit [INF] from='client.? 172.21.15.155:0/1293468175' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-10T19:08:59.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:08:59 smithi155 bash[18934]: audit 2024-09-10T19:08:59.004985+0000 mon.a (mon.0) 539 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-10T19:08:59.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:59 smithi189 bash[14634]: audit 2024-09-10T19:08:58.000892+0000 mon.a (mon.0) 534 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-09-10T19:08:59.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:59 smithi189 bash[14634]: cluster 2024-09-10T19:08:58.001079+0000 mon.a (mon.0) 535 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-09-10T19:08:59.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:59 smithi189 bash[14634]: audit 2024-09-10T19:08:58.003185+0000 mon.c (mon.1) 21 : audit [INF] from='client.? 172.21.15.155:0/1293468175' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-10T19:08:59.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:59 smithi189 bash[14634]: audit 2024-09-10T19:08:58.007858+0000 mon.a (mon.0) 536 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-10T19:08:59.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:59 smithi189 bash[14634]: audit 2024-09-10T19:08:59.003121+0000 mon.a (mon.0) 537 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-10T19:08:59.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:59 smithi189 bash[14634]: cluster 2024-09-10T19:08:59.003267+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-10T19:08:59.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:59 smithi189 bash[14634]: audit 2024-09-10T19:08:59.004335+0000 mon.c (mon.1) 22 : audit [INF] from='client.? 172.21.15.155:0/1293468175' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-10T19:08:59.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:08:59 smithi189 bash[14634]: audit 2024-09-10T19:08:59.004985+0000 mon.a (mon.0) 539 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-10T19:09:00.199 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:09:00.199 INFO:teuthology.orchestra.run.smithi155.stdout: "id": "a0368e98-5b07-4bcb-997c-cf1e6e8b78ef", 2024-09-10T19:09:00.199 INFO:teuthology.orchestra.run.smithi155.stdout: "epoch": 1, 2024-09-10T19:09:00.199 INFO:teuthology.orchestra.run.smithi155.stdout: "predecessor_uuid": "a1d045ab-ae8c-4692-b316-eab75ee22f64", 2024-09-10T19:09:00.199 INFO:teuthology.orchestra.run.smithi155.stdout: "sync_status": [], 2024-09-10T19:09:00.199 INFO:teuthology.orchestra.run.smithi155.stdout: "period_map": { 2024-09-10T19:09:00.199 INFO:teuthology.orchestra.run.smithi155.stdout: "id": "a0368e98-5b07-4bcb-997c-cf1e6e8b78ef", 2024-09-10T19:09:00.199 INFO:teuthology.orchestra.run.smithi155.stdout: "zonegroups": [ 2024-09-10T19:09:00.199 INFO:teuthology.orchestra.run.smithi155.stdout: { 2024-09-10T19:09:00.199 INFO:teuthology.orchestra.run.smithi155.stdout: "id": "a285b2df-0291-48cd-9900-2a79f8c1f9c2", 2024-09-10T19:09:00.200 INFO:teuthology.orchestra.run.smithi155.stdout: "name": "default", 2024-09-10T19:09:00.200 INFO:teuthology.orchestra.run.smithi155.stdout: "api_name": "default", 2024-09-10T19:09:00.200 INFO:teuthology.orchestra.run.smithi155.stdout: "is_master": "true", 2024-09-10T19:09:00.200 INFO:teuthology.orchestra.run.smithi155.stdout: "endpoints": [], 2024-09-10T19:09:00.200 INFO:teuthology.orchestra.run.smithi155.stdout: "hostnames": [], 2024-09-10T19:09:00.200 INFO:teuthology.orchestra.run.smithi155.stdout: "hostnames_s3website": [], 2024-09-10T19:09:00.200 INFO:teuthology.orchestra.run.smithi155.stdout: "master_zone": "a8f10ef2-7af0-46bf-8b17-95e77757ebb3", 2024-09-10T19:09:00.200 INFO:teuthology.orchestra.run.smithi155.stdout: "zones": [ 2024-09-10T19:09:00.200 INFO:teuthology.orchestra.run.smithi155.stdout: { 2024-09-10T19:09:00.200 INFO:teuthology.orchestra.run.smithi155.stdout: "id": "a8f10ef2-7af0-46bf-8b17-95e77757ebb3", 2024-09-10T19:09:00.200 INFO:teuthology.orchestra.run.smithi155.stdout: "name": "z", 2024-09-10T19:09:00.200 INFO:teuthology.orchestra.run.smithi155.stdout: "endpoints": [], 2024-09-10T19:09:00.200 INFO:teuthology.orchestra.run.smithi155.stdout: "log_meta": "false", 2024-09-10T19:09:00.200 INFO:teuthology.orchestra.run.smithi155.stdout: "log_data": "false", 2024-09-10T19:09:00.200 INFO:teuthology.orchestra.run.smithi155.stdout: "bucket_index_max_shards": 11, 2024-09-10T19:09:00.201 INFO:teuthology.orchestra.run.smithi155.stdout: "read_only": "false", 2024-09-10T19:09:00.201 INFO:teuthology.orchestra.run.smithi155.stdout: "tier_type": "", 2024-09-10T19:09:00.201 INFO:teuthology.orchestra.run.smithi155.stdout: "sync_from_all": "true", 2024-09-10T19:09:00.201 INFO:teuthology.orchestra.run.smithi155.stdout: "sync_from": [], 2024-09-10T19:09:00.201 INFO:teuthology.orchestra.run.smithi155.stdout: "redirect_zone": "" 2024-09-10T19:09:00.201 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-10T19:09:00.201 INFO:teuthology.orchestra.run.smithi155.stdout: ], 2024-09-10T19:09:00.201 INFO:teuthology.orchestra.run.smithi155.stdout: "placement_targets": [ 2024-09-10T19:09:00.201 INFO:teuthology.orchestra.run.smithi155.stdout: { 2024-09-10T19:09:00.201 INFO:teuthology.orchestra.run.smithi155.stdout: "name": "default-placement", 2024-09-10T19:09:00.201 INFO:teuthology.orchestra.run.smithi155.stdout: "tags": [], 2024-09-10T19:09:00.201 INFO:teuthology.orchestra.run.smithi155.stdout: "storage_classes": [ 2024-09-10T19:09:00.201 INFO:teuthology.orchestra.run.smithi155.stdout: "STANDARD" 2024-09-10T19:09:00.201 INFO:teuthology.orchestra.run.smithi155.stdout: ] 2024-09-10T19:09:00.201 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-10T19:09:00.202 INFO:teuthology.orchestra.run.smithi155.stdout: ], 2024-09-10T19:09:00.202 INFO:teuthology.orchestra.run.smithi155.stdout: "default_placement": "default-placement", 2024-09-10T19:09:00.202 INFO:teuthology.orchestra.run.smithi155.stdout: "realm_id": "03870e51-6a10-4536-83b5-b49fdf35fee0", 2024-09-10T19:09:00.202 INFO:teuthology.orchestra.run.smithi155.stdout: "sync_policy": { 2024-09-10T19:09:00.202 INFO:teuthology.orchestra.run.smithi155.stdout: "groups": [] 2024-09-10T19:09:00.202 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-10T19:09:00.202 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-10T19:09:00.202 INFO:teuthology.orchestra.run.smithi155.stdout: ], 2024-09-10T19:09:00.202 INFO:teuthology.orchestra.run.smithi155.stdout: "short_zone_ids": [ 2024-09-10T19:09:00.202 INFO:teuthology.orchestra.run.smithi155.stdout: { 2024-09-10T19:09:00.202 INFO:teuthology.orchestra.run.smithi155.stdout: "key": "a8f10ef2-7af0-46bf-8b17-95e77757ebb3", 2024-09-10T19:09:00.202 INFO:teuthology.orchestra.run.smithi155.stdout: "val": 434206112 2024-09-10T19:09:00.202 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-10T19:09:00.203 INFO:teuthology.orchestra.run.smithi155.stdout: ] 2024-09-10T19:09:00.203 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:09:00.203 INFO:teuthology.orchestra.run.smithi155.stdout: "master_zonegroup": "a285b2df-0291-48cd-9900-2a79f8c1f9c2", 2024-09-10T19:09:00.203 INFO:teuthology.orchestra.run.smithi155.stdout: "master_zone": "a8f10ef2-7af0-46bf-8b17-95e77757ebb3", 2024-09-10T19:09:00.203 INFO:teuthology.orchestra.run.smithi155.stdout: "period_config": { 2024-09-10T19:09:00.203 INFO:teuthology.orchestra.run.smithi155.stdout: "bucket_quota": { 2024-09-10T19:09:00.203 INFO:teuthology.orchestra.run.smithi155.stdout: "enabled": false, 2024-09-10T19:09:00.203 INFO:teuthology.orchestra.run.smithi155.stdout: "check_on_raw": false, 2024-09-10T19:09:00.203 INFO:teuthology.orchestra.run.smithi155.stdout: "max_size": -1, 2024-09-10T19:09:00.203 INFO:teuthology.orchestra.run.smithi155.stdout: "max_size_kb": 0, 2024-09-10T19:09:00.203 INFO:teuthology.orchestra.run.smithi155.stdout: "max_objects": -1 2024-09-10T19:09:00.203 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:09:00.203 INFO:teuthology.orchestra.run.smithi155.stdout: "user_quota": { 2024-09-10T19:09:00.203 INFO:teuthology.orchestra.run.smithi155.stdout: "enabled": false, 2024-09-10T19:09:00.204 INFO:teuthology.orchestra.run.smithi155.stdout: "check_on_raw": false, 2024-09-10T19:09:00.204 INFO:teuthology.orchestra.run.smithi155.stdout: "max_size": -1, 2024-09-10T19:09:00.204 INFO:teuthology.orchestra.run.smithi155.stdout: "max_size_kb": 0, 2024-09-10T19:09:00.204 INFO:teuthology.orchestra.run.smithi155.stdout: "max_objects": -1 2024-09-10T19:09:00.204 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-10T19:09:00.204 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:09:00.204 INFO:teuthology.orchestra.run.smithi155.stdout: "realm_id": "03870e51-6a10-4536-83b5-b49fdf35fee0", 2024-09-10T19:09:00.204 INFO:teuthology.orchestra.run.smithi155.stdout: "realm_name": "r", 2024-09-10T19:09:00.204 INFO:teuthology.orchestra.run.smithi155.stdout: "realm_epoch": 2 2024-09-10T19:09:00.204 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:09:01.091 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch apply rgw r z --placement=2 --port=8000' 2024-09-10T19:09:01.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:00 smithi189 bash[14634]: cluster 2024-09-10T19:08:59.841484+0000 mgr.y (mgr.14140) 271 : cluster [DBG] pgmap v267: 129 pgs: 15 creating+peering, 19 unknown, 95 active+clean; 1.8 KiB data, 4.3 MiB used, 707 GiB / 715 GiB avail; 3.0 KiB/s rd, 2 op/s 2024-09-10T19:09:01.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:00 smithi189 bash[14634]: audit 2024-09-10T19:09:00.006186+0000 mon.a (mon.0) 540 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-09-10T19:09:01.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:00 smithi189 bash[14634]: cluster 2024-09-10T19:09:00.006353+0000 mon.a (mon.0) 541 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-10T19:09:01.294 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:00 smithi155 bash[14970]: cluster 2024-09-10T19:08:59.841484+0000 mgr.y (mgr.14140) 271 : cluster [DBG] pgmap v267: 129 pgs: 15 creating+peering, 19 unknown, 95 active+clean; 1.8 KiB data, 4.3 MiB used, 707 GiB / 715 GiB avail; 3.0 KiB/s rd, 2 op/s 2024-09-10T19:09:01.294 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:00 smithi155 bash[14970]: audit 2024-09-10T19:09:00.006186+0000 mon.a (mon.0) 540 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-09-10T19:09:01.295 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:00 smithi155 bash[14970]: cluster 2024-09-10T19:09:00.006353+0000 mon.a (mon.0) 541 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-10T19:09:01.295 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:00 smithi155 bash[18934]: cluster 2024-09-10T19:08:59.841484+0000 mgr.y (mgr.14140) 271 : cluster [DBG] pgmap v267: 129 pgs: 15 creating+peering, 19 unknown, 95 active+clean; 1.8 KiB data, 4.3 MiB used, 707 GiB / 715 GiB avail; 3.0 KiB/s rd, 2 op/s 2024-09-10T19:09:01.295 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:00 smithi155 bash[18934]: audit 2024-09-10T19:09:00.006186+0000 mon.a (mon.0) 540 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-09-10T19:09:01.295 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:00 smithi155 bash[18934]: cluster 2024-09-10T19:09:00.006353+0000 mon.a (mon.0) 541 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-10T19:09:02.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:01 smithi189 bash[14634]: cluster 2024-09-10T19:09:01.842418+0000 mgr.y (mgr.14140) 272 : cluster [DBG] pgmap v269: 129 pgs: 11 creating+peering, 118 active+clean; 3.4 KiB data, 4.6 MiB used, 707 GiB / 715 GiB avail; 844 B/s rd, 1.9 KiB/s wr, 7 op/s 2024-09-10T19:09:02.309 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:01 smithi155 bash[14970]: cluster 2024-09-10T19:09:01.842418+0000 mgr.y (mgr.14140) 272 : cluster [DBG] pgmap v269: 129 pgs: 11 creating+peering, 118 active+clean; 3.4 KiB data, 4.6 MiB used, 707 GiB / 715 GiB avail; 844 B/s rd, 1.9 KiB/s wr, 7 op/s 2024-09-10T19:09:02.309 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:01 smithi155 bash[18934]: cluster 2024-09-10T19:09:01.842418+0000 mgr.y (mgr.14140) 272 : cluster [DBG] pgmap v269: 129 pgs: 11 creating+peering, 118 active+clean; 3.4 KiB data, 4.6 MiB used, 707 GiB / 715 GiB avail; 844 B/s rd, 1.9 KiB/s wr, 7 op/s 2024-09-10T19:09:04.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:03 smithi189 bash[14634]: cluster 2024-09-10T19:09:03.843564+0000 mgr.y (mgr.14140) 273 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 6.5 KiB data, 5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 5.8 KiB/s wr, 21 op/s 2024-09-10T19:09:04.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:03 smithi155 bash[14970]: cluster 2024-09-10T19:09:03.843564+0000 mgr.y (mgr.14140) 273 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 6.5 KiB data, 5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 5.8 KiB/s wr, 21 op/s 2024-09-10T19:09:04.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:03 smithi155 bash[18934]: cluster 2024-09-10T19:09:03.843564+0000 mgr.y (mgr.14140) 273 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 6.5 KiB data, 5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 5.8 KiB/s wr, 21 op/s 2024-09-10T19:09:04.813 INFO:teuthology.orchestra.run.smithi155.stdout:Scheduled rgw update... 2024-09-10T19:09:05.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:04 smithi189 bash[14634]: audit 2024-09-10T19:09:04.803299+0000 mgr.y (mgr.14140) 274 : audit [DBG] from='client.24580 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:05.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:04 smithi189 bash[14634]: cephadm 2024-09-10T19:09:04.804018+0000 mgr.y (mgr.14140) 275 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-09-10T19:09:05.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:04 smithi189 bash[14634]: audit 2024-09-10T19:09:04.804524+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-09-10T19:09:04.804038\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2024-09-10T19:09:05.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:04 smithi189 bash[14634]: audit 2024-09-10T19:09:04.810111+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-09-10T19:09:04.804038\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2024-09-10T19:09:05.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:04 smithi189 bash[14634]: audit 2024-09-10T19:09:04.816248+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-09-10T19:09:05.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:04 smithi189 bash[14634]: audit 2024-09-10T19:09:04.822430+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-09-10T19:09:05.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:04 smithi189 bash[14634]: audit 2024-09-10T19:09:04.823901+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-09-10T19:09:05.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:04 smithi189 bash[14634]: audit 2024-09-10T19:09:04.831192+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-09-10T19:09:05.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:04 smithi189 bash[14634]: audit 2024-09-10T19:09:04.832357+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-09-10T19:09:05.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:04 smithi189 bash[14634]: audit 2024-09-10T19:09:04.836255+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-09-10T19:09:05.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:04 smithi189 bash[14634]: audit 2024-09-10T19:09:04.837235+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi155.ehnnyk", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-09-10T19:09:05.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:04 smithi189 bash[14634]: audit 2024-09-10T19:09:04.843095+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi155.ehnnyk", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-09-10T19:09:05.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:04 smithi189 bash[14634]: audit 2024-09-10T19:09:04.844370+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:09:05.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:04 smithi189 bash[14634]: cephadm 2024-09-10T19:09:04.847162+0000 mgr.y (mgr.14140) 276 : cephadm [INF] Deploying daemon rgw.r.z.smithi155.ehnnyk on smithi155 2024-09-10T19:09:05.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:04 smithi189 bash[14634]: audit 2024-09-10T19:09:04.847625+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi155.ehnnyk", "key": "container_image"}]: dispatch 2024-09-10T19:09:05.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:04 smithi155 bash[14970]: audit 2024-09-10T19:09:04.803299+0000 mgr.y (mgr.14140) 274 : audit [DBG] from='client.24580 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:05.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:04 smithi155 bash[14970]: cephadm 2024-09-10T19:09:04.804018+0000 mgr.y (mgr.14140) 275 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-09-10T19:09:05.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:04 smithi155 bash[14970]: audit 2024-09-10T19:09:04.804524+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-09-10T19:09:04.804038\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2024-09-10T19:09:05.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:04 smithi155 bash[14970]: audit 2024-09-10T19:09:04.810111+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-09-10T19:09:04.804038\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2024-09-10T19:09:05.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:04 smithi155 bash[14970]: audit 2024-09-10T19:09:04.816248+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-09-10T19:09:05.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:04 smithi155 bash[14970]: audit 2024-09-10T19:09:04.822430+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-09-10T19:09:05.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:04 smithi155 bash[14970]: audit 2024-09-10T19:09:04.823901+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-09-10T19:09:05.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:04 smithi155 bash[14970]: audit 2024-09-10T19:09:04.831192+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-09-10T19:09:05.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:04 smithi155 bash[14970]: audit 2024-09-10T19:09:04.832357+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-09-10T19:09:05.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:04 smithi155 bash[14970]: audit 2024-09-10T19:09:04.836255+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-09-10T19:09:05.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:04 smithi155 bash[14970]: audit 2024-09-10T19:09:04.837235+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi155.ehnnyk", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-09-10T19:09:05.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:04 smithi155 bash[14970]: audit 2024-09-10T19:09:04.843095+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi155.ehnnyk", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-09-10T19:09:05.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:04 smithi155 bash[14970]: audit 2024-09-10T19:09:04.844370+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:09:05.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:04 smithi155 bash[18934]: audit 2024-09-10T19:09:04.803299+0000 mgr.y (mgr.14140) 274 : audit [DBG] from='client.24580 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:05.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:04 smithi155 bash[18934]: cephadm 2024-09-10T19:09:04.804018+0000 mgr.y (mgr.14140) 275 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-09-10T19:09:05.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:04 smithi155 bash[18934]: audit 2024-09-10T19:09:04.804524+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-09-10T19:09:04.804038\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2024-09-10T19:09:05.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:04 smithi155 bash[18934]: audit 2024-09-10T19:09:04.810111+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-09-10T19:09:04.804038\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2024-09-10T19:09:05.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:04 smithi155 bash[18934]: audit 2024-09-10T19:09:04.816248+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-09-10T19:09:05.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:04 smithi155 bash[18934]: audit 2024-09-10T19:09:04.822430+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-09-10T19:09:05.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:04 smithi155 bash[18934]: audit 2024-09-10T19:09:04.823901+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-09-10T19:09:05.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:04 smithi155 bash[18934]: audit 2024-09-10T19:09:04.831192+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-09-10T19:09:05.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:04 smithi155 bash[18934]: audit 2024-09-10T19:09:04.832357+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-09-10T19:09:05.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:04 smithi155 bash[18934]: audit 2024-09-10T19:09:04.836255+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-09-10T19:09:05.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:04 smithi155 bash[18934]: audit 2024-09-10T19:09:04.837235+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi155.ehnnyk", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-09-10T19:09:05.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:04 smithi155 bash[18934]: audit 2024-09-10T19:09:04.843095+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi155.ehnnyk", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-09-10T19:09:05.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:04 smithi155 bash[18934]: audit 2024-09-10T19:09:04.844370+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:09:05.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:04 smithi155 bash[18934]: cephadm 2024-09-10T19:09:04.847162+0000 mgr.y (mgr.14140) 276 : cephadm [INF] Deploying daemon rgw.r.z.smithi155.ehnnyk on smithi155 2024-09-10T19:09:05.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:04 smithi155 bash[18934]: audit 2024-09-10T19:09:04.847625+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi155.ehnnyk", "key": "container_image"}]: dispatch 2024-09-10T19:09:05.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:04 smithi155 bash[14970]: cephadm 2024-09-10T19:09:04.847162+0000 mgr.y (mgr.14140) 276 : cephadm [INF] Deploying daemon rgw.r.z.smithi155.ehnnyk on smithi155 2024-09-10T19:09:05.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:04 smithi155 bash[14970]: audit 2024-09-10T19:09:04.847625+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi155.ehnnyk", "key": "container_image"}]: dispatch 2024-09-10T19:09:05.858 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'sleep 180' 2024-09-10T19:09:06.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:05 smithi189 bash[14634]: cluster 2024-09-10T19:09:05.844553+0000 mgr.y (mgr.14140) 277 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 6.9 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 913 B/s rd, 5.0 KiB/s wr, 18 op/s 2024-09-10T19:09:06.308 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:05 smithi155 bash[14970]: cluster 2024-09-10T19:09:05.844553+0000 mgr.y (mgr.14140) 277 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 6.9 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 913 B/s rd, 5.0 KiB/s wr, 18 op/s 2024-09-10T19:09:06.308 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:05 smithi155 bash[18934]: cluster 2024-09-10T19:09:05.844553+0000 mgr.y (mgr.14140) 277 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 6.9 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 913 B/s rd, 5.0 KiB/s wr, 18 op/s 2024-09-10T19:09:08.184 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:07 smithi155 bash[18934]: cluster 2024-09-10T19:09:07.845430+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; 810 B/s rd, 4.4 KiB/s wr, 16 op/s 2024-09-10T19:09:08.185 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:07 smithi155 bash[14970]: cluster 2024-09-10T19:09:07.845430+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; 810 B/s rd, 4.4 KiB/s wr, 16 op/s 2024-09-10T19:09:08.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:07 smithi189 bash[14634]: cluster 2024-09-10T19:09:07.845430+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; 810 B/s rd, 4.4 KiB/s wr, 16 op/s 2024-09-10T19:09:08.984 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:08 smithi155 bash[14970]: audit 2024-09-10T19:09:08.773544+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.773938\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774084\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774170\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774252\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774332\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774414\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774495\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:08:23.774577\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774660\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:08:15.009290\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"hostname\": \"smithi155\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019\"}}, \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:09:08.984 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:08 smithi155 bash[14970]: audit 2024-09-10T19:09:08.778772+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.773938\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774084\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774170\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774252\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774332\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774414\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774495\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:08:23.774577\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774660\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:08:15.009290\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"hostname\": \"smithi155\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019\"}}, \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:09:08.984 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:08 smithi155 bash[14970]: audit 2024-09-10T19:09:08.780529+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi189.dwpibf", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-09-10T19:09:08.985 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:08 smithi155 bash[14970]: audit 2024-09-10T19:09:08.786764+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi189.dwpibf", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-09-10T19:09:08.985 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:08 smithi155 bash[14970]: audit 2024-09-10T19:09:08.788044+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:09:08.985 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:08 smithi155 bash[14970]: cephadm 2024-09-10T19:09:08.789051+0000 mgr.y (mgr.14140) 279 : cephadm [INF] Deploying daemon rgw.r.z.smithi189.dwpibf on smithi189 2024-09-10T19:09:08.985 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:08 smithi155 bash[14970]: audit 2024-09-10T19:09:08.789759+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi189.dwpibf", "key": "container_image"}]: dispatch 2024-09-10T19:09:08.985 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:08 smithi155 bash[18934]: audit 2024-09-10T19:09:08.773544+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.773938\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774084\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774170\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774252\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774332\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774414\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774495\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:08:23.774577\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774660\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:08:15.009290\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"hostname\": \"smithi155\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019\"}}, \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:09:08.986 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:08 smithi155 bash[18934]: audit 2024-09-10T19:09:08.778772+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.773938\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774084\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774170\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774252\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774332\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774414\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774495\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:08:23.774577\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774660\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:08:15.009290\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"hostname\": \"smithi155\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019\"}}, \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:09:08.986 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:08 smithi155 bash[18934]: audit 2024-09-10T19:09:08.780529+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi189.dwpibf", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-09-10T19:09:08.986 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:08 smithi155 bash[18934]: audit 2024-09-10T19:09:08.786764+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi189.dwpibf", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-09-10T19:09:08.986 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:08 smithi155 bash[18934]: audit 2024-09-10T19:09:08.788044+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:09:08.986 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:08 smithi155 bash[18934]: cephadm 2024-09-10T19:09:08.789051+0000 mgr.y (mgr.14140) 279 : cephadm [INF] Deploying daemon rgw.r.z.smithi189.dwpibf on smithi189 2024-09-10T19:09:08.986 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:08 smithi155 bash[18934]: audit 2024-09-10T19:09:08.789759+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi189.dwpibf", "key": "container_image"}]: dispatch 2024-09-10T19:09:09.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:08 smithi189 bash[14634]: audit 2024-09-10T19:09:08.773544+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.773938\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774084\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774170\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774252\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774332\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774414\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774495\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:08:23.774577\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774660\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:08:15.009290\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"hostname\": \"smithi155\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019\"}}, \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:09:09.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:08 smithi189 bash[14634]: audit 2024-09-10T19:09:08.778772+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.773938\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774084\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774170\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774252\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774332\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774414\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774495\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:08:23.774577\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:23.774660\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:08:15.009290\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"hostname\": \"smithi155\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019\"}}, \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:09:09.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:08 smithi189 bash[14634]: audit 2024-09-10T19:09:08.780529+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi189.dwpibf", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-09-10T19:09:09.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:08 smithi189 bash[14634]: audit 2024-09-10T19:09:08.786764+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi189.dwpibf", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-09-10T19:09:09.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:08 smithi189 bash[14634]: audit 2024-09-10T19:09:08.788044+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:09:09.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:08 smithi189 bash[14634]: cephadm 2024-09-10T19:09:08.789051+0000 mgr.y (mgr.14140) 279 : cephadm [INF] Deploying daemon rgw.r.z.smithi189.dwpibf on smithi189 2024-09-10T19:09:09.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:08 smithi189 bash[14634]: audit 2024-09-10T19:09:08.789759+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi189.dwpibf", "key": "container_image"}]: dispatch 2024-09-10T19:09:11.114 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:10 smithi155 bash[14970]: cluster 2024-09-10T19:09:09.846511+0000 mgr.y (mgr.14140) 280 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 6.9 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 716 B/s rd, 3.9 KiB/s wr, 14 op/s 2024-09-10T19:09:11.115 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:10 smithi155 bash[18934]: cluster 2024-09-10T19:09:09.846511+0000 mgr.y (mgr.14140) 280 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 6.9 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 716 B/s rd, 3.9 KiB/s wr, 14 op/s 2024-09-10T19:09:11.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:10 smithi189 bash[14634]: cluster 2024-09-10T19:09:09.846511+0000 mgr.y (mgr.14140) 280 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 6.9 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 716 B/s rd, 3.9 KiB/s wr, 14 op/s 2024-09-10T19:09:12.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:11 smithi189 bash[14634]: audit 2024-09-10T19:09:11.335070+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822408\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822607\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822734\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822856\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822978\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.823099\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:08:24.823219\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:08:24.823342\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:08:24.823483\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}, \"rgw.r.z.smithi189.dwpibf\": {\"hostname\": \"smithi189\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641\"}}, \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:09:12.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:11 smithi189 bash[14634]: audit 2024-09-10T19:09:11.341132+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822408\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822607\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822734\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822856\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822978\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.823099\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:08:24.823219\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:08:24.823342\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:08:24.823483\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}, \"rgw.r.z.smithi189.dwpibf\": {\"hostname\": \"smithi189\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641\"}}, \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:09:12.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:11 smithi189 bash[14634]: audit 2024-09-10T19:09:11.342506+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:09:12.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:11 smithi189 bash[14634]: cluster 2024-09-10T19:09:11.847421+0000 mgr.y (mgr.14140) 281 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 3.0 KiB/s rd, 3.4 KiB/s wr, 16 op/s 2024-09-10T19:09:12.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:11 smithi155 bash[18934]: audit 2024-09-10T19:09:11.335070+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822408\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822607\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822734\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822856\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822978\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.823099\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:08:24.823219\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:08:24.823342\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:08:24.823483\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}, \"rgw.r.z.smithi189.dwpibf\": {\"hostname\": \"smithi189\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641\"}}, \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:09:12.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:11 smithi155 bash[18934]: audit 2024-09-10T19:09:11.341132+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822408\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822607\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822734\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822856\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822978\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.823099\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:08:24.823219\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:08:24.823342\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:08:24.823483\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}, \"rgw.r.z.smithi189.dwpibf\": {\"hostname\": \"smithi189\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641\"}}, \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:09:12.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:11 smithi155 bash[18934]: audit 2024-09-10T19:09:11.342506+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:09:12.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:11 smithi155 bash[18934]: cluster 2024-09-10T19:09:11.847421+0000 mgr.y (mgr.14140) 281 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 3.0 KiB/s rd, 3.4 KiB/s wr, 16 op/s 2024-09-10T19:09:12.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:11 smithi155 bash[14970]: audit 2024-09-10T19:09:11.335070+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822408\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822607\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822734\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822856\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822978\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.823099\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:08:24.823219\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:08:24.823342\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:08:24.823483\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}, \"rgw.r.z.smithi189.dwpibf\": {\"hostname\": \"smithi189\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641\"}}, \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:09:12.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:11 smithi155 bash[14970]: audit 2024-09-10T19:09:11.341132+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822408\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822607\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822734\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822856\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.822978\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:08:24.823099\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:08:24.823219\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:08:24.823342\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:08:24.823483\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}, \"rgw.r.z.smithi189.dwpibf\": {\"hostname\": \"smithi189\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641\"}}, \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:09:12.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:11 smithi155 bash[14970]: audit 2024-09-10T19:09:11.342506+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:09:12.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:11 smithi155 bash[14970]: cluster 2024-09-10T19:09:11.847421+0000 mgr.y (mgr.14140) 281 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 3.0 KiB/s rd, 3.4 KiB/s wr, 16 op/s 2024-09-10T19:09:12.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:12 smithi189 bash[14634]: audit 2024-09-10T19:09:12.315432+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312324\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312507\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312624\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312742\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312845\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312949\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.313052\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:09:12.313156\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.313259\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:08:15.009290\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.313362\", \"created\": \"2024-09-10T19:09:08.755492\", \"started\": \"2024-09-10T19:09:08.774551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019\"}}, \"last_daemon_update\": \"2024-09-10T19:09:12.313574\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:09:12.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:12 smithi189 bash[14634]: audit 2024-09-10T19:09:12.320049+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312324\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312507\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312624\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312742\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312845\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312949\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.313052\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:09:12.313156\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.313259\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:08:15.009290\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.313362\", \"created\": \"2024-09-10T19:09:08.755492\", \"started\": \"2024-09-10T19:09:08.774551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019\"}}, \"last_daemon_update\": \"2024-09-10T19:09:12.313574\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:09:12.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:12 smithi189 bash[14634]: audit 2024-09-10T19:09:12.321123+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:09:13.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:12 smithi155 bash[18934]: audit 2024-09-10T19:09:12.315432+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312324\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312507\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312624\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312742\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312845\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312949\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.313052\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:09:12.313156\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.313259\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:08:15.009290\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.313362\", \"created\": \"2024-09-10T19:09:08.755492\", \"started\": \"2024-09-10T19:09:08.774551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019\"}}, \"last_daemon_update\": \"2024-09-10T19:09:12.313574\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:09:13.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:12 smithi155 bash[14970]: audit 2024-09-10T19:09:12.315432+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312324\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312507\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312624\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312742\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312845\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312949\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.313052\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:09:12.313156\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.313259\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:08:15.009290\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.313362\", \"created\": \"2024-09-10T19:09:08.755492\", \"started\": \"2024-09-10T19:09:08.774551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019\"}}, \"last_daemon_update\": \"2024-09-10T19:09:12.313574\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]: dispatch 2024-09-10T19:09:13.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:12 smithi155 bash[14970]: audit 2024-09-10T19:09:12.320049+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312324\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312507\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312624\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312742\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312845\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312949\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.313052\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:09:12.313156\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.313259\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:08:15.009290\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.313362\", \"created\": \"2024-09-10T19:09:08.755492\", \"started\": \"2024-09-10T19:09:08.774551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019\"}}, \"last_daemon_update\": \"2024-09-10T19:09:12.313574\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:09:13.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:12 smithi155 bash[14970]: audit 2024-09-10T19:09:12.321123+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:09:13.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:12 smithi155 bash[18934]: audit 2024-09-10T19:09:12.320049+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312324\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312507\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312624\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312742\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312845\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312949\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.313052\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:09:12.313156\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.313259\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:08:15.009290\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.313362\", \"created\": \"2024-09-10T19:09:08.755492\", \"started\": \"2024-09-10T19:09:08.774551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019\"}}, \"last_daemon_update\": \"2024-09-10T19:09:12.313574\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:01:26.855182\"}"}]': finished 2024-09-10T19:09:13.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:12 smithi155 bash[18934]: audit 2024-09-10T19:09:12.321123+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:09:14.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:13 smithi189 bash[14634]: audit 2024-09-10T19:09:13.430784+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427019\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427210\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427330\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427446\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427560\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427672\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:09:13.427786\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:09:13.427900\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:09:13.428059\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}, \"rgw.r.z.smithi189.dwpibf\": {\"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.428227\", \"created\": \"2024-09-10T19:09:11.314607\", \"started\": \"2024-09-10T19:09:11.336344\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641\"}}, \"last_daemon_update\": \"2024-09-10T19:09:13.428484\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:09:14.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:13 smithi189 bash[14634]: audit 2024-09-10T19:09:13.436686+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427019\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427210\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427330\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427446\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427560\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427672\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:09:13.427786\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:09:13.427900\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:09:13.428059\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}, \"rgw.r.z.smithi189.dwpibf\": {\"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.428227\", \"created\": \"2024-09-10T19:09:11.314607\", \"started\": \"2024-09-10T19:09:11.336344\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641\"}}, \"last_daemon_update\": \"2024-09-10T19:09:13.428484\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:09:14.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:13 smithi189 bash[14634]: cluster 2024-09-10T19:09:13.848622+0000 mgr.y (mgr.14140) 282 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 37 KiB/s rd, 2.6 KiB/s wr, 81 op/s 2024-09-10T19:09:14.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:13 smithi155 bash[18934]: audit 2024-09-10T19:09:13.430784+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427019\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427210\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427330\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427446\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427560\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427672\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:09:13.427786\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:09:13.427900\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:09:13.428059\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}, \"rgw.r.z.smithi189.dwpibf\": {\"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.428227\", \"created\": \"2024-09-10T19:09:11.314607\", \"started\": \"2024-09-10T19:09:11.336344\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641\"}}, \"last_daemon_update\": \"2024-09-10T19:09:13.428484\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:09:14.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:13 smithi155 bash[14970]: audit 2024-09-10T19:09:13.430784+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427019\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427210\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427330\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427446\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427560\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427672\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:09:13.427786\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:09:13.427900\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:09:13.428059\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}, \"rgw.r.z.smithi189.dwpibf\": {\"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.428227\", \"created\": \"2024-09-10T19:09:11.314607\", \"started\": \"2024-09-10T19:09:11.336344\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641\"}}, \"last_daemon_update\": \"2024-09-10T19:09:13.428484\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]: dispatch 2024-09-10T19:09:14.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:13 smithi155 bash[14970]: audit 2024-09-10T19:09:13.436686+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427019\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427210\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427330\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427446\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427560\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427672\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:09:13.427786\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:09:13.427900\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:09:13.428059\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}, \"rgw.r.z.smithi189.dwpibf\": {\"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.428227\", \"created\": \"2024-09-10T19:09:11.314607\", \"started\": \"2024-09-10T19:09:11.336344\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641\"}}, \"last_daemon_update\": \"2024-09-10T19:09:13.428484\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:09:14.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:13 smithi155 bash[14970]: cluster 2024-09-10T19:09:13.848622+0000 mgr.y (mgr.14140) 282 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 37 KiB/s rd, 2.6 KiB/s wr, 81 op/s 2024-09-10T19:09:14.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:13 smithi155 bash[18934]: audit 2024-09-10T19:09:13.436686+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427019\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427210\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427330\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427446\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427560\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427672\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:09:13.427786\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:09:13.427900\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:09:13.428059\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}, \"rgw.r.z.smithi189.dwpibf\": {\"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.428227\", \"created\": \"2024-09-10T19:09:11.314607\", \"started\": \"2024-09-10T19:09:11.336344\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641\"}}, \"last_daemon_update\": \"2024-09-10T19:09:13.428484\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:01:50.856791\"}"}]': finished 2024-09-10T19:09:14.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:13 smithi155 bash[18934]: cluster 2024-09-10T19:09:13.848622+0000 mgr.y (mgr.14140) 282 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 37 KiB/s rd, 2.6 KiB/s wr, 81 op/s 2024-09-10T19:09:16.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:15 smithi189 bash[14634]: cluster 2024-09-10T19:09:15.849430+0000 mgr.y (mgr.14140) 283 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 50 KiB/s rd, 426 B/s wr, 97 op/s 2024-09-10T19:09:16.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:15 smithi155 bash[14970]: cluster 2024-09-10T19:09:15.849430+0000 mgr.y (mgr.14140) 283 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 50 KiB/s rd, 426 B/s wr, 97 op/s 2024-09-10T19:09:16.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:15 smithi155 bash[18934]: cluster 2024-09-10T19:09:15.849430+0000 mgr.y (mgr.14140) 283 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 50 KiB/s rd, 426 B/s wr, 97 op/s 2024-09-10T19:09:18.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:17 smithi189 bash[14634]: cluster 2024-09-10T19:09:17.850488+0000 mgr.y (mgr.14140) 284 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 75 KiB/s rd, 170 B/s wr, 138 op/s 2024-09-10T19:09:18.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:17 smithi155 bash[18934]: cluster 2024-09-10T19:09:17.850488+0000 mgr.y (mgr.14140) 284 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 75 KiB/s rd, 170 B/s wr, 138 op/s 2024-09-10T19:09:18.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:17 smithi155 bash[14970]: cluster 2024-09-10T19:09:17.850488+0000 mgr.y (mgr.14140) 284 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 75 KiB/s rd, 170 B/s wr, 138 op/s 2024-09-10T19:09:22.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:21 smithi189 bash[14634]: cluster 2024-09-10T19:09:19.851526+0000 mgr.y (mgr.14140) 285 : 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-10T19:09:22.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:21 smithi155 bash[14970]: cluster 2024-09-10T19:09:19.851526+0000 mgr.y (mgr.14140) 285 : 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-10T19:09:22.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:21 smithi155 bash[18934]: cluster 2024-09-10T19:09:19.851526+0000 mgr.y (mgr.14140) 285 : 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-10T19:09:23.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:22 smithi189 bash[14634]: cluster 2024-09-10T19:09:21.852612+0000 mgr.y (mgr.14140) 286 : cluster [DBG] pgmap v279: 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-10T19:09:23.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:22 smithi155 bash[14970]: cluster 2024-09-10T19:09:21.852612+0000 mgr.y (mgr.14140) 286 : cluster [DBG] pgmap v279: 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-10T19:09:23.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:22 smithi155 bash[18934]: cluster 2024-09-10T19:09:21.852612+0000 mgr.y (mgr.14140) 286 : cluster [DBG] pgmap v279: 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-10T19:09:26.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:25 smithi189 bash[14634]: cluster 2024-09-10T19:09:23.853749+0000 mgr.y (mgr.14140) 287 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 91 KiB/s rd, 85 B/s wr, 162 op/s 2024-09-10T19:09:26.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:25 smithi155 bash[14970]: cluster 2024-09-10T19:09:23.853749+0000 mgr.y (mgr.14140) 287 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 91 KiB/s rd, 85 B/s wr, 162 op/s 2024-09-10T19:09:26.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:25 smithi155 bash[18934]: cluster 2024-09-10T19:09:23.853749+0000 mgr.y (mgr.14140) 287 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 91 KiB/s rd, 85 B/s wr, 162 op/s 2024-09-10T19:09:27.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:26 smithi189 bash[14634]: cluster 2024-09-10T19:09:25.854571+0000 mgr.y (mgr.14140) 288 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 56 KiB/s rd, 85 B/s wr, 94 op/s 2024-09-10T19:09:27.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:26 smithi155 bash[18934]: cluster 2024-09-10T19:09:25.854571+0000 mgr.y (mgr.14140) 288 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 56 KiB/s rd, 85 B/s wr, 94 op/s 2024-09-10T19:09:27.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:26 smithi155 bash[14970]: cluster 2024-09-10T19:09:25.854571+0000 mgr.y (mgr.14140) 288 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 56 KiB/s rd, 85 B/s wr, 94 op/s 2024-09-10T19:09:29.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:28 smithi189 bash[14634]: cluster 2024-09-10T19:09:27.855615+0000 mgr.y (mgr.14140) 289 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 43 KiB/s rd, 85 B/s wr, 70 op/s 2024-09-10T19:09:29.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:28 smithi155 bash[18934]: cluster 2024-09-10T19:09:27.855615+0000 mgr.y (mgr.14140) 289 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 43 KiB/s rd, 85 B/s wr, 70 op/s 2024-09-10T19:09:29.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:28 smithi155 bash[14970]: cluster 2024-09-10T19:09:27.855615+0000 mgr.y (mgr.14140) 289 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 43 KiB/s rd, 85 B/s wr, 70 op/s 2024-09-10T19:09:32.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:31 smithi189 bash[14634]: cluster 2024-09-10T19:09:29.856665+0000 mgr.y (mgr.14140) 290 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 27 op/s 2024-09-10T19:09:32.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:31 smithi155 bash[18934]: cluster 2024-09-10T19:09:29.856665+0000 mgr.y (mgr.14140) 290 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 27 op/s 2024-09-10T19:09:32.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:31 smithi155 bash[14970]: cluster 2024-09-10T19:09:29.856665+0000 mgr.y (mgr.14140) 290 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 27 op/s 2024-09-10T19:09:33.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:32 smithi189 bash[14634]: cluster 2024-09-10T19:09:31.857900+0000 mgr.y (mgr.14140) 291 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:33.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:32 smithi155 bash[14970]: cluster 2024-09-10T19:09:31.857900+0000 mgr.y (mgr.14140) 291 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:33.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:32 smithi155 bash[18934]: cluster 2024-09-10T19:09:31.857900+0000 mgr.y (mgr.14140) 291 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:36.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:35 smithi189 bash[14634]: cluster 2024-09-10T19:09:33.859167+0000 mgr.y (mgr.14140) 292 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:36.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:35 smithi155 bash[14970]: cluster 2024-09-10T19:09:33.859167+0000 mgr.y (mgr.14140) 292 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:36.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:35 smithi155 bash[18934]: cluster 2024-09-10T19:09:33.859167+0000 mgr.y (mgr.14140) 292 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:37.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:36 smithi189 bash[14634]: cluster 2024-09-10T19:09:35.860110+0000 mgr.y (mgr.14140) 293 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:37.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:36 smithi155 bash[14970]: cluster 2024-09-10T19:09:35.860110+0000 mgr.y (mgr.14140) 293 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:37.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:36 smithi155 bash[18934]: cluster 2024-09-10T19:09:35.860110+0000 mgr.y (mgr.14140) 293 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:39.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:38 smithi189 bash[14634]: cluster 2024-09-10T19:09:37.861187+0000 mgr.y (mgr.14140) 294 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:39.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:38 smithi155 bash[18934]: cluster 2024-09-10T19:09:37.861187+0000 mgr.y (mgr.14140) 294 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:39.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:38 smithi155 bash[14970]: cluster 2024-09-10T19:09:37.861187+0000 mgr.y (mgr.14140) 294 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:42.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:41 smithi189 bash[14634]: cluster 2024-09-10T19:09:39.862336+0000 mgr.y (mgr.14140) 295 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:42.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:41 smithi155 bash[18934]: cluster 2024-09-10T19:09:39.862336+0000 mgr.y (mgr.14140) 295 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:42.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:41 smithi155 bash[14970]: cluster 2024-09-10T19:09:39.862336+0000 mgr.y (mgr.14140) 295 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:43.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:42 smithi189 bash[14634]: cluster 2024-09-10T19:09:41.863537+0000 mgr.y (mgr.14140) 296 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:43.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:42 smithi155 bash[18934]: cluster 2024-09-10T19:09:41.863537+0000 mgr.y (mgr.14140) 296 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:43.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:42 smithi155 bash[14970]: cluster 2024-09-10T19:09:41.863537+0000 mgr.y (mgr.14140) 296 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:46.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:45 smithi189 bash[14634]: cluster 2024-09-10T19:09:43.864786+0000 mgr.y (mgr.14140) 297 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:46.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:45 smithi155 bash[18934]: cluster 2024-09-10T19:09:43.864786+0000 mgr.y (mgr.14140) 297 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:46.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:45 smithi155 bash[14970]: cluster 2024-09-10T19:09:43.864786+0000 mgr.y (mgr.14140) 297 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:47.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:46 smithi189 bash[14634]: cluster 2024-09-10T19:09:45.865606+0000 mgr.y (mgr.14140) 298 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:47.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:46 smithi155 bash[18934]: cluster 2024-09-10T19:09:45.865606+0000 mgr.y (mgr.14140) 298 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:47.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:46 smithi155 bash[14970]: cluster 2024-09-10T19:09:45.865606+0000 mgr.y (mgr.14140) 298 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:49.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:48 smithi189 bash[14634]: cluster 2024-09-10T19:09:47.866602+0000 mgr.y (mgr.14140) 299 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:49.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:48 smithi155 bash[18934]: cluster 2024-09-10T19:09:47.866602+0000 mgr.y (mgr.14140) 299 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:49.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:48 smithi155 bash[14970]: cluster 2024-09-10T19:09:47.866602+0000 mgr.y (mgr.14140) 299 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:52.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:51 smithi189 bash[14634]: cluster 2024-09-10T19:09:49.867620+0000 mgr.y (mgr.14140) 300 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:52.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:51 smithi155 bash[18934]: cluster 2024-09-10T19:09:49.867620+0000 mgr.y (mgr.14140) 300 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:52.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:51 smithi155 bash[14970]: cluster 2024-09-10T19:09:49.867620+0000 mgr.y (mgr.14140) 300 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:53.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:52 smithi189 bash[14634]: cluster 2024-09-10T19:09:51.868752+0000 mgr.y (mgr.14140) 301 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:53.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:52 smithi155 bash[18934]: cluster 2024-09-10T19:09:51.868752+0000 mgr.y (mgr.14140) 301 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:53.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:52 smithi155 bash[14970]: cluster 2024-09-10T19:09:51.868752+0000 mgr.y (mgr.14140) 301 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:56.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:55 smithi189 bash[14634]: cluster 2024-09-10T19:09:53.870011+0000 mgr.y (mgr.14140) 302 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:56.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:55 smithi155 bash[18934]: cluster 2024-09-10T19:09:53.870011+0000 mgr.y (mgr.14140) 302 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:56.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:55 smithi155 bash[14970]: cluster 2024-09-10T19:09:53.870011+0000 mgr.y (mgr.14140) 302 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:57.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:56 smithi189 bash[14634]: cluster 2024-09-10T19:09:55.870701+0000 mgr.y (mgr.14140) 303 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:57.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:56 smithi155 bash[18934]: cluster 2024-09-10T19:09:55.870701+0000 mgr.y (mgr.14140) 303 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:57.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:56 smithi155 bash[14970]: cluster 2024-09-10T19:09:55.870701+0000 mgr.y (mgr.14140) 303 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:59.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:09:58 smithi189 bash[14634]: cluster 2024-09-10T19:09:57.871779+0000 mgr.y (mgr.14140) 304 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:59.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:09:58 smithi155 bash[18934]: cluster 2024-09-10T19:09:57.871779+0000 mgr.y (mgr.14140) 304 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:59.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:09:58 smithi155 bash[14970]: cluster 2024-09-10T19:09:57.871779+0000 mgr.y (mgr.14140) 304 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:02.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:10:01 smithi189 bash[14634]: cluster 2024-09-10T19:09:59.872896+0000 mgr.y (mgr.14140) 305 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:02.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:10:01 smithi155 bash[18934]: cluster 2024-09-10T19:09:59.872896+0000 mgr.y (mgr.14140) 305 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:02.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:10:01 smithi155 bash[14970]: cluster 2024-09-10T19:09:59.872896+0000 mgr.y (mgr.14140) 305 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:03.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:10:02 smithi189 bash[14634]: cluster 2024-09-10T19:10:01.873610+0000 mgr.y (mgr.14140) 306 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:03.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:10:02 smithi155 bash[18934]: cluster 2024-09-10T19:10:01.873610+0000 mgr.y (mgr.14140) 306 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:03.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:10:02 smithi155 bash[14970]: cluster 2024-09-10T19:10:01.873610+0000 mgr.y (mgr.14140) 306 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:06.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:10:05 smithi189 bash[14634]: cluster 2024-09-10T19:10:03.874668+0000 mgr.y (mgr.14140) 307 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:06.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:10:05 smithi155 bash[18934]: cluster 2024-09-10T19:10:03.874668+0000 mgr.y (mgr.14140) 307 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:06.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:10:05 smithi155 bash[14970]: cluster 2024-09-10T19:10:03.874668+0000 mgr.y (mgr.14140) 307 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:07.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:10:06 smithi189 bash[14634]: cluster 2024-09-10T19:10:05.875362+0000 mgr.y (mgr.14140) 308 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:07.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:10:06 smithi155 bash[14970]: cluster 2024-09-10T19:10:05.875362+0000 mgr.y (mgr.14140) 308 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:07.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:10:06 smithi155 bash[18934]: cluster 2024-09-10T19:10:05.875362+0000 mgr.y (mgr.14140) 308 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:09.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:10:08 smithi189 bash[14634]: cluster 2024-09-10T19:10:07.876351+0000 mgr.y (mgr.14140) 309 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:09.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:10:08 smithi155 bash[14970]: cluster 2024-09-10T19:10:07.876351+0000 mgr.y (mgr.14140) 309 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:09.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:10:08 smithi155 bash[18934]: cluster 2024-09-10T19:10:07.876351+0000 mgr.y (mgr.14140) 309 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:11.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:10:10 smithi189 bash[14634]: cluster 2024-09-10T19:10:09.877355+0000 mgr.y (mgr.14140) 310 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:11.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:10:10 smithi155 bash[14970]: cluster 2024-09-10T19:10:09.877355+0000 mgr.y (mgr.14140) 310 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:11.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:10:10 smithi155 bash[18934]: cluster 2024-09-10T19:10:09.877355+0000 mgr.y (mgr.14140) 310 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:13.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:10:12 smithi189 bash[14634]: cluster 2024-09-10T19:10:11.878403+0000 mgr.y (mgr.14140) 311 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:13.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:10:12 smithi155 bash[14970]: cluster 2024-09-10T19:10:11.878403+0000 mgr.y (mgr.14140) 311 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:13.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:10:12 smithi155 bash[18934]: cluster 2024-09-10T19:10:11.878403+0000 mgr.y (mgr.14140) 311 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:16.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:10:15 smithi189 bash[14634]: cluster 2024-09-10T19:10:13.879528+0000 mgr.y (mgr.14140) 312 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:16.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:10:15 smithi155 bash[14970]: cluster 2024-09-10T19:10:13.879528+0000 mgr.y (mgr.14140) 312 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:16.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:10:15 smithi155 bash[18934]: cluster 2024-09-10T19:10:13.879528+0000 mgr.y (mgr.14140) 312 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:17.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:10:16 smithi189 bash[14634]: cluster 2024-09-10T19:10:15.880353+0000 mgr.y (mgr.14140) 313 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:17.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:10:16 smithi155 bash[14970]: cluster 2024-09-10T19:10:15.880353+0000 mgr.y (mgr.14140) 313 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:17.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:10:16 smithi155 bash[18934]: cluster 2024-09-10T19:10:15.880353+0000 mgr.y (mgr.14140) 313 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:19.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:10:18 smithi189 bash[14634]: cluster 2024-09-10T19:10:17.881293+0000 mgr.y (mgr.14140) 314 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:19.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:10:18 smithi155 bash[18934]: cluster 2024-09-10T19:10:17.881293+0000 mgr.y (mgr.14140) 314 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:19.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:10:18 smithi155 bash[14970]: cluster 2024-09-10T19:10:17.881293+0000 mgr.y (mgr.14140) 314 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:21.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:10:20 smithi189 bash[14634]: cluster 2024-09-10T19:10:19.882321+0000 mgr.y (mgr.14140) 315 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:21.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:10:20 smithi155 bash[14970]: cluster 2024-09-10T19:10:19.882321+0000 mgr.y (mgr.14140) 315 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:21.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:10:20 smithi155 bash[18934]: cluster 2024-09-10T19:10:19.882321+0000 mgr.y (mgr.14140) 315 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:23.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:10:22 smithi189 bash[14634]: cluster 2024-09-10T19:10:21.883461+0000 mgr.y (mgr.14140) 316 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:23.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:10:22 smithi155 bash[18934]: cluster 2024-09-10T19:10:21.883461+0000 mgr.y (mgr.14140) 316 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:23.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:10:22 smithi155 bash[14970]: cluster 2024-09-10T19:10:21.883461+0000 mgr.y (mgr.14140) 316 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:26.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:10:25 smithi189 bash[14634]: cluster 2024-09-10T19:10:23.884629+0000 mgr.y (mgr.14140) 317 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:26.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:10:25 smithi155 bash[14970]: cluster 2024-09-10T19:10:23.884629+0000 mgr.y (mgr.14140) 317 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:26.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:10:25 smithi155 bash[18934]: cluster 2024-09-10T19:10:23.884629+0000 mgr.y (mgr.14140) 317 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:27.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:10:26 smithi189 bash[14634]: cluster 2024-09-10T19:10:25.885620+0000 mgr.y (mgr.14140) 318 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:27.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:10:26 smithi155 bash[14970]: cluster 2024-09-10T19:10:25.885620+0000 mgr.y (mgr.14140) 318 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:27.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:10:26 smithi155 bash[18934]: cluster 2024-09-10T19:10:25.885620+0000 mgr.y (mgr.14140) 318 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:29.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:10:28 smithi189 bash[14634]: cluster 2024-09-10T19:10:27.886837+0000 mgr.y (mgr.14140) 319 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:29.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:10:28 smithi155 bash[14970]: cluster 2024-09-10T19:10:27.886837+0000 mgr.y (mgr.14140) 319 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:29.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:10:28 smithi155 bash[18934]: cluster 2024-09-10T19:10:27.886837+0000 mgr.y (mgr.14140) 319 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:31.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:10:30 smithi189 bash[14634]: cluster 2024-09-10T19:10:29.887894+0000 mgr.y (mgr.14140) 320 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:31.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:10:30 smithi155 bash[14970]: cluster 2024-09-10T19:10:29.887894+0000 mgr.y (mgr.14140) 320 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:31.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:10:30 smithi155 bash[18934]: cluster 2024-09-10T19:10:29.887894+0000 mgr.y (mgr.14140) 320 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:33.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:10:32 smithi189 bash[14634]: cluster 2024-09-10T19:10:31.889078+0000 mgr.y (mgr.14140) 321 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:33.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:10:32 smithi155 bash[14970]: cluster 2024-09-10T19:10:31.889078+0000 mgr.y (mgr.14140) 321 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:33.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:10:32 smithi155 bash[18934]: cluster 2024-09-10T19:10:31.889078+0000 mgr.y (mgr.14140) 321 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:35.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:10:34 smithi155 bash[14970]: cluster 2024-09-10T19:10:33.890215+0000 mgr.y (mgr.14140) 322 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:35.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:10:34 smithi155 bash[18934]: cluster 2024-09-10T19:10:33.890215+0000 mgr.y (mgr.14140) 322 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:35.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:10:34 smithi189 bash[14634]: cluster 2024-09-10T19:10:33.890215+0000 mgr.y (mgr.14140) 322 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:37.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:10:36 smithi155 bash[14970]: cluster 2024-09-10T19:10:35.891016+0000 mgr.y (mgr.14140) 323 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:37.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:10:36 smithi155 bash[18934]: cluster 2024-09-10T19:10:35.891016+0000 mgr.y (mgr.14140) 323 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:37.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:10:36 smithi189 bash[14634]: cluster 2024-09-10T19:10:35.891016+0000 mgr.y (mgr.14140) 323 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:39.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:10:38 smithi155 bash[18934]: cluster 2024-09-10T19:10:37.891982+0000 mgr.y (mgr.14140) 324 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:39.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:10:38 smithi155 bash[14970]: cluster 2024-09-10T19:10:37.891982+0000 mgr.y (mgr.14140) 324 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:39.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:10:38 smithi189 bash[14634]: cluster 2024-09-10T19:10:37.891982+0000 mgr.y (mgr.14140) 324 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:41.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:10:40 smithi189 bash[14634]: cluster 2024-09-10T19:10:39.892950+0000 mgr.y (mgr.14140) 325 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:41.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:10:40 smithi155 bash[14970]: cluster 2024-09-10T19:10:39.892950+0000 mgr.y (mgr.14140) 325 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:41.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:10:40 smithi155 bash[18934]: cluster 2024-09-10T19:10:39.892950+0000 mgr.y (mgr.14140) 325 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:43.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:10:42 smithi155 bash[14970]: cluster 2024-09-10T19:10:41.894003+0000 mgr.y (mgr.14140) 326 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:43.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:10:42 smithi155 bash[18934]: cluster 2024-09-10T19:10:41.894003+0000 mgr.y (mgr.14140) 326 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:43.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:10:42 smithi189 bash[14634]: cluster 2024-09-10T19:10:41.894003+0000 mgr.y (mgr.14140) 326 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:45.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:10:44 smithi155 bash[18934]: cluster 2024-09-10T19:10:43.895099+0000 mgr.y (mgr.14140) 327 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:45.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:10:44 smithi155 bash[14970]: cluster 2024-09-10T19:10:43.895099+0000 mgr.y (mgr.14140) 327 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:45.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:10:44 smithi189 bash[14634]: cluster 2024-09-10T19:10:43.895099+0000 mgr.y (mgr.14140) 327 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:47.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:10:46 smithi155 bash[14970]: cluster 2024-09-10T19:10:45.896065+0000 mgr.y (mgr.14140) 328 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:47.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:10:46 smithi155 bash[18934]: cluster 2024-09-10T19:10:45.896065+0000 mgr.y (mgr.14140) 328 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:47.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:10:46 smithi189 bash[14634]: cluster 2024-09-10T19:10:45.896065+0000 mgr.y (mgr.14140) 328 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:49.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:10:48 smithi155 bash[18934]: cluster 2024-09-10T19:10:47.897084+0000 mgr.y (mgr.14140) 329 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:49.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:10:48 smithi155 bash[14970]: cluster 2024-09-10T19:10:47.897084+0000 mgr.y (mgr.14140) 329 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:49.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:10:48 smithi189 bash[14634]: cluster 2024-09-10T19:10:47.897084+0000 mgr.y (mgr.14140) 329 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:51.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:10:50 smithi189 bash[14634]: cluster 2024-09-10T19:10:49.898068+0000 mgr.y (mgr.14140) 330 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:51.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:10:50 smithi155 bash[14970]: cluster 2024-09-10T19:10:49.898068+0000 mgr.y (mgr.14140) 330 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:51.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:10:50 smithi155 bash[18934]: cluster 2024-09-10T19:10:49.898068+0000 mgr.y (mgr.14140) 330 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:53.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:10:52 smithi155 bash[14970]: cluster 2024-09-10T19:10:51.899247+0000 mgr.y (mgr.14140) 331 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:53.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:10:52 smithi155 bash[18934]: cluster 2024-09-10T19:10:51.899247+0000 mgr.y (mgr.14140) 331 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:53.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:10:52 smithi189 bash[14634]: cluster 2024-09-10T19:10:51.899247+0000 mgr.y (mgr.14140) 331 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:55.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:10:54 smithi155 bash[18934]: cluster 2024-09-10T19:10:53.900515+0000 mgr.y (mgr.14140) 332 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:55.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:10:54 smithi155 bash[14970]: cluster 2024-09-10T19:10:53.900515+0000 mgr.y (mgr.14140) 332 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:55.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:10:54 smithi189 bash[14634]: cluster 2024-09-10T19:10:53.900515+0000 mgr.y (mgr.14140) 332 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:57.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:10:56 smithi155 bash[14970]: cluster 2024-09-10T19:10:55.901485+0000 mgr.y (mgr.14140) 333 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:57.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:10:56 smithi155 bash[18934]: cluster 2024-09-10T19:10:55.901485+0000 mgr.y (mgr.14140) 333 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:57.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:10:56 smithi189 bash[14634]: cluster 2024-09-10T19:10:55.901485+0000 mgr.y (mgr.14140) 333 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:59.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:10:58 smithi155 bash[18934]: cluster 2024-09-10T19:10:57.902490+0000 mgr.y (mgr.14140) 334 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:59.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:10:58 smithi155 bash[14970]: cluster 2024-09-10T19:10:57.902490+0000 mgr.y (mgr.14140) 334 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:59.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:10:58 smithi189 bash[14634]: cluster 2024-09-10T19:10:57.902490+0000 mgr.y (mgr.14140) 334 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:01.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:11:00 smithi189 bash[14634]: cluster 2024-09-10T19:10:59.903439+0000 mgr.y (mgr.14140) 335 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:01.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:11:00 smithi155 bash[14970]: cluster 2024-09-10T19:10:59.903439+0000 mgr.y (mgr.14140) 335 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:01.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:11:00 smithi155 bash[18934]: cluster 2024-09-10T19:10:59.903439+0000 mgr.y (mgr.14140) 335 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:03.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:11:02 smithi155 bash[18934]: cluster 2024-09-10T19:11:01.904600+0000 mgr.y (mgr.14140) 336 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:03.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:11:02 smithi155 bash[14970]: cluster 2024-09-10T19:11:01.904600+0000 mgr.y (mgr.14140) 336 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:03.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:11:02 smithi189 bash[14634]: cluster 2024-09-10T19:11:01.904600+0000 mgr.y (mgr.14140) 336 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:05.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:11:04 smithi155 bash[14970]: cluster 2024-09-10T19:11:03.905842+0000 mgr.y (mgr.14140) 337 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:05.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:11:04 smithi155 bash[18934]: cluster 2024-09-10T19:11:03.905842+0000 mgr.y (mgr.14140) 337 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:05.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:11:04 smithi189 bash[14634]: cluster 2024-09-10T19:11:03.905842+0000 mgr.y (mgr.14140) 337 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:07.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:11:06 smithi155 bash[18934]: cluster 2024-09-10T19:11:05.906881+0000 mgr.y (mgr.14140) 338 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:07.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:11:06 smithi155 bash[14970]: cluster 2024-09-10T19:11:05.906881+0000 mgr.y (mgr.14140) 338 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:07.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:11:06 smithi189 bash[14634]: cluster 2024-09-10T19:11:05.906881+0000 mgr.y (mgr.14140) 338 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:09.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:11:08 smithi155 bash[14970]: cluster 2024-09-10T19:11:07.907998+0000 mgr.y (mgr.14140) 339 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:09.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:11:08 smithi155 bash[18934]: cluster 2024-09-10T19:11:07.907998+0000 mgr.y (mgr.14140) 339 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:09.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:11:08 smithi189 bash[14634]: cluster 2024-09-10T19:11:07.907998+0000 mgr.y (mgr.14140) 339 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:11.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:11:10 smithi189 bash[14634]: cluster 2024-09-10T19:11:09.908836+0000 mgr.y (mgr.14140) 340 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:11.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:11:10 smithi155 bash[14970]: cluster 2024-09-10T19:11:09.908836+0000 mgr.y (mgr.14140) 340 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:11.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:11:10 smithi155 bash[18934]: cluster 2024-09-10T19:11:09.908836+0000 mgr.y (mgr.14140) 340 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:13.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:11:12 smithi155 bash[14970]: cluster 2024-09-10T19:11:11.909921+0000 mgr.y (mgr.14140) 341 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:13.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:11:12 smithi155 bash[18934]: cluster 2024-09-10T19:11:11.909921+0000 mgr.y (mgr.14140) 341 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:13.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:11:12 smithi189 bash[14634]: cluster 2024-09-10T19:11:11.909921+0000 mgr.y (mgr.14140) 341 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:15.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:11:14 smithi155 bash[18934]: cluster 2024-09-10T19:11:13.911185+0000 mgr.y (mgr.14140) 342 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:15.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:11:14 smithi155 bash[14970]: cluster 2024-09-10T19:11:13.911185+0000 mgr.y (mgr.14140) 342 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:15.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:11:14 smithi189 bash[14634]: cluster 2024-09-10T19:11:13.911185+0000 mgr.y (mgr.14140) 342 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:17.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:11:16 smithi155 bash[14970]: cluster 2024-09-10T19:11:15.912138+0000 mgr.y (mgr.14140) 343 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:17.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:11:16 smithi155 bash[18934]: cluster 2024-09-10T19:11:15.912138+0000 mgr.y (mgr.14140) 343 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:17.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:11:16 smithi189 bash[14634]: cluster 2024-09-10T19:11:15.912138+0000 mgr.y (mgr.14140) 343 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:19.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:11:18 smithi155 bash[14970]: cluster 2024-09-10T19:11:17.913303+0000 mgr.y (mgr.14140) 344 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:19.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:11:18 smithi155 bash[18934]: cluster 2024-09-10T19:11:17.913303+0000 mgr.y (mgr.14140) 344 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:19.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:11:18 smithi189 bash[14634]: cluster 2024-09-10T19:11:17.913303+0000 mgr.y (mgr.14140) 344 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:21.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:11:20 smithi189 bash[14634]: cluster 2024-09-10T19:11:19.914264+0000 mgr.y (mgr.14140) 345 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:21.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:11:20 smithi155 bash[14970]: cluster 2024-09-10T19:11:19.914264+0000 mgr.y (mgr.14140) 345 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:21.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:11:20 smithi155 bash[18934]: cluster 2024-09-10T19:11:19.914264+0000 mgr.y (mgr.14140) 345 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:23.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:11:22 smithi155 bash[14970]: cluster 2024-09-10T19:11:21.915362+0000 mgr.y (mgr.14140) 346 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:23.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:11:22 smithi155 bash[18934]: cluster 2024-09-10T19:11:21.915362+0000 mgr.y (mgr.14140) 346 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:23.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:11:22 smithi189 bash[14634]: cluster 2024-09-10T19:11:21.915362+0000 mgr.y (mgr.14140) 346 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:25.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:11:24 smithi155 bash[14970]: cluster 2024-09-10T19:11:23.916584+0000 mgr.y (mgr.14140) 347 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:25.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:11:24 smithi155 bash[18934]: cluster 2024-09-10T19:11:23.916584+0000 mgr.y (mgr.14140) 347 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:25.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:11:24 smithi189 bash[14634]: cluster 2024-09-10T19:11:23.916584+0000 mgr.y (mgr.14140) 347 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:27.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:11:26 smithi155 bash[14970]: cluster 2024-09-10T19:11:25.917526+0000 mgr.y (mgr.14140) 348 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:27.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:11:26 smithi155 bash[18934]: cluster 2024-09-10T19:11:25.917526+0000 mgr.y (mgr.14140) 348 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:27.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:11:26 smithi189 bash[14634]: cluster 2024-09-10T19:11:25.917526+0000 mgr.y (mgr.14140) 348 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:29.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:11:28 smithi155 bash[18934]: cluster 2024-09-10T19:11:27.918615+0000 mgr.y (mgr.14140) 349 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:29.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:11:28 smithi155 bash[14970]: cluster 2024-09-10T19:11:27.918615+0000 mgr.y (mgr.14140) 349 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:29.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:11:28 smithi189 bash[14634]: cluster 2024-09-10T19:11:27.918615+0000 mgr.y (mgr.14140) 349 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:31.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:11:30 smithi189 bash[14634]: cluster 2024-09-10T19:11:29.919450+0000 mgr.y (mgr.14140) 350 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:31.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:11:30 smithi155 bash[18934]: cluster 2024-09-10T19:11:29.919450+0000 mgr.y (mgr.14140) 350 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:31.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:11:30 smithi155 bash[14970]: cluster 2024-09-10T19:11:29.919450+0000 mgr.y (mgr.14140) 350 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:33.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:11:32 smithi155 bash[18934]: cluster 2024-09-10T19:11:31.920508+0000 mgr.y (mgr.14140) 351 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:33.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:11:32 smithi155 bash[14970]: cluster 2024-09-10T19:11:31.920508+0000 mgr.y (mgr.14140) 351 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:33.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:11:32 smithi189 bash[14634]: cluster 2024-09-10T19:11:31.920508+0000 mgr.y (mgr.14140) 351 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:35.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:11:34 smithi155 bash[14970]: cluster 2024-09-10T19:11:33.921640+0000 mgr.y (mgr.14140) 352 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:35.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:11:34 smithi155 bash[18934]: cluster 2024-09-10T19:11:33.921640+0000 mgr.y (mgr.14140) 352 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:35.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:11:34 smithi189 bash[14634]: cluster 2024-09-10T19:11:33.921640+0000 mgr.y (mgr.14140) 352 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:37.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:11:36 smithi155 bash[14970]: cluster 2024-09-10T19:11:35.922555+0000 mgr.y (mgr.14140) 353 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:37.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:11:36 smithi155 bash[18934]: cluster 2024-09-10T19:11:35.922555+0000 mgr.y (mgr.14140) 353 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:37.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:11:36 smithi189 bash[14634]: cluster 2024-09-10T19:11:35.922555+0000 mgr.y (mgr.14140) 353 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:39.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:11:38 smithi155 bash[14970]: cluster 2024-09-10T19:11:37.923651+0000 mgr.y (mgr.14140) 354 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:39.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:11:38 smithi155 bash[18934]: cluster 2024-09-10T19:11:37.923651+0000 mgr.y (mgr.14140) 354 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:39.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:11:38 smithi189 bash[14634]: cluster 2024-09-10T19:11:37.923651+0000 mgr.y (mgr.14140) 354 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:41.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:11:40 smithi189 bash[14634]: cluster 2024-09-10T19:11:39.924398+0000 mgr.y (mgr.14140) 355 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:41.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:11:40 smithi155 bash[18934]: cluster 2024-09-10T19:11:39.924398+0000 mgr.y (mgr.14140) 355 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:41.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:11:40 smithi155 bash[14970]: cluster 2024-09-10T19:11:39.924398+0000 mgr.y (mgr.14140) 355 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:43.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:11:42 smithi155 bash[18934]: cluster 2024-09-10T19:11:41.925431+0000 mgr.y (mgr.14140) 356 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:43.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:11:42 smithi155 bash[14970]: cluster 2024-09-10T19:11:41.925431+0000 mgr.y (mgr.14140) 356 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:43.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:11:42 smithi189 bash[14634]: cluster 2024-09-10T19:11:41.925431+0000 mgr.y (mgr.14140) 356 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:45.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:11:44 smithi155 bash[18934]: cluster 2024-09-10T19:11:43.926545+0000 mgr.y (mgr.14140) 357 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:45.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:11:44 smithi155 bash[14970]: cluster 2024-09-10T19:11:43.926545+0000 mgr.y (mgr.14140) 357 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:45.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:11:44 smithi189 bash[14634]: cluster 2024-09-10T19:11:43.926545+0000 mgr.y (mgr.14140) 357 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:47.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:11:46 smithi155 bash[18934]: cluster 2024-09-10T19:11:45.927468+0000 mgr.y (mgr.14140) 358 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:47.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:11:46 smithi155 bash[14970]: cluster 2024-09-10T19:11:45.927468+0000 mgr.y (mgr.14140) 358 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:47.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:11:46 smithi189 bash[14634]: cluster 2024-09-10T19:11:45.927468+0000 mgr.y (mgr.14140) 358 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:49.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:11:49 smithi155 bash[18934]: cluster 2024-09-10T19:11:47.928671+0000 mgr.y (mgr.14140) 359 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:49.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:11:49 smithi155 bash[14970]: cluster 2024-09-10T19:11:47.928671+0000 mgr.y (mgr.14140) 359 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:49.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:11:49 smithi189 bash[14634]: cluster 2024-09-10T19:11:47.928671+0000 mgr.y (mgr.14140) 359 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:51.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:11:50 smithi189 bash[14634]: cluster 2024-09-10T19:11:49.929651+0000 mgr.y (mgr.14140) 360 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:51.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:11:50 smithi155 bash[18934]: cluster 2024-09-10T19:11:49.929651+0000 mgr.y (mgr.14140) 360 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:51.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:11:50 smithi155 bash[14970]: cluster 2024-09-10T19:11:49.929651+0000 mgr.y (mgr.14140) 360 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:53.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:11:52 smithi155 bash[18934]: cluster 2024-09-10T19:11:51.930843+0000 mgr.y (mgr.14140) 361 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:53.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:11:52 smithi155 bash[14970]: cluster 2024-09-10T19:11:51.930843+0000 mgr.y (mgr.14140) 361 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:53.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:11:52 smithi189 bash[14634]: cluster 2024-09-10T19:11:51.930843+0000 mgr.y (mgr.14140) 361 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:55.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:11:54 smithi155 bash[18934]: cluster 2024-09-10T19:11:53.931995+0000 mgr.y (mgr.14140) 362 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:55.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:11:54 smithi155 bash[14970]: cluster 2024-09-10T19:11:53.931995+0000 mgr.y (mgr.14140) 362 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:55.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:11:54 smithi189 bash[14634]: cluster 2024-09-10T19:11:53.931995+0000 mgr.y (mgr.14140) 362 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:57.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:11:57 smithi155 bash[18934]: cluster 2024-09-10T19:11:55.932979+0000 mgr.y (mgr.14140) 363 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:57.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:11:57 smithi155 bash[14970]: cluster 2024-09-10T19:11:55.932979+0000 mgr.y (mgr.14140) 363 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:57.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:11:57 smithi189 bash[14634]: cluster 2024-09-10T19:11:55.932979+0000 mgr.y (mgr.14140) 363 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:59.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:11:59 smithi155 bash[18934]: cluster 2024-09-10T19:11:57.934116+0000 mgr.y (mgr.14140) 364 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:59.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:11:59 smithi155 bash[14970]: cluster 2024-09-10T19:11:57.934116+0000 mgr.y (mgr.14140) 364 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:59.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:11:59 smithi189 bash[14634]: cluster 2024-09-10T19:11:57.934116+0000 mgr.y (mgr.14140) 364 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:01.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:00 smithi189 bash[14634]: cluster 2024-09-10T19:11:59.934915+0000 mgr.y (mgr.14140) 365 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:01.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:00 smithi155 bash[18934]: cluster 2024-09-10T19:11:59.934915+0000 mgr.y (mgr.14140) 365 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:01.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:00 smithi155 bash[14970]: cluster 2024-09-10T19:11:59.934915+0000 mgr.y (mgr.14140) 365 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:03.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:02 smithi155 bash[18934]: cluster 2024-09-10T19:12:01.935986+0000 mgr.y (mgr.14140) 366 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:03.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:02 smithi155 bash[14970]: cluster 2024-09-10T19:12:01.935986+0000 mgr.y (mgr.14140) 366 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:03.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:02 smithi189 bash[14634]: cluster 2024-09-10T19:12:01.935986+0000 mgr.y (mgr.14140) 366 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:05.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:05 smithi155 bash[18934]: cluster 2024-09-10T19:12:03.937092+0000 mgr.y (mgr.14140) 367 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:05.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:05 smithi155 bash[14970]: cluster 2024-09-10T19:12:03.937092+0000 mgr.y (mgr.14140) 367 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:05.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:05 smithi189 bash[14634]: cluster 2024-09-10T19:12:03.937092+0000 mgr.y (mgr.14140) 367 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:07.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:07 smithi155 bash[18934]: cluster 2024-09-10T19:12:05.938040+0000 mgr.y (mgr.14140) 368 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:07.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:07 smithi155 bash[14970]: cluster 2024-09-10T19:12:05.938040+0000 mgr.y (mgr.14140) 368 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:07.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:07 smithi189 bash[14634]: cluster 2024-09-10T19:12:05.938040+0000 mgr.y (mgr.14140) 368 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:09.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:09 smithi155 bash[18934]: cluster 2024-09-10T19:12:07.939448+0000 mgr.y (mgr.14140) 369 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:09.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:09 smithi155 bash[14970]: cluster 2024-09-10T19:12:07.939448+0000 mgr.y (mgr.14140) 369 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:09.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:09 smithi189 bash[14634]: cluster 2024-09-10T19:12:07.939448+0000 mgr.y (mgr.14140) 369 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:11.179 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:10 smithi155 bash[18934]: cluster 2024-09-10T19:12:09.940227+0000 mgr.y (mgr.14140) 370 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:11.180 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:10 smithi155 bash[14970]: cluster 2024-09-10T19:12:09.940227+0000 mgr.y (mgr.14140) 370 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:11.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:10 smithi189 bash[14634]: cluster 2024-09-10T19:12:09.940227+0000 mgr.y (mgr.14140) 370 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:11.875 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-09-10T19:12:13.280 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:12 smithi155 bash[14970]: cluster 2024-09-10T19:12:11.941251+0000 mgr.y (mgr.14140) 371 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:13.281 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:13 smithi155 bash[18934]: cluster 2024-09-10T19:12:11.941251+0000 mgr.y (mgr.14140) 371 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:13.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:13 smithi189 bash[14634]: cluster 2024-09-10T19:12:11.941251+0000 mgr.y (mgr.14140) 371 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:15.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:15 smithi155 bash[14970]: cluster 2024-09-10T19:12:13.942412+0000 mgr.y (mgr.14140) 372 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:15.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:15 smithi155 bash[18934]: cluster 2024-09-10T19:12:13.942412+0000 mgr.y (mgr.14140) 372 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:15.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:15 smithi189 bash[14634]: cluster 2024-09-10T19:12:13.942412+0000 mgr.y (mgr.14140) 372 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:16.263 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-09-10T19:12:16.275 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:16 smithi155 bash[14970]: audit 2024-09-10T19:12:15.461890+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.155:0/3048394227' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-09-10T19:12:16.276 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:16 smithi155 bash[14970]: audit 2024-09-10T19:12:15.462518+0000 mon.a (mon.0) 568 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-09-10T19:12:16.276 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:16 smithi155 bash[14970]: audit 2024-09-10T19:12:15.466860+0000 mon.a (mon.0) 569 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2024-09-10T19:12:16.276 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:16 smithi155 bash[18934]: audit 2024-09-10T19:12:15.461890+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.155:0/3048394227' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-09-10T19:12:16.276 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:16 smithi155 bash[18934]: audit 2024-09-10T19:12:15.462518+0000 mon.a (mon.0) 568 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-09-10T19:12:16.276 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:16 smithi155 bash[18934]: audit 2024-09-10T19:12:15.466860+0000 mon.a (mon.0) 569 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2024-09-10T19:12:16.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:16 smithi189 bash[14634]: audit 2024-09-10T19:12:15.461890+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.155:0/3048394227' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-09-10T19:12:16.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:16 smithi189 bash[14634]: audit 2024-09-10T19:12:15.462518+0000 mon.a (mon.0) 568 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-09-10T19:12:16.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:16 smithi189 bash[14634]: audit 2024-09-10T19:12:15.466860+0000 mon.a (mon.0) 569 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2024-09-10T19:12:17.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:17 smithi155 bash[14970]: cluster 2024-09-10T19:12:15.943284+0000 mgr.y (mgr.14140) 373 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:17.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:17 smithi155 bash[18934]: cluster 2024-09-10T19:12:15.943284+0000 mgr.y (mgr.14140) 373 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:17.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:17 smithi189 bash[14634]: cluster 2024-09-10T19:12:15.943284+0000 mgr.y (mgr.14140) 373 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:19.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:19 smithi155 bash[14970]: cluster 2024-09-10T19:12:17.944424+0000 mgr.y (mgr.14140) 374 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:19.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:19 smithi155 bash[18934]: cluster 2024-09-10T19:12:17.944424+0000 mgr.y (mgr.14140) 374 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:19.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:19 smithi189 bash[14634]: cluster 2024-09-10T19:12:17.944424+0000 mgr.y (mgr.14140) 374 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:20.710 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph config set global log_to_journald false --force' 2024-09-10T19:12:20.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:20 smithi155 bash[14970]: audit 2024-09-10T19:12:19.883693+0000 mon.a (mon.0) 570 : audit [INF] from='client.? 172.21.15.155:0/1871031139' 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-10T19:12:20.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:20 smithi155 bash[14970]: audit 2024-09-10T19:12:19.893761+0000 mon.a (mon.0) 571 : audit [INF] from='client.? 172.21.15.155:0/1871031139' 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-10T19:12:20.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:20 smithi155 bash[18934]: audit 2024-09-10T19:12:19.883693+0000 mon.a (mon.0) 570 : audit [INF] from='client.? 172.21.15.155:0/1871031139' 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-10T19:12:20.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:20 smithi155 bash[18934]: audit 2024-09-10T19:12:19.893761+0000 mon.a (mon.0) 571 : audit [INF] from='client.? 172.21.15.155:0/1871031139' 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-10T19:12:20.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:20 smithi189 bash[14634]: audit 2024-09-10T19:12:19.883693+0000 mon.a (mon.0) 570 : audit [INF] from='client.? 172.21.15.155:0/1871031139' 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-10T19:12:20.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:20 smithi189 bash[14634]: audit 2024-09-10T19:12:19.893761+0000 mon.a (mon.0) 571 : audit [INF] from='client.? 172.21.15.155:0/1871031139' 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-10T19:12:21.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:21 smithi155 bash[14970]: cluster 2024-09-10T19:12:19.945041+0000 mgr.y (mgr.14140) 375 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:21.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:21 smithi155 bash[18934]: cluster 2024-09-10T19:12:19.945041+0000 mgr.y (mgr.14140) 375 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:21.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:21 smithi189 bash[14634]: cluster 2024-09-10T19:12:19.945041+0000 mgr.y (mgr.14140) 375 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:23.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:23 smithi155 bash[14970]: cluster 2024-09-10T19:12:21.946064+0000 mgr.y (mgr.14140) 376 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:23.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:23 smithi155 bash[18934]: cluster 2024-09-10T19:12:21.946064+0000 mgr.y (mgr.14140) 376 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:23.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:23 smithi189 bash[14634]: cluster 2024-09-10T19:12:21.946064+0000 mgr.y (mgr.14140) 376 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:24.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:24 smithi155 bash[18934]: audit 2024-09-10T19:12:24.439929+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.155:0/3664982315' entity='client.admin' cmd=[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]: dispatch 2024-09-10T19:12:24.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:24 smithi155 bash[18934]: audit 2024-09-10T19:12:24.440460+0000 mon.a (mon.0) 572 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]: dispatch 2024-09-10T19:12:24.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:24 smithi155 bash[18934]: audit 2024-09-10T19:12:24.449547+0000 mon.a (mon.0) 573 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]': finished 2024-09-10T19:12:24.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:24 smithi155 bash[14970]: audit 2024-09-10T19:12:24.439929+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.155:0/3664982315' entity='client.admin' cmd=[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]: dispatch 2024-09-10T19:12:24.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:24 smithi155 bash[14970]: audit 2024-09-10T19:12:24.440460+0000 mon.a (mon.0) 572 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]: dispatch 2024-09-10T19:12:24.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:24 smithi155 bash[14970]: audit 2024-09-10T19:12:24.449547+0000 mon.a (mon.0) 573 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]': finished 2024-09-10T19:12:24.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:24 smithi189 bash[14634]: audit 2024-09-10T19:12:24.439929+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.155:0/3664982315' entity='client.admin' cmd=[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]: dispatch 2024-09-10T19:12:24.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:24 smithi189 bash[14634]: audit 2024-09-10T19:12:24.440460+0000 mon.a (mon.0) 572 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]: dispatch 2024-09-10T19:12:24.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:24 smithi189 bash[14634]: audit 2024-09-10T19:12:24.449547+0000 mon.a (mon.0) 573 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]': finished 2024-09-10T19:12:25.289 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps' 2024-09-10T19:12:25.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:25 smithi155 bash[14970]: cluster 2024-09-10T19:12:23.946816+0000 mgr.y (mgr.14140) 377 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:25.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:25 smithi155 bash[18934]: cluster 2024-09-10T19:12:23.946816+0000 mgr.y (mgr.14140) 377 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:25.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:25 smithi155 bash[18934]: audit 2024-09-10T19:12:24.730107+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312324\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312507\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312624\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312742\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312845\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312949\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.313052\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:09:12.313156\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.313259\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:08:15.009290\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.313362\", \"created\": \"2024-09-10T19:09:08.755492\", \"started\": \"2024-09-10T19:09:08.774551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019\"}}, \"last_daemon_update\": \"2024-09-10T19:09:12.313574\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:12:24.728243\"}"}]: dispatch 2024-09-10T19:12:25.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:25 smithi155 bash[14970]: audit 2024-09-10T19:12:24.730107+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312324\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312507\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312624\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312742\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312845\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312949\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.313052\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:09:12.313156\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.313259\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:08:15.009290\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.313362\", \"created\": \"2024-09-10T19:09:08.755492\", \"started\": \"2024-09-10T19:09:08.774551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019\"}}, \"last_daemon_update\": \"2024-09-10T19:09:12.313574\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:12:24.728243\"}"}]: dispatch 2024-09-10T19:12:25.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:25 smithi155 bash[18934]: audit 2024-09-10T19:12:24.734330+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312324\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312507\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312624\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312742\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312845\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312949\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.313052\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:09:12.313156\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.313259\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:08:15.009290\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.313362\", \"created\": \"2024-09-10T19:09:08.755492\", \"started\": \"2024-09-10T19:09:08.774551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019\"}}, \"last_daemon_update\": \"2024-09-10T19:09:12.313574\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:12:24.728243\"}"}]': finished 2024-09-10T19:12:25.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:25 smithi155 bash[14970]: audit 2024-09-10T19:12:24.734330+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312324\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312507\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312624\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312742\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312845\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312949\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.313052\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:09:12.313156\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.313259\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:08:15.009290\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.313362\", \"created\": \"2024-09-10T19:09:08.755492\", \"started\": \"2024-09-10T19:09:08.774551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019\"}}, \"last_daemon_update\": \"2024-09-10T19:09:12.313574\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:12:24.728243\"}"}]': finished 2024-09-10T19:12:25.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:25 smithi155 bash[18934]: audit 2024-09-10T19:12:25.017647+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427019\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427210\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427330\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427446\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427560\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427672\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:09:13.427786\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:09:13.427900\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:09:13.428059\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}, \"rgw.r.z.smithi189.dwpibf\": {\"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.428227\", \"created\": \"2024-09-10T19:09:11.314607\", \"started\": \"2024-09-10T19:09:11.336344\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641\"}}, \"last_daemon_update\": \"2024-09-10T19:09:13.428484\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:12:25.015296\"}"}]: dispatch 2024-09-10T19:12:25.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:25 smithi155 bash[18934]: audit 2024-09-10T19:12:25.023795+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427019\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427210\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427330\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427446\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427560\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427672\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:09:13.427786\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:09:13.427900\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:09:13.428059\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}, \"rgw.r.z.smithi189.dwpibf\": {\"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.428227\", \"created\": \"2024-09-10T19:09:11.314607\", \"started\": \"2024-09-10T19:09:11.336344\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641\"}}, \"last_daemon_update\": \"2024-09-10T19:09:13.428484\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:12:25.015296\"}"}]': finished 2024-09-10T19:12:25.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:25 smithi155 bash[14970]: audit 2024-09-10T19:12:25.017647+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427019\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427210\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427330\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427446\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427560\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427672\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:09:13.427786\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:09:13.427900\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:09:13.428059\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}, \"rgw.r.z.smithi189.dwpibf\": {\"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.428227\", \"created\": \"2024-09-10T19:09:11.314607\", \"started\": \"2024-09-10T19:09:11.336344\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641\"}}, \"last_daemon_update\": \"2024-09-10T19:09:13.428484\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:12:25.015296\"}"}]: dispatch 2024-09-10T19:12:25.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:25 smithi155 bash[14970]: audit 2024-09-10T19:12:25.023795+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427019\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427210\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427330\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427446\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427560\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427672\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:09:13.427786\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:09:13.427900\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:09:13.428059\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}, \"rgw.r.z.smithi189.dwpibf\": {\"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.428227\", \"created\": \"2024-09-10T19:09:11.314607\", \"started\": \"2024-09-10T19:09:11.336344\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641\"}}, \"last_daemon_update\": \"2024-09-10T19:09:13.428484\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:12:25.015296\"}"}]': finished 2024-09-10T19:12:25.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:25 smithi189 bash[14634]: cluster 2024-09-10T19:12:23.946816+0000 mgr.y (mgr.14140) 377 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:25.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:25 smithi189 bash[14634]: audit 2024-09-10T19:12:24.730107+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312324\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312507\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312624\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312742\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312845\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312949\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.313052\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:09:12.313156\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.313259\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:08:15.009290\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.313362\", \"created\": \"2024-09-10T19:09:08.755492\", \"started\": \"2024-09-10T19:09:08.774551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019\"}}, \"last_daemon_update\": \"2024-09-10T19:09:12.313574\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:12:24.728243\"}"}]: dispatch 2024-09-10T19:12:25.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:25 smithi189 bash[14634]: audit 2024-09-10T19:12:24.734330+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312324\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312507\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312624\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312742\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312845\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.312949\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.313052\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:09:12.313156\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.313259\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:08:15.009290\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:12.313362\", \"created\": \"2024-09-10T19:09:08.755492\", \"started\": \"2024-09-10T19:09:08.774551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019\"}}, \"last_daemon_update\": \"2024-09-10T19:09:12.313574\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:12:24.728243\"}"}]': finished 2024-09-10T19:12:25.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:25 smithi189 bash[14634]: audit 2024-09-10T19:12:25.017647+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427019\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427210\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427330\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427446\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427560\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427672\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:09:13.427786\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:09:13.427900\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:09:13.428059\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}, \"rgw.r.z.smithi189.dwpibf\": {\"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.428227\", \"created\": \"2024-09-10T19:09:11.314607\", \"started\": \"2024-09-10T19:09:11.336344\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641\"}}, \"last_daemon_update\": \"2024-09-10T19:09:13.428484\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:12:25.015296\"}"}]: dispatch 2024-09-10T19:12:25.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:25 smithi189 bash[14634]: audit 2024-09-10T19:12:25.023795+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427019\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"73a32ba62846\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427210\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:02:42.310080\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427330\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427446\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427560\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427672\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:09:13.427786\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:09:13.427900\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:09:13.428059\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}, \"rgw.r.z.smithi189.dwpibf\": {\"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.428227\", \"created\": \"2024-09-10T19:09:11.314607\", \"started\": \"2024-09-10T19:09:11.336344\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:39.314895\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641\"}}, \"last_daemon_update\": \"2024-09-10T19:09:13.428484\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:12:25.015296\"}"}]': finished 2024-09-10T19:12:27.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:27 smithi155 bash[14970]: cluster 2024-09-10T19:12:25.947721+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-10T19:12:27.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:27 smithi155 bash[18934]: cluster 2024-09-10T19:12:25.947721+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-10T19:12:27.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:27 smithi189 bash[14634]: cluster 2024-09-10T19:12:25.947721+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-10T19:12:29.011 INFO:teuthology.orchestra.run.smithi155.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-09-10T19:12:29.011 INFO:teuthology.orchestra.run.smithi155.stdout:alertmanager.a smithi155 running (4m) 3m ago 5m prom/alertmanager 11f11916f8cd 8f4b00f8b453 2024-09-10T19:12:29.012 INFO:teuthology.orchestra.run.smithi155.stdout:grafana.a smithi189 running (4m) 3m ago 4m 6.6.2 ceph/ceph-grafana:latest 87a51ecf0b1c 44554c6f73ac 2024-09-10T19:12:29.012 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.x smithi189 running (9m) 3m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 73a32ba62846 2024-09-10T19:12:29.012 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.y smithi155 running (11m) 3m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 380cf0c39f3a 2024-09-10T19:12:29.012 INFO:teuthology.orchestra.run.smithi155.stdout:mon.a smithi155 running (11m) 3m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 9830b2129a22 2024-09-10T19:12:29.012 INFO:teuthology.orchestra.run.smithi155.stdout:mon.b smithi189 running (10m) 3m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e28fb1d2d63b 2024-09-10T19:12:29.012 INFO:teuthology.orchestra.run.smithi155.stdout:mon.c smithi155 running (10m) 3m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 7cbf0bc7a02d 2024-09-10T19:12:29.013 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.a smithi155 running (5m) 3m ago 5m prom/node-exporter 71dc9668b154 b8b40d4b621b 2024-09-10T19:12:29.013 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.b smithi189 running (5m) 3m ago 5m prom/node-exporter 71dc9668b154 a5297c8bfe71 2024-09-10T19:12:29.013 INFO:teuthology.orchestra.run.smithi155.stdout:osd.0 smithi155 running (9m) 3m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 7f6023dc1e50 2024-09-10T19:12:29.013 INFO:teuthology.orchestra.run.smithi155.stdout:osd.1 smithi155 running (8m) 3m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 42d00c1d93dd 2024-09-10T19:12:29.013 INFO:teuthology.orchestra.run.smithi155.stdout:osd.2 smithi155 running (8m) 3m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6b241c21f8e2 2024-09-10T19:12:29.014 INFO:teuthology.orchestra.run.smithi155.stdout:osd.3 smithi155 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8d9201a4db26 2024-09-10T19:12:29.014 INFO:teuthology.orchestra.run.smithi155.stdout:osd.4 smithi189 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 34cb90c9d5b7 2024-09-10T19:12:29.014 INFO:teuthology.orchestra.run.smithi155.stdout:osd.5 smithi189 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4b3a3b60e1d5 2024-09-10T19:12:29.014 INFO:teuthology.orchestra.run.smithi155.stdout:osd.6 smithi189 running (6m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 c58c4c013902 2024-09-10T19:12:29.014 INFO:teuthology.orchestra.run.smithi155.stdout:osd.7 smithi189 running (6m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 fb02b608dde7 2024-09-10T19:12:29.014 INFO:teuthology.orchestra.run.smithi155.stdout:prometheus.a smithi189 running (4m) 3m ago 5m prom/prometheus:latest 4022a502929b 815e116330a2 2024-09-10T19:12:29.015 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi155.ehnnyk smithi155 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 48687c7a211a 2024-09-10T19:12:29.015 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi189.dwpibf smithi189 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6bddcdbdbf0b 2024-09-10T19:12:29.720 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions' 2024-09-10T19:12:29.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:29 smithi155 bash[14970]: cluster 2024-09-10T19:12:27.948787+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-10T19:12:29.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:29 smithi155 bash[18934]: cluster 2024-09-10T19:12:27.948787+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-10T19:12:29.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:29 smithi189 bash[14634]: cluster 2024-09-10T19:12:27.948787+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-10T19:12:30.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:30 smithi155 bash[14970]: audit 2024-09-10T19:12:28.993462+0000 mgr.y (mgr.14140) 380 : audit [DBG] from='client.14721 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:12:30.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:30 smithi155 bash[18934]: audit 2024-09-10T19:12:28.993462+0000 mgr.y (mgr.14140) 380 : audit [DBG] from='client.14721 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:12:30.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:30 smithi189 bash[14634]: audit 2024-09-10T19:12:28.993462+0000 mgr.y (mgr.14140) 380 : audit [DBG] from='client.14721 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:12:31.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:31 smithi155 bash[14970]: cluster 2024-09-10T19:12:29.949573+0000 mgr.y (mgr.14140) 381 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:31.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:31 smithi155 bash[18934]: cluster 2024-09-10T19:12:29.949573+0000 mgr.y (mgr.14140) 381 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:31.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:31 smithi189 bash[14634]: cluster 2024-09-10T19:12:29.949573+0000 mgr.y (mgr.14140) 381 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:33.433 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:12:33.433 INFO:teuthology.orchestra.run.smithi155.stdout: "mon": { 2024-09-10T19:12:33.433 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-10T19:12:33.433 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:12:33.433 INFO:teuthology.orchestra.run.smithi155.stdout: "mgr": { 2024-09-10T19:12:33.433 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-10T19:12:33.433 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:12:33.433 INFO:teuthology.orchestra.run.smithi155.stdout: "osd": { 2024-09-10T19:12:33.434 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-10T19:12:33.434 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:12:33.434 INFO:teuthology.orchestra.run.smithi155.stdout: "mds": {}, 2024-09-10T19:12:33.434 INFO:teuthology.orchestra.run.smithi155.stdout: "rgw": { 2024-09-10T19:12:33.434 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-10T19:12:33.434 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:12:33.434 INFO:teuthology.orchestra.run.smithi155.stdout: "overall": { 2024-09-10T19:12:33.434 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2024-09-10T19:12:33.434 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-10T19:12:33.434 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:12:33.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:33 smithi155 bash[18934]: cluster 2024-09-10T19:12:31.950450+0000 mgr.y (mgr.14140) 382 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:33.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:33 smithi155 bash[18934]: audit 2024-09-10T19:12:33.430238+0000 mon.a (mon.0) 578 : audit [DBG] from='client.? 172.21.15.155:0/3717419015' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:12:33.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:33 smithi155 bash[14970]: cluster 2024-09-10T19:12:31.950450+0000 mgr.y (mgr.14140) 382 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:33.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:33 smithi155 bash[14970]: audit 2024-09-10T19:12:33.430238+0000 mon.a (mon.0) 578 : audit [DBG] from='client.? 172.21.15.155:0/3717419015' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:12:33.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:33 smithi189 bash[14634]: cluster 2024-09-10T19:12:31.950450+0000 mgr.y (mgr.14140) 382 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:33.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:33 smithi189 bash[14634]: audit 2024-09-10T19:12:33.430238+0000 mon.a (mon.0) 578 : audit [DBG] from='client.? 172.21.15.155:0/3717419015' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:12:34.185 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph -s' 2024-09-10T19:12:35.768 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:35 smithi155 bash[14970]: cluster 2024-09-10T19:12:33.951567+0000 mgr.y (mgr.14140) 383 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:35.769 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:35 smithi155 bash[18934]: cluster 2024-09-10T19:12:33.951567+0000 mgr.y (mgr.14140) 383 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:35.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:35 smithi189 bash[14634]: cluster 2024-09-10T19:12:33.951567+0000 mgr.y (mgr.14140) 383 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:37.817 INFO:teuthology.orchestra.run.smithi155.stdout: cluster: 2024-09-10T19:12:37.818 INFO:teuthology.orchestra.run.smithi155.stdout: id: e044737e-6fa6-11ef-bcea-c7b262605968 2024-09-10T19:12:37.818 INFO:teuthology.orchestra.run.smithi155.stdout: health: HEALTH_OK 2024-09-10T19:12:37.818 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T19:12:37.818 INFO:teuthology.orchestra.run.smithi155.stdout: services: 2024-09-10T19:12:37.818 INFO:teuthology.orchestra.run.smithi155.stdout: mon: 3 daemons, quorum a,c,b (age 10m) 2024-09-10T19:12:37.818 INFO:teuthology.orchestra.run.smithi155.stdout: mgr: y(active, since 11m), standbys: x 2024-09-10T19:12:37.818 INFO:teuthology.orchestra.run.smithi155.stdout: osd: 8 osds: 8 up (since 6m), 8 in (since 6m) 2024-09-10T19:12:37.818 INFO:teuthology.orchestra.run.smithi155.stdout: rgw: 2 daemons active (r.z.smithi155.ehnnyk, r.z.smithi189.dwpibf) 2024-09-10T19:12:37.818 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T19:12:37.818 INFO:teuthology.orchestra.run.smithi155.stdout: task status: 2024-09-10T19:12:37.818 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T19:12:37.818 INFO:teuthology.orchestra.run.smithi155.stdout: data: 2024-09-10T19:12:37.819 INFO:teuthology.orchestra.run.smithi155.stdout: pools: 5 pools, 129 pgs 2024-09-10T19:12:37.819 INFO:teuthology.orchestra.run.smithi155.stdout: objects: 202 objects, 7.0 KiB 2024-09-10T19:12:37.819 INFO:teuthology.orchestra.run.smithi155.stdout: usage: 8.0 GiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:37.819 INFO:teuthology.orchestra.run.smithi155.stdout: pgs: 129 active+clean 2024-09-10T19:12:37.819 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T19:12:37.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:37 smithi155 bash[14970]: cluster 2024-09-10T19:12:35.952567+0000 mgr.y (mgr.14140) 384 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:37.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:37 smithi155 bash[18934]: cluster 2024-09-10T19:12:35.952567+0000 mgr.y (mgr.14140) 384 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:37.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:37 smithi189 bash[14634]: cluster 2024-09-10T19:12:35.952567+0000 mgr.y (mgr.14140) 384 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:38.616 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ls' 2024-09-10T19:12:38.830 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:38 smithi155 bash[18934]: audit 2024-09-10T19:12:37.815335+0000 mon.a (mon.0) 579 : audit [DBG] from='client.? 172.21.15.155:0/3390681119' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T19:12:38.830 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:38 smithi155 bash[14970]: audit 2024-09-10T19:12:37.815335+0000 mon.a (mon.0) 579 : audit [DBG] from='client.? 172.21.15.155:0/3390681119' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T19:12:38.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:38 smithi189 bash[14634]: audit 2024-09-10T19:12:37.815335+0000 mon.a (mon.0) 579 : audit [DBG] from='client.? 172.21.15.155:0/3390681119' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T19:12:39.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:39 smithi155 bash[14970]: cluster 2024-09-10T19:12:37.953684+0000 mgr.y (mgr.14140) 385 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:39.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:39 smithi155 bash[18934]: cluster 2024-09-10T19:12:37.953684+0000 mgr.y (mgr.14140) 385 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:39.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:39 smithi189 bash[14634]: cluster 2024-09-10T19:12:37.953684+0000 mgr.y (mgr.14140) 385 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:41.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:40 smithi189 bash[14634]: cluster 2024-09-10T19:12:39.954433+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-10T19:12:41.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:40 smithi155 bash[14970]: cluster 2024-09-10T19:12:39.954433+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-10T19:12:41.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:40 smithi155 bash[18934]: cluster 2024-09-10T19:12:39.954433+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-10T19:12:42.279 INFO:teuthology.orchestra.run.smithi155.stdout:NAME RUNNING REFRESHED AGE PLACEMENT IMAGE NAME IMAGE ID 2024-09-10T19:12:42.279 INFO:teuthology.orchestra.run.smithi155.stdout:alertmanager 1/1 3m ago 5m count:1 smithi155=a prom/alertmanager 11f11916f8cd 2024-09-10T19:12:42.279 INFO:teuthology.orchestra.run.smithi155.stdout:grafana 1/1 3m ago 5m count:1 smithi189=a ceph/ceph-grafana:latest 87a51ecf0b1c 2024-09-10T19:12:42.280 INFO:teuthology.orchestra.run.smithi155.stdout:mgr 2/2 3m ago 10m count:2 smithi155=y,smithi189=x docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 2024-09-10T19:12:42.280 INFO:teuthology.orchestra.run.smithi155.stdout:mon 3/0 3m ago - docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 2024-09-10T19:12:42.280 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter 2/2 3m ago 5m count:2 smithi155=a,smithi189=b prom/node-exporter 71dc9668b154 2024-09-10T19:12:42.280 INFO:teuthology.orchestra.run.smithi155.stdout:prometheus 1/1 3m ago 6m count:1 smithi189=a prom/prometheus:latest 4022a502929b 2024-09-10T19:12:42.280 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z 2/2 3m ago 3m count:2 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 2024-09-10T19:12:43.103 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph config set mgr container_image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-09-10T19:12:43.311 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:43 smithi155 bash[14970]: cluster 2024-09-10T19:12:41.955165+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-10T19:12:43.311 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:43 smithi155 bash[14970]: audit 2024-09-10T19:12:42.270923+0000 mgr.y (mgr.14140) 388 : audit [DBG] from='client.14739 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:12:43.311 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:43 smithi155 bash[18934]: cluster 2024-09-10T19:12:41.955165+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-10T19:12:43.311 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:43 smithi155 bash[18934]: audit 2024-09-10T19:12:42.270923+0000 mgr.y (mgr.14140) 388 : audit [DBG] from='client.14739 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:12:43.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:43 smithi189 bash[14634]: cluster 2024-09-10T19:12:41.955165+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-10T19:12:43.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:43 smithi189 bash[14634]: audit 2024-09-10T19:12:42.270923+0000 mgr.y (mgr.14140) 388 : audit [DBG] from='client.14739 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:12:45.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:45 smithi155 bash[14970]: cluster 2024-09-10T19:12:43.956324+0000 mgr.y (mgr.14140) 389 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:45.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:45 smithi155 bash[18934]: cluster 2024-09-10T19:12:43.956324+0000 mgr.y (mgr.14140) 389 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:45.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:45 smithi189 bash[14634]: cluster 2024-09-10T19:12:43.956324+0000 mgr.y (mgr.14140) 389 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:47.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:47 smithi155 bash[14970]: cluster 2024-09-10T19:12:45.957334+0000 mgr.y (mgr.14140) 390 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:47.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:47 smithi155 bash[14970]: audit 2024-09-10T19:12:46.750097+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.155:0/3278064645' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588"}]: dispatch 2024-09-10T19:12:47.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:47 smithi155 bash[14970]: audit 2024-09-10T19:12:46.750795+0000 mon.a (mon.0) 580 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588"}]: dispatch 2024-09-10T19:12:47.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:47 smithi155 bash[14970]: audit 2024-09-10T19:12:46.759417+0000 mon.a (mon.0) 581 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588"}]': finished 2024-09-10T19:12:47.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:47 smithi155 bash[18934]: cluster 2024-09-10T19:12:45.957334+0000 mgr.y (mgr.14140) 390 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:47.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:47 smithi155 bash[18934]: audit 2024-09-10T19:12:46.750097+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.155:0/3278064645' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588"}]: dispatch 2024-09-10T19:12:47.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:47 smithi155 bash[18934]: audit 2024-09-10T19:12:46.750795+0000 mon.a (mon.0) 580 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588"}]: dispatch 2024-09-10T19:12:47.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:47 smithi155 bash[18934]: audit 2024-09-10T19:12:46.759417+0000 mon.a (mon.0) 581 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588"}]': finished 2024-09-10T19:12:47.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:47 smithi189 bash[14634]: cluster 2024-09-10T19:12:45.957334+0000 mgr.y (mgr.14140) 390 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:47.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:47 smithi189 bash[14634]: audit 2024-09-10T19:12:46.750097+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.155:0/3278064645' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588"}]: dispatch 2024-09-10T19:12:47.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:47 smithi189 bash[14634]: audit 2024-09-10T19:12:46.750795+0000 mon.a (mon.0) 580 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588"}]: dispatch 2024-09-10T19:12:47.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:47 smithi189 bash[14634]: audit 2024-09-10T19:12:46.759417+0000 mon.a (mon.0) 581 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588"}]': finished 2024-09-10T19:12:47.686 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch daemon redeploy "mgr.$(ceph mgr dump -f json | jq .standbys | jq .[] | jq -r .name)"' 2024-09-10T19:12:49.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:49 smithi155 bash[14970]: cluster 2024-09-10T19:12:47.958233+0000 mgr.y (mgr.14140) 391 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:49.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:49 smithi155 bash[18934]: cluster 2024-09-10T19:12:47.958233+0000 mgr.y (mgr.14140) 391 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:49.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:49 smithi189 bash[14634]: cluster 2024-09-10T19:12:47.958233+0000 mgr.y (mgr.14140) 391 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:51.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:50 smithi189 bash[14634]: cluster 2024-09-10T19:12:49.959136+0000 mgr.y (mgr.14140) 392 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:51.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:50 smithi155 bash[14970]: cluster 2024-09-10T19:12:49.959136+0000 mgr.y (mgr.14140) 392 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:51.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:50 smithi155 bash[18934]: cluster 2024-09-10T19:12:49.959136+0000 mgr.y (mgr.14140) 392 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:52.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:51 smithi189 bash[14634]: audit 2024-09-10T19:12:51.452111+0000 mon.a (mon.0) 582 : audit [DBG] from='client.? 172.21.15.155:0/700707052' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T19:12:52.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:51 smithi189 bash[14634]: audit 2024-09-10T19:12:51.799850+0000 mgr.y (mgr.14140) 393 : audit [DBG] from='client.14757 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "redeploy", "name": "mgr.x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:12:52.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:51 smithi189 bash[14634]: cephadm 2024-09-10T19:12:51.800569+0000 mgr.y (mgr.14140) 394 : cephadm [INF] Redeploy daemons mgr.x 2024-09-10T19:12:52.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:51 smithi189 bash[14634]: audit 2024-09-10T19:12:51.801996+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-09-10T19:12:52.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:51 smithi189 bash[14634]: audit 2024-09-10T19:12:51.803506+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:12:52.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:51 smithi189 bash[14634]: cephadm 2024-09-10T19:12:51.804414+0000 mgr.y (mgr.14140) 395 : cephadm [INF] Deploying daemon mgr.x on smithi189 2024-09-10T19:12:52.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:51 smithi189 bash[14634]: audit 2024-09-10T19:12:51.804758+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-10T19:12:52.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:51 smithi155 bash[14970]: audit 2024-09-10T19:12:51.452111+0000 mon.a (mon.0) 582 : audit [DBG] from='client.? 172.21.15.155:0/700707052' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T19:12:52.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:51 smithi155 bash[14970]: audit 2024-09-10T19:12:51.799850+0000 mgr.y (mgr.14140) 393 : audit [DBG] from='client.14757 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "redeploy", "name": "mgr.x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:12:52.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:51 smithi155 bash[14970]: cephadm 2024-09-10T19:12:51.800569+0000 mgr.y (mgr.14140) 394 : cephadm [INF] Redeploy daemons mgr.x 2024-09-10T19:12:52.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:51 smithi155 bash[14970]: audit 2024-09-10T19:12:51.801996+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-09-10T19:12:52.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:51 smithi155 bash[14970]: audit 2024-09-10T19:12:51.803506+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:12:52.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:51 smithi155 bash[14970]: cephadm 2024-09-10T19:12:51.804414+0000 mgr.y (mgr.14140) 395 : cephadm [INF] Deploying daemon mgr.x on smithi189 2024-09-10T19:12:52.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:51 smithi155 bash[14970]: audit 2024-09-10T19:12:51.804758+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-10T19:12:52.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:51 smithi155 bash[18934]: audit 2024-09-10T19:12:51.452111+0000 mon.a (mon.0) 582 : audit [DBG] from='client.? 172.21.15.155:0/700707052' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T19:12:52.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:51 smithi155 bash[18934]: audit 2024-09-10T19:12:51.799850+0000 mgr.y (mgr.14140) 393 : audit [DBG] from='client.14757 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "redeploy", "name": "mgr.x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:12:52.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:51 smithi155 bash[18934]: cephadm 2024-09-10T19:12:51.800569+0000 mgr.y (mgr.14140) 394 : cephadm [INF] Redeploy daemons mgr.x 2024-09-10T19:12:52.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:51 smithi155 bash[18934]: audit 2024-09-10T19:12:51.801996+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-09-10T19:12:52.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:51 smithi155 bash[18934]: audit 2024-09-10T19:12:51.803506+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:12:52.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:51 smithi155 bash[18934]: cephadm 2024-09-10T19:12:51.804414+0000 mgr.y (mgr.14140) 395 : cephadm [INF] Deploying daemon mgr.x on smithi189 2024-09-10T19:12:52.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:51 smithi155 bash[18934]: audit 2024-09-10T19:12:51.804758+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-10T19:12:53.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:52 smithi189 bash[14634]: cluster 2024-09-10T19:12:51.960115+0000 mgr.y (mgr.14140) 396 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:53.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:52 smithi155 bash[14970]: cluster 2024-09-10T19:12:51.960115+0000 mgr.y (mgr.14140) 396 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:53.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:52 smithi155 bash[18934]: cluster 2024-09-10T19:12:51.960115+0000 mgr.y (mgr.14140) 396 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:55.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:55 smithi155 bash[14970]: cluster 2024-09-10T19:12:53.961254+0000 mgr.y (mgr.14140) 397 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:55.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:55 smithi155 bash[18934]: cluster 2024-09-10T19:12:53.961254+0000 mgr.y (mgr.14140) 397 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:55.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:55 smithi189 bash[14634]: cluster 2024-09-10T19:12:53.961254+0000 mgr.y (mgr.14140) 397 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:57.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:57 smithi155 bash[14970]: cluster 2024-09-10T19:12:55.962220+0000 mgr.y (mgr.14140) 398 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:57.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:57 smithi155 bash[18934]: cluster 2024-09-10T19:12:55.962220+0000 mgr.y (mgr.14140) 398 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:57.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:57 smithi189 bash[14634]: cluster 2024-09-10T19:12:55.962220+0000 mgr.y (mgr.14140) 398 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:59.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:12:59 smithi155 bash[14970]: cluster 2024-09-10T19:12:57.963316+0000 mgr.y (mgr.14140) 399 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:59.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:12:59 smithi155 bash[18934]: cluster 2024-09-10T19:12:57.963316+0000 mgr.y (mgr.14140) 399 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:59.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:12:59 smithi189 bash[14634]: cluster 2024-09-10T19:12:57.963316+0000 mgr.y (mgr.14140) 399 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:01.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:13:00 smithi189 bash[14634]: cluster 2024-09-10T19:12:59.964371+0000 mgr.y (mgr.14140) 400 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:01.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:13:00 smithi155 bash[14970]: cluster 2024-09-10T19:12:59.964371+0000 mgr.y (mgr.14140) 400 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:01.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:13:00 smithi155 bash[18934]: cluster 2024-09-10T19:12:59.964371+0000 mgr.y (mgr.14140) 400 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:03.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:13:03 smithi155 bash[18934]: cluster 2024-09-10T19:13:01.965325+0000 mgr.y (mgr.14140) 401 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:03.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:13:03 smithi155 bash[14970]: cluster 2024-09-10T19:13:01.965325+0000 mgr.y (mgr.14140) 401 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:03.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:13:03 smithi189 bash[14634]: cluster 2024-09-10T19:13:01.965325+0000 mgr.y (mgr.14140) 401 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:05.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:13:05 smithi155 bash[14970]: cluster 2024-09-10T19:13:03.966448+0000 mgr.y (mgr.14140) 402 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:05.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:13:05 smithi155 bash[18934]: cluster 2024-09-10T19:13:03.966448+0000 mgr.y (mgr.14140) 402 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:05.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:13:05 smithi189 bash[14634]: cluster 2024-09-10T19:13:03.966448+0000 mgr.y (mgr.14140) 402 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:07.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:13:07 smithi155 bash[14970]: cluster 2024-09-10T19:13:05.967413+0000 mgr.y (mgr.14140) 403 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:07.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:13:07 smithi155 bash[18934]: cluster 2024-09-10T19:13:05.967413+0000 mgr.y (mgr.14140) 403 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:07.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:13:07 smithi189 bash[14634]: cluster 2024-09-10T19:13:05.967413+0000 mgr.y (mgr.14140) 403 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:09.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:13:09 smithi155 bash[14970]: cluster 2024-09-10T19:13:07.968508+0000 mgr.y (mgr.14140) 404 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:09.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:13:09 smithi155 bash[18934]: cluster 2024-09-10T19:13:07.968508+0000 mgr.y (mgr.14140) 404 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:09.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:13:09 smithi189 bash[14634]: cluster 2024-09-10T19:13:07.968508+0000 mgr.y (mgr.14140) 404 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:11.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:13:10 smithi189 bash[14634]: cluster 2024-09-10T19:13:09.969409+0000 mgr.y (mgr.14140) 405 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:11.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:13:10 smithi155 bash[14970]: cluster 2024-09-10T19:13:09.969409+0000 mgr.y (mgr.14140) 405 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:11.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:13:10 smithi155 bash[18934]: cluster 2024-09-10T19:13:09.969409+0000 mgr.y (mgr.14140) 405 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:13.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:13:13 smithi155 bash[14970]: cluster 2024-09-10T19:13:11.970374+0000 mgr.y (mgr.14140) 406 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:13.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:13:13 smithi155 bash[18934]: cluster 2024-09-10T19:13:11.970374+0000 mgr.y (mgr.14140) 406 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:13.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:13:13 smithi189 bash[14634]: cluster 2024-09-10T19:13:11.970374+0000 mgr.y (mgr.14140) 406 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:15.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:13:15 smithi155 bash[14970]: cluster 2024-09-10T19:13:13.971480+0000 mgr.y (mgr.14140) 407 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:15.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:13:15 smithi155 bash[18934]: cluster 2024-09-10T19:13:13.971480+0000 mgr.y (mgr.14140) 407 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:15.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:13:15 smithi189 bash[14634]: cluster 2024-09-10T19:13:13.971480+0000 mgr.y (mgr.14140) 407 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:17.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:13:17 smithi155 bash[18934]: cluster 2024-09-10T19:13:15.972395+0000 mgr.y (mgr.14140) 408 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:17.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:13:17 smithi155 bash[14970]: cluster 2024-09-10T19:13:15.972395+0000 mgr.y (mgr.14140) 408 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:17.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:13:17 smithi189 bash[14634]: cluster 2024-09-10T19:13:15.972395+0000 mgr.y (mgr.14140) 408 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:19.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:13:19 smithi155 bash[14970]: cluster 2024-09-10T19:13:17.973440+0000 mgr.y (mgr.14140) 409 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:19.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:13:19 smithi155 bash[18934]: cluster 2024-09-10T19:13:17.973440+0000 mgr.y (mgr.14140) 409 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:19.566 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:13:19 smithi189 bash[14634]: cluster 2024-09-10T19:13:17.973440+0000 mgr.y (mgr.14140) 409 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:21.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:13:20 smithi189 bash[14634]: cluster 2024-09-10T19:13:19.974299+0000 mgr.y (mgr.14140) 410 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:21.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:13:20 smithi155 bash[14970]: cluster 2024-09-10T19:13:19.974299+0000 mgr.y (mgr.14140) 410 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:21.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:13:20 smithi155 bash[18934]: cluster 2024-09-10T19:13:19.974299+0000 mgr.y (mgr.14140) 410 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:23.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:13:23 smithi155 bash[14970]: cluster 2024-09-10T19:13:21.975249+0000 mgr.y (mgr.14140) 411 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:23.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:13:23 smithi155 bash[18934]: cluster 2024-09-10T19:13:21.975249+0000 mgr.y (mgr.14140) 411 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:23.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:13:23 smithi189 bash[14634]: cluster 2024-09-10T19:13:21.975249+0000 mgr.y (mgr.14140) 411 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:25.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:13:25 smithi155 bash[14970]: cluster 2024-09-10T19:13:23.976428+0000 mgr.y (mgr.14140) 412 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:25.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:13:25 smithi155 bash[18934]: cluster 2024-09-10T19:13:23.976428+0000 mgr.y (mgr.14140) 412 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:25.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:13:25 smithi189 bash[14634]: cluster 2024-09-10T19:13:23.976428+0000 mgr.y (mgr.14140) 412 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:27.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:13:27 smithi155 bash[14970]: cluster 2024-09-10T19:13:25.977401+0000 mgr.y (mgr.14140) 413 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:27.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:13:27 smithi155 bash[18934]: cluster 2024-09-10T19:13:25.977401+0000 mgr.y (mgr.14140) 413 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:27.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:13:27 smithi189 bash[14634]: cluster 2024-09-10T19:13:25.977401+0000 mgr.y (mgr.14140) 413 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:29.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:13:29 smithi155 bash[14970]: cluster 2024-09-10T19:13:27.978518+0000 mgr.y (mgr.14140) 414 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:29.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:13:29 smithi155 bash[18934]: cluster 2024-09-10T19:13:27.978518+0000 mgr.y (mgr.14140) 414 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:29.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:13:29 smithi189 bash[14634]: cluster 2024-09-10T19:13:27.978518+0000 mgr.y (mgr.14140) 414 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:31.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:13:30 smithi189 bash[14634]: cluster 2024-09-10T19:13:29.979435+0000 mgr.y (mgr.14140) 415 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:31.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:13:30 smithi155 bash[14970]: cluster 2024-09-10T19:13:29.979435+0000 mgr.y (mgr.14140) 415 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:31.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:13:30 smithi155 bash[18934]: cluster 2024-09-10T19:13:29.979435+0000 mgr.y (mgr.14140) 415 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:33.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:13:33 smithi155 bash[14970]: cluster 2024-09-10T19:13:31.980392+0000 mgr.y (mgr.14140) 416 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:33.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:13:33 smithi155 bash[18934]: cluster 2024-09-10T19:13:31.980392+0000 mgr.y (mgr.14140) 416 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:33.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:13:33 smithi189 bash[14634]: cluster 2024-09-10T19:13:31.980392+0000 mgr.y (mgr.14140) 416 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:35.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:13:35 smithi155 bash[18934]: cluster 2024-09-10T19:13:33.981509+0000 mgr.y (mgr.14140) 417 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:35.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:13:35 smithi155 bash[14970]: cluster 2024-09-10T19:13:33.981509+0000 mgr.y (mgr.14140) 417 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:35.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:13:35 smithi189 bash[14634]: cluster 2024-09-10T19:13:33.981509+0000 mgr.y (mgr.14140) 417 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:37.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:13:37 smithi155 bash[18934]: cluster 2024-09-10T19:13:35.982422+0000 mgr.y (mgr.14140) 418 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:37.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:13:37 smithi155 bash[14970]: cluster 2024-09-10T19:13:35.982422+0000 mgr.y (mgr.14140) 418 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:37.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:13:37 smithi189 bash[14634]: cluster 2024-09-10T19:13:35.982422+0000 mgr.y (mgr.14140) 418 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:39.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:13:39 smithi155 bash[18934]: cluster 2024-09-10T19:13:37.983598+0000 mgr.y (mgr.14140) 419 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:39.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:13:39 smithi155 bash[14970]: cluster 2024-09-10T19:13:37.983598+0000 mgr.y (mgr.14140) 419 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:39.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:13:39 smithi189 bash[14634]: cluster 2024-09-10T19:13:37.983598+0000 mgr.y (mgr.14140) 419 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:41.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:13:40 smithi189 bash[14634]: cluster 2024-09-10T19:13:39.984601+0000 mgr.y (mgr.14140) 420 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:41.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:13:40 smithi155 bash[14970]: cluster 2024-09-10T19:13:39.984601+0000 mgr.y (mgr.14140) 420 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:41.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:13:40 smithi155 bash[18934]: cluster 2024-09-10T19:13:39.984601+0000 mgr.y (mgr.14140) 420 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:43.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:13:43 smithi155 bash[14970]: cluster 2024-09-10T19:13:41.985657+0000 mgr.y (mgr.14140) 421 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:43.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:13:43 smithi155 bash[18934]: cluster 2024-09-10T19:13:41.985657+0000 mgr.y (mgr.14140) 421 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:43.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:13:43 smithi189 bash[14634]: cluster 2024-09-10T19:13:41.985657+0000 mgr.y (mgr.14140) 421 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:45.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:13:45 smithi155 bash[14970]: cluster 2024-09-10T19:13:43.986996+0000 mgr.y (mgr.14140) 422 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:45.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:13:45 smithi155 bash[18934]: cluster 2024-09-10T19:13:43.986996+0000 mgr.y (mgr.14140) 422 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:45.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:13:45 smithi189 bash[14634]: cluster 2024-09-10T19:13:43.986996+0000 mgr.y (mgr.14140) 422 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:47.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:13:47 smithi155 bash[14970]: cluster 2024-09-10T19:13:45.987914+0000 mgr.y (mgr.14140) 423 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:47.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:13:47 smithi155 bash[18934]: cluster 2024-09-10T19:13:45.987914+0000 mgr.y (mgr.14140) 423 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:47.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:13:47 smithi189 bash[14634]: cluster 2024-09-10T19:13:45.987914+0000 mgr.y (mgr.14140) 423 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:49.174 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:13:49 smithi189 bash[14634]: cluster 2024-09-10T19:13:47.989009+0000 mgr.y (mgr.14140) 424 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:49.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:13:49 smithi155 bash[14970]: cluster 2024-09-10T19:13:47.989009+0000 mgr.y (mgr.14140) 424 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:49.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:13:49 smithi155 bash[18934]: cluster 2024-09-10T19:13:47.989009+0000 mgr.y (mgr.14140) 424 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:49.952 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:13:49 smithi189 systemd[1]: Stopping Ceph mgr.x for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:13:51.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:13:50 smithi189 bash[14634]: cluster 2024-09-10T19:13:49.989917+0000 mgr.y (mgr.14140) 425 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:51.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:13:50 smithi155 bash[14970]: cluster 2024-09-10T19:13:49.989917+0000 mgr.y (mgr.14140) 425 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:51.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:13:50 smithi155 bash[18934]: cluster 2024-09-10T19:13:49.989917+0000 mgr.y (mgr.14140) 425 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:53.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:13:53 smithi155 bash[14970]: cluster 2024-09-10T19:13:51.990866+0000 mgr.y (mgr.14140) 426 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:53.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:13:53 smithi155 bash[18934]: cluster 2024-09-10T19:13:51.990866+0000 mgr.y (mgr.14140) 426 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:53.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:13:53 smithi189 bash[14634]: cluster 2024-09-10T19:13:51.990866+0000 mgr.y (mgr.14140) 426 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:55.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:13:55 smithi155 bash[14970]: cluster 2024-09-10T19:13:53.992019+0000 mgr.y (mgr.14140) 427 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:55.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:13:55 smithi155 bash[18934]: cluster 2024-09-10T19:13:53.992019+0000 mgr.y (mgr.14140) 427 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:55.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:13:55 smithi189 bash[14634]: cluster 2024-09-10T19:13:53.992019+0000 mgr.y (mgr.14140) 427 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:57.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:13:57 smithi155 bash[14970]: cluster 2024-09-10T19:13:55.992917+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-10T19:13:57.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:13:57 smithi155 bash[18934]: cluster 2024-09-10T19:13:55.992917+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-10T19:13:57.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:13:57 smithi189 bash[14634]: cluster 2024-09-10T19:13:55.992917+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-10T19:13:59.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:13:59 smithi155 bash[14970]: cluster 2024-09-10T19:13:57.993998+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-10T19:13:59.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:13:59 smithi155 bash[18934]: cluster 2024-09-10T19:13:57.993998+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-10T19:13:59.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:13:59 smithi189 bash[14634]: cluster 2024-09-10T19:13:57.993998+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-10T19:14:01.116 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:00 smithi189 bash[14634]: cluster 2024-09-10T19:13:59.994899+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-10T19:14:01.116 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:14:00 smithi189 docker[25940]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-mgr.x 2024-09-10T19:14:01.117 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:14:00 smithi189 systemd[1]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mgr.x.service: Main process exited, code=exited, status=137/n/a 2024-09-10T19:14:01.117 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:14:00 smithi189 systemd[1]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mgr.x.service: Failed with result 'exit-code'. 2024-09-10T19:14:01.117 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:14:00 smithi189 systemd[1]: Stopped Ceph mgr.x for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:14:01.117 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:14:01 smithi189 systemd[1]: Starting Ceph mgr.x for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:14:01.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:00 smithi155 bash[18934]: cluster 2024-09-10T19:13:59.994899+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-10T19:14:01.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:00 smithi155 bash[14970]: cluster 2024-09-10T19:13:59.994899+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-10T19:14:01.452 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:14:01 smithi189 docker[26036]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-mgr.x 2024-09-10T19:14:01.452 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:14:01 smithi189 systemd[1]: Started Ceph mgr.x for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:14:01.932 INFO:teuthology.orchestra.run.smithi155.stdout:Deployed mgr.x on host 'smithi189' 2024-09-10T19:14:02.348 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:01 smithi189 bash[14634]: audit 2024-09-10T19:14:01.160104+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:14:02.348 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:01 smithi189 bash[14634]: audit 2024-09-10T19:14:01.160964+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427019\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427330\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427446\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427560\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427672\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:09:13.427786\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:09:13.427900\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:09:13.428059\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}, \"rgw.r.z.smithi189.dwpibf\": {\"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.428227\", \"created\": \"2024-09-10T19:09:11.314607\", \"started\": \"2024-09-10T19:09:11.336344\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641\"}}, \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:12:25.015296\"}"}]: dispatch 2024-09-10T19:14:02.349 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:01 smithi189 bash[14634]: audit 2024-09-10T19:14:01.167360+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427019\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427330\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427446\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427560\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427672\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:09:13.427786\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:09:13.427900\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:09:13.428059\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}, \"rgw.r.z.smithi189.dwpibf\": {\"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.428227\", \"created\": \"2024-09-10T19:09:11.314607\", \"started\": \"2024-09-10T19:09:11.336344\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641\"}}, \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:12:25.015296\"}"}]': finished 2024-09-10T19:14:02.354 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:01 smithi155 bash[18934]: audit 2024-09-10T19:14:01.160104+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:14:02.355 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:01 smithi155 bash[14970]: audit 2024-09-10T19:14:01.160104+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:14:02.355 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:01 smithi155 bash[18934]: audit 2024-09-10T19:14:01.160964+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427019\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427330\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427446\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427560\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427672\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:09:13.427786\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:09:13.427900\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:09:13.428059\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}, \"rgw.r.z.smithi189.dwpibf\": {\"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.428227\", \"created\": \"2024-09-10T19:09:11.314607\", \"started\": \"2024-09-10T19:09:11.336344\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641\"}}, \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:12:25.015296\"}"}]: dispatch 2024-09-10T19:14:02.356 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:01 smithi155 bash[18934]: audit 2024-09-10T19:14:01.167360+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427019\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427330\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427446\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427560\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427672\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:09:13.427786\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:09:13.427900\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:09:13.428059\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}, \"rgw.r.z.smithi189.dwpibf\": {\"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.428227\", \"created\": \"2024-09-10T19:09:11.314607\", \"started\": \"2024-09-10T19:09:11.336344\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641\"}}, \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:12:25.015296\"}"}]': finished 2024-09-10T19:14:02.356 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:01 smithi155 bash[14970]: audit 2024-09-10T19:14:01.160964+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427019\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427330\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427446\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427560\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427672\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:09:13.427786\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:09:13.427900\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:09:13.428059\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}, \"rgw.r.z.smithi189.dwpibf\": {\"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.428227\", \"created\": \"2024-09-10T19:09:11.314607\", \"started\": \"2024-09-10T19:09:11.336344\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641\"}}, \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:12:25.015296\"}"}]: dispatch 2024-09-10T19:14:02.356 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:01 smithi155 bash[14970]: audit 2024-09-10T19:14:01.167360+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427019\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427330\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427446\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427560\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.427672\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:09:13.427786\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:09:13.427900\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:09:13.428059\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}, \"rgw.r.z.smithi189.dwpibf\": {\"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:09:13.428227\", \"created\": \"2024-09-10T19:09:11.314607\", \"started\": \"2024-09-10T19:09:11.336344\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641\"}}, \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:12:25.015296\"}"}]': finished 2024-09-10T19:14:02.702 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:14:02 smithi189 bash[26056]: debug 2024-09-10T19:14:02.440+0000 7fc0f45f1640 1 -- 172.21.15.189:0/1932013834 <== mon.2 v2:172.21.15.189:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e8bbeb0340 con 0x55e8bbebc800 2024-09-10T19:14:02.702 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:14:02 smithi189 bash[26056]: debug 2024-09-10T19:14:02.560+0000 7fc0f6e59ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-10T19:14:02.918 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps --refresh' 2024-09-10T19:14:03.322 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:02 smithi189 bash[14634]: cluster 2024-09-10T19:14:01.998817+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-10T19:14:03.323 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:02 smithi189 bash[14634]: audit 2024-09-10T19:14:02.401562+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.397909\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.398108\", \"created\": \"2024-09-10T19:02:42.287651\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.398185\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.398307\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.398426\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.398546\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:14:02.398667\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:14:02.398788\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:14:02.398908\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}, \"rgw.r.z.smithi189.dwpibf\": {\"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.399028\", \"created\": \"2024-09-10T19:09:11.314607\", \"started\": \"2024-09-10T19:09:11.336344\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641\"}}, \"last_daemon_update\": \"2024-09-10T19:14:02.399276\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:12:25.015296\"}"}]: dispatch 2024-09-10T19:14:03.323 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:02 smithi189 bash[14634]: audit 2024-09-10T19:14:02.409500+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.397909\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.398108\", \"created\": \"2024-09-10T19:02:42.287651\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.398185\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.398307\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.398426\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.398546\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:14:02.398667\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:14:02.398788\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:14:02.398908\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}, \"rgw.r.z.smithi189.dwpibf\": {\"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.399028\", \"created\": \"2024-09-10T19:09:11.314607\", \"started\": \"2024-09-10T19:09:11.336344\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641\"}}, \"last_daemon_update\": \"2024-09-10T19:14:02.399276\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:12:25.015296\"}"}]': finished 2024-09-10T19:14:03.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:02 smithi155 bash[14970]: cluster 2024-09-10T19:14:01.998817+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-10T19:14:03.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:02 smithi155 bash[18934]: cluster 2024-09-10T19:14:01.998817+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-10T19:14:03.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:02 smithi155 bash[14970]: audit 2024-09-10T19:14:02.401562+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.397909\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.398108\", \"created\": \"2024-09-10T19:02:42.287651\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.398185\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.398307\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.398426\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.398546\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:14:02.398667\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:14:02.398788\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:14:02.398908\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}, \"rgw.r.z.smithi189.dwpibf\": {\"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.399028\", \"created\": \"2024-09-10T19:09:11.314607\", \"started\": \"2024-09-10T19:09:11.336344\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641\"}}, \"last_daemon_update\": \"2024-09-10T19:14:02.399276\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:12:25.015296\"}"}]: dispatch 2024-09-10T19:14:03.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:02 smithi155 bash[14970]: audit 2024-09-10T19:14:02.409500+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.397909\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.398108\", \"created\": \"2024-09-10T19:02:42.287651\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.398185\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.398307\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.398426\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.398546\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:14:02.398667\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:14:02.398788\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:14:02.398908\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}, \"rgw.r.z.smithi189.dwpibf\": {\"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.399028\", \"created\": \"2024-09-10T19:09:11.314607\", \"started\": \"2024-09-10T19:09:11.336344\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641\"}}, \"last_daemon_update\": \"2024-09-10T19:14:02.399276\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:12:25.015296\"}"}]': finished 2024-09-10T19:14:03.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:02 smithi155 bash[18934]: audit 2024-09-10T19:14:02.401562+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.397909\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.398108\", \"created\": \"2024-09-10T19:02:42.287651\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.398185\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.398307\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.398426\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.398546\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:14:02.398667\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:14:02.398788\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:14:02.398908\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}, \"rgw.r.z.smithi189.dwpibf\": {\"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.399028\", \"created\": \"2024-09-10T19:09:11.314607\", \"started\": \"2024-09-10T19:09:11.336344\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641\"}}, \"last_daemon_update\": \"2024-09-10T19:14:02.399276\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:12:25.015296\"}"}]: dispatch 2024-09-10T19:14:03.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:02 smithi155 bash[18934]: audit 2024-09-10T19:14:02.409500+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.397909\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.398108\", \"created\": \"2024-09-10T19:02:42.287651\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.398185\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.398307\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.398426\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.398546\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:14:02.398667\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:14:02.398788\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:14:02.398908\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}, \"rgw.r.z.smithi189.dwpibf\": {\"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:02.399028\", \"created\": \"2024-09-10T19:09:11.314607\", \"started\": \"2024-09-10T19:09:11.336344\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641\"}}, \"last_daemon_update\": \"2024-09-10T19:14:02.399276\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:12:25.015296\"}"}]': finished 2024-09-10T19:14:03.605 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:14:03 smithi189 bash[26056]: debug 2024-09-10T19:14:03.316+0000 7fc0f6e59ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-10T19:14:03.605 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:14:03 smithi189 bash[26056]: debug 2024-09-10T19:14:03.384+0000 7fc0f6e59ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-10T19:14:03.605 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:14:03 smithi189 bash[26056]: debug 2024-09-10T19:14:03.452+0000 7fc0f6e59ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-10T19:14:03.913 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:14:03 smithi189 bash[26056]: debug 2024-09-10T19:14:03.600+0000 7fc0f6e59ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-10T19:14:03.913 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:14:03 smithi189 bash[26056]: debug 2024-09-10T19:14:03.848+0000 7fc0f6e59ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-10T19:14:04.202 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:14:03 smithi189 bash[26056]: debug 2024-09-10T19:14:03.908+0000 7fc0f6e59ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-10T19:14:04.202 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:14:04 smithi189 bash[26056]: debug 2024-09-10T19:14:04.040+0000 7fc0f6e59ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-10T19:14:04.952 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:14:04 smithi189 bash[26056]: debug 2024-09-10T19:14:04.668+0000 7fc0f6e59ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-10T19:14:04.952 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:14:04 smithi189 bash[26056]: debug 2024-09-10T19:14:04.740+0000 7fc0f6e59ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-10T19:14:04.953 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:14:04 smithi189 bash[26056]: debug 2024-09-10T19:14:04.812+0000 7fc0f6e59ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-10T19:14:05.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:05 smithi155 bash[18934]: cluster 2024-09-10T19:14:04.000066+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-10T19:14:05.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:05 smithi155 bash[14970]: cluster 2024-09-10T19:14:04.000066+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-10T19:14:05.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:05 smithi189 bash[14634]: cluster 2024-09-10T19:14:04.000066+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-10T19:14:05.453 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:14:05 smithi189 bash[26056]: debug 2024-09-10T19:14:05.096+0000 7fc0f6e59ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-10T19:14:05.453 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:14:05 smithi189 bash[26056]: debug 2024-09-10T19:14:05.228+0000 7fc0f6e59ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-10T19:14:05.953 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:14:05 smithi189 bash[26056]: debug 2024-09-10T19:14:05.544+0000 7fc0f6e59ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-10T19:14:05.953 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:14:05 smithi189 bash[26056]: debug 2024-09-10T19:14:05.760+0000 7fc0f6e59ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-10T19:14:06.452 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:14:06 smithi189 bash[26056]: debug 2024-09-10T19:14:06.176+0000 7fc0f6e59ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-10T19:14:06.453 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:14:06 smithi189 bash[26056]: debug 2024-09-10T19:14:06.236+0000 7fc0f6e59ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-10T19:14:06.453 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:14:06 smithi189 bash[26056]: debug 2024-09-10T19:14:06.300+0000 7fc0f6e59ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-10T19:14:06.453 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:14:06 smithi189 bash[26056]: debug 2024-09-10T19:14:06.392+0000 7fc0f6e59ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-10T19:14:06.758 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:14:06 smithi189 bash[26056]: debug 2024-09-10T19:14:06.460+0000 7fc0f6e59ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-10T19:14:06.758 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:14:06 smithi189 bash[26056]: debug 2024-09-10T19:14:06.532+0000 7fc0f6e59ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-10T19:14:06.758 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:14:06 smithi189 bash[26056]: debug 2024-09-10T19:14:06.680+0000 7fc0f6e59ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-10T19:14:07.070 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:14:06 smithi189 bash[26056]: debug 2024-09-10T19:14:06.752+0000 7fc0f6e59ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-10T19:14:07.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:07 smithi155 bash[14970]: cluster 2024-09-10T19:14:06.001056+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-10T19:14:07.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:07 smithi155 bash[14970]: audit 2024-09-10T19:14:06.619193+0000 mgr.y (mgr.14140) 434 : audit [DBG] from='client.24688 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:14:07.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:07 smithi155 bash[14970]: audit 2024-09-10T19:14:06.620382+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:14:07.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:07 smithi155 bash[18934]: cluster 2024-09-10T19:14:06.001056+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-10T19:14:07.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:07 smithi155 bash[18934]: audit 2024-09-10T19:14:06.619193+0000 mgr.y (mgr.14140) 434 : audit [DBG] from='client.24688 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:14:07.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:07 smithi155 bash[18934]: audit 2024-09-10T19:14:06.620382+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:14:07.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:07 smithi189 bash[14634]: cluster 2024-09-10T19:14:06.001056+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-10T19:14:07.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:07 smithi189 bash[14634]: audit 2024-09-10T19:14:06.619193+0000 mgr.y (mgr.14140) 434 : audit [DBG] from='client.24688 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:14:07.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:07 smithi189 bash[14634]: audit 2024-09-10T19:14:06.620382+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:14:07.952 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:14:07 smithi189 bash[26056]: debug 2024-09-10T19:14:07.692+0000 7fc0f6e59ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-10T19:14:08.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:08 smithi155 bash[18934]: audit 2024-09-10T19:14:07.606415+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.602884\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603087\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603216\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603338\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603457\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603576\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603694\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:14:07.603814\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603935\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:08:15.009290\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.604055\", \"created\": \"2024-09-10T19:09:08.755492\", \"started\": \"2024-09-10T19:09:08.774551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019\"}}, \"last_daemon_update\": \"2024-09-10T19:14:07.604350\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:12:24.728243\"}"}]: dispatch 2024-09-10T19:14:08.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:08 smithi155 bash[14970]: audit 2024-09-10T19:14:07.606415+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.602884\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603087\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603216\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603338\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603457\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603576\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603694\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:14:07.603814\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603935\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:08:15.009290\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.604055\", \"created\": \"2024-09-10T19:09:08.755492\", \"started\": \"2024-09-10T19:09:08.774551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019\"}}, \"last_daemon_update\": \"2024-09-10T19:14:07.604350\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:12:24.728243\"}"}]: dispatch 2024-09-10T19:14:08.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:08 smithi155 bash[18934]: audit 2024-09-10T19:14:07.612887+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.602884\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603087\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603216\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603338\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603457\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603576\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603694\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:14:07.603814\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603935\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:08:15.009290\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.604055\", \"created\": \"2024-09-10T19:09:08.755492\", \"started\": \"2024-09-10T19:09:08.774551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019\"}}, \"last_daemon_update\": \"2024-09-10T19:14:07.604350\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:12:24.728243\"}"}]': finished 2024-09-10T19:14:08.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:08 smithi155 bash[18934]: audit 2024-09-10T19:14:07.614138+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:14:08.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:08 smithi155 bash[18934]: cluster 2024-09-10T19:14:07.715855+0000 mon.a (mon.0) 595 : cluster [DBG] Standby manager daemon x restarted 2024-09-10T19:14:08.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:08 smithi155 bash[18934]: cluster 2024-09-10T19:14:07.716063+0000 mon.a (mon.0) 596 : cluster [DBG] Standby manager daemon x started 2024-09-10T19:14:08.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:08 smithi155 bash[18934]: audit 2024-09-10T19:14:07.717252+0000 mon.b (mon.2) 21 : audit [DBG] from='mgr.? 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T19:14:08.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:08 smithi155 bash[18934]: audit 2024-09-10T19:14:07.717902+0000 mon.b (mon.2) 22 : audit [DBG] from='mgr.? 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:14:08.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:08 smithi155 bash[18934]: audit 2024-09-10T19:14:07.719515+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.? 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T19:14:08.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:08 smithi155 bash[18934]: audit 2024-09-10T19:14:07.720111+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:14:08.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:08 smithi155 bash[14970]: audit 2024-09-10T19:14:07.612887+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.602884\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603087\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603216\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603338\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603457\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603576\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603694\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:14:07.603814\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603935\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:08:15.009290\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.604055\", \"created\": \"2024-09-10T19:09:08.755492\", \"started\": \"2024-09-10T19:09:08.774551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019\"}}, \"last_daemon_update\": \"2024-09-10T19:14:07.604350\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:12:24.728243\"}"}]': finished 2024-09-10T19:14:08.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:08 smithi155 bash[14970]: audit 2024-09-10T19:14:07.614138+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:14:08.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:08 smithi155 bash[14970]: cluster 2024-09-10T19:14:07.715855+0000 mon.a (mon.0) 595 : cluster [DBG] Standby manager daemon x restarted 2024-09-10T19:14:08.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:08 smithi155 bash[14970]: cluster 2024-09-10T19:14:07.716063+0000 mon.a (mon.0) 596 : cluster [DBG] Standby manager daemon x started 2024-09-10T19:14:08.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:08 smithi155 bash[14970]: audit 2024-09-10T19:14:07.717252+0000 mon.b (mon.2) 21 : audit [DBG] from='mgr.? 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T19:14:08.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:08 smithi155 bash[14970]: audit 2024-09-10T19:14:07.717902+0000 mon.b (mon.2) 22 : audit [DBG] from='mgr.? 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:14:08.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:08 smithi155 bash[14970]: audit 2024-09-10T19:14:07.719515+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.? 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T19:14:08.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:08 smithi155 bash[14970]: audit 2024-09-10T19:14:07.720111+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:14:08.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:08 smithi189 bash[14634]: audit 2024-09-10T19:14:07.606415+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.602884\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603087\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603216\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603338\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603457\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603576\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603694\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:14:07.603814\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603935\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:08:15.009290\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.604055\", \"created\": \"2024-09-10T19:09:08.755492\", \"started\": \"2024-09-10T19:09:08.774551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019\"}}, \"last_daemon_update\": \"2024-09-10T19:14:07.604350\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:12:24.728243\"}"}]: dispatch 2024-09-10T19:14:08.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:08 smithi189 bash[14634]: audit 2024-09-10T19:14:07.612887+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.602884\", \"created\": \"2024-09-10T19:00:51.024025\", \"started\": \"2024-09-10T19:00:58.313442\"}, \"mgr.y\": {\"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603087\", \"created\": \"2024-09-10T19:01:00.987796\", \"started\": \"2024-09-10T19:01:01.009425\"}, \"mon.c\": {\"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603216\", \"created\": \"2024-09-10T19:02:08.162251\", \"started\": \"2024-09-10T19:02:08.189392\"}, \"osd.0\": {\"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603338\", \"created\": \"2024-09-10T19:03:05.268937\", \"started\": \"2024-09-10T19:03:09.818037\"}, \"osd.1\": {\"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603457\", \"created\": \"2024-09-10T19:03:34.475569\", \"started\": \"2024-09-10T19:03:39.138939\"}, \"osd.2\": {\"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603576\", \"created\": \"2024-09-10T19:04:03.930433\", \"started\": \"2024-09-10T19:04:08.095978\"}, \"osd.3\": {\"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603694\", \"created\": \"2024-09-10T19:04:33.485615\", \"started\": \"2024-09-10T19:04:37.237774\"}, \"node-exporter.a\": {\"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"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-10T19:14:07.603814\", \"created\": \"2024-09-10T19:07:06.334228\", \"started\": \"2024-09-10T19:07:11.962591\"}, \"alertmanager.a\": {\"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.603935\", \"created\": \"2024-09-10T19:07:23.821839\", \"started\": \"2024-09-10T19:08:15.009290\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:07.604055\", \"created\": \"2024-09-10T19:09:08.755492\", \"started\": \"2024-09-10T19:09:08.774551\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019\"}}, \"last_daemon_update\": \"2024-09-10T19:14:07.604350\", \"last_device_update\": \"2024-09-10T19:04:42.042437\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.155\"], \"172.21.15.254\": [\"172.21.15.155\"]}, \"last_host_check\": \"2024-09-10T19:12:24.728243\"}"}]': finished 2024-09-10T19:14:08.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:08 smithi189 bash[14634]: audit 2024-09-10T19:14:07.614138+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T19:14:08.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:08 smithi189 bash[14634]: cluster 2024-09-10T19:14:07.715855+0000 mon.a (mon.0) 595 : cluster [DBG] Standby manager daemon x restarted 2024-09-10T19:14:08.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:08 smithi189 bash[14634]: cluster 2024-09-10T19:14:07.716063+0000 mon.a (mon.0) 596 : cluster [DBG] Standby manager daemon x started 2024-09-10T19:14:08.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:08 smithi189 bash[14634]: audit 2024-09-10T19:14:07.717252+0000 mon.b (mon.2) 21 : audit [DBG] from='mgr.? 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T19:14:08.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:08 smithi189 bash[14634]: audit 2024-09-10T19:14:07.717902+0000 mon.b (mon.2) 22 : audit [DBG] from='mgr.? 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:14:08.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:08 smithi189 bash[14634]: audit 2024-09-10T19:14:07.719515+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.? 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T19:14:08.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:08 smithi189 bash[14634]: audit 2024-09-10T19:14:07.720111+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:14:08.891 INFO:teuthology.orchestra.run.smithi155.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-09-10T19:14:08.891 INFO:teuthology.orchestra.run.smithi155.stdout:grafana.a smithi189 running (6m) 0s ago 6m 6.6.2 ceph/ceph-grafana:latest 87a51ecf0b1c 44554c6f73ac 2024-09-10T19:14:08.891 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.x smithi189 running (7s) 0s ago 11m 17.2.7-1606-g5be57395 quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 4c55dd409611 59585f121a78 2024-09-10T19:14:08.892 INFO:teuthology.orchestra.run.smithi155.stdout:mon.b smithi189 running (11m) 0s ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e28fb1d2d63b 2024-09-10T19:14:08.892 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.b smithi189 running (6m) 0s ago 7m prom/node-exporter 71dc9668b154 a5297c8bfe71 2024-09-10T19:14:08.892 INFO:teuthology.orchestra.run.smithi155.stdout:osd.4 smithi189 running (9m) 0s ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 34cb90c9d5b7 2024-09-10T19:14:08.892 INFO:teuthology.orchestra.run.smithi155.stdout:osd.5 smithi189 running (8m) 0s ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4b3a3b60e1d5 2024-09-10T19:14:08.892 INFO:teuthology.orchestra.run.smithi155.stdout:osd.6 smithi189 running (8m) 0s ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 c58c4c013902 2024-09-10T19:14:08.892 INFO:teuthology.orchestra.run.smithi155.stdout:osd.7 smithi189 running (7m) 0s ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 fb02b608dde7 2024-09-10T19:14:08.892 INFO:teuthology.orchestra.run.smithi155.stdout:prometheus.a smithi189 running (5m) 0s ago 7m prom/prometheus:latest 4022a502929b 815e116330a2 2024-09-10T19:14:08.892 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi189.dwpibf smithi189 running (4m) 0s ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6bddcdbdbf0b 2024-09-10T19:14:09.732 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'sleep 180' 2024-09-10T19:14:09.950 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:09 smithi155 bash[18934]: cluster 2024-09-10T19:14:08.002138+0000 mgr.y (mgr.14140) 435 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:09.950 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:09 smithi155 bash[18934]: cluster 2024-09-10T19:14:08.632722+0000 mon.a (mon.0) 597 : cluster [DBG] mgrmap e15: y(active, since 12m), standbys: x 2024-09-10T19:14:09.950 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:09 smithi155 bash[14970]: cluster 2024-09-10T19:14:08.002138+0000 mgr.y (mgr.14140) 435 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:09.950 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:09 smithi155 bash[14970]: cluster 2024-09-10T19:14:08.632722+0000 mon.a (mon.0) 597 : cluster [DBG] mgrmap e15: y(active, since 12m), standbys: x 2024-09-10T19:14:09.951 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:09 smithi155 bash[18934]: audit 2024-09-10T19:14:08.870947+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.867176\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.867375\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:14:01.161679\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.867501\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.867623\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.867743\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.867862\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:14:08.867982\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:14:08.868102\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:14:08.868261\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}, \"rgw.r.z.smithi189.dwpibf\": {\"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.868382\", \"created\": \"2024-09-10T19:09:11.314607\", \"started\": \"2024-09-10T19:09:11.336344\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641\"}}, \"last_daemon_update\": \"2024-09-10T19:14:08.868630\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:12:25.015296\"}"}]: dispatch 2024-09-10T19:14:09.951 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:09 smithi155 bash[18934]: audit 2024-09-10T19:14:08.879139+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.867176\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.867375\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:14:01.161679\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.867501\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.867623\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.867743\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.867862\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:14:08.867982\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:14:08.868102\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:14:08.868261\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}, \"rgw.r.z.smithi189.dwpibf\": {\"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.868382\", \"created\": \"2024-09-10T19:09:11.314607\", \"started\": \"2024-09-10T19:09:11.336344\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641\"}}, \"last_daemon_update\": \"2024-09-10T19:14:08.868630\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:12:25.015296\"}"}]': finished 2024-09-10T19:14:09.951 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:09 smithi155 bash[14970]: audit 2024-09-10T19:14:08.870947+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.867176\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.867375\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:14:01.161679\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.867501\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.867623\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.867743\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.867862\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:14:08.867982\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:14:08.868102\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:14:08.868261\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}, \"rgw.r.z.smithi189.dwpibf\": {\"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.868382\", \"created\": \"2024-09-10T19:09:11.314607\", \"started\": \"2024-09-10T19:09:11.336344\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641\"}}, \"last_daemon_update\": \"2024-09-10T19:14:08.868630\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:12:25.015296\"}"}]: dispatch 2024-09-10T19:14:09.951 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:09 smithi155 bash[14970]: audit 2024-09-10T19:14:08.879139+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.867176\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.867375\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:14:01.161679\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.867501\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.867623\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.867743\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.867862\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:14:08.867982\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:14:08.868102\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:14:08.868261\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}, \"rgw.r.z.smithi189.dwpibf\": {\"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.868382\", \"created\": \"2024-09-10T19:09:11.314607\", \"started\": \"2024-09-10T19:09:11.336344\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641\"}}, \"last_daemon_update\": \"2024-09-10T19:14:08.868630\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:12:25.015296\"}"}]': finished 2024-09-10T19:14:09.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:09 smithi189 bash[14634]: cluster 2024-09-10T19:14:08.002138+0000 mgr.y (mgr.14140) 435 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:09.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:09 smithi189 bash[14634]: cluster 2024-09-10T19:14:08.632722+0000 mon.a (mon.0) 597 : cluster [DBG] mgrmap e15: y(active, since 12m), standbys: x 2024-09-10T19:14:09.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:09 smithi189 bash[14634]: audit 2024-09-10T19:14:08.870947+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.867176\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.867375\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:14:01.161679\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.867501\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.867623\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.867743\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.867862\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:14:08.867982\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:14:08.868102\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:14:08.868261\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}, \"rgw.r.z.smithi189.dwpibf\": {\"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.868382\", \"created\": \"2024-09-10T19:09:11.314607\", \"started\": \"2024-09-10T19:09:11.336344\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641\"}}, \"last_daemon_update\": \"2024-09-10T19:14:08.868630\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:12:25.015296\"}"}]: dispatch 2024-09-10T19:14:09.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:09 smithi189 bash[14634]: audit 2024-09-10T19:14:08.879139+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14140 172.21.15.155:0/1433676010' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.867176\", \"created\": \"2024-09-10T19:02:24.156068\", \"started\": \"2024-09-10T19:02:24.176833\"}, \"mgr.x\": {\"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.867375\", \"created\": \"2024-09-10T19:02:42.287651\", \"started\": \"2024-09-10T19:14:01.161679\"}, \"osd.4\": {\"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.867501\", \"created\": \"2024-09-10T19:04:57.144456\", \"started\": \"2024-09-10T19:05:00.974639\"}, \"osd.5\": {\"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.867623\", \"created\": \"2024-09-10T19:05:23.743830\", \"started\": \"2024-09-10T19:05:27.848949\"}, \"osd.6\": {\"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.867743\", \"created\": \"2024-09-10T19:05:50.959191\", \"started\": \"2024-09-10T19:05:55.210498\"}, \"osd.7\": {\"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.867862\", \"created\": \"2024-09-10T19:06:19.078531\", \"started\": \"2024-09-10T19:06:22.730712\"}, \"prometheus.a\": {\"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"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-10T19:14:08.867982\", \"created\": \"2024-09-10T19:07:04.025480\", \"started\": \"2024-09-10T19:08:20.314337\"}, \"node-exporter.b\": {\"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"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-10T19:14:08.868102\", \"created\": \"2024-09-10T19:07:05.593443\", \"started\": \"2024-09-10T19:07:11.351513\"}, \"grafana.a\": {\"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"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-10T19:14:08.868261\", \"created\": \"2024-09-10T19:07:46.300493\", \"started\": \"2024-09-10T19:07:46.323903\"}, \"rgw.r.z.smithi189.dwpibf\": {\"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T19:14:08.868382\", \"created\": \"2024-09-10T19:09:11.314607\", \"started\": \"2024-09-10T19:09:11.336344\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641\"}}, \"last_daemon_update\": \"2024-09-10T19:14:08.868630\", \"last_device_update\": \"2024-09-10T19:06:26.971197\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.189\"], \"172.21.15.254\": [\"172.21.15.189\"]}, \"last_host_check\": \"2024-09-10T19:12:25.015296\"}"}]': finished 2024-09-10T19:14:11.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:10 smithi155 bash[14970]: cluster 2024-09-10T19:14:10.003070+0000 mgr.y (mgr.14140) 436 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:11.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:10 smithi155 bash[18934]: cluster 2024-09-10T19:14:10.003070+0000 mgr.y (mgr.14140) 436 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:11.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:10 smithi189 bash[14634]: cluster 2024-09-10T19:14:10.003070+0000 mgr.y (mgr.14140) 436 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:13.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:13 smithi155 bash[14970]: cluster 2024-09-10T19:14:12.004103+0000 mgr.y (mgr.14140) 437 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:13.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:13 smithi155 bash[18934]: cluster 2024-09-10T19:14:12.004103+0000 mgr.y (mgr.14140) 437 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:13.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:13 smithi189 bash[14634]: cluster 2024-09-10T19:14:12.004103+0000 mgr.y (mgr.14140) 437 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:15.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:15 smithi155 bash[14970]: cluster 2024-09-10T19:14:14.005223+0000 mgr.y (mgr.14140) 438 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:15.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:15 smithi155 bash[18934]: cluster 2024-09-10T19:14:14.005223+0000 mgr.y (mgr.14140) 438 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:15.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:15 smithi189 bash[14634]: cluster 2024-09-10T19:14:14.005223+0000 mgr.y (mgr.14140) 438 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:17.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:17 smithi155 bash[14970]: cluster 2024-09-10T19:14:16.006239+0000 mgr.y (mgr.14140) 439 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:17.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:17 smithi155 bash[18934]: cluster 2024-09-10T19:14:16.006239+0000 mgr.y (mgr.14140) 439 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:17.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:17 smithi189 bash[14634]: cluster 2024-09-10T19:14:16.006239+0000 mgr.y (mgr.14140) 439 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:19.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:19 smithi155 bash[14970]: cluster 2024-09-10T19:14:18.007304+0000 mgr.y (mgr.14140) 440 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:19.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:19 smithi155 bash[18934]: cluster 2024-09-10T19:14:18.007304+0000 mgr.y (mgr.14140) 440 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:19.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:19 smithi189 bash[14634]: cluster 2024-09-10T19:14:18.007304+0000 mgr.y (mgr.14140) 440 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:21.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:20 smithi155 bash[14970]: cluster 2024-09-10T19:14:20.008267+0000 mgr.y (mgr.14140) 441 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:21.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:20 smithi155 bash[18934]: cluster 2024-09-10T19:14:20.008267+0000 mgr.y (mgr.14140) 441 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:21.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:20 smithi189 bash[14634]: cluster 2024-09-10T19:14:20.008267+0000 mgr.y (mgr.14140) 441 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:23.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:23 smithi155 bash[14970]: cluster 2024-09-10T19:14:22.009206+0000 mgr.y (mgr.14140) 442 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:23.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:23 smithi155 bash[18934]: cluster 2024-09-10T19:14:22.009206+0000 mgr.y (mgr.14140) 442 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:23.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:23 smithi189 bash[14634]: cluster 2024-09-10T19:14:22.009206+0000 mgr.y (mgr.14140) 442 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:25.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:25 smithi155 bash[14970]: cluster 2024-09-10T19:14:24.010343+0000 mgr.y (mgr.14140) 443 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:25.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:25 smithi155 bash[18934]: cluster 2024-09-10T19:14:24.010343+0000 mgr.y (mgr.14140) 443 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:25.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:25 smithi189 bash[14634]: cluster 2024-09-10T19:14:24.010343+0000 mgr.y (mgr.14140) 443 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:27.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:27 smithi155 bash[14970]: cluster 2024-09-10T19:14:26.011250+0000 mgr.y (mgr.14140) 444 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:27.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:27 smithi155 bash[18934]: cluster 2024-09-10T19:14:26.011250+0000 mgr.y (mgr.14140) 444 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:27.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:27 smithi189 bash[14634]: cluster 2024-09-10T19:14:26.011250+0000 mgr.y (mgr.14140) 444 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:29.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:29 smithi189 bash[14634]: cluster 2024-09-10T19:14:28.012345+0000 mgr.y (mgr.14140) 445 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:29.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:29 smithi155 bash[14970]: cluster 2024-09-10T19:14:28.012345+0000 mgr.y (mgr.14140) 445 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:29.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:29 smithi155 bash[18934]: cluster 2024-09-10T19:14:28.012345+0000 mgr.y (mgr.14140) 445 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:31.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:30 smithi155 bash[18934]: cluster 2024-09-10T19:14:30.013295+0000 mgr.y (mgr.14140) 446 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:31.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:30 smithi155 bash[14970]: cluster 2024-09-10T19:14:30.013295+0000 mgr.y (mgr.14140) 446 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:31.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:30 smithi189 bash[14634]: cluster 2024-09-10T19:14:30.013295+0000 mgr.y (mgr.14140) 446 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:33.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:33 smithi155 bash[14970]: cluster 2024-09-10T19:14:32.014267+0000 mgr.y (mgr.14140) 447 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:33.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:33 smithi155 bash[18934]: cluster 2024-09-10T19:14:32.014267+0000 mgr.y (mgr.14140) 447 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:33.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:33 smithi189 bash[14634]: cluster 2024-09-10T19:14:32.014267+0000 mgr.y (mgr.14140) 447 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:35.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:35 smithi155 bash[14970]: cluster 2024-09-10T19:14:34.015387+0000 mgr.y (mgr.14140) 448 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:35.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:35 smithi155 bash[18934]: cluster 2024-09-10T19:14:34.015387+0000 mgr.y (mgr.14140) 448 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:35.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:35 smithi189 bash[14634]: cluster 2024-09-10T19:14:34.015387+0000 mgr.y (mgr.14140) 448 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:37.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:37 smithi189 bash[14634]: cluster 2024-09-10T19:14:36.016336+0000 mgr.y (mgr.14140) 449 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:37.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:37 smithi155 bash[14970]: cluster 2024-09-10T19:14:36.016336+0000 mgr.y (mgr.14140) 449 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:37.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:37 smithi155 bash[18934]: cluster 2024-09-10T19:14:36.016336+0000 mgr.y (mgr.14140) 449 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:39.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:39 smithi189 bash[14634]: cluster 2024-09-10T19:14:38.018902+0000 mgr.y (mgr.14140) 450 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:39.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:39 smithi155 bash[14970]: cluster 2024-09-10T19:14:38.018902+0000 mgr.y (mgr.14140) 450 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:39.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:39 smithi155 bash[18934]: cluster 2024-09-10T19:14:38.018902+0000 mgr.y (mgr.14140) 450 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:41.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:40 smithi155 bash[14970]: cluster 2024-09-10T19:14:40.019834+0000 mgr.y (mgr.14140) 451 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:41.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:40 smithi155 bash[18934]: cluster 2024-09-10T19:14:40.019834+0000 mgr.y (mgr.14140) 451 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:41.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:40 smithi189 bash[14634]: cluster 2024-09-10T19:14:40.019834+0000 mgr.y (mgr.14140) 451 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:43.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:43 smithi155 bash[18934]: cluster 2024-09-10T19:14:42.020827+0000 mgr.y (mgr.14140) 452 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:43.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:43 smithi155 bash[14970]: cluster 2024-09-10T19:14:42.020827+0000 mgr.y (mgr.14140) 452 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:43.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:43 smithi189 bash[14634]: cluster 2024-09-10T19:14:42.020827+0000 mgr.y (mgr.14140) 452 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:45.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:45 smithi189 bash[14634]: cluster 2024-09-10T19:14:44.021963+0000 mgr.y (mgr.14140) 453 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:45.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:45 smithi155 bash[14970]: cluster 2024-09-10T19:14:44.021963+0000 mgr.y (mgr.14140) 453 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:45.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:45 smithi155 bash[18934]: cluster 2024-09-10T19:14:44.021963+0000 mgr.y (mgr.14140) 453 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:47.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:47 smithi189 bash[14634]: cluster 2024-09-10T19:14:46.022817+0000 mgr.y (mgr.14140) 454 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:47.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:47 smithi155 bash[14970]: cluster 2024-09-10T19:14:46.022817+0000 mgr.y (mgr.14140) 454 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:47.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:47 smithi155 bash[18934]: cluster 2024-09-10T19:14:46.022817+0000 mgr.y (mgr.14140) 454 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:49.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:49 smithi189 bash[14634]: cluster 2024-09-10T19:14:48.024047+0000 mgr.y (mgr.14140) 455 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:49.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:49 smithi155 bash[14970]: cluster 2024-09-10T19:14:48.024047+0000 mgr.y (mgr.14140) 455 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:49.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:49 smithi155 bash[18934]: cluster 2024-09-10T19:14:48.024047+0000 mgr.y (mgr.14140) 455 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:51.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:50 smithi155 bash[18934]: cluster 2024-09-10T19:14:50.024994+0000 mgr.y (mgr.14140) 456 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:51.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:50 smithi155 bash[14970]: cluster 2024-09-10T19:14:50.024994+0000 mgr.y (mgr.14140) 456 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:51.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:50 smithi189 bash[14634]: cluster 2024-09-10T19:14:50.024994+0000 mgr.y (mgr.14140) 456 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:53.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:53 smithi155 bash[18934]: cluster 2024-09-10T19:14:52.026053+0000 mgr.y (mgr.14140) 457 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:53.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:53 smithi155 bash[14970]: cluster 2024-09-10T19:14:52.026053+0000 mgr.y (mgr.14140) 457 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:53.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:53 smithi189 bash[14634]: cluster 2024-09-10T19:14:52.026053+0000 mgr.y (mgr.14140) 457 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:55.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:55 smithi189 bash[14634]: cluster 2024-09-10T19:14:54.027036+0000 mgr.y (mgr.14140) 458 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:55.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:55 smithi155 bash[18934]: cluster 2024-09-10T19:14:54.027036+0000 mgr.y (mgr.14140) 458 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:55.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:55 smithi155 bash[14970]: cluster 2024-09-10T19:14:54.027036+0000 mgr.y (mgr.14140) 458 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:57.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:57 smithi189 bash[14634]: cluster 2024-09-10T19:14:56.027980+0000 mgr.y (mgr.14140) 459 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:57.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:57 smithi155 bash[18934]: cluster 2024-09-10T19:14:56.027980+0000 mgr.y (mgr.14140) 459 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:57.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:57 smithi155 bash[14970]: cluster 2024-09-10T19:14:56.027980+0000 mgr.y (mgr.14140) 459 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:59.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:14:59 smithi189 bash[14634]: cluster 2024-09-10T19:14:58.029461+0000 mgr.y (mgr.14140) 460 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:59.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:14:59 smithi155 bash[14970]: cluster 2024-09-10T19:14:58.029461+0000 mgr.y (mgr.14140) 460 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:59.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:14:59 smithi155 bash[18934]: cluster 2024-09-10T19:14:58.029461+0000 mgr.y (mgr.14140) 460 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:01.330 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:15:00 smithi189 bash[14634]: cluster 2024-09-10T19:15:00.030434+0000 mgr.y (mgr.14140) 461 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:01.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:15:00 smithi155 bash[18934]: cluster 2024-09-10T19:15:00.030434+0000 mgr.y (mgr.14140) 461 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:01.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:15:00 smithi155 bash[14970]: cluster 2024-09-10T19:15:00.030434+0000 mgr.y (mgr.14140) 461 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:03.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:15:03 smithi189 bash[14634]: cluster 2024-09-10T19:15:02.031364+0000 mgr.y (mgr.14140) 462 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:03.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:15:03 smithi155 bash[18934]: cluster 2024-09-10T19:15:02.031364+0000 mgr.y (mgr.14140) 462 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:03.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:15:03 smithi155 bash[14970]: cluster 2024-09-10T19:15:02.031364+0000 mgr.y (mgr.14140) 462 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:05.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:15:05 smithi189 bash[14634]: cluster 2024-09-10T19:15:04.032587+0000 mgr.y (mgr.14140) 463 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:05.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:15:05 smithi155 bash[14970]: cluster 2024-09-10T19:15:04.032587+0000 mgr.y (mgr.14140) 463 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:05.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:15:05 smithi155 bash[18934]: cluster 2024-09-10T19:15:04.032587+0000 mgr.y (mgr.14140) 463 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:07.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:15:07 smithi189 bash[14634]: cluster 2024-09-10T19:15:06.033710+0000 mgr.y (mgr.14140) 464 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:07.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:15:07 smithi155 bash[14970]: cluster 2024-09-10T19:15:06.033710+0000 mgr.y (mgr.14140) 464 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:07.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:15:07 smithi155 bash[18934]: cluster 2024-09-10T19:15:06.033710+0000 mgr.y (mgr.14140) 464 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:09.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:15:09 smithi189 bash[14634]: cluster 2024-09-10T19:15:08.034926+0000 mgr.y (mgr.14140) 465 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:09.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:15:09 smithi155 bash[14970]: cluster 2024-09-10T19:15:08.034926+0000 mgr.y (mgr.14140) 465 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:09.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:15:09 smithi155 bash[18934]: cluster 2024-09-10T19:15:08.034926+0000 mgr.y (mgr.14140) 465 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:11.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:15:10 smithi155 bash[14970]: cluster 2024-09-10T19:15:10.035872+0000 mgr.y (mgr.14140) 466 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:11.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:15:10 smithi155 bash[18934]: cluster 2024-09-10T19:15:10.035872+0000 mgr.y (mgr.14140) 466 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:11.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:15:10 smithi189 bash[14634]: cluster 2024-09-10T19:15:10.035872+0000 mgr.y (mgr.14140) 466 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:13.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:15:13 smithi189 bash[14634]: cluster 2024-09-10T19:15:12.036911+0000 mgr.y (mgr.14140) 467 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:13.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:15:13 smithi155 bash[14970]: cluster 2024-09-10T19:15:12.036911+0000 mgr.y (mgr.14140) 467 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:13.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:15:13 smithi155 bash[18934]: cluster 2024-09-10T19:15:12.036911+0000 mgr.y (mgr.14140) 467 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:15.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:15:15 smithi189 bash[14634]: cluster 2024-09-10T19:15:14.038244+0000 mgr.y (mgr.14140) 468 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:15.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:15:15 smithi155 bash[14970]: cluster 2024-09-10T19:15:14.038244+0000 mgr.y (mgr.14140) 468 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:15.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:15:15 smithi155 bash[18934]: cluster 2024-09-10T19:15:14.038244+0000 mgr.y (mgr.14140) 468 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:17.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:15:17 smithi189 bash[14634]: cluster 2024-09-10T19:15:16.039234+0000 mgr.y (mgr.14140) 469 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:17.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:15:17 smithi155 bash[14970]: cluster 2024-09-10T19:15:16.039234+0000 mgr.y (mgr.14140) 469 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:17.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:15:17 smithi155 bash[18934]: cluster 2024-09-10T19:15:16.039234+0000 mgr.y (mgr.14140) 469 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:19.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:15:19 smithi189 bash[14634]: cluster 2024-09-10T19:15:18.040352+0000 mgr.y (mgr.14140) 470 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:19.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:15:19 smithi155 bash[18934]: cluster 2024-09-10T19:15:18.040352+0000 mgr.y (mgr.14140) 470 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:19.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:15:19 smithi155 bash[14970]: cluster 2024-09-10T19:15:18.040352+0000 mgr.y (mgr.14140) 470 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:21.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:15:20 smithi155 bash[18934]: cluster 2024-09-10T19:15:20.041193+0000 mgr.y (mgr.14140) 471 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:21.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:15:20 smithi155 bash[14970]: cluster 2024-09-10T19:15:20.041193+0000 mgr.y (mgr.14140) 471 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:21.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:15:20 smithi189 bash[14634]: cluster 2024-09-10T19:15:20.041193+0000 mgr.y (mgr.14140) 471 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:23.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:15:23 smithi189 bash[14634]: cluster 2024-09-10T19:15:22.041993+0000 mgr.y (mgr.14140) 472 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:23.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:15:23 smithi155 bash[14970]: cluster 2024-09-10T19:15:22.041993+0000 mgr.y (mgr.14140) 472 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:23.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:15:23 smithi155 bash[18934]: cluster 2024-09-10T19:15:22.041993+0000 mgr.y (mgr.14140) 472 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:25.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:15:25 smithi189 bash[14634]: cluster 2024-09-10T19:15:24.043166+0000 mgr.y (mgr.14140) 473 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:25.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:15:25 smithi155 bash[18934]: cluster 2024-09-10T19:15:24.043166+0000 mgr.y (mgr.14140) 473 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:25.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:15:25 smithi155 bash[14970]: cluster 2024-09-10T19:15:24.043166+0000 mgr.y (mgr.14140) 473 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:27.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:15:27 smithi189 bash[14634]: cluster 2024-09-10T19:15:26.044121+0000 mgr.y (mgr.14140) 474 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:27.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:15:27 smithi155 bash[14970]: cluster 2024-09-10T19:15:26.044121+0000 mgr.y (mgr.14140) 474 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:27.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:15:27 smithi155 bash[18934]: cluster 2024-09-10T19:15:26.044121+0000 mgr.y (mgr.14140) 474 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:29.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:15:29 smithi189 bash[14634]: cluster 2024-09-10T19:15:28.045191+0000 mgr.y (mgr.14140) 475 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:29.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:15:29 smithi155 bash[14970]: cluster 2024-09-10T19:15:28.045191+0000 mgr.y (mgr.14140) 475 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:29.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:15:29 smithi155 bash[18934]: cluster 2024-09-10T19:15:28.045191+0000 mgr.y (mgr.14140) 475 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:31.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:15:30 smithi155 bash[14970]: cluster 2024-09-10T19:15:30.045856+0000 mgr.y (mgr.14140) 476 : cluster [DBG] pgmap v463: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:31.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:15:30 smithi155 bash[18934]: cluster 2024-09-10T19:15:30.045856+0000 mgr.y (mgr.14140) 476 : cluster [DBG] pgmap v463: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:31.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:15:30 smithi189 bash[14634]: cluster 2024-09-10T19:15:30.045856+0000 mgr.y (mgr.14140) 476 : cluster [DBG] pgmap v463: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:33.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:15:33 smithi189 bash[14634]: cluster 2024-09-10T19:15:32.046788+0000 mgr.y (mgr.14140) 477 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:33.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:15:33 smithi155 bash[14970]: cluster 2024-09-10T19:15:32.046788+0000 mgr.y (mgr.14140) 477 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:33.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:15:33 smithi155 bash[18934]: cluster 2024-09-10T19:15:32.046788+0000 mgr.y (mgr.14140) 477 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:35.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:15:35 smithi189 bash[14634]: cluster 2024-09-10T19:15:34.047910+0000 mgr.y (mgr.14140) 478 : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:35.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:15:35 smithi155 bash[14970]: cluster 2024-09-10T19:15:34.047910+0000 mgr.y (mgr.14140) 478 : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:35.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:15:35 smithi155 bash[18934]: cluster 2024-09-10T19:15:34.047910+0000 mgr.y (mgr.14140) 478 : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:37.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:15:37 smithi189 bash[14634]: cluster 2024-09-10T19:15:36.048883+0000 mgr.y (mgr.14140) 479 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:37.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:15:37 smithi155 bash[14970]: cluster 2024-09-10T19:15:36.048883+0000 mgr.y (mgr.14140) 479 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:37.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:15:37 smithi155 bash[18934]: cluster 2024-09-10T19:15:36.048883+0000 mgr.y (mgr.14140) 479 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:39.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:15:39 smithi189 bash[14634]: cluster 2024-09-10T19:15:38.049793+0000 mgr.y (mgr.14140) 480 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:39.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:15:39 smithi155 bash[14970]: cluster 2024-09-10T19:15:38.049793+0000 mgr.y (mgr.14140) 480 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:39.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:15:39 smithi155 bash[18934]: cluster 2024-09-10T19:15:38.049793+0000 mgr.y (mgr.14140) 480 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:41.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:15:40 smithi155 bash[14970]: cluster 2024-09-10T19:15:40.050704+0000 mgr.y (mgr.14140) 481 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:41.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:15:40 smithi155 bash[18934]: cluster 2024-09-10T19:15:40.050704+0000 mgr.y (mgr.14140) 481 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:41.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:15:40 smithi189 bash[14634]: cluster 2024-09-10T19:15:40.050704+0000 mgr.y (mgr.14140) 481 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:43.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:15:43 smithi189 bash[14634]: cluster 2024-09-10T19:15:42.051657+0000 mgr.y (mgr.14140) 482 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:43.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:15:43 smithi155 bash[18934]: cluster 2024-09-10T19:15:42.051657+0000 mgr.y (mgr.14140) 482 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:43.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:15:43 smithi155 bash[14970]: cluster 2024-09-10T19:15:42.051657+0000 mgr.y (mgr.14140) 482 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:45.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:15:45 smithi189 bash[14634]: cluster 2024-09-10T19:15:44.052838+0000 mgr.y (mgr.14140) 483 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:45.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:15:45 smithi155 bash[14970]: cluster 2024-09-10T19:15:44.052838+0000 mgr.y (mgr.14140) 483 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:45.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:15:45 smithi155 bash[18934]: cluster 2024-09-10T19:15:44.052838+0000 mgr.y (mgr.14140) 483 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:47.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:15:47 smithi189 bash[14634]: cluster 2024-09-10T19:15:46.053682+0000 mgr.y (mgr.14140) 484 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:47.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:15:47 smithi155 bash[14970]: cluster 2024-09-10T19:15:46.053682+0000 mgr.y (mgr.14140) 484 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:47.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:15:47 smithi155 bash[18934]: cluster 2024-09-10T19:15:46.053682+0000 mgr.y (mgr.14140) 484 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:49.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:15:49 smithi189 bash[14634]: cluster 2024-09-10T19:15:48.054760+0000 mgr.y (mgr.14140) 485 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:49.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:15:49 smithi155 bash[14970]: cluster 2024-09-10T19:15:48.054760+0000 mgr.y (mgr.14140) 485 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:49.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:15:49 smithi155 bash[18934]: cluster 2024-09-10T19:15:48.054760+0000 mgr.y (mgr.14140) 485 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:51.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:15:50 smithi155 bash[14970]: cluster 2024-09-10T19:15:50.055666+0000 mgr.y (mgr.14140) 486 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:51.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:15:50 smithi155 bash[18934]: cluster 2024-09-10T19:15:50.055666+0000 mgr.y (mgr.14140) 486 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:51.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:15:50 smithi189 bash[14634]: cluster 2024-09-10T19:15:50.055666+0000 mgr.y (mgr.14140) 486 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:53.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:15:53 smithi189 bash[14634]: cluster 2024-09-10T19:15:52.056662+0000 mgr.y (mgr.14140) 487 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:53.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:15:53 smithi155 bash[14970]: cluster 2024-09-10T19:15:52.056662+0000 mgr.y (mgr.14140) 487 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:53.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:15:53 smithi155 bash[18934]: cluster 2024-09-10T19:15:52.056662+0000 mgr.y (mgr.14140) 487 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:55.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:15:55 smithi189 bash[14634]: cluster 2024-09-10T19:15:54.057840+0000 mgr.y (mgr.14140) 488 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:55.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:15:55 smithi155 bash[14970]: cluster 2024-09-10T19:15:54.057840+0000 mgr.y (mgr.14140) 488 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:55.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:15:55 smithi155 bash[18934]: cluster 2024-09-10T19:15:54.057840+0000 mgr.y (mgr.14140) 488 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:57.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:15:57 smithi189 bash[14634]: cluster 2024-09-10T19:15:56.058828+0000 mgr.y (mgr.14140) 489 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:57.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:15:57 smithi155 bash[14970]: cluster 2024-09-10T19:15:56.058828+0000 mgr.y (mgr.14140) 489 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:57.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:15:57 smithi155 bash[18934]: cluster 2024-09-10T19:15:56.058828+0000 mgr.y (mgr.14140) 489 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:59.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:15:59 smithi189 bash[14634]: cluster 2024-09-10T19:15:58.059891+0000 mgr.y (mgr.14140) 490 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:59.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:15:59 smithi155 bash[14970]: cluster 2024-09-10T19:15:58.059891+0000 mgr.y (mgr.14140) 490 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:59.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:15:59 smithi155 bash[18934]: cluster 2024-09-10T19:15:58.059891+0000 mgr.y (mgr.14140) 490 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:01.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:16:00 smithi155 bash[18934]: cluster 2024-09-10T19:16:00.060866+0000 mgr.y (mgr.14140) 491 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:01.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:16:00 smithi155 bash[14970]: cluster 2024-09-10T19:16:00.060866+0000 mgr.y (mgr.14140) 491 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:01.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:16:00 smithi189 bash[14634]: cluster 2024-09-10T19:16:00.060866+0000 mgr.y (mgr.14140) 491 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:03.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:16:03 smithi189 bash[14634]: cluster 2024-09-10T19:16:02.061819+0000 mgr.y (mgr.14140) 492 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:03.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:16:03 smithi155 bash[18934]: cluster 2024-09-10T19:16:02.061819+0000 mgr.y (mgr.14140) 492 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:03.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:16:03 smithi155 bash[14970]: cluster 2024-09-10T19:16:02.061819+0000 mgr.y (mgr.14140) 492 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:05.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:16:05 smithi189 bash[14634]: cluster 2024-09-10T19:16:04.062928+0000 mgr.y (mgr.14140) 493 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:05.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:16:05 smithi155 bash[14970]: cluster 2024-09-10T19:16:04.062928+0000 mgr.y (mgr.14140) 493 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:05.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:16:05 smithi155 bash[18934]: cluster 2024-09-10T19:16:04.062928+0000 mgr.y (mgr.14140) 493 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:07.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:16:07 smithi189 bash[14634]: cluster 2024-09-10T19:16:06.063940+0000 mgr.y (mgr.14140) 494 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:07.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:16:07 smithi155 bash[18934]: cluster 2024-09-10T19:16:06.063940+0000 mgr.y (mgr.14140) 494 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:07.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:16:07 smithi155 bash[14970]: cluster 2024-09-10T19:16:06.063940+0000 mgr.y (mgr.14140) 494 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:09.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:16:09 smithi189 bash[14634]: cluster 2024-09-10T19:16:08.065101+0000 mgr.y (mgr.14140) 495 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:09.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:16:09 smithi155 bash[18934]: cluster 2024-09-10T19:16:08.065101+0000 mgr.y (mgr.14140) 495 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:09.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:16:09 smithi155 bash[14970]: cluster 2024-09-10T19:16:08.065101+0000 mgr.y (mgr.14140) 495 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:11.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:16:10 smithi155 bash[18934]: cluster 2024-09-10T19:16:10.066070+0000 mgr.y (mgr.14140) 496 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:11.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:16:10 smithi155 bash[14970]: cluster 2024-09-10T19:16:10.066070+0000 mgr.y (mgr.14140) 496 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:11.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:16:10 smithi189 bash[14634]: cluster 2024-09-10T19:16:10.066070+0000 mgr.y (mgr.14140) 496 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:13.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:16:13 smithi189 bash[14634]: cluster 2024-09-10T19:16:12.067011+0000 mgr.y (mgr.14140) 497 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:13.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:16:13 smithi155 bash[14970]: cluster 2024-09-10T19:16:12.067011+0000 mgr.y (mgr.14140) 497 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:13.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:16:13 smithi155 bash[18934]: cluster 2024-09-10T19:16:12.067011+0000 mgr.y (mgr.14140) 497 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:15.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:16:15 smithi189 bash[14634]: cluster 2024-09-10T19:16:14.068136+0000 mgr.y (mgr.14140) 498 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:15.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:16:15 smithi155 bash[14970]: cluster 2024-09-10T19:16:14.068136+0000 mgr.y (mgr.14140) 498 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:15.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:16:15 smithi155 bash[18934]: cluster 2024-09-10T19:16:14.068136+0000 mgr.y (mgr.14140) 498 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:17.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:16:17 smithi189 bash[14634]: cluster 2024-09-10T19:16:16.068973+0000 mgr.y (mgr.14140) 499 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:17.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:16:17 smithi155 bash[18934]: cluster 2024-09-10T19:16:16.068973+0000 mgr.y (mgr.14140) 499 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:17.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:16:17 smithi155 bash[14970]: cluster 2024-09-10T19:16:16.068973+0000 mgr.y (mgr.14140) 499 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:19.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:16:19 smithi189 bash[14634]: cluster 2024-09-10T19:16:18.070054+0000 mgr.y (mgr.14140) 500 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:19.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:16:19 smithi155 bash[18934]: cluster 2024-09-10T19:16:18.070054+0000 mgr.y (mgr.14140) 500 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:19.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:16:19 smithi155 bash[14970]: cluster 2024-09-10T19:16:18.070054+0000 mgr.y (mgr.14140) 500 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:21.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:16:20 smithi155 bash[18934]: cluster 2024-09-10T19:16:20.071020+0000 mgr.y (mgr.14140) 501 : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:21.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:16:20 smithi155 bash[14970]: cluster 2024-09-10T19:16:20.071020+0000 mgr.y (mgr.14140) 501 : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:21.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:16:20 smithi189 bash[14634]: cluster 2024-09-10T19:16:20.071020+0000 mgr.y (mgr.14140) 501 : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:23.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:16:23 smithi189 bash[14634]: cluster 2024-09-10T19:16:22.071976+0000 mgr.y (mgr.14140) 502 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:23.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:16:23 smithi155 bash[18934]: cluster 2024-09-10T19:16:22.071976+0000 mgr.y (mgr.14140) 502 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:23.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:16:23 smithi155 bash[14970]: cluster 2024-09-10T19:16:22.071976+0000 mgr.y (mgr.14140) 502 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:25.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:16:25 smithi189 bash[14634]: cluster 2024-09-10T19:16:24.073048+0000 mgr.y (mgr.14140) 503 : cluster [DBG] pgmap v490: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:25.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:16:25 smithi155 bash[14970]: cluster 2024-09-10T19:16:24.073048+0000 mgr.y (mgr.14140) 503 : cluster [DBG] pgmap v490: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:25.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:16:25 smithi155 bash[18934]: cluster 2024-09-10T19:16:24.073048+0000 mgr.y (mgr.14140) 503 : cluster [DBG] pgmap v490: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:27.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:16:27 smithi189 bash[14634]: cluster 2024-09-10T19:16:26.074009+0000 mgr.y (mgr.14140) 504 : cluster [DBG] pgmap v491: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:27.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:16:27 smithi155 bash[14970]: cluster 2024-09-10T19:16:26.074009+0000 mgr.y (mgr.14140) 504 : cluster [DBG] pgmap v491: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:27.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:16:27 smithi155 bash[18934]: cluster 2024-09-10T19:16:26.074009+0000 mgr.y (mgr.14140) 504 : cluster [DBG] pgmap v491: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:29.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:16:29 smithi189 bash[14634]: cluster 2024-09-10T19:16:28.075103+0000 mgr.y (mgr.14140) 505 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:29.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:16:29 smithi155 bash[14970]: cluster 2024-09-10T19:16:28.075103+0000 mgr.y (mgr.14140) 505 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:29.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:16:29 smithi155 bash[18934]: cluster 2024-09-10T19:16:28.075103+0000 mgr.y (mgr.14140) 505 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:31.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:16:30 smithi155 bash[14970]: cluster 2024-09-10T19:16:30.075989+0000 mgr.y (mgr.14140) 506 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:31.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:16:31 smithi155 bash[18934]: cluster 2024-09-10T19:16:30.075989+0000 mgr.y (mgr.14140) 506 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:31.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:16:30 smithi189 bash[14634]: cluster 2024-09-10T19:16:30.075989+0000 mgr.y (mgr.14140) 506 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:33.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:16:33 smithi189 bash[14634]: cluster 2024-09-10T19:16:32.076949+0000 mgr.y (mgr.14140) 507 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:33.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:16:33 smithi155 bash[14970]: cluster 2024-09-10T19:16:32.076949+0000 mgr.y (mgr.14140) 507 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:33.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:16:33 smithi155 bash[18934]: cluster 2024-09-10T19:16:32.076949+0000 mgr.y (mgr.14140) 507 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:35.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:16:35 smithi189 bash[14634]: cluster 2024-09-10T19:16:34.078031+0000 mgr.y (mgr.14140) 508 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:35.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:16:35 smithi155 bash[18934]: cluster 2024-09-10T19:16:34.078031+0000 mgr.y (mgr.14140) 508 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:35.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:16:35 smithi155 bash[14970]: cluster 2024-09-10T19:16:34.078031+0000 mgr.y (mgr.14140) 508 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:37.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:16:37 smithi189 bash[14634]: cluster 2024-09-10T19:16:36.078929+0000 mgr.y (mgr.14140) 509 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:37.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:16:37 smithi155 bash[14970]: cluster 2024-09-10T19:16:36.078929+0000 mgr.y (mgr.14140) 509 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:37.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:16:37 smithi155 bash[18934]: cluster 2024-09-10T19:16:36.078929+0000 mgr.y (mgr.14140) 509 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:39.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:16:39 smithi189 bash[14634]: cluster 2024-09-10T19:16:38.080002+0000 mgr.y (mgr.14140) 510 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:39.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:16:39 smithi155 bash[14970]: cluster 2024-09-10T19:16:38.080002+0000 mgr.y (mgr.14140) 510 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:39.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:16:39 smithi155 bash[18934]: cluster 2024-09-10T19:16:38.080002+0000 mgr.y (mgr.14140) 510 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:41.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:16:41 smithi155 bash[14970]: cluster 2024-09-10T19:16:40.080972+0000 mgr.y (mgr.14140) 511 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:41.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:16:41 smithi155 bash[18934]: cluster 2024-09-10T19:16:40.080972+0000 mgr.y (mgr.14140) 511 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:41.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:16:41 smithi189 bash[14634]: cluster 2024-09-10T19:16:40.080972+0000 mgr.y (mgr.14140) 511 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:43.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:16:43 smithi189 bash[14634]: cluster 2024-09-10T19:16:42.081849+0000 mgr.y (mgr.14140) 512 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:43.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:16:43 smithi155 bash[14970]: cluster 2024-09-10T19:16:42.081849+0000 mgr.y (mgr.14140) 512 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:43.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:16:43 smithi155 bash[18934]: cluster 2024-09-10T19:16:42.081849+0000 mgr.y (mgr.14140) 512 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:45.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:16:45 smithi189 bash[14634]: cluster 2024-09-10T19:16:44.082944+0000 mgr.y (mgr.14140) 513 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:45.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:16:45 smithi155 bash[14970]: cluster 2024-09-10T19:16:44.082944+0000 mgr.y (mgr.14140) 513 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:45.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:16:45 smithi155 bash[18934]: cluster 2024-09-10T19:16:44.082944+0000 mgr.y (mgr.14140) 513 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:47.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:16:47 smithi189 bash[14634]: cluster 2024-09-10T19:16:46.083893+0000 mgr.y (mgr.14140) 514 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:47.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:16:47 smithi155 bash[18934]: cluster 2024-09-10T19:16:46.083893+0000 mgr.y (mgr.14140) 514 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:47.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:16:47 smithi155 bash[14970]: cluster 2024-09-10T19:16:46.083893+0000 mgr.y (mgr.14140) 514 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:49.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:16:49 smithi189 bash[14634]: cluster 2024-09-10T19:16:48.085063+0000 mgr.y (mgr.14140) 515 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:49.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:16:49 smithi155 bash[18934]: cluster 2024-09-10T19:16:48.085063+0000 mgr.y (mgr.14140) 515 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:49.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:16:49 smithi155 bash[14970]: cluster 2024-09-10T19:16:48.085063+0000 mgr.y (mgr.14140) 515 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:51.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:16:51 smithi155 bash[14970]: cluster 2024-09-10T19:16:50.085909+0000 mgr.y (mgr.14140) 516 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:51.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:16:51 smithi155 bash[18934]: cluster 2024-09-10T19:16:50.085909+0000 mgr.y (mgr.14140) 516 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:51.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:16:51 smithi189 bash[14634]: cluster 2024-09-10T19:16:50.085909+0000 mgr.y (mgr.14140) 516 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:53.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:16:53 smithi189 bash[14634]: cluster 2024-09-10T19:16:52.086869+0000 mgr.y (mgr.14140) 517 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:53.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:16:53 smithi155 bash[14970]: cluster 2024-09-10T19:16:52.086869+0000 mgr.y (mgr.14140) 517 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:53.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:16:53 smithi155 bash[18934]: cluster 2024-09-10T19:16:52.086869+0000 mgr.y (mgr.14140) 517 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:55.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:16:55 smithi189 bash[14634]: cluster 2024-09-10T19:16:54.088023+0000 mgr.y (mgr.14140) 518 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:55.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:16:55 smithi155 bash[14970]: cluster 2024-09-10T19:16:54.088023+0000 mgr.y (mgr.14140) 518 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:55.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:16:55 smithi155 bash[18934]: cluster 2024-09-10T19:16:54.088023+0000 mgr.y (mgr.14140) 518 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:57.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:16:57 smithi189 bash[14634]: cluster 2024-09-10T19:16:56.088953+0000 mgr.y (mgr.14140) 519 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:57.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:16:57 smithi155 bash[14970]: cluster 2024-09-10T19:16:56.088953+0000 mgr.y (mgr.14140) 519 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:57.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:16:57 smithi155 bash[18934]: cluster 2024-09-10T19:16:56.088953+0000 mgr.y (mgr.14140) 519 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:59.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:16:59 smithi189 bash[14634]: cluster 2024-09-10T19:16:58.089952+0000 mgr.y (mgr.14140) 520 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:59.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:16:59 smithi155 bash[14970]: cluster 2024-09-10T19:16:58.089952+0000 mgr.y (mgr.14140) 520 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:16:59.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:16:59 smithi155 bash[18934]: cluster 2024-09-10T19:16:58.089952+0000 mgr.y (mgr.14140) 520 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:01.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:01 smithi155 bash[14970]: cluster 2024-09-10T19:17:00.090888+0000 mgr.y (mgr.14140) 521 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:01.340 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:01 smithi189 bash[14634]: cluster 2024-09-10T19:17:00.090888+0000 mgr.y (mgr.14140) 521 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:01.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:01 smithi155 bash[18934]: cluster 2024-09-10T19:17:00.090888+0000 mgr.y (mgr.14140) 521 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:03.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:03 smithi189 bash[14634]: cluster 2024-09-10T19:17:02.091869+0000 mgr.y (mgr.14140) 522 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:03.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:03 smithi155 bash[14970]: cluster 2024-09-10T19:17:02.091869+0000 mgr.y (mgr.14140) 522 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:03.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:03 smithi155 bash[18934]: cluster 2024-09-10T19:17:02.091869+0000 mgr.y (mgr.14140) 522 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:05.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:05 smithi189 bash[14634]: cluster 2024-09-10T19:17:04.093021+0000 mgr.y (mgr.14140) 523 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:05.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:05 smithi155 bash[18934]: cluster 2024-09-10T19:17:04.093021+0000 mgr.y (mgr.14140) 523 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:05.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:05 smithi155 bash[14970]: cluster 2024-09-10T19:17:04.093021+0000 mgr.y (mgr.14140) 523 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:07.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:07 smithi189 bash[14634]: cluster 2024-09-10T19:17:06.093976+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-10T19:17:07.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:07 smithi155 bash[18934]: cluster 2024-09-10T19:17:06.093976+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-10T19:17:07.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:07 smithi155 bash[14970]: cluster 2024-09-10T19:17:06.093976+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-10T19:17:09.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:09 smithi189 bash[14634]: cluster 2024-09-10T19:17:08.095126+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-10T19:17:09.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:09 smithi155 bash[14970]: cluster 2024-09-10T19:17:08.095126+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-10T19:17:09.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:09 smithi155 bash[18934]: cluster 2024-09-10T19:17:08.095126+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-10T19:17:11.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:11 smithi155 bash[14970]: cluster 2024-09-10T19:17:10.096089+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-10T19:17:11.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:11 smithi155 bash[18934]: cluster 2024-09-10T19:17:10.096089+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-10T19:17:11.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:11 smithi189 bash[14634]: cluster 2024-09-10T19:17:10.096089+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-10T19:17:13.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:13 smithi189 bash[14634]: cluster 2024-09-10T19:17:12.097048+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-10T19:17:13.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:13 smithi155 bash[18934]: cluster 2024-09-10T19:17:12.097048+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-10T19:17:13.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:13 smithi155 bash[14970]: cluster 2024-09-10T19:17:12.097048+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-10T19:17:13.874 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps' 2024-09-10T19:17:15.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:15 smithi189 bash[14634]: cluster 2024-09-10T19:17:14.098236+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-10T19:17:15.517 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:15 smithi155 bash[14970]: cluster 2024-09-10T19:17:14.098236+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-10T19:17:15.517 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:15 smithi155 bash[18934]: cluster 2024-09-10T19:17:14.098236+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-10T19:17:17.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:17 smithi189 bash[14634]: cluster 2024-09-10T19:17:16.099316+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-10T19:17:17.536 INFO:teuthology.orchestra.run.smithi155.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-09-10T19:17:17.537 INFO:teuthology.orchestra.run.smithi155.stdout:alertmanager.a smithi155 running (9m) 3m ago 9m prom/alertmanager 11f11916f8cd 8f4b00f8b453 2024-09-10T19:17:17.537 INFO:teuthology.orchestra.run.smithi155.stdout:grafana.a smithi189 running (9m) 3m ago 9m 6.6.2 ceph/ceph-grafana:latest 87a51ecf0b1c 44554c6f73ac 2024-09-10T19:17:17.537 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.x smithi189 running (3m) 3m ago 14m 17.2.7-1606-g5be57395 quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 4c55dd409611 59585f121a78 2024-09-10T19:17:17.537 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.y smithi155 running (16m) 3m ago 16m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 380cf0c39f3a 2024-09-10T19:17:17.537 INFO:teuthology.orchestra.run.smithi155.stdout:mon.a smithi155 running (16m) 3m ago 16m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 9830b2129a22 2024-09-10T19:17:17.537 INFO:teuthology.orchestra.run.smithi155.stdout:mon.b smithi189 running (14m) 3m ago 14m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e28fb1d2d63b 2024-09-10T19:17:17.537 INFO:teuthology.orchestra.run.smithi155.stdout:mon.c smithi155 running (15m) 3m ago 15m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 7cbf0bc7a02d 2024-09-10T19:17:17.537 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.a smithi155 running (10m) 3m ago 10m prom/node-exporter 71dc9668b154 b8b40d4b621b 2024-09-10T19:17:17.537 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.b smithi189 running (10m) 3m ago 10m prom/node-exporter 71dc9668b154 a5297c8bfe71 2024-09-10T19:17:17.537 INFO:teuthology.orchestra.run.smithi155.stdout:osd.0 smithi155 running (14m) 3m ago 14m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 7f6023dc1e50 2024-09-10T19:17:17.538 INFO:teuthology.orchestra.run.smithi155.stdout:osd.1 smithi155 running (13m) 3m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 42d00c1d93dd 2024-09-10T19:17:17.538 INFO:teuthology.orchestra.run.smithi155.stdout:osd.2 smithi155 running (13m) 3m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6b241c21f8e2 2024-09-10T19:17:17.538 INFO:teuthology.orchestra.run.smithi155.stdout:osd.3 smithi155 running (12m) 3m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8d9201a4db26 2024-09-10T19:17:17.538 INFO:teuthology.orchestra.run.smithi155.stdout:osd.4 smithi189 running (12m) 3m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 34cb90c9d5b7 2024-09-10T19:17:17.538 INFO:teuthology.orchestra.run.smithi155.stdout:osd.5 smithi189 running (11m) 3m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4b3a3b60e1d5 2024-09-10T19:17:17.538 INFO:teuthology.orchestra.run.smithi155.stdout:osd.6 smithi189 running (11m) 3m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 c58c4c013902 2024-09-10T19:17:17.538 INFO:teuthology.orchestra.run.smithi155.stdout:osd.7 smithi189 running (10m) 3m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 fb02b608dde7 2024-09-10T19:17:17.538 INFO:teuthology.orchestra.run.smithi155.stdout:prometheus.a smithi189 running (8m) 3m ago 10m prom/prometheus:latest 4022a502929b 815e116330a2 2024-09-10T19:17:17.538 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi155.ehnnyk smithi155 running (8m) 3m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 48687c7a211a 2024-09-10T19:17:17.538 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi189.dwpibf smithi189 running (8m) 3m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6bddcdbdbf0b 2024-09-10T19:17:17.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:17 smithi155 bash[14970]: cluster 2024-09-10T19:17:16.099316+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-10T19:17:17.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:17 smithi155 bash[18934]: cluster 2024-09-10T19:17:16.099316+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-10T19:17:18.305 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions' 2024-09-10T19:17:18.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:18 smithi189 bash[14634]: audit 2024-09-10T19:17:17.523064+0000 mgr.y (mgr.14140) 530 : audit [DBG] from='client.24694 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:17:18.532 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:18 smithi155 bash[14970]: audit 2024-09-10T19:17:17.523064+0000 mgr.y (mgr.14140) 530 : audit [DBG] from='client.24694 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:17:18.532 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:18 smithi155 bash[18934]: audit 2024-09-10T19:17:17.523064+0000 mgr.y (mgr.14140) 530 : audit [DBG] from='client.24694 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:17:19.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:19 smithi189 bash[14634]: cluster 2024-09-10T19:17:18.100479+0000 mgr.y (mgr.14140) 531 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:19.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:19 smithi155 bash[18934]: cluster 2024-09-10T19:17:18.100479+0000 mgr.y (mgr.14140) 531 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:19.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:19 smithi155 bash[14970]: cluster 2024-09-10T19:17:18.100479+0000 mgr.y (mgr.14140) 531 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:21.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:21 smithi155 bash[14970]: cluster 2024-09-10T19:17:20.101531+0000 mgr.y (mgr.14140) 532 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:21.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:21 smithi155 bash[18934]: cluster 2024-09-10T19:17:20.101531+0000 mgr.y (mgr.14140) 532 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:21.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:21 smithi189 bash[14634]: cluster 2024-09-10T19:17:20.101531+0000 mgr.y (mgr.14140) 532 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:22.126 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:17:22.126 INFO:teuthology.orchestra.run.smithi155.stdout: "mon": { 2024-09-10T19:17:22.126 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-10T19:17:22.126 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:17:22.126 INFO:teuthology.orchestra.run.smithi155.stdout: "mgr": { 2024-09-10T19:17:22.126 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2024-09-10T19:17:22.126 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 1 2024-09-10T19:17:22.126 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:17:22.126 INFO:teuthology.orchestra.run.smithi155.stdout: "osd": { 2024-09-10T19:17:22.127 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-10T19:17:22.127 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:17:22.127 INFO:teuthology.orchestra.run.smithi155.stdout: "mds": {}, 2024-09-10T19:17:22.127 INFO:teuthology.orchestra.run.smithi155.stdout: "rgw": { 2024-09-10T19:17:22.127 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-10T19:17:22.127 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:17:22.127 INFO:teuthology.orchestra.run.smithi155.stdout: "overall": { 2024-09-10T19:17:22.127 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2024-09-10T19:17:22.127 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 1 2024-09-10T19:17:22.127 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-10T19:17:22.127 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:17:22.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:22 smithi189 bash[14634]: audit 2024-09-10T19:17:22.123313+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.155:0/149012967' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:17:22.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:22 smithi155 bash[14970]: audit 2024-09-10T19:17:22.123313+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.155:0/149012967' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:17:22.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:22 smithi155 bash[18934]: audit 2024-09-10T19:17:22.123313+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.155:0/149012967' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:17:22.964 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph -s' 2024-09-10T19:17:23.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:23 smithi155 bash[18934]: cluster 2024-09-10T19:17:22.102450+0000 mgr.y (mgr.14140) 533 : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:23.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:23 smithi155 bash[14970]: cluster 2024-09-10T19:17:22.102450+0000 mgr.y (mgr.14140) 533 : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:23.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:23 smithi189 bash[14634]: cluster 2024-09-10T19:17:22.102450+0000 mgr.y (mgr.14140) 533 : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:25.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:25 smithi189 bash[14634]: cluster 2024-09-10T19:17:24.103570+0000 mgr.y (mgr.14140) 534 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:25.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:25 smithi155 bash[14970]: cluster 2024-09-10T19:17:24.103570+0000 mgr.y (mgr.14140) 534 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:25.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:25 smithi155 bash[18934]: cluster 2024-09-10T19:17:24.103570+0000 mgr.y (mgr.14140) 534 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:26.584 INFO:teuthology.orchestra.run.smithi155.stdout: cluster: 2024-09-10T19:17:26.584 INFO:teuthology.orchestra.run.smithi155.stdout: id: e044737e-6fa6-11ef-bcea-c7b262605968 2024-09-10T19:17:26.584 INFO:teuthology.orchestra.run.smithi155.stdout: health: HEALTH_OK 2024-09-10T19:17:26.585 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T19:17:26.585 INFO:teuthology.orchestra.run.smithi155.stdout: services: 2024-09-10T19:17:26.585 INFO:teuthology.orchestra.run.smithi155.stdout: mon: 3 daemons, quorum a,c,b (age 14m) 2024-09-10T19:17:26.585 INFO:teuthology.orchestra.run.smithi155.stdout: mgr: y(active, since 15m), standbys: x 2024-09-10T19:17:26.585 INFO:teuthology.orchestra.run.smithi155.stdout: osd: 8 osds: 8 up (since 10m), 8 in (since 10m) 2024-09-10T19:17:26.585 INFO:teuthology.orchestra.run.smithi155.stdout: rgw: 2 daemons active (r.z.smithi155.ehnnyk, r.z.smithi189.dwpibf) 2024-09-10T19:17:26.585 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T19:17:26.585 INFO:teuthology.orchestra.run.smithi155.stdout: task status: 2024-09-10T19:17:26.585 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T19:17:26.585 INFO:teuthology.orchestra.run.smithi155.stdout: data: 2024-09-10T19:17:26.585 INFO:teuthology.orchestra.run.smithi155.stdout: pools: 5 pools, 129 pgs 2024-09-10T19:17:26.585 INFO:teuthology.orchestra.run.smithi155.stdout: objects: 202 objects, 7.0 KiB 2024-09-10T19:17:26.585 INFO:teuthology.orchestra.run.smithi155.stdout: usage: 8.0 GiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:26.586 INFO:teuthology.orchestra.run.smithi155.stdout: pgs: 129 active+clean 2024-09-10T19:17:26.586 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T19:17:27.324 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.mgr | length == 2'"'"'' 2024-09-10T19:17:27.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:27 smithi189 bash[14634]: cluster 2024-09-10T19:17:26.104501+0000 mgr.y (mgr.14140) 535 : cluster [DBG] pgmap v521: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:27.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:27 smithi189 bash[14634]: audit 2024-09-10T19:17:26.582139+0000 mon.a (mon.0) 600 : audit [DBG] from='client.? 172.21.15.155:0/1466925282' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T19:17:27.534 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:27 smithi155 bash[18934]: cluster 2024-09-10T19:17:26.104501+0000 mgr.y (mgr.14140) 535 : cluster [DBG] pgmap v521: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:27.534 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:27 smithi155 bash[18934]: audit 2024-09-10T19:17:26.582139+0000 mon.a (mon.0) 600 : audit [DBG] from='client.? 172.21.15.155:0/1466925282' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T19:17:27.534 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:27 smithi155 bash[14970]: cluster 2024-09-10T19:17:26.104501+0000 mgr.y (mgr.14140) 535 : cluster [DBG] pgmap v521: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:27.535 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:27 smithi155 bash[14970]: audit 2024-09-10T19:17:26.582139+0000 mon.a (mon.0) 600 : audit [DBG] from='client.? 172.21.15.155:0/1466925282' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T19:17:29.529 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:29 smithi155 bash[14970]: cluster 2024-09-10T19:17:28.105656+0000 mgr.y (mgr.14140) 536 : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:29.529 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:29 smithi155 bash[18934]: cluster 2024-09-10T19:17:28.105656+0000 mgr.y (mgr.14140) 536 : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:29.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:29 smithi189 bash[14634]: cluster 2024-09-10T19:17:28.105656+0000 mgr.y (mgr.14140) 536 : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:31.040 INFO:teuthology.orchestra.run.smithi155.stdout:true 2024-09-10T19:17:31.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:31 smithi155 bash[18934]: cluster 2024-09-10T19:17:30.106661+0000 mgr.y (mgr.14140) 537 : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:31.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:31 smithi155 bash[14970]: cluster 2024-09-10T19:17:30.106661+0000 mgr.y (mgr.14140) 537 : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:31.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:31 smithi189 bash[14634]: cluster 2024-09-10T19:17:30.106661+0000 mgr.y (mgr.14140) 537 : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:31.813 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph mgr fail' 2024-09-10T19:17:32.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:32 smithi155 bash[14970]: audit 2024-09-10T19:17:31.026365+0000 mon.a (mon.0) 601 : audit [DBG] from='client.? 172.21.15.155:0/178844179' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:17:32.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:32 smithi155 bash[18934]: audit 2024-09-10T19:17:31.026365+0000 mon.a (mon.0) 601 : audit [DBG] from='client.? 172.21.15.155:0/178844179' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:17:32.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:32 smithi189 bash[14634]: audit 2024-09-10T19:17:31.026365+0000 mon.a (mon.0) 601 : audit [DBG] from='client.? 172.21.15.155:0/178844179' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:17:33.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:33 smithi155 bash[14970]: cluster 2024-09-10T19:17:32.107650+0000 mgr.y (mgr.14140) 538 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:33.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:33 smithi155 bash[18934]: cluster 2024-09-10T19:17:32.107650+0000 mgr.y (mgr.14140) 538 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:33.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:33 smithi189 bash[14634]: cluster 2024-09-10T19:17:32.107650+0000 mgr.y (mgr.14140) 538 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:35.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:35 smithi189 bash[14634]: cluster 2024-09-10T19:17:34.108862+0000 mgr.y (mgr.14140) 539 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:35.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:35 smithi155 bash[14970]: cluster 2024-09-10T19:17:34.108862+0000 mgr.y (mgr.14140) 539 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:35.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:35 smithi155 bash[18934]: cluster 2024-09-10T19:17:34.108862+0000 mgr.y (mgr.14140) 539 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:36.439 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:36 smithi155 bash[18934]: audit 2024-09-10T19:17:35.596048+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.155:0/3825915395' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:17:36.439 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:36 smithi155 bash[18934]: audit 2024-09-10T19:17:35.596504+0000 mon.a (mon.0) 602 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:17:36.439 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:36 smithi155 bash[18934]: cluster 2024-09-10T19:17:35.607113+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-10T19:17:36.439 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:36 smithi155 bash[18934]: cluster 2024-09-10T19:17:35.750300+0000 mon.a (mon.0) 604 : cluster [DBG] Standby manager daemon y started 2024-09-10T19:17:36.439 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:17:36 smithi155 bash[15226]: ignoring --setuser ceph since I am not root 2024-09-10T19:17:36.439 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:17:36 smithi155 bash[15226]: ignoring --setgroup ceph since I am not root 2024-09-10T19:17:36.440 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:36 smithi155 bash[14970]: audit 2024-09-10T19:17:35.596048+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.155:0/3825915395' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:17:36.440 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:36 smithi155 bash[14970]: audit 2024-09-10T19:17:35.596504+0000 mon.a (mon.0) 602 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:17:36.440 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:36 smithi155 bash[14970]: cluster 2024-09-10T19:17:35.607113+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-10T19:17:36.440 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:36 smithi155 bash[14970]: cluster 2024-09-10T19:17:35.750300+0000 mon.a (mon.0) 604 : cluster [DBG] Standby manager daemon y started 2024-09-10T19:17:36.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:36 smithi189 bash[14634]: audit 2024-09-10T19:17:35.596048+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.155:0/3825915395' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:17:36.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:36 smithi189 bash[14634]: audit 2024-09-10T19:17:35.596504+0000 mon.a (mon.0) 602 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:17:36.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:36 smithi189 bash[14634]: cluster 2024-09-10T19:17:35.607113+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-10T19:17:36.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:36 smithi189 bash[14634]: cluster 2024-09-10T19:17:35.750300+0000 mon.a (mon.0) 604 : cluster [DBG] Standby manager daemon y started 2024-09-10T19:17:36.984 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'sleep 180' 2024-09-10T19:17:37.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:37 smithi155 bash[14970]: audit 2024-09-10T19:17:36.187855+0000 mon.a (mon.0) 605 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-10T19:17:37.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:37 smithi155 bash[14970]: cluster 2024-09-10T19:17:36.187953+0000 mon.a (mon.0) 606 : cluster [DBG] mgrmap e16: x(active, starting, since 0.590503s), standbys: y 2024-09-10T19:17:37.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:37 smithi155 bash[18934]: audit 2024-09-10T19:17:36.187855+0000 mon.a (mon.0) 605 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-10T19:17:37.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:37 smithi155 bash[18934]: cluster 2024-09-10T19:17:36.187953+0000 mon.a (mon.0) 606 : cluster [DBG] mgrmap e16: x(active, starting, since 0.590503s), standbys: y 2024-09-10T19:17:37.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:37 smithi189 bash[14634]: audit 2024-09-10T19:17:36.187855+0000 mon.a (mon.0) 605 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-10T19:17:37.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:37 smithi189 bash[14634]: cluster 2024-09-10T19:17:36.187953+0000 mon.a (mon.0) 606 : cluster [DBG] mgrmap e16: x(active, starting, since 0.590503s), standbys: y 2024-09-10T19:17:39.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:39 smithi189 bash[14634]: cluster 2024-09-10T19:17:38.199761+0000 mon.a (mon.0) 607 : cluster [DBG] mgrmap e17: x(active, starting, since 2s), standbys: y 2024-09-10T19:17:39.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:39 smithi189 bash[14634]: audit 2024-09-10T19:17:38.202040+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T19:17:39.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:39 smithi189 bash[14634]: audit 2024-09-10T19:17:38.202332+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T19:17:39.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:39 smithi155 bash[18934]: cluster 2024-09-10T19:17:38.199761+0000 mon.a (mon.0) 607 : cluster [DBG] mgrmap e17: x(active, starting, since 2s), standbys: y 2024-09-10T19:17:39.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:39 smithi155 bash[18934]: audit 2024-09-10T19:17:38.202040+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T19:17:39.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:39 smithi155 bash[18934]: audit 2024-09-10T19:17:38.202332+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T19:17:39.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:39 smithi155 bash[14970]: cluster 2024-09-10T19:17:38.199761+0000 mon.a (mon.0) 607 : cluster [DBG] mgrmap e17: x(active, starting, since 2s), standbys: y 2024-09-10T19:17:39.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:39 smithi155 bash[14970]: audit 2024-09-10T19:17:38.202040+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T19:17:39.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:39 smithi155 bash[14970]: audit 2024-09-10T19:17:38.202332+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T19:17:41.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:41 smithi155 bash[14970]: cluster 2024-09-10T19:17:40.509964+0000 mon.a (mon.0) 608 : cluster [DBG] Standby manager daemon y restarted 2024-09-10T19:17:41.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:41 smithi155 bash[14970]: cluster 2024-09-10T19:17:40.510093+0000 mon.a (mon.0) 609 : cluster [DBG] Standby manager daemon y started 2024-09-10T19:17:41.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:41 smithi155 bash[14970]: audit 2024-09-10T19:17:40.512001+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.? 172.21.15.155:0/423289516' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:17:41.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:41 smithi155 bash[14970]: audit 2024-09-10T19:17:40.515589+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.? 172.21.15.155:0/423289516' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:17:41.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:41 smithi155 bash[18934]: cluster 2024-09-10T19:17:40.509964+0000 mon.a (mon.0) 608 : cluster [DBG] Standby manager daemon y restarted 2024-09-10T19:17:41.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:41 smithi155 bash[18934]: cluster 2024-09-10T19:17:40.510093+0000 mon.a (mon.0) 609 : cluster [DBG] Standby manager daemon y started 2024-09-10T19:17:41.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:41 smithi155 bash[18934]: audit 2024-09-10T19:17:40.512001+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.? 172.21.15.155:0/423289516' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:17:41.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:41 smithi155 bash[18934]: audit 2024-09-10T19:17:40.515589+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.? 172.21.15.155:0/423289516' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:17:41.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:41 smithi189 bash[14634]: cluster 2024-09-10T19:17:40.509964+0000 mon.a (mon.0) 608 : cluster [DBG] Standby manager daemon y restarted 2024-09-10T19:17:41.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:41 smithi189 bash[14634]: cluster 2024-09-10T19:17:40.510093+0000 mon.a (mon.0) 609 : cluster [DBG] Standby manager daemon y started 2024-09-10T19:17:41.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:41 smithi189 bash[14634]: audit 2024-09-10T19:17:40.512001+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.? 172.21.15.155:0/423289516' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:17:41.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:41 smithi189 bash[14634]: audit 2024-09-10T19:17:40.515589+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.? 172.21.15.155:0/423289516' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:17:42.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:42 smithi155 bash[18934]: cluster 2024-09-10T19:17:41.032402+0000 mon.a (mon.0) 612 : cluster [DBG] mgrmap e18: x(active, starting, since 5s), standbys: y 2024-09-10T19:17:42.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:42 smithi155 bash[14970]: cluster 2024-09-10T19:17:41.032402+0000 mon.a (mon.0) 612 : cluster [DBG] mgrmap e18: x(active, starting, since 5s), standbys: y 2024-09-10T19:17:42.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:42 smithi189 bash[14634]: cluster 2024-09-10T19:17:41.032402+0000 mon.a (mon.0) 612 : cluster [DBG] mgrmap e18: x(active, starting, since 5s), standbys: y 2024-09-10T19:17:43.063 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.195111+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:17:43.063 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.195676+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:17:43.064 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.196235+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:17:43.064 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.200254+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:17:43.064 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.201082+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:17:43.064 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.201824+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:17:43.064 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.202572+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:17:43.064 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.203273+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:17:43.064 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.203796+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:17:43.064 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.204235+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:17:43.064 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.204689+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:17:43.064 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.205644+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T19:17:43.064 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.205914+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T19:17:43.064 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.206525+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T19:17:43.065 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.207826+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T19:17:43.065 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.209176+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T19:17:43.065 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.209922+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T19:17:43.065 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.210651+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-10T19:17:43.065 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.195111+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:17:43.065 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.195676+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:17:43.065 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.196235+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:17:43.065 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.200254+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:17:43.065 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.201082+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:17:43.065 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.201824+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:17:43.066 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.202572+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:17:43.066 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.203273+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:17:43.066 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.203796+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:17:43.066 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.204235+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:17:43.066 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.204689+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:17:43.066 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.205644+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T19:17:43.066 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.205914+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T19:17:43.066 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.206525+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T19:17:43.066 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.207826+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T19:17:43.066 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.209176+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T19:17:43.066 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.209922+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T19:17:43.066 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.210651+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-10T19:17:43.067 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.211341+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi189"}]: dispatch 2024-09-10T19:17:43.067 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.212026+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T19:17:43.067 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.212650+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T19:17:43.067 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.213092+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T19:17:43.067 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.213512+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T19:17:43.067 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.213925+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T19:17:43.067 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.214339+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T19:17:43.067 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.214760+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T19:17:43.068 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.215172+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T19:17:43.068 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.215596+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T19:17:43.068 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.215998+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T19:17:43.068 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.216415+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:17:43.068 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.216838+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:17:43.068 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.217331+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T19:17:43.068 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.217790+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T19:17:43.068 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.218241+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T19:17:43.068 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.211341+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi189"}]: dispatch 2024-09-10T19:17:43.069 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.212026+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T19:17:43.069 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.212650+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T19:17:43.069 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.213092+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T19:17:43.069 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.213512+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T19:17:43.069 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.213925+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T19:17:43.069 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.214339+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T19:17:43.069 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.214760+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T19:17:43.069 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.215172+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T19:17:43.069 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.215596+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T19:17:43.069 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.215998+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T19:17:43.069 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.216415+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:17:43.069 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.216838+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:17:43.070 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.217331+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T19:17:43.070 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.217790+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T19:17:43.070 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.218241+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T19:17:43.070 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.218697+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T19:17:43.070 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: cluster 2024-09-10T19:17:42.724649+0000 mon.a (mon.0) 613 : cluster [INF] Manager daemon x is now available 2024-09-10T19:17:43.070 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.744662+0000 mon.b (mon.2) 62 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"172.21.15.155\", \"labels\": [], \"status\": \"\"}, \"smithi189\": {\"hostname\": \"smithi189\", \"addr\": \"smithi189\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-10T19:17:43.070 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.745793+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"172.21.15.155\", \"labels\": [], \"status\": \"\"}, \"smithi189\": {\"hostname\": \"smithi189\", \"addr\": \"smithi189\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-10T19:17:43.070 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.752373+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"172.21.15.155\", \"labels\": [], \"status\": \"\"}, \"smithi189\": {\"hostname\": \"smithi189\", \"addr\": \"smithi189\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-10T19:17:43.070 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.758850+0000 mon.b (mon.2) 63 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-10T19:09:04.804038\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]: dispatch 2024-09-10T19:17:43.070 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.759778+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-10T19:09:04.804038\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]: dispatch 2024-09-10T19:17:43.071 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.764035+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-10T19:09:04.804038\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]': finished 2024-09-10T19:17:43.071 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.766577+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-09-10T19:17:43.071 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.767386+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-09-10T19:17:43.071 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.775343+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-09-10T19:17:43.071 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.218697+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T19:17:43.071 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: cluster 2024-09-10T19:17:42.724649+0000 mon.a (mon.0) 613 : cluster [INF] Manager daemon x is now available 2024-09-10T19:17:43.071 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.744662+0000 mon.b (mon.2) 62 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"172.21.15.155\", \"labels\": [], \"status\": \"\"}, \"smithi189\": {\"hostname\": \"smithi189\", \"addr\": \"smithi189\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-10T19:17:43.071 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.745793+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"172.21.15.155\", \"labels\": [], \"status\": \"\"}, \"smithi189\": {\"hostname\": \"smithi189\", \"addr\": \"smithi189\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-10T19:17:43.071 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.752373+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"172.21.15.155\", \"labels\": [], \"status\": \"\"}, \"smithi189\": {\"hostname\": \"smithi189\", \"addr\": \"smithi189\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-10T19:17:43.072 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.758850+0000 mon.b (mon.2) 63 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-10T19:09:04.804038\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]: dispatch 2024-09-10T19:17:43.072 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.759778+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-10T19:09:04.804038\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]: dispatch 2024-09-10T19:17:43.072 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.764035+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-10T19:09:04.804038\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]': finished 2024-09-10T19:17:43.072 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.766577+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-09-10T19:17:43.072 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.767386+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-09-10T19:17:43.072 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.775343+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-09-10T19:17:43.072 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.776711+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' 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-10T19:17:43.072 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.777545+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.34652 ' 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-10T19:17:43.072 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.781117+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.34652 ' 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-10T19:17:43.073 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.837830+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:17:43.073 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.838767+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:17:43.073 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.841980+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]: dispatch 2024-09-10T19:17:43.073 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.842812+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]: dispatch 2024-09-10T19:17:43.073 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.849339+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]': finished 2024-09-10T19:17:43.073 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.853973+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T19:17:43.073 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[14970]: audit 2024-09-10T19:17:42.855138+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T19:17:43.073 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.776711+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' 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-10T19:17:43.073 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.777545+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.34652 ' 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-10T19:17:43.073 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.781117+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.34652 ' 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-10T19:17:43.073 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.837830+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:17:43.074 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.838767+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:17:43.074 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.841980+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]: dispatch 2024-09-10T19:17:43.074 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.842812+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]: dispatch 2024-09-10T19:17:43.074 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.849339+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]': finished 2024-09-10T19:17:43.074 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.853973+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T19:17:43.074 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:43 smithi155 bash[18934]: audit 2024-09-10T19:17:42.855138+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T19:17:43.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.195111+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:17:43.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.195676+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:17:43.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.196235+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:17:43.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.200254+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:17:43.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.201082+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:17:43.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.201824+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:17:43.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.202572+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:17:43.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.203273+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:17:43.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.203796+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:17:43.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.204235+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:17:43.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.204689+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:17:43.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.205644+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T19:17:43.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.205914+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T19:17:43.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.206525+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T19:17:43.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.207826+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T19:17:43.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.209176+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T19:17:43.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.209922+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T19:17:43.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.210651+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-10T19:17:43.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.211341+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi189"}]: dispatch 2024-09-10T19:17:43.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.212026+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T19:17:43.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.212650+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T19:17:43.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.213092+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T19:17:43.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.213512+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T19:17:43.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.213925+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T19:17:43.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.214339+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T19:17:43.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.214760+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T19:17:43.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.215172+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T19:17:43.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.215596+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T19:17:43.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.215998+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T19:17:43.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.216415+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:17:43.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.216838+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:17:43.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.217331+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T19:17:43.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.217790+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T19:17:43.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.218241+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T19:17:43.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.218697+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T19:17:43.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: cluster 2024-09-10T19:17:42.724649+0000 mon.a (mon.0) 613 : cluster [INF] Manager daemon x is now available 2024-09-10T19:17:43.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.744662+0000 mon.b (mon.2) 62 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"172.21.15.155\", \"labels\": [], \"status\": \"\"}, \"smithi189\": {\"hostname\": \"smithi189\", \"addr\": \"smithi189\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-10T19:17:43.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.745793+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"172.21.15.155\", \"labels\": [], \"status\": \"\"}, \"smithi189\": {\"hostname\": \"smithi189\", \"addr\": \"smithi189\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-10T19:17:43.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.752373+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"172.21.15.155\", \"labels\": [], \"status\": \"\"}, \"smithi189\": {\"hostname\": \"smithi189\", \"addr\": \"smithi189\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-10T19:17:43.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.758850+0000 mon.b (mon.2) 63 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-10T19:09:04.804038\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]: dispatch 2024-09-10T19:17:43.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.759778+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-10T19:09:04.804038\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]: dispatch 2024-09-10T19:17:43.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.764035+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-10T19:09:04.804038\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]': finished 2024-09-10T19:17:43.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.766577+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-09-10T19:17:43.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.767386+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-09-10T19:17:43.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.775343+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-09-10T19:17:43.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.776711+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' 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-10T19:17:43.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.777545+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.34652 ' 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-10T19:17:43.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.781117+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.34652 ' 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-10T19:17:43.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.837830+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:17:43.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.838767+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:17:43.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.841980+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]: dispatch 2024-09-10T19:17:43.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.842812+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]: dispatch 2024-09-10T19:17:43.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.849339+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]': finished 2024-09-10T19:17:43.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.853973+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T19:17:43.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:43 smithi189 bash[14634]: audit 2024-09-10T19:17:42.855138+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T19:17:44.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:44 smithi155 bash[18934]: cephadm 2024-09-10T19:17:42.743968+0000 mgr.x (mgr.34652) 1 : cephadm [INF] inventory: adjusted host smithi155 addr 'smithi155' -> '172.21.15.155' 2024-09-10T19:17:44.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:44 smithi155 bash[18934]: cephadm 2024-09-10T19:17:42.765519+0000 mgr.x (mgr.34652) 2 : cephadm [INF] Queued rgw.r.z for migration 2024-09-10T19:17:44.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:44 smithi155 bash[18934]: cephadm 2024-09-10T19:17:42.766173+0000 mgr.x (mgr.34652) 3 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-10T19:17:44.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:44 smithi155 bash[18934]: cluster 2024-09-10T19:17:43.049667+0000 mon.a (mon.0) 626 : cluster [DBG] mgrmap e19: x(active, since 7s), standbys: y 2024-09-10T19:17:44.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:44 smithi155 bash[18934]: cluster 2024-09-10T19:17:43.082657+0000 mgr.x (mgr.34652) 4 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:44.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:44 smithi155 bash[18934]: audit 2024-09-10T19:17:43.147831+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:17:44.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:44 smithi155 bash[18934]: audit 2024-09-10T19:17:43.155095+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:17:44.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:44 smithi155 bash[18934]: cephadm 2024-09-10T19:17:43.325095+0000 mgr.x (mgr.34652) 5 : cephadm [INF] Deploying cephadm binary to smithi189 2024-09-10T19:17:44.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:44 smithi155 bash[18934]: cephadm 2024-09-10T19:17:43.354145+0000 mgr.x (mgr.34652) 6 : cephadm [INF] Deploying cephadm binary to smithi155 2024-09-10T19:17:44.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:44 smithi155 bash[14970]: cephadm 2024-09-10T19:17:42.743968+0000 mgr.x (mgr.34652) 1 : cephadm [INF] inventory: adjusted host smithi155 addr 'smithi155' -> '172.21.15.155' 2024-09-10T19:17:44.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:44 smithi155 bash[14970]: cephadm 2024-09-10T19:17:42.765519+0000 mgr.x (mgr.34652) 2 : cephadm [INF] Queued rgw.r.z for migration 2024-09-10T19:17:44.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:44 smithi155 bash[14970]: cephadm 2024-09-10T19:17:42.766173+0000 mgr.x (mgr.34652) 3 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-10T19:17:44.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:44 smithi155 bash[14970]: cluster 2024-09-10T19:17:43.049667+0000 mon.a (mon.0) 626 : cluster [DBG] mgrmap e19: x(active, since 7s), standbys: y 2024-09-10T19:17:44.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:44 smithi155 bash[14970]: cluster 2024-09-10T19:17:43.082657+0000 mgr.x (mgr.34652) 4 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:44.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:44 smithi155 bash[14970]: audit 2024-09-10T19:17:43.147831+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:17:44.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:44 smithi155 bash[14970]: audit 2024-09-10T19:17:43.155095+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:17:44.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:44 smithi155 bash[14970]: cephadm 2024-09-10T19:17:43.325095+0000 mgr.x (mgr.34652) 5 : cephadm [INF] Deploying cephadm binary to smithi189 2024-09-10T19:17:44.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:44 smithi155 bash[14970]: cephadm 2024-09-10T19:17:43.354145+0000 mgr.x (mgr.34652) 6 : cephadm [INF] Deploying cephadm binary to smithi155 2024-09-10T19:17:44.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:44 smithi189 bash[14634]: cephadm 2024-09-10T19:17:42.743968+0000 mgr.x (mgr.34652) 1 : cephadm [INF] inventory: adjusted host smithi155 addr 'smithi155' -> '172.21.15.155' 2024-09-10T19:17:44.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:44 smithi189 bash[14634]: cephadm 2024-09-10T19:17:42.765519+0000 mgr.x (mgr.34652) 2 : cephadm [INF] Queued rgw.r.z for migration 2024-09-10T19:17:44.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:44 smithi189 bash[14634]: cephadm 2024-09-10T19:17:42.766173+0000 mgr.x (mgr.34652) 3 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-10T19:17:44.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:44 smithi189 bash[14634]: cluster 2024-09-10T19:17:43.049667+0000 mon.a (mon.0) 626 : cluster [DBG] mgrmap e19: x(active, since 7s), standbys: y 2024-09-10T19:17:44.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:44 smithi189 bash[14634]: cluster 2024-09-10T19:17:43.082657+0000 mgr.x (mgr.34652) 4 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:44.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:44 smithi189 bash[14634]: audit 2024-09-10T19:17:43.147831+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:17:44.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:44 smithi189 bash[14634]: audit 2024-09-10T19:17:43.155095+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:17:44.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:44 smithi189 bash[14634]: cephadm 2024-09-10T19:17:43.325095+0000 mgr.x (mgr.34652) 5 : cephadm [INF] Deploying cephadm binary to smithi189 2024-09-10T19:17:44.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:44 smithi189 bash[14634]: cephadm 2024-09-10T19:17:43.354145+0000 mgr.x (mgr.34652) 6 : cephadm [INF] Deploying cephadm binary to smithi155 2024-09-10T19:17:45.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:45 smithi155 bash[14970]: cluster 2024-09-10T19:17:44.076130+0000 mon.a (mon.0) 627 : cluster [DBG] mgrmap e20: x(active, since 8s), standbys: y 2024-09-10T19:17:45.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:45 smithi155 bash[14970]: cluster 2024-09-10T19:17:44.205862+0000 mgr.x (mgr.34652) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:45.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:45 smithi155 bash[14970]: audit 2024-09-10T19:17:44.811599+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-10T19:17:45.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:45 smithi155 bash[14970]: audit 2024-09-10T19:17:44.812747+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-10T19:17:45.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:45 smithi155 bash[18934]: cluster 2024-09-10T19:17:44.076130+0000 mon.a (mon.0) 627 : cluster [DBG] mgrmap e20: x(active, since 8s), standbys: y 2024-09-10T19:17:45.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:45 smithi155 bash[18934]: cluster 2024-09-10T19:17:44.205862+0000 mgr.x (mgr.34652) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:45.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:45 smithi155 bash[18934]: audit 2024-09-10T19:17:44.811599+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-10T19:17:45.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:45 smithi155 bash[18934]: audit 2024-09-10T19:17:44.812747+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-10T19:17:45.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:45 smithi189 bash[14634]: cluster 2024-09-10T19:17:44.076130+0000 mon.a (mon.0) 627 : cluster [DBG] mgrmap e20: x(active, since 8s), standbys: y 2024-09-10T19:17:45.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:45 smithi189 bash[14634]: cluster 2024-09-10T19:17:44.205862+0000 mgr.x (mgr.34652) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:45.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:45 smithi189 bash[14634]: audit 2024-09-10T19:17:44.811599+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-10T19:17:45.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:45 smithi189 bash[14634]: audit 2024-09-10T19:17:44.812747+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-10T19:17:45.453 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:17:45 smithi189 bash[26056]: debug 2024-09-10T19:17:45.207+0000 7fc0a09ce640 -1 log_channel(cephadm) log [ERR] : [10/Sep/2024:19:17:45] ENGINE Error in HTTPServer.serve 2024-09-10T19:17:45.453 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:17:45 smithi189 bash[26056]: Traceback (most recent call last): 2024-09-10T19:17:45.453 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:17:45 smithi189 bash[26056]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:17:45.453 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:17:45 smithi189 bash[26056]: self._connections.run(self.expiration_interval) 2024-09-10T19:17:45.453 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:17:45 smithi189 bash[26056]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:17:45.453 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:17:45 smithi189 bash[26056]: self._run(expiration_interval) 2024-09-10T19:17:45.454 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:17:45 smithi189 bash[26056]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:17:45.454 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:17:45 smithi189 bash[26056]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:17:45.454 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:17:45 smithi189 bash[26056]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:17:45.454 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:17:45 smithi189 bash[26056]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:17:45.454 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:17:45 smithi189 bash[26056]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:17:45.454 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:17:45 smithi189 bash[26056]: s = self.context.wrap_socket( 2024-09-10T19:17:45.454 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:17:45 smithi189 bash[26056]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:17:45.454 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:17:45 smithi189 bash[26056]: return self.sslsocket_class._create( 2024-09-10T19:17:45.454 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:17:45 smithi189 bash[26056]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:17:45.454 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:17:45 smithi189 bash[26056]: self.do_handshake() 2024-09-10T19:17:45.454 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:17:45 smithi189 bash[26056]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:17:45.454 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:17:45 smithi189 bash[26056]: self._sslobj.do_handshake() 2024-09-10T19:17:45.454 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:17:45 smithi189 bash[26056]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:17:46.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:46 smithi189 bash[14634]: audit 2024-09-10T19:17:45.078445+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2024-09-10T19:17:46.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:46 smithi189 bash[14634]: cluster 2024-09-10T19:17:45.078525+0000 mon.a (mon.0) 630 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-10T19:17:46.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:46 smithi189 bash[14634]: audit 2024-09-10T19:17:45.082329+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-10T19:17:46.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:46 smithi189 bash[14634]: cephadm 2024-09-10T19:17:45.083090+0000 mgr.x (mgr.34652) 8 : cephadm [INF] [10/Sep/2024:19:17:45] ENGINE Bus STARTING 2024-09-10T19:17:46.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:46 smithi189 bash[14634]: audit 2024-09-10T19:17:45.083179+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-10T19:17:46.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:46 smithi189 bash[14634]: cephadm 2024-09-10T19:17:45.208022+0000 mgr.x (mgr.34652) 9 : cephadm [INF] [10/Sep/2024:19:17:45] ENGINE Serving on https://172.21.15.189:7150 2024-09-10T19:17:46.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:46 smithi189 bash[14634]: cephadm 2024-09-10T19:17:45.208260+0000 mgr.x (mgr.34652) 10 : cephadm [INF] [10/Sep/2024:19:17:45] ENGINE Bus STARTED 2024-09-10T19:17:46.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:46 smithi189 bash[14634]: audit 2024-09-10T19:17:45.210046+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUaa2PpPWsxN79rLrOlLylOp+Afy8wDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE5MTc0M1oXDTM0\\nMDkxMTE5MTc0M1owFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf\\n1Bb1LBg1f1dthxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEH\\nlm2MCGtwHKICGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+Ar\\nWJiDNF7gZrZ2z4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hx\\ny/C0V1dKcDH8y8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLH\\nItoV04lIyPZYBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZ\\nUPqbp+jWdI6UEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKD\\nWm0KxZS6MvM4ICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw\\n+hp5ulD1RPoIv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw\\n5rcucCzqfK9/eeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WV\\niSzueuX8Dbd6DcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj\\n5DD+HL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPvTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAQ7uLYCsMqfzeuQrSHobJvdHA+boB0uPXBLrCB\\nkgRMFkaSI3E6M78gqizjKEvmYqoX3Yje5i92301zKr/8/fQgm36INQiGH8ZXZt7j\\nBpM64nCv2mUJWFsOQYzrAG5poKCZwUGFaEltsnvBky3r1lAKY2iXYRqLm4idIGsg\\nv8CSV65yMJ795fucH2cACOapM8ImCjqLEtmUBHZtqUs6/ZIaUCDu6XwMdVmmOcl9\\n+e6dsrRMVibhBqf5SYlMMFf+QQ4RZUYYFrFZtnlUqUhMIUg+rk2UTEmgLk+XsCK1\\nv3fvnF7cXc1btst7b49YG7PBzrTpQKFGMpjP1MvGFQJvxa1GhR9Yf6aP+lxLBYWc\\n3EilOgiUadXYD0MOgydz9ilSKPs/dLhR7TE0jARCN8tJWIQwR+EsCYdMC9haZnCr\\nMcU9JsPEIunn2SS+3XZRu3HRkUSijAsdy1L9bwtGeNywm9mZSA+XApJYPQwiA8pS\\nZD3kH3kkFxyH3DCbVuz///uX0hRynvwn2w35ZbWRKjzo+qv3GbYGKMhH01Ffm12A\\nbjUn5VnOEXZCMTk7tlUduEG8Gkm1GD5BphOqrmSDxUziRo6zYNFiqgFYlkMp0In3\\nY7tQNHaUvldMiyfOpugu2zEOD/2O3aXG5FTEdqHcAz2piqXeE6XOf0/3+18ryNEa\\nI7mJjg==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJJwIBAAKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf1Bb1LBg1f1dt\\nhxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEHlm2MCGtwHKIC\\nGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+ArWJiDNF7gZrZ2\\nz4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hxy/C0V1dKcDH8\\ny8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLHItoV04lIyPZY\\nBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZUPqbp+jWdI6U\\nEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKDWm0KxZS6MvM4\\nICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw+hp5ulD1RPoI\\nv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw5rcucCzqfK9/\\neeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WViSzueuX8Dbd6\\nDcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj5DD+HL0CAwEA\\nAQKCAgAHsPA0lFGkgbfAwp6OJzZmxG0pFrIN4sYTmB7Q6cZ1UToeoEfnWWCBJlwO\\nE356A2RpF0n8EEJ2UuedNKIJQG4NedGeTAEI1AWSefyrrVejb4yK/40tp+tWAN6a\\nj+ClIsacd4d9+G02OsCQIw9kXSi2pZm4qbRI0VumK67mSORUQiiYpdHG0ldZiydF\\nGrzrfLFTc2QgFEyiZko+EHY6yEdVgs3bGmA3vfGC2tyabmgUjBypKjDX6kDX9sxi\\nYrAJCeNVFDMfKvsgtdb97MlOdGny3IzCgStXJal7lvMaPHWrAJZFv4WkL+rpWKsG\\nZJ7AE7r8ZB5vw9MYIrh3X/JAfCdY7YfTx0KLhknajCqyp64mc6p/XSXuLFkUtwEl\\n667dwerL5uGUAPFbFkLagUkueem3pLzFqGMwITYM0+habDGEDOctIwwDmYhLoraN\\nQ1vqt5Uc3WM/MSiBOWNdCpsCTr6MaOBn0QLsdeoe/lOeuU853meXSpBKXrsX1bjb\\nDiaxg+EznE4IYS0PEGte3KBzh974o0yw9kYL2VOvQY5zC3frKUVzMT7dgXy9c1YN\\n2qpfzU08N/Z9tGq9R3ts1dAaGKtYzDzl08ksZHDdUUOFBApXTh5gweOVV3UTrSZ4\\nNP0aIVzAOLMXnx8glj/N6Me9lrHOvrJO46Db6DoFwvno6trV0QKCAQEA8XJs7Or2\\n1qrcGZsNdFkFEKlfDRim+VyKkeTNWUQFFCwFepsN/Rp34tHRoylIIcz7Q3fTdrxi\\nVQJUMMfCd4ybQMiNxXlLr1l/FHHYEdzufbTHmP3yJNND429IyBG3jtO+c50J8S0O\\n2rz/M35nGHKaB8Q/TzIJyGYJDKRRfS6XLnlhhWvDayRYdotavUi64tIRXWN8pQLb\\nQ3rI6D6rhC3xZgGFFbIvmX2/zI+omqIS/775pOVb5HQisWVDG9QaNov2uCrTzicc\\n0XErwWVWjQFxSODvWy+7nyVtAUaevhyherXm9RiIczyyo4Mm0Ni7ye7dGIQ6ga6C\\nQNUNXqnqaqQKiQKCAQEA2IC/muD/6mdLgn+ktdR8Y2hZayeVE8WjS5YPd8zYvIVh\\nq+RKPALsGMef2qF4uDaOcCPiqqskSKrv40hXWEekZiw8QZbwfyX1WVtLhI7XWqK+\\nyZb0lwjByUG4kH29YxFe5lZv8EaLw+MBgSEYLLVVu7AYKbcjoD1p6vXIZwKvSFap\\noWVkFPiJ44EK52OZJOjtVI8pAGQ2kb/waki5oFAGWpOsFP/fepi1EdUABWcxJsr0\\nyJn/gQZNgDDnW64eeJvppbHV+pbOr4ktAbWw7unWsqhujMoq1QzR9RqShbkmW2Ru\\n4FOsD9ra3qkcwJq3TmXght+GCj58xSg33QzjI6ljlQKCAQBr0d9WhS6pei9Dt/vw\\nIviiEiCCJqoZ3Pt8XyJcZIWoFmhz8d3zUuiKf4wQQpUVkwX5gP8LnOCEeb/C8NGk\\ntUN3UJgOwTXNHjgjlxsYDwLpW9tuNKj3TOiaHc3wmgjQXTpFQrF349koURHdmurK\\n/hJOuZJT+VJpDTepT4+cSTv14vprrE3eAKMIfP6OXHYoaAqdG5pDzdzAa4pgO+w3\\n4JRWKwOVRrb+4irOXLC8LPgzAMNWoZ3BjSMY+NFZEgSKq0IHyAhBnTG/TbxuZqSZ\\n3zUJiHkazVwJm5rr4O9ukjaCJ8z1UnlMjKRxZFXnGYHykRpmolXGJ3m/HeUUiuhF\\nqu+RAoIBAGmsTdlWwRK0YFLN4qMtl5kdsadvpoAEE3QtRld/ELrTj5zKzMEF3B8s\\nMIYSEk43ssZhfZ0383nUlUomYRuhvEhyhuasua4V5O88dFu7LLn8fYr/t1qQ16VY\\nArHj7bCRJfTfc7ufc1ClWHKiqJ4J1FLL3L9fuG/aCfy5Apvk35E7W4h/aJ4jwYnd\\nzmiqYHF3j3+acLTUNR5mxP3biV8KME+9jFyjl3zLVHXjtSLt/zukDF5tbByZ6vIK\\n7KH/FrhfwWcyqfKp8TAUkHcpK7cxQ63oMC1f8BAVNdWgpqvGd0ZcexHbRTxn4jST\\n7ojD+3y0lSa/qzkMzvGcc8fdJnCdmRECggEAb4Kkx2DT1aJFcA++H0s98BU9igsg\\nWk5wnA12VdJ5h9t29N87I1UhEFuJVUeQbQgb1nw5is2+k/iVjGN7h+zq4GVj/CYm\\nOzxTuDDPudt6UA4XcIolCdNhHOwOfXASRGhmqEnWLLEhpkVwpt1iq6r6U3163KRk\\nAYX483zupzPqfJIhYrr2jRCkiXyndzlvFl8LjLnB8tNywU5sxLIsXcArrGLmQfdb\\nBhip9Vh0zdtwzpgE/3qHUto1d/xWaCZqPo6qlSYjfmnBId2+OmLRMTHvEdOI2NjL\\nDocrp/Gz4NGo/sSoDdDFD44yShodsKuT2ap3z+nEpgazyRnnMzxRSUE5UA==\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:17:46.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:46 smithi189 bash[14634]: audit 2024-09-10T19:17:45.211337+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUaa2PpPWsxN79rLrOlLylOp+Afy8wDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE5MTc0M1oXDTM0\\nMDkxMTE5MTc0M1owFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf\\n1Bb1LBg1f1dthxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEH\\nlm2MCGtwHKICGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+Ar\\nWJiDNF7gZrZ2z4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hx\\ny/C0V1dKcDH8y8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLH\\nItoV04lIyPZYBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZ\\nUPqbp+jWdI6UEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKD\\nWm0KxZS6MvM4ICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw\\n+hp5ulD1RPoIv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw\\n5rcucCzqfK9/eeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WV\\niSzueuX8Dbd6DcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj\\n5DD+HL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPvTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAQ7uLYCsMqfzeuQrSHobJvdHA+boB0uPXBLrCB\\nkgRMFkaSI3E6M78gqizjKEvmYqoX3Yje5i92301zKr/8/fQgm36INQiGH8ZXZt7j\\nBpM64nCv2mUJWFsOQYzrAG5poKCZwUGFaEltsnvBky3r1lAKY2iXYRqLm4idIGsg\\nv8CSV65yMJ795fucH2cACOapM8ImCjqLEtmUBHZtqUs6/ZIaUCDu6XwMdVmmOcl9\\n+e6dsrRMVibhBqf5SYlMMFf+QQ4RZUYYFrFZtnlUqUhMIUg+rk2UTEmgLk+XsCK1\\nv3fvnF7cXc1btst7b49YG7PBzrTpQKFGMpjP1MvGFQJvxa1GhR9Yf6aP+lxLBYWc\\n3EilOgiUadXYD0MOgydz9ilSKPs/dLhR7TE0jARCN8tJWIQwR+EsCYdMC9haZnCr\\nMcU9JsPEIunn2SS+3XZRu3HRkUSijAsdy1L9bwtGeNywm9mZSA+XApJYPQwiA8pS\\nZD3kH3kkFxyH3DCbVuz///uX0hRynvwn2w35ZbWRKjzo+qv3GbYGKMhH01Ffm12A\\nbjUn5VnOEXZCMTk7tlUduEG8Gkm1GD5BphOqrmSDxUziRo6zYNFiqgFYlkMp0In3\\nY7tQNHaUvldMiyfOpugu2zEOD/2O3aXG5FTEdqHcAz2piqXeE6XOf0/3+18ryNEa\\nI7mJjg==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJJwIBAAKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf1Bb1LBg1f1dt\\nhxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEHlm2MCGtwHKIC\\nGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+ArWJiDNF7gZrZ2\\nz4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hxy/C0V1dKcDH8\\ny8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLHItoV04lIyPZY\\nBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZUPqbp+jWdI6U\\nEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKDWm0KxZS6MvM4\\nICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw+hp5ulD1RPoI\\nv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw5rcucCzqfK9/\\neeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WViSzueuX8Dbd6\\nDcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj5DD+HL0CAwEA\\nAQKCAgAHsPA0lFGkgbfAwp6OJzZmxG0pFrIN4sYTmB7Q6cZ1UToeoEfnWWCBJlwO\\nE356A2RpF0n8EEJ2UuedNKIJQG4NedGeTAEI1AWSefyrrVejb4yK/40tp+tWAN6a\\nj+ClIsacd4d9+G02OsCQIw9kXSi2pZm4qbRI0VumK67mSORUQiiYpdHG0ldZiydF\\nGrzrfLFTc2QgFEyiZko+EHY6yEdVgs3bGmA3vfGC2tyabmgUjBypKjDX6kDX9sxi\\nYrAJCeNVFDMfKvsgtdb97MlOdGny3IzCgStXJal7lvMaPHWrAJZFv4WkL+rpWKsG\\nZJ7AE7r8ZB5vw9MYIrh3X/JAfCdY7YfTx0KLhknajCqyp64mc6p/XSXuLFkUtwEl\\n667dwerL5uGUAPFbFkLagUkueem3pLzFqGMwITYM0+habDGEDOctIwwDmYhLoraN\\nQ1vqt5Uc3WM/MSiBOWNdCpsCTr6MaOBn0QLsdeoe/lOeuU853meXSpBKXrsX1bjb\\nDiaxg+EznE4IYS0PEGte3KBzh974o0yw9kYL2VOvQY5zC3frKUVzMT7dgXy9c1YN\\n2qpfzU08N/Z9tGq9R3ts1dAaGKtYzDzl08ksZHDdUUOFBApXTh5gweOVV3UTrSZ4\\nNP0aIVzAOLMXnx8glj/N6Me9lrHOvrJO46Db6DoFwvno6trV0QKCAQEA8XJs7Or2\\n1qrcGZsNdFkFEKlfDRim+VyKkeTNWUQFFCwFepsN/Rp34tHRoylIIcz7Q3fTdrxi\\nVQJUMMfCd4ybQMiNxXlLr1l/FHHYEdzufbTHmP3yJNND429IyBG3jtO+c50J8S0O\\n2rz/M35nGHKaB8Q/TzIJyGYJDKRRfS6XLnlhhWvDayRYdotavUi64tIRXWN8pQLb\\nQ3rI6D6rhC3xZgGFFbIvmX2/zI+omqIS/775pOVb5HQisWVDG9QaNov2uCrTzicc\\n0XErwWVWjQFxSODvWy+7nyVtAUaevhyherXm9RiIczyyo4Mm0Ni7ye7dGIQ6ga6C\\nQNUNXqnqaqQKiQKCAQEA2IC/muD/6mdLgn+ktdR8Y2hZayeVE8WjS5YPd8zYvIVh\\nq+RKPALsGMef2qF4uDaOcCPiqqskSKrv40hXWEekZiw8QZbwfyX1WVtLhI7XWqK+\\nyZb0lwjByUG4kH29YxFe5lZv8EaLw+MBgSEYLLVVu7AYKbcjoD1p6vXIZwKvSFap\\noWVkFPiJ44EK52OZJOjtVI8pAGQ2kb/waki5oFAGWpOsFP/fepi1EdUABWcxJsr0\\nyJn/gQZNgDDnW64eeJvppbHV+pbOr4ktAbWw7unWsqhujMoq1QzR9RqShbkmW2Ru\\n4FOsD9ra3qkcwJq3TmXght+GCj58xSg33QzjI6ljlQKCAQBr0d9WhS6pei9Dt/vw\\nIviiEiCCJqoZ3Pt8XyJcZIWoFmhz8d3zUuiKf4wQQpUVkwX5gP8LnOCEeb/C8NGk\\ntUN3UJgOwTXNHjgjlxsYDwLpW9tuNKj3TOiaHc3wmgjQXTpFQrF349koURHdmurK\\n/hJOuZJT+VJpDTepT4+cSTv14vprrE3eAKMIfP6OXHYoaAqdG5pDzdzAa4pgO+w3\\n4JRWKwOVRrb+4irOXLC8LPgzAMNWoZ3BjSMY+NFZEgSKq0IHyAhBnTG/TbxuZqSZ\\n3zUJiHkazVwJm5rr4O9ukjaCJ8z1UnlMjKRxZFXnGYHykRpmolXGJ3m/HeUUiuhF\\nqu+RAoIBAGmsTdlWwRK0YFLN4qMtl5kdsadvpoAEE3QtRld/ELrTj5zKzMEF3B8s\\nMIYSEk43ssZhfZ0383nUlUomYRuhvEhyhuasua4V5O88dFu7LLn8fYr/t1qQ16VY\\nArHj7bCRJfTfc7ufc1ClWHKiqJ4J1FLL3L9fuG/aCfy5Apvk35E7W4h/aJ4jwYnd\\nzmiqYHF3j3+acLTUNR5mxP3biV8KME+9jFyjl3zLVHXjtSLt/zukDF5tbByZ6vIK\\n7KH/FrhfwWcyqfKp8TAUkHcpK7cxQ63oMC1f8BAVNdWgpqvGd0ZcexHbRTxn4jST\\n7ojD+3y0lSa/qzkMzvGcc8fdJnCdmRECggEAb4Kkx2DT1aJFcA++H0s98BU9igsg\\nWk5wnA12VdJ5h9t29N87I1UhEFuJVUeQbQgb1nw5is2+k/iVjGN7h+zq4GVj/CYm\\nOzxTuDDPudt6UA4XcIolCdNhHOwOfXASRGhmqEnWLLEhpkVwpt1iq6r6U3163KRk\\nAYX483zupzPqfJIhYrr2jRCkiXyndzlvFl8LjLnB8tNywU5sxLIsXcArrGLmQfdb\\nBhip9Vh0zdtwzpgE/3qHUto1d/xWaCZqPo6qlSYjfmnBId2+OmLRMTHvEdOI2NjL\\nDocrp/Gz4NGo/sSoDdDFD44yShodsKuT2ap3z+nEpgazyRnnMzxRSUE5UA==\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:17:46.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:46 smithi189 bash[14634]: cephadm 2024-09-10T19:17:45.211355+0000 mgr.x (mgr.34652) 11 : cephadm [ERR] [10/Sep/2024:19:17:45] ENGINE Error in HTTPServer.serve 2024-09-10T19:17:46.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:46 smithi189 bash[14634]: Traceback (most recent call last): 2024-09-10T19:17:46.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:46 smithi189 bash[14634]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:17:46.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:46 smithi189 bash[14634]: self._connections.run(self.expiration_interval) 2024-09-10T19:17:46.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:46 smithi189 bash[14634]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:17:46.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:46 smithi189 bash[14634]: self._run(expiration_interval) 2024-09-10T19:17:46.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:46 smithi189 bash[14634]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:17:46.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:46 smithi189 bash[14634]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:17:46.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:46 smithi189 bash[14634]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:17:46.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:46 smithi189 bash[14634]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:17:46.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:46 smithi189 bash[14634]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:17:46.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:46 smithi189 bash[14634]: s = self.context.wrap_socket( 2024-09-10T19:17:46.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:46 smithi189 bash[14634]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:17:46.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:46 smithi189 bash[14634]: return self.sslsocket_class._create( 2024-09-10T19:17:46.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:46 smithi189 bash[14634]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:17:46.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:46 smithi189 bash[14634]: self.do_handshake() 2024-09-10T19:17:46.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:46 smithi189 bash[14634]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:17:46.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:46 smithi189 bash[14634]: self._sslobj.do_handshake() 2024-09-10T19:17:46.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:46 smithi189 bash[14634]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:17:46.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:46 smithi189 bash[14634]: audit 2024-09-10T19:17:45.217981+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUaa2PpPWsxN79rLrOlLylOp+Afy8wDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE5MTc0M1oXDTM0\\nMDkxMTE5MTc0M1owFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf\\n1Bb1LBg1f1dthxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEH\\nlm2MCGtwHKICGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+Ar\\nWJiDNF7gZrZ2z4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hx\\ny/C0V1dKcDH8y8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLH\\nItoV04lIyPZYBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZ\\nUPqbp+jWdI6UEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKD\\nWm0KxZS6MvM4ICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw\\n+hp5ulD1RPoIv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw\\n5rcucCzqfK9/eeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WV\\niSzueuX8Dbd6DcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj\\n5DD+HL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPvTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAQ7uLYCsMqfzeuQrSHobJvdHA+boB0uPXBLrCB\\nkgRMFkaSI3E6M78gqizjKEvmYqoX3Yje5i92301zKr/8/fQgm36INQiGH8ZXZt7j\\nBpM64nCv2mUJWFsOQYzrAG5poKCZwUGFaEltsnvBky3r1lAKY2iXYRqLm4idIGsg\\nv8CSV65yMJ795fucH2cACOapM8ImCjqLEtmUBHZtqUs6/ZIaUCDu6XwMdVmmOcl9\\n+e6dsrRMVibhBqf5SYlMMFf+QQ4RZUYYFrFZtnlUqUhMIUg+rk2UTEmgLk+XsCK1\\nv3fvnF7cXc1btst7b49YG7PBzrTpQKFGMpjP1MvGFQJvxa1GhR9Yf6aP+lxLBYWc\\n3EilOgiUadXYD0MOgydz9ilSKPs/dLhR7TE0jARCN8tJWIQwR+EsCYdMC9haZnCr\\nMcU9JsPEIunn2SS+3XZRu3HRkUSijAsdy1L9bwtGeNywm9mZSA+XApJYPQwiA8pS\\nZD3kH3kkFxyH3DCbVuz///uX0hRynvwn2w35ZbWRKjzo+qv3GbYGKMhH01Ffm12A\\nbjUn5VnOEXZCMTk7tlUduEG8Gkm1GD5BphOqrmSDxUziRo6zYNFiqgFYlkMp0In3\\nY7tQNHaUvldMiyfOpugu2zEOD/2O3aXG5FTEdqHcAz2piqXeE6XOf0/3+18ryNEa\\nI7mJjg==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJJwIBAAKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf1Bb1LBg1f1dt\\nhxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEHlm2MCGtwHKIC\\nGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+ArWJiDNF7gZrZ2\\nz4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hxy/C0V1dKcDH8\\ny8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLHItoV04lIyPZY\\nBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZUPqbp+jWdI6U\\nEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKDWm0KxZS6MvM4\\nICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw+hp5ulD1RPoI\\nv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw5rcucCzqfK9/\\neeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WViSzueuX8Dbd6\\nDcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj5DD+HL0CAwEA\\nAQKCAgAHsPA0lFGkgbfAwp6OJzZmxG0pFrIN4sYTmB7Q6cZ1UToeoEfnWWCBJlwO\\nE356A2RpF0n8EEJ2UuedNKIJQG4NedGeTAEI1AWSefyrrVejb4yK/40tp+tWAN6a\\nj+ClIsacd4d9+G02OsCQIw9kXSi2pZm4qbRI0VumK67mSORUQiiYpdHG0ldZiydF\\nGrzrfLFTc2QgFEyiZko+EHY6yEdVgs3bGmA3vfGC2tyabmgUjBypKjDX6kDX9sxi\\nYrAJCeNVFDMfKvsgtdb97MlOdGny3IzCgStXJal7lvMaPHWrAJZFv4WkL+rpWKsG\\nZJ7AE7r8ZB5vw9MYIrh3X/JAfCdY7YfTx0KLhknajCqyp64mc6p/XSXuLFkUtwEl\\n667dwerL5uGUAPFbFkLagUkueem3pLzFqGMwITYM0+habDGEDOctIwwDmYhLoraN\\nQ1vqt5Uc3WM/MSiBOWNdCpsCTr6MaOBn0QLsdeoe/lOeuU853meXSpBKXrsX1bjb\\nDiaxg+EznE4IYS0PEGte3KBzh974o0yw9kYL2VOvQY5zC3frKUVzMT7dgXy9c1YN\\n2qpfzU08N/Z9tGq9R3ts1dAaGKtYzDzl08ksZHDdUUOFBApXTh5gweOVV3UTrSZ4\\nNP0aIVzAOLMXnx8glj/N6Me9lrHOvrJO46Db6DoFwvno6trV0QKCAQEA8XJs7Or2\\n1qrcGZsNdFkFEKlfDRim+VyKkeTNWUQFFCwFepsN/Rp34tHRoylIIcz7Q3fTdrxi\\nVQJUMMfCd4ybQMiNxXlLr1l/FHHYEdzufbTHmP3yJNND429IyBG3jtO+c50J8S0O\\n2rz/M35nGHKaB8Q/TzIJyGYJDKRRfS6XLnlhhWvDayRYdotavUi64tIRXWN8pQLb\\nQ3rI6D6rhC3xZgGFFbIvmX2/zI+omqIS/775pOVb5HQisWVDG9QaNov2uCrTzicc\\n0XErwWVWjQFxSODvWy+7nyVtAUaevhyherXm9RiIczyyo4Mm0Ni7ye7dGIQ6ga6C\\nQNUNXqnqaqQKiQKCAQEA2IC/muD/6mdLgn+ktdR8Y2hZayeVE8WjS5YPd8zYvIVh\\nq+RKPALsGMef2qF4uDaOcCPiqqskSKrv40hXWEekZiw8QZbwfyX1WVtLhI7XWqK+\\nyZb0lwjByUG4kH29YxFe5lZv8EaLw+MBgSEYLLVVu7AYKbcjoD1p6vXIZwKvSFap\\noWVkFPiJ44EK52OZJOjtVI8pAGQ2kb/waki5oFAGWpOsFP/fepi1EdUABWcxJsr0\\nyJn/gQZNgDDnW64eeJvppbHV+pbOr4ktAbWw7unWsqhujMoq1QzR9RqShbkmW2Ru\\n4FOsD9ra3qkcwJq3TmXght+GCj58xSg33QzjI6ljlQKCAQBr0d9WhS6pei9Dt/vw\\nIviiEiCCJqoZ3Pt8XyJcZIWoFmhz8d3zUuiKf4wQQpUVkwX5gP8LnOCEeb/C8NGk\\ntUN3UJgOwTXNHjgjlxsYDwLpW9tuNKj3TOiaHc3wmgjQXTpFQrF349koURHdmurK\\n/hJOuZJT+VJpDTepT4+cSTv14vprrE3eAKMIfP6OXHYoaAqdG5pDzdzAa4pgO+w3\\n4JRWKwOVRrb+4irOXLC8LPgzAMNWoZ3BjSMY+NFZEgSKq0IHyAhBnTG/TbxuZqSZ\\n3zUJiHkazVwJm5rr4O9ukjaCJ8z1UnlMjKRxZFXnGYHykRpmolXGJ3m/HeUUiuhF\\nqu+RAoIBAGmsTdlWwRK0YFLN4qMtl5kdsadvpoAEE3QtRld/ELrTj5zKzMEF3B8s\\nMIYSEk43ssZhfZ0383nUlUomYRuhvEhyhuasua4V5O88dFu7LLn8fYr/t1qQ16VY\\nArHj7bCRJfTfc7ufc1ClWHKiqJ4J1FLL3L9fuG/aCfy5Apvk35E7W4h/aJ4jwYnd\\nzmiqYHF3j3+acLTUNR5mxP3biV8KME+9jFyjl3zLVHXjtSLt/zukDF5tbByZ6vIK\\n7KH/FrhfwWcyqfKp8TAUkHcpK7cxQ63oMC1f8BAVNdWgpqvGd0ZcexHbRTxn4jST\\n7ojD+3y0lSa/qzkMzvGcc8fdJnCdmRECggEAb4Kkx2DT1aJFcA++H0s98BU9igsg\\nWk5wnA12VdJ5h9t29N87I1UhEFuJVUeQbQgb1nw5is2+k/iVjGN7h+zq4GVj/CYm\\nOzxTuDDPudt6UA4XcIolCdNhHOwOfXASRGhmqEnWLLEhpkVwpt1iq6r6U3163KRk\\nAYX483zupzPqfJIhYrr2jRCkiXyndzlvFl8LjLnB8tNywU5sxLIsXcArrGLmQfdb\\nBhip9Vh0zdtwzpgE/3qHUto1d/xWaCZqPo6qlSYjfmnBId2+OmLRMTHvEdOI2NjL\\nDocrp/Gz4NGo/sSoDdDFD44yShodsKuT2ap3z+nEpgazyRnnMzxRSUE5UA==\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-10T19:17:46.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[14970]: audit 2024-09-10T19:17:45.078445+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2024-09-10T19:17:46.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[14970]: cluster 2024-09-10T19:17:45.078525+0000 mon.a (mon.0) 630 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-10T19:17:46.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[14970]: audit 2024-09-10T19:17:45.082329+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-10T19:17:46.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[14970]: cephadm 2024-09-10T19:17:45.083090+0000 mgr.x (mgr.34652) 8 : cephadm [INF] [10/Sep/2024:19:17:45] ENGINE Bus STARTING 2024-09-10T19:17:46.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[14970]: audit 2024-09-10T19:17:45.083179+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-10T19:17:46.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[14970]: cephadm 2024-09-10T19:17:45.208022+0000 mgr.x (mgr.34652) 9 : cephadm [INF] [10/Sep/2024:19:17:45] ENGINE Serving on https://172.21.15.189:7150 2024-09-10T19:17:46.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[14970]: cephadm 2024-09-10T19:17:45.208260+0000 mgr.x (mgr.34652) 10 : cephadm [INF] [10/Sep/2024:19:17:45] ENGINE Bus STARTED 2024-09-10T19:17:46.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[14970]: audit 2024-09-10T19:17:45.210046+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUaa2PpPWsxN79rLrOlLylOp+Afy8wDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE5MTc0M1oXDTM0\\nMDkxMTE5MTc0M1owFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf\\n1Bb1LBg1f1dthxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEH\\nlm2MCGtwHKICGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+Ar\\nWJiDNF7gZrZ2z4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hx\\ny/C0V1dKcDH8y8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLH\\nItoV04lIyPZYBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZ\\nUPqbp+jWdI6UEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKD\\nWm0KxZS6MvM4ICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw\\n+hp5ulD1RPoIv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw\\n5rcucCzqfK9/eeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WV\\niSzueuX8Dbd6DcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj\\n5DD+HL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPvTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAQ7uLYCsMqfzeuQrSHobJvdHA+boB0uPXBLrCB\\nkgRMFkaSI3E6M78gqizjKEvmYqoX3Yje5i92301zKr/8/fQgm36INQiGH8ZXZt7j\\nBpM64nCv2mUJWFsOQYzrAG5poKCZwUGFaEltsnvBky3r1lAKY2iXYRqLm4idIGsg\\nv8CSV65yMJ795fucH2cACOapM8ImCjqLEtmUBHZtqUs6/ZIaUCDu6XwMdVmmOcl9\\n+e6dsrRMVibhBqf5SYlMMFf+QQ4RZUYYFrFZtnlUqUhMIUg+rk2UTEmgLk+XsCK1\\nv3fvnF7cXc1btst7b49YG7PBzrTpQKFGMpjP1MvGFQJvxa1GhR9Yf6aP+lxLBYWc\\n3EilOgiUadXYD0MOgydz9ilSKPs/dLhR7TE0jARCN8tJWIQwR+EsCYdMC9haZnCr\\nMcU9JsPEIunn2SS+3XZRu3HRkUSijAsdy1L9bwtGeNywm9mZSA+XApJYPQwiA8pS\\nZD3kH3kkFxyH3DCbVuz///uX0hRynvwn2w35ZbWRKjzo+qv3GbYGKMhH01Ffm12A\\nbjUn5VnOEXZCMTk7tlUduEG8Gkm1GD5BphOqrmSDxUziRo6zYNFiqgFYlkMp0In3\\nY7tQNHaUvldMiyfOpugu2zEOD/2O3aXG5FTEdqHcAz2piqXeE6XOf0/3+18ryNEa\\nI7mJjg==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJJwIBAAKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf1Bb1LBg1f1dt\\nhxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEHlm2MCGtwHKIC\\nGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+ArWJiDNF7gZrZ2\\nz4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hxy/C0V1dKcDH8\\ny8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLHItoV04lIyPZY\\nBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZUPqbp+jWdI6U\\nEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKDWm0KxZS6MvM4\\nICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw+hp5ulD1RPoI\\nv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw5rcucCzqfK9/\\neeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WViSzueuX8Dbd6\\nDcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj5DD+HL0CAwEA\\nAQKCAgAHsPA0lFGkgbfAwp6OJzZmxG0pFrIN4sYTmB7Q6cZ1UToeoEfnWWCBJlwO\\nE356A2RpF0n8EEJ2UuedNKIJQG4NedGeTAEI1AWSefyrrVejb4yK/40tp+tWAN6a\\nj+ClIsacd4d9+G02OsCQIw9kXSi2pZm4qbRI0VumK67mSORUQiiYpdHG0ldZiydF\\nGrzrfLFTc2QgFEyiZko+EHY6yEdVgs3bGmA3vfGC2tyabmgUjBypKjDX6kDX9sxi\\nYrAJCeNVFDMfKvsgtdb97MlOdGny3IzCgStXJal7lvMaPHWrAJZFv4WkL+rpWKsG\\nZJ7AE7r8ZB5vw9MYIrh3X/JAfCdY7YfTx0KLhknajCqyp64mc6p/XSXuLFkUtwEl\\n667dwerL5uGUAPFbFkLagUkueem3pLzFqGMwITYM0+habDGEDOctIwwDmYhLoraN\\nQ1vqt5Uc3WM/MSiBOWNdCpsCTr6MaOBn0QLsdeoe/lOeuU853meXSpBKXrsX1bjb\\nDiaxg+EznE4IYS0PEGte3KBzh974o0yw9kYL2VOvQY5zC3frKUVzMT7dgXy9c1YN\\n2qpfzU08N/Z9tGq9R3ts1dAaGKtYzDzl08ksZHDdUUOFBApXTh5gweOVV3UTrSZ4\\nNP0aIVzAOLMXnx8glj/N6Me9lrHOvrJO46Db6DoFwvno6trV0QKCAQEA8XJs7Or2\\n1qrcGZsNdFkFEKlfDRim+VyKkeTNWUQFFCwFepsN/Rp34tHRoylIIcz7Q3fTdrxi\\nVQJUMMfCd4ybQMiNxXlLr1l/FHHYEdzufbTHmP3yJNND429IyBG3jtO+c50J8S0O\\n2rz/M35nGHKaB8Q/TzIJyGYJDKRRfS6XLnlhhWvDayRYdotavUi64tIRXWN8pQLb\\nQ3rI6D6rhC3xZgGFFbIvmX2/zI+omqIS/775pOVb5HQisWVDG9QaNov2uCrTzicc\\n0XErwWVWjQFxSODvWy+7nyVtAUaevhyherXm9RiIczyyo4Mm0Ni7ye7dGIQ6ga6C\\nQNUNXqnqaqQKiQKCAQEA2IC/muD/6mdLgn+ktdR8Y2hZayeVE8WjS5YPd8zYvIVh\\nq+RKPALsGMef2qF4uDaOcCPiqqskSKrv40hXWEekZiw8QZbwfyX1WVtLhI7XWqK+\\nyZb0lwjByUG4kH29YxFe5lZv8EaLw+MBgSEYLLVVu7AYKbcjoD1p6vXIZwKvSFap\\noWVkFPiJ44EK52OZJOjtVI8pAGQ2kb/waki5oFAGWpOsFP/fepi1EdUABWcxJsr0\\nyJn/gQZNgDDnW64eeJvppbHV+pbOr4ktAbWw7unWsqhujMoq1QzR9RqShbkmW2Ru\\n4FOsD9ra3qkcwJq3TmXght+GCj58xSg33QzjI6ljlQKCAQBr0d9WhS6pei9Dt/vw\\nIviiEiCCJqoZ3Pt8XyJcZIWoFmhz8d3zUuiKf4wQQpUVkwX5gP8LnOCEeb/C8NGk\\ntUN3UJgOwTXNHjgjlxsYDwLpW9tuNKj3TOiaHc3wmgjQXTpFQrF349koURHdmurK\\n/hJOuZJT+VJpDTepT4+cSTv14vprrE3eAKMIfP6OXHYoaAqdG5pDzdzAa4pgO+w3\\n4JRWKwOVRrb+4irOXLC8LPgzAMNWoZ3BjSMY+NFZEgSKq0IHyAhBnTG/TbxuZqSZ\\n3zUJiHkazVwJm5rr4O9ukjaCJ8z1UnlMjKRxZFXnGYHykRpmolXGJ3m/HeUUiuhF\\nqu+RAoIBAGmsTdlWwRK0YFLN4qMtl5kdsadvpoAEE3QtRld/ELrTj5zKzMEF3B8s\\nMIYSEk43ssZhfZ0383nUlUomYRuhvEhyhuasua4V5O88dFu7LLn8fYr/t1qQ16VY\\nArHj7bCRJfTfc7ufc1ClWHKiqJ4J1FLL3L9fuG/aCfy5Apvk35E7W4h/aJ4jwYnd\\nzmiqYHF3j3+acLTUNR5mxP3biV8KME+9jFyjl3zLVHXjtSLt/zukDF5tbByZ6vIK\\n7KH/FrhfwWcyqfKp8TAUkHcpK7cxQ63oMC1f8BAVNdWgpqvGd0ZcexHbRTxn4jST\\n7ojD+3y0lSa/qzkMzvGcc8fdJnCdmRECggEAb4Kkx2DT1aJFcA++H0s98BU9igsg\\nWk5wnA12VdJ5h9t29N87I1UhEFuJVUeQbQgb1nw5is2+k/iVjGN7h+zq4GVj/CYm\\nOzxTuDDPudt6UA4XcIolCdNhHOwOfXASRGhmqEnWLLEhpkVwpt1iq6r6U3163KRk\\nAYX483zupzPqfJIhYrr2jRCkiXyndzlvFl8LjLnB8tNywU5sxLIsXcArrGLmQfdb\\nBhip9Vh0zdtwzpgE/3qHUto1d/xWaCZqPo6qlSYjfmnBId2+OmLRMTHvEdOI2NjL\\nDocrp/Gz4NGo/sSoDdDFD44yShodsKuT2ap3z+nEpgazyRnnMzxRSUE5UA==\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:17:46.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[18934]: audit 2024-09-10T19:17:45.078445+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2024-09-10T19:17:46.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[18934]: cluster 2024-09-10T19:17:45.078525+0000 mon.a (mon.0) 630 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-10T19:17:46.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[18934]: audit 2024-09-10T19:17:45.082329+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-10T19:17:46.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[18934]: cephadm 2024-09-10T19:17:45.083090+0000 mgr.x (mgr.34652) 8 : cephadm [INF] [10/Sep/2024:19:17:45] ENGINE Bus STARTING 2024-09-10T19:17:46.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[18934]: audit 2024-09-10T19:17:45.083179+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-10T19:17:46.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[18934]: cephadm 2024-09-10T19:17:45.208022+0000 mgr.x (mgr.34652) 9 : cephadm [INF] [10/Sep/2024:19:17:45] ENGINE Serving on https://172.21.15.189:7150 2024-09-10T19:17:46.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[18934]: cephadm 2024-09-10T19:17:45.208260+0000 mgr.x (mgr.34652) 10 : cephadm [INF] [10/Sep/2024:19:17:45] ENGINE Bus STARTED 2024-09-10T19:17:46.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[18934]: audit 2024-09-10T19:17:45.210046+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUaa2PpPWsxN79rLrOlLylOp+Afy8wDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE5MTc0M1oXDTM0\\nMDkxMTE5MTc0M1owFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf\\n1Bb1LBg1f1dthxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEH\\nlm2MCGtwHKICGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+Ar\\nWJiDNF7gZrZ2z4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hx\\ny/C0V1dKcDH8y8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLH\\nItoV04lIyPZYBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZ\\nUPqbp+jWdI6UEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKD\\nWm0KxZS6MvM4ICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw\\n+hp5ulD1RPoIv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw\\n5rcucCzqfK9/eeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WV\\niSzueuX8Dbd6DcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj\\n5DD+HL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPvTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAQ7uLYCsMqfzeuQrSHobJvdHA+boB0uPXBLrCB\\nkgRMFkaSI3E6M78gqizjKEvmYqoX3Yje5i92301zKr/8/fQgm36INQiGH8ZXZt7j\\nBpM64nCv2mUJWFsOQYzrAG5poKCZwUGFaEltsnvBky3r1lAKY2iXYRqLm4idIGsg\\nv8CSV65yMJ795fucH2cACOapM8ImCjqLEtmUBHZtqUs6/ZIaUCDu6XwMdVmmOcl9\\n+e6dsrRMVibhBqf5SYlMMFf+QQ4RZUYYFrFZtnlUqUhMIUg+rk2UTEmgLk+XsCK1\\nv3fvnF7cXc1btst7b49YG7PBzrTpQKFGMpjP1MvGFQJvxa1GhR9Yf6aP+lxLBYWc\\n3EilOgiUadXYD0MOgydz9ilSKPs/dLhR7TE0jARCN8tJWIQwR+EsCYdMC9haZnCr\\nMcU9JsPEIunn2SS+3XZRu3HRkUSijAsdy1L9bwtGeNywm9mZSA+XApJYPQwiA8pS\\nZD3kH3kkFxyH3DCbVuz///uX0hRynvwn2w35ZbWRKjzo+qv3GbYGKMhH01Ffm12A\\nbjUn5VnOEXZCMTk7tlUduEG8Gkm1GD5BphOqrmSDxUziRo6zYNFiqgFYlkMp0In3\\nY7tQNHaUvldMiyfOpugu2zEOD/2O3aXG5FTEdqHcAz2piqXeE6XOf0/3+18ryNEa\\nI7mJjg==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJJwIBAAKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf1Bb1LBg1f1dt\\nhxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEHlm2MCGtwHKIC\\nGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+ArWJiDNF7gZrZ2\\nz4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hxy/C0V1dKcDH8\\ny8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLHItoV04lIyPZY\\nBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZUPqbp+jWdI6U\\nEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKDWm0KxZS6MvM4\\nICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw+hp5ulD1RPoI\\nv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw5rcucCzqfK9/\\neeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WViSzueuX8Dbd6\\nDcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj5DD+HL0CAwEA\\nAQKCAgAHsPA0lFGkgbfAwp6OJzZmxG0pFrIN4sYTmB7Q6cZ1UToeoEfnWWCBJlwO\\nE356A2RpF0n8EEJ2UuedNKIJQG4NedGeTAEI1AWSefyrrVejb4yK/40tp+tWAN6a\\nj+ClIsacd4d9+G02OsCQIw9kXSi2pZm4qbRI0VumK67mSORUQiiYpdHG0ldZiydF\\nGrzrfLFTc2QgFEyiZko+EHY6yEdVgs3bGmA3vfGC2tyabmgUjBypKjDX6kDX9sxi\\nYrAJCeNVFDMfKvsgtdb97MlOdGny3IzCgStXJal7lvMaPHWrAJZFv4WkL+rpWKsG\\nZJ7AE7r8ZB5vw9MYIrh3X/JAfCdY7YfTx0KLhknajCqyp64mc6p/XSXuLFkUtwEl\\n667dwerL5uGUAPFbFkLagUkueem3pLzFqGMwITYM0+habDGEDOctIwwDmYhLoraN\\nQ1vqt5Uc3WM/MSiBOWNdCpsCTr6MaOBn0QLsdeoe/lOeuU853meXSpBKXrsX1bjb\\nDiaxg+EznE4IYS0PEGte3KBzh974o0yw9kYL2VOvQY5zC3frKUVzMT7dgXy9c1YN\\n2qpfzU08N/Z9tGq9R3ts1dAaGKtYzDzl08ksZHDdUUOFBApXTh5gweOVV3UTrSZ4\\nNP0aIVzAOLMXnx8glj/N6Me9lrHOvrJO46Db6DoFwvno6trV0QKCAQEA8XJs7Or2\\n1qrcGZsNdFkFEKlfDRim+VyKkeTNWUQFFCwFepsN/Rp34tHRoylIIcz7Q3fTdrxi\\nVQJUMMfCd4ybQMiNxXlLr1l/FHHYEdzufbTHmP3yJNND429IyBG3jtO+c50J8S0O\\n2rz/M35nGHKaB8Q/TzIJyGYJDKRRfS6XLnlhhWvDayRYdotavUi64tIRXWN8pQLb\\nQ3rI6D6rhC3xZgGFFbIvmX2/zI+omqIS/775pOVb5HQisWVDG9QaNov2uCrTzicc\\n0XErwWVWjQFxSODvWy+7nyVtAUaevhyherXm9RiIczyyo4Mm0Ni7ye7dGIQ6ga6C\\nQNUNXqnqaqQKiQKCAQEA2IC/muD/6mdLgn+ktdR8Y2hZayeVE8WjS5YPd8zYvIVh\\nq+RKPALsGMef2qF4uDaOcCPiqqskSKrv40hXWEekZiw8QZbwfyX1WVtLhI7XWqK+\\nyZb0lwjByUG4kH29YxFe5lZv8EaLw+MBgSEYLLVVu7AYKbcjoD1p6vXIZwKvSFap\\noWVkFPiJ44EK52OZJOjtVI8pAGQ2kb/waki5oFAGWpOsFP/fepi1EdUABWcxJsr0\\nyJn/gQZNgDDnW64eeJvppbHV+pbOr4ktAbWw7unWsqhujMoq1QzR9RqShbkmW2Ru\\n4FOsD9ra3qkcwJq3TmXght+GCj58xSg33QzjI6ljlQKCAQBr0d9WhS6pei9Dt/vw\\nIviiEiCCJqoZ3Pt8XyJcZIWoFmhz8d3zUuiKf4wQQpUVkwX5gP8LnOCEeb/C8NGk\\ntUN3UJgOwTXNHjgjlxsYDwLpW9tuNKj3TOiaHc3wmgjQXTpFQrF349koURHdmurK\\n/hJOuZJT+VJpDTepT4+cSTv14vprrE3eAKMIfP6OXHYoaAqdG5pDzdzAa4pgO+w3\\n4JRWKwOVRrb+4irOXLC8LPgzAMNWoZ3BjSMY+NFZEgSKq0IHyAhBnTG/TbxuZqSZ\\n3zUJiHkazVwJm5rr4O9ukjaCJ8z1UnlMjKRxZFXnGYHykRpmolXGJ3m/HeUUiuhF\\nqu+RAoIBAGmsTdlWwRK0YFLN4qMtl5kdsadvpoAEE3QtRld/ELrTj5zKzMEF3B8s\\nMIYSEk43ssZhfZ0383nUlUomYRuhvEhyhuasua4V5O88dFu7LLn8fYr/t1qQ16VY\\nArHj7bCRJfTfc7ufc1ClWHKiqJ4J1FLL3L9fuG/aCfy5Apvk35E7W4h/aJ4jwYnd\\nzmiqYHF3j3+acLTUNR5mxP3biV8KME+9jFyjl3zLVHXjtSLt/zukDF5tbByZ6vIK\\n7KH/FrhfwWcyqfKp8TAUkHcpK7cxQ63oMC1f8BAVNdWgpqvGd0ZcexHbRTxn4jST\\n7ojD+3y0lSa/qzkMzvGcc8fdJnCdmRECggEAb4Kkx2DT1aJFcA++H0s98BU9igsg\\nWk5wnA12VdJ5h9t29N87I1UhEFuJVUeQbQgb1nw5is2+k/iVjGN7h+zq4GVj/CYm\\nOzxTuDDPudt6UA4XcIolCdNhHOwOfXASRGhmqEnWLLEhpkVwpt1iq6r6U3163KRk\\nAYX483zupzPqfJIhYrr2jRCkiXyndzlvFl8LjLnB8tNywU5sxLIsXcArrGLmQfdb\\nBhip9Vh0zdtwzpgE/3qHUto1d/xWaCZqPo6qlSYjfmnBId2+OmLRMTHvEdOI2NjL\\nDocrp/Gz4NGo/sSoDdDFD44yShodsKuT2ap3z+nEpgazyRnnMzxRSUE5UA==\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:17:46.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[18934]: audit 2024-09-10T19:17:45.211337+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUaa2PpPWsxN79rLrOlLylOp+Afy8wDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE5MTc0M1oXDTM0\\nMDkxMTE5MTc0M1owFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf\\n1Bb1LBg1f1dthxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEH\\nlm2MCGtwHKICGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+Ar\\nWJiDNF7gZrZ2z4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hx\\ny/C0V1dKcDH8y8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLH\\nItoV04lIyPZYBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZ\\nUPqbp+jWdI6UEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKD\\nWm0KxZS6MvM4ICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw\\n+hp5ulD1RPoIv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw\\n5rcucCzqfK9/eeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WV\\niSzueuX8Dbd6DcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj\\n5DD+HL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPvTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAQ7uLYCsMqfzeuQrSHobJvdHA+boB0uPXBLrCB\\nkgRMFkaSI3E6M78gqizjKEvmYqoX3Yje5i92301zKr/8/fQgm36INQiGH8ZXZt7j\\nBpM64nCv2mUJWFsOQYzrAG5poKCZwUGFaEltsnvBky3r1lAKY2iXYRqLm4idIGsg\\nv8CSV65yMJ795fucH2cACOapM8ImCjqLEtmUBHZtqUs6/ZIaUCDu6XwMdVmmOcl9\\n+e6dsrRMVibhBqf5SYlMMFf+QQ4RZUYYFrFZtnlUqUhMIUg+rk2UTEmgLk+XsCK1\\nv3fvnF7cXc1btst7b49YG7PBzrTpQKFGMpjP1MvGFQJvxa1GhR9Yf6aP+lxLBYWc\\n3EilOgiUadXYD0MOgydz9ilSKPs/dLhR7TE0jARCN8tJWIQwR+EsCYdMC9haZnCr\\nMcU9JsPEIunn2SS+3XZRu3HRkUSijAsdy1L9bwtGeNywm9mZSA+XApJYPQwiA8pS\\nZD3kH3kkFxyH3DCbVuz///uX0hRynvwn2w35ZbWRKjzo+qv3GbYGKMhH01Ffm12A\\nbjUn5VnOEXZCMTk7tlUduEG8Gkm1GD5BphOqrmSDxUziRo6zYNFiqgFYlkMp0In3\\nY7tQNHaUvldMiyfOpugu2zEOD/2O3aXG5FTEdqHcAz2piqXeE6XOf0/3+18ryNEa\\nI7mJjg==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJJwIBAAKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf1Bb1LBg1f1dt\\nhxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEHlm2MCGtwHKIC\\nGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+ArWJiDNF7gZrZ2\\nz4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hxy/C0V1dKcDH8\\ny8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLHItoV04lIyPZY\\nBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZUPqbp+jWdI6U\\nEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKDWm0KxZS6MvM4\\nICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw+hp5ulD1RPoI\\nv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw5rcucCzqfK9/\\neeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WViSzueuX8Dbd6\\nDcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj5DD+HL0CAwEA\\nAQKCAgAHsPA0lFGkgbfAwp6OJzZmxG0pFrIN4sYTmB7Q6cZ1UToeoEfnWWCBJlwO\\nE356A2RpF0n8EEJ2UuedNKIJQG4NedGeTAEI1AWSefyrrVejb4yK/40tp+tWAN6a\\nj+ClIsacd4d9+G02OsCQIw9kXSi2pZm4qbRI0VumK67mSORUQiiYpdHG0ldZiydF\\nGrzrfLFTc2QgFEyiZko+EHY6yEdVgs3bGmA3vfGC2tyabmgUjBypKjDX6kDX9sxi\\nYrAJCeNVFDMfKvsgtdb97MlOdGny3IzCgStXJal7lvMaPHWrAJZFv4WkL+rpWKsG\\nZJ7AE7r8ZB5vw9MYIrh3X/JAfCdY7YfTx0KLhknajCqyp64mc6p/XSXuLFkUtwEl\\n667dwerL5uGUAPFbFkLagUkueem3pLzFqGMwITYM0+habDGEDOctIwwDmYhLoraN\\nQ1vqt5Uc3WM/MSiBOWNdCpsCTr6MaOBn0QLsdeoe/lOeuU853meXSpBKXrsX1bjb\\nDiaxg+EznE4IYS0PEGte3KBzh974o0yw9kYL2VOvQY5zC3frKUVzMT7dgXy9c1YN\\n2qpfzU08N/Z9tGq9R3ts1dAaGKtYzDzl08ksZHDdUUOFBApXTh5gweOVV3UTrSZ4\\nNP0aIVzAOLMXnx8glj/N6Me9lrHOvrJO46Db6DoFwvno6trV0QKCAQEA8XJs7Or2\\n1qrcGZsNdFkFEKlfDRim+VyKkeTNWUQFFCwFepsN/Rp34tHRoylIIcz7Q3fTdrxi\\nVQJUMMfCd4ybQMiNxXlLr1l/FHHYEdzufbTHmP3yJNND429IyBG3jtO+c50J8S0O\\n2rz/M35nGHKaB8Q/TzIJyGYJDKRRfS6XLnlhhWvDayRYdotavUi64tIRXWN8pQLb\\nQ3rI6D6rhC3xZgGFFbIvmX2/zI+omqIS/775pOVb5HQisWVDG9QaNov2uCrTzicc\\n0XErwWVWjQFxSODvWy+7nyVtAUaevhyherXm9RiIczyyo4Mm0Ni7ye7dGIQ6ga6C\\nQNUNXqnqaqQKiQKCAQEA2IC/muD/6mdLgn+ktdR8Y2hZayeVE8WjS5YPd8zYvIVh\\nq+RKPALsGMef2qF4uDaOcCPiqqskSKrv40hXWEekZiw8QZbwfyX1WVtLhI7XWqK+\\nyZb0lwjByUG4kH29YxFe5lZv8EaLw+MBgSEYLLVVu7AYKbcjoD1p6vXIZwKvSFap\\noWVkFPiJ44EK52OZJOjtVI8pAGQ2kb/waki5oFAGWpOsFP/fepi1EdUABWcxJsr0\\nyJn/gQZNgDDnW64eeJvppbHV+pbOr4ktAbWw7unWsqhujMoq1QzR9RqShbkmW2Ru\\n4FOsD9ra3qkcwJq3TmXght+GCj58xSg33QzjI6ljlQKCAQBr0d9WhS6pei9Dt/vw\\nIviiEiCCJqoZ3Pt8XyJcZIWoFmhz8d3zUuiKf4wQQpUVkwX5gP8LnOCEeb/C8NGk\\ntUN3UJgOwTXNHjgjlxsYDwLpW9tuNKj3TOiaHc3wmgjQXTpFQrF349koURHdmurK\\n/hJOuZJT+VJpDTepT4+cSTv14vprrE3eAKMIfP6OXHYoaAqdG5pDzdzAa4pgO+w3\\n4JRWKwOVRrb+4irOXLC8LPgzAMNWoZ3BjSMY+NFZEgSKq0IHyAhBnTG/TbxuZqSZ\\n3zUJiHkazVwJm5rr4O9ukjaCJ8z1UnlMjKRxZFXnGYHykRpmolXGJ3m/HeUUiuhF\\nqu+RAoIBAGmsTdlWwRK0YFLN4qMtl5kdsadvpoAEE3QtRld/ELrTj5zKzMEF3B8s\\nMIYSEk43ssZhfZ0383nUlUomYRuhvEhyhuasua4V5O88dFu7LLn8fYr/t1qQ16VY\\nArHj7bCRJfTfc7ufc1ClWHKiqJ4J1FLL3L9fuG/aCfy5Apvk35E7W4h/aJ4jwYnd\\nzmiqYHF3j3+acLTUNR5mxP3biV8KME+9jFyjl3zLVHXjtSLt/zukDF5tbByZ6vIK\\n7KH/FrhfwWcyqfKp8TAUkHcpK7cxQ63oMC1f8BAVNdWgpqvGd0ZcexHbRTxn4jST\\n7ojD+3y0lSa/qzkMzvGcc8fdJnCdmRECggEAb4Kkx2DT1aJFcA++H0s98BU9igsg\\nWk5wnA12VdJ5h9t29N87I1UhEFuJVUeQbQgb1nw5is2+k/iVjGN7h+zq4GVj/CYm\\nOzxTuDDPudt6UA4XcIolCdNhHOwOfXASRGhmqEnWLLEhpkVwpt1iq6r6U3163KRk\\nAYX483zupzPqfJIhYrr2jRCkiXyndzlvFl8LjLnB8tNywU5sxLIsXcArrGLmQfdb\\nBhip9Vh0zdtwzpgE/3qHUto1d/xWaCZqPo6qlSYjfmnBId2+OmLRMTHvEdOI2NjL\\nDocrp/Gz4NGo/sSoDdDFD44yShodsKuT2ap3z+nEpgazyRnnMzxRSUE5UA==\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:17:46.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[18934]: cephadm 2024-09-10T19:17:45.211355+0000 mgr.x (mgr.34652) 11 : cephadm [ERR] [10/Sep/2024:19:17:45] ENGINE Error in HTTPServer.serve 2024-09-10T19:17:46.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[18934]: Traceback (most recent call last): 2024-09-10T19:17:46.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[18934]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:17:46.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[18934]: self._connections.run(self.expiration_interval) 2024-09-10T19:17:46.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[18934]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:17:46.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[18934]: self._run(expiration_interval) 2024-09-10T19:17:46.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[18934]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:17:46.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[18934]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:17:46.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[18934]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:17:46.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[18934]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:17:46.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[18934]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:17:46.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[18934]: s = self.context.wrap_socket( 2024-09-10T19:17:46.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[18934]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:17:46.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[18934]: return self.sslsocket_class._create( 2024-09-10T19:17:46.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[18934]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:17:46.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[18934]: self.do_handshake() 2024-09-10T19:17:46.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[18934]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:17:46.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[18934]: self._sslobj.do_handshake() 2024-09-10T19:17:46.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[18934]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:17:46.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[18934]: audit 2024-09-10T19:17:45.217981+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUaa2PpPWsxN79rLrOlLylOp+Afy8wDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE5MTc0M1oXDTM0\\nMDkxMTE5MTc0M1owFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf\\n1Bb1LBg1f1dthxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEH\\nlm2MCGtwHKICGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+Ar\\nWJiDNF7gZrZ2z4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hx\\ny/C0V1dKcDH8y8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLH\\nItoV04lIyPZYBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZ\\nUPqbp+jWdI6UEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKD\\nWm0KxZS6MvM4ICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw\\n+hp5ulD1RPoIv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw\\n5rcucCzqfK9/eeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WV\\niSzueuX8Dbd6DcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj\\n5DD+HL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPvTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAQ7uLYCsMqfzeuQrSHobJvdHA+boB0uPXBLrCB\\nkgRMFkaSI3E6M78gqizjKEvmYqoX3Yje5i92301zKr/8/fQgm36INQiGH8ZXZt7j\\nBpM64nCv2mUJWFsOQYzrAG5poKCZwUGFaEltsnvBky3r1lAKY2iXYRqLm4idIGsg\\nv8CSV65yMJ795fucH2cACOapM8ImCjqLEtmUBHZtqUs6/ZIaUCDu6XwMdVmmOcl9\\n+e6dsrRMVibhBqf5SYlMMFf+QQ4RZUYYFrFZtnlUqUhMIUg+rk2UTEmgLk+XsCK1\\nv3fvnF7cXc1btst7b49YG7PBzrTpQKFGMpjP1MvGFQJvxa1GhR9Yf6aP+lxLBYWc\\n3EilOgiUadXYD0MOgydz9ilSKPs/dLhR7TE0jARCN8tJWIQwR+EsCYdMC9haZnCr\\nMcU9JsPEIunn2SS+3XZRu3HRkUSijAsdy1L9bwtGeNywm9mZSA+XApJYPQwiA8pS\\nZD3kH3kkFxyH3DCbVuz///uX0hRynvwn2w35ZbWRKjzo+qv3GbYGKMhH01Ffm12A\\nbjUn5VnOEXZCMTk7tlUduEG8Gkm1GD5BphOqrmSDxUziRo6zYNFiqgFYlkMp0In3\\nY7tQNHaUvldMiyfOpugu2zEOD/2O3aXG5FTEdqHcAz2piqXeE6XOf0/3+18ryNEa\\nI7mJjg==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJJwIBAAKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf1Bb1LBg1f1dt\\nhxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEHlm2MCGtwHKIC\\nGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+ArWJiDNF7gZrZ2\\nz4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hxy/C0V1dKcDH8\\ny8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLHItoV04lIyPZY\\nBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZUPqbp+jWdI6U\\nEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKDWm0KxZS6MvM4\\nICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw+hp5ulD1RPoI\\nv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw5rcucCzqfK9/\\neeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WViSzueuX8Dbd6\\nDcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj5DD+HL0CAwEA\\nAQKCAgAHsPA0lFGkgbfAwp6OJzZmxG0pFrIN4sYTmB7Q6cZ1UToeoEfnWWCBJlwO\\nE356A2RpF0n8EEJ2UuedNKIJQG4NedGeTAEI1AWSefyrrVejb4yK/40tp+tWAN6a\\nj+ClIsacd4d9+G02OsCQIw9kXSi2pZm4qbRI0VumK67mSORUQiiYpdHG0ldZiydF\\nGrzrfLFTc2QgFEyiZko+EHY6yEdVgs3bGmA3vfGC2tyabmgUjBypKjDX6kDX9sxi\\nYrAJCeNVFDMfKvsgtdb97MlOdGny3IzCgStXJal7lvMaPHWrAJZFv4WkL+rpWKsG\\nZJ7AE7r8ZB5vw9MYIrh3X/JAfCdY7YfTx0KLhknajCqyp64mc6p/XSXuLFkUtwEl\\n667dwerL5uGUAPFbFkLagUkueem3pLzFqGMwITYM0+habDGEDOctIwwDmYhLoraN\\nQ1vqt5Uc3WM/MSiBOWNdCpsCTr6MaOBn0QLsdeoe/lOeuU853meXSpBKXrsX1bjb\\nDiaxg+EznE4IYS0PEGte3KBzh974o0yw9kYL2VOvQY5zC3frKUVzMT7dgXy9c1YN\\n2qpfzU08N/Z9tGq9R3ts1dAaGKtYzDzl08ksZHDdUUOFBApXTh5gweOVV3UTrSZ4\\nNP0aIVzAOLMXnx8glj/N6Me9lrHOvrJO46Db6DoFwvno6trV0QKCAQEA8XJs7Or2\\n1qrcGZsNdFkFEKlfDRim+VyKkeTNWUQFFCwFepsN/Rp34tHRoylIIcz7Q3fTdrxi\\nVQJUMMfCd4ybQMiNxXlLr1l/FHHYEdzufbTHmP3yJNND429IyBG3jtO+c50J8S0O\\n2rz/M35nGHKaB8Q/TzIJyGYJDKRRfS6XLnlhhWvDayRYdotavUi64tIRXWN8pQLb\\nQ3rI6D6rhC3xZgGFFbIvmX2/zI+omqIS/775pOVb5HQisWVDG9QaNov2uCrTzicc\\n0XErwWVWjQFxSODvWy+7nyVtAUaevhyherXm9RiIczyyo4Mm0Ni7ye7dGIQ6ga6C\\nQNUNXqnqaqQKiQKCAQEA2IC/muD/6mdLgn+ktdR8Y2hZayeVE8WjS5YPd8zYvIVh\\nq+RKPALsGMef2qF4uDaOcCPiqqskSKrv40hXWEekZiw8QZbwfyX1WVtLhI7XWqK+\\nyZb0lwjByUG4kH29YxFe5lZv8EaLw+MBgSEYLLVVu7AYKbcjoD1p6vXIZwKvSFap\\noWVkFPiJ44EK52OZJOjtVI8pAGQ2kb/waki5oFAGWpOsFP/fepi1EdUABWcxJsr0\\nyJn/gQZNgDDnW64eeJvppbHV+pbOr4ktAbWw7unWsqhujMoq1QzR9RqShbkmW2Ru\\n4FOsD9ra3qkcwJq3TmXght+GCj58xSg33QzjI6ljlQKCAQBr0d9WhS6pei9Dt/vw\\nIviiEiCCJqoZ3Pt8XyJcZIWoFmhz8d3zUuiKf4wQQpUVkwX5gP8LnOCEeb/C8NGk\\ntUN3UJgOwTXNHjgjlxsYDwLpW9tuNKj3TOiaHc3wmgjQXTpFQrF349koURHdmurK\\n/hJOuZJT+VJpDTepT4+cSTv14vprrE3eAKMIfP6OXHYoaAqdG5pDzdzAa4pgO+w3\\n4JRWKwOVRrb+4irOXLC8LPgzAMNWoZ3BjSMY+NFZEgSKq0IHyAhBnTG/TbxuZqSZ\\n3zUJiHkazVwJm5rr4O9ukjaCJ8z1UnlMjKRxZFXnGYHykRpmolXGJ3m/HeUUiuhF\\nqu+RAoIBAGmsTdlWwRK0YFLN4qMtl5kdsadvpoAEE3QtRld/ELrTj5zKzMEF3B8s\\nMIYSEk43ssZhfZ0383nUlUomYRuhvEhyhuasua4V5O88dFu7LLn8fYr/t1qQ16VY\\nArHj7bCRJfTfc7ufc1ClWHKiqJ4J1FLL3L9fuG/aCfy5Apvk35E7W4h/aJ4jwYnd\\nzmiqYHF3j3+acLTUNR5mxP3biV8KME+9jFyjl3zLVHXjtSLt/zukDF5tbByZ6vIK\\n7KH/FrhfwWcyqfKp8TAUkHcpK7cxQ63oMC1f8BAVNdWgpqvGd0ZcexHbRTxn4jST\\n7ojD+3y0lSa/qzkMzvGcc8fdJnCdmRECggEAb4Kkx2DT1aJFcA++H0s98BU9igsg\\nWk5wnA12VdJ5h9t29N87I1UhEFuJVUeQbQgb1nw5is2+k/iVjGN7h+zq4GVj/CYm\\nOzxTuDDPudt6UA4XcIolCdNhHOwOfXASRGhmqEnWLLEhpkVwpt1iq6r6U3163KRk\\nAYX483zupzPqfJIhYrr2jRCkiXyndzlvFl8LjLnB8tNywU5sxLIsXcArrGLmQfdb\\nBhip9Vh0zdtwzpgE/3qHUto1d/xWaCZqPo6qlSYjfmnBId2+OmLRMTHvEdOI2NjL\\nDocrp/Gz4NGo/sSoDdDFD44yShodsKuT2ap3z+nEpgazyRnnMzxRSUE5UA==\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-10T19:17:46.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[14970]: audit 2024-09-10T19:17:45.211337+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUaa2PpPWsxN79rLrOlLylOp+Afy8wDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE5MTc0M1oXDTM0\\nMDkxMTE5MTc0M1owFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf\\n1Bb1LBg1f1dthxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEH\\nlm2MCGtwHKICGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+Ar\\nWJiDNF7gZrZ2z4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hx\\ny/C0V1dKcDH8y8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLH\\nItoV04lIyPZYBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZ\\nUPqbp+jWdI6UEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKD\\nWm0KxZS6MvM4ICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw\\n+hp5ulD1RPoIv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw\\n5rcucCzqfK9/eeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WV\\niSzueuX8Dbd6DcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj\\n5DD+HL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPvTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAQ7uLYCsMqfzeuQrSHobJvdHA+boB0uPXBLrCB\\nkgRMFkaSI3E6M78gqizjKEvmYqoX3Yje5i92301zKr/8/fQgm36INQiGH8ZXZt7j\\nBpM64nCv2mUJWFsOQYzrAG5poKCZwUGFaEltsnvBky3r1lAKY2iXYRqLm4idIGsg\\nv8CSV65yMJ795fucH2cACOapM8ImCjqLEtmUBHZtqUs6/ZIaUCDu6XwMdVmmOcl9\\n+e6dsrRMVibhBqf5SYlMMFf+QQ4RZUYYFrFZtnlUqUhMIUg+rk2UTEmgLk+XsCK1\\nv3fvnF7cXc1btst7b49YG7PBzrTpQKFGMpjP1MvGFQJvxa1GhR9Yf6aP+lxLBYWc\\n3EilOgiUadXYD0MOgydz9ilSKPs/dLhR7TE0jARCN8tJWIQwR+EsCYdMC9haZnCr\\nMcU9JsPEIunn2SS+3XZRu3HRkUSijAsdy1L9bwtGeNywm9mZSA+XApJYPQwiA8pS\\nZD3kH3kkFxyH3DCbVuz///uX0hRynvwn2w35ZbWRKjzo+qv3GbYGKMhH01Ffm12A\\nbjUn5VnOEXZCMTk7tlUduEG8Gkm1GD5BphOqrmSDxUziRo6zYNFiqgFYlkMp0In3\\nY7tQNHaUvldMiyfOpugu2zEOD/2O3aXG5FTEdqHcAz2piqXeE6XOf0/3+18ryNEa\\nI7mJjg==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJJwIBAAKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf1Bb1LBg1f1dt\\nhxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEHlm2MCGtwHKIC\\nGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+ArWJiDNF7gZrZ2\\nz4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hxy/C0V1dKcDH8\\ny8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLHItoV04lIyPZY\\nBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZUPqbp+jWdI6U\\nEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKDWm0KxZS6MvM4\\nICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw+hp5ulD1RPoI\\nv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw5rcucCzqfK9/\\neeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WViSzueuX8Dbd6\\nDcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj5DD+HL0CAwEA\\nAQKCAgAHsPA0lFGkgbfAwp6OJzZmxG0pFrIN4sYTmB7Q6cZ1UToeoEfnWWCBJlwO\\nE356A2RpF0n8EEJ2UuedNKIJQG4NedGeTAEI1AWSefyrrVejb4yK/40tp+tWAN6a\\nj+ClIsacd4d9+G02OsCQIw9kXSi2pZm4qbRI0VumK67mSORUQiiYpdHG0ldZiydF\\nGrzrfLFTc2QgFEyiZko+EHY6yEdVgs3bGmA3vfGC2tyabmgUjBypKjDX6kDX9sxi\\nYrAJCeNVFDMfKvsgtdb97MlOdGny3IzCgStXJal7lvMaPHWrAJZFv4WkL+rpWKsG\\nZJ7AE7r8ZB5vw9MYIrh3X/JAfCdY7YfTx0KLhknajCqyp64mc6p/XSXuLFkUtwEl\\n667dwerL5uGUAPFbFkLagUkueem3pLzFqGMwITYM0+habDGEDOctIwwDmYhLoraN\\nQ1vqt5Uc3WM/MSiBOWNdCpsCTr6MaOBn0QLsdeoe/lOeuU853meXSpBKXrsX1bjb\\nDiaxg+EznE4IYS0PEGte3KBzh974o0yw9kYL2VOvQY5zC3frKUVzMT7dgXy9c1YN\\n2qpfzU08N/Z9tGq9R3ts1dAaGKtYzDzl08ksZHDdUUOFBApXTh5gweOVV3UTrSZ4\\nNP0aIVzAOLMXnx8glj/N6Me9lrHOvrJO46Db6DoFwvno6trV0QKCAQEA8XJs7Or2\\n1qrcGZsNdFkFEKlfDRim+VyKkeTNWUQFFCwFepsN/Rp34tHRoylIIcz7Q3fTdrxi\\nVQJUMMfCd4ybQMiNxXlLr1l/FHHYEdzufbTHmP3yJNND429IyBG3jtO+c50J8S0O\\n2rz/M35nGHKaB8Q/TzIJyGYJDKRRfS6XLnlhhWvDayRYdotavUi64tIRXWN8pQLb\\nQ3rI6D6rhC3xZgGFFbIvmX2/zI+omqIS/775pOVb5HQisWVDG9QaNov2uCrTzicc\\n0XErwWVWjQFxSODvWy+7nyVtAUaevhyherXm9RiIczyyo4Mm0Ni7ye7dGIQ6ga6C\\nQNUNXqnqaqQKiQKCAQEA2IC/muD/6mdLgn+ktdR8Y2hZayeVE8WjS5YPd8zYvIVh\\nq+RKPALsGMef2qF4uDaOcCPiqqskSKrv40hXWEekZiw8QZbwfyX1WVtLhI7XWqK+\\nyZb0lwjByUG4kH29YxFe5lZv8EaLw+MBgSEYLLVVu7AYKbcjoD1p6vXIZwKvSFap\\noWVkFPiJ44EK52OZJOjtVI8pAGQ2kb/waki5oFAGWpOsFP/fepi1EdUABWcxJsr0\\nyJn/gQZNgDDnW64eeJvppbHV+pbOr4ktAbWw7unWsqhujMoq1QzR9RqShbkmW2Ru\\n4FOsD9ra3qkcwJq3TmXght+GCj58xSg33QzjI6ljlQKCAQBr0d9WhS6pei9Dt/vw\\nIviiEiCCJqoZ3Pt8XyJcZIWoFmhz8d3zUuiKf4wQQpUVkwX5gP8LnOCEeb/C8NGk\\ntUN3UJgOwTXNHjgjlxsYDwLpW9tuNKj3TOiaHc3wmgjQXTpFQrF349koURHdmurK\\n/hJOuZJT+VJpDTepT4+cSTv14vprrE3eAKMIfP6OXHYoaAqdG5pDzdzAa4pgO+w3\\n4JRWKwOVRrb+4irOXLC8LPgzAMNWoZ3BjSMY+NFZEgSKq0IHyAhBnTG/TbxuZqSZ\\n3zUJiHkazVwJm5rr4O9ukjaCJ8z1UnlMjKRxZFXnGYHykRpmolXGJ3m/HeUUiuhF\\nqu+RAoIBAGmsTdlWwRK0YFLN4qMtl5kdsadvpoAEE3QtRld/ELrTj5zKzMEF3B8s\\nMIYSEk43ssZhfZ0383nUlUomYRuhvEhyhuasua4V5O88dFu7LLn8fYr/t1qQ16VY\\nArHj7bCRJfTfc7ufc1ClWHKiqJ4J1FLL3L9fuG/aCfy5Apvk35E7W4h/aJ4jwYnd\\nzmiqYHF3j3+acLTUNR5mxP3biV8KME+9jFyjl3zLVHXjtSLt/zukDF5tbByZ6vIK\\n7KH/FrhfwWcyqfKp8TAUkHcpK7cxQ63oMC1f8BAVNdWgpqvGd0ZcexHbRTxn4jST\\n7ojD+3y0lSa/qzkMzvGcc8fdJnCdmRECggEAb4Kkx2DT1aJFcA++H0s98BU9igsg\\nWk5wnA12VdJ5h9t29N87I1UhEFuJVUeQbQgb1nw5is2+k/iVjGN7h+zq4GVj/CYm\\nOzxTuDDPudt6UA4XcIolCdNhHOwOfXASRGhmqEnWLLEhpkVwpt1iq6r6U3163KRk\\nAYX483zupzPqfJIhYrr2jRCkiXyndzlvFl8LjLnB8tNywU5sxLIsXcArrGLmQfdb\\nBhip9Vh0zdtwzpgE/3qHUto1d/xWaCZqPo6qlSYjfmnBId2+OmLRMTHvEdOI2NjL\\nDocrp/Gz4NGo/sSoDdDFD44yShodsKuT2ap3z+nEpgazyRnnMzxRSUE5UA==\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:17:46.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[14970]: cephadm 2024-09-10T19:17:45.211355+0000 mgr.x (mgr.34652) 11 : cephadm [ERR] [10/Sep/2024:19:17:45] ENGINE Error in HTTPServer.serve 2024-09-10T19:17:46.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[14970]: Traceback (most recent call last): 2024-09-10T19:17:46.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[14970]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:17:46.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[14970]: self._connections.run(self.expiration_interval) 2024-09-10T19:17:46.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[14970]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:17:46.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[14970]: self._run(expiration_interval) 2024-09-10T19:17:46.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[14970]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:17:46.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[14970]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:17:46.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[14970]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:17:46.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[14970]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:17:46.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[14970]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:17:46.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[14970]: s = self.context.wrap_socket( 2024-09-10T19:17:46.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[14970]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:17:46.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[14970]: return self.sslsocket_class._create( 2024-09-10T19:17:46.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[14970]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:17:46.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[14970]: self.do_handshake() 2024-09-10T19:17:46.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[14970]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:17:46.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[14970]: self._sslobj.do_handshake() 2024-09-10T19:17:46.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[14970]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:17:46.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:46 smithi155 bash[14970]: audit 2024-09-10T19:17:45.217981+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUaa2PpPWsxN79rLrOlLylOp+Afy8wDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE5MTc0M1oXDTM0\\nMDkxMTE5MTc0M1owFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf\\n1Bb1LBg1f1dthxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEH\\nlm2MCGtwHKICGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+Ar\\nWJiDNF7gZrZ2z4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hx\\ny/C0V1dKcDH8y8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLH\\nItoV04lIyPZYBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZ\\nUPqbp+jWdI6UEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKD\\nWm0KxZS6MvM4ICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw\\n+hp5ulD1RPoIv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw\\n5rcucCzqfK9/eeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WV\\niSzueuX8Dbd6DcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj\\n5DD+HL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPvTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAQ7uLYCsMqfzeuQrSHobJvdHA+boB0uPXBLrCB\\nkgRMFkaSI3E6M78gqizjKEvmYqoX3Yje5i92301zKr/8/fQgm36INQiGH8ZXZt7j\\nBpM64nCv2mUJWFsOQYzrAG5poKCZwUGFaEltsnvBky3r1lAKY2iXYRqLm4idIGsg\\nv8CSV65yMJ795fucH2cACOapM8ImCjqLEtmUBHZtqUs6/ZIaUCDu6XwMdVmmOcl9\\n+e6dsrRMVibhBqf5SYlMMFf+QQ4RZUYYFrFZtnlUqUhMIUg+rk2UTEmgLk+XsCK1\\nv3fvnF7cXc1btst7b49YG7PBzrTpQKFGMpjP1MvGFQJvxa1GhR9Yf6aP+lxLBYWc\\n3EilOgiUadXYD0MOgydz9ilSKPs/dLhR7TE0jARCN8tJWIQwR+EsCYdMC9haZnCr\\nMcU9JsPEIunn2SS+3XZRu3HRkUSijAsdy1L9bwtGeNywm9mZSA+XApJYPQwiA8pS\\nZD3kH3kkFxyH3DCbVuz///uX0hRynvwn2w35ZbWRKjzo+qv3GbYGKMhH01Ffm12A\\nbjUn5VnOEXZCMTk7tlUduEG8Gkm1GD5BphOqrmSDxUziRo6zYNFiqgFYlkMp0In3\\nY7tQNHaUvldMiyfOpugu2zEOD/2O3aXG5FTEdqHcAz2piqXeE6XOf0/3+18ryNEa\\nI7mJjg==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJJwIBAAKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf1Bb1LBg1f1dt\\nhxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEHlm2MCGtwHKIC\\nGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+ArWJiDNF7gZrZ2\\nz4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hxy/C0V1dKcDH8\\ny8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLHItoV04lIyPZY\\nBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZUPqbp+jWdI6U\\nEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKDWm0KxZS6MvM4\\nICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw+hp5ulD1RPoI\\nv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw5rcucCzqfK9/\\neeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WViSzueuX8Dbd6\\nDcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj5DD+HL0CAwEA\\nAQKCAgAHsPA0lFGkgbfAwp6OJzZmxG0pFrIN4sYTmB7Q6cZ1UToeoEfnWWCBJlwO\\nE356A2RpF0n8EEJ2UuedNKIJQG4NedGeTAEI1AWSefyrrVejb4yK/40tp+tWAN6a\\nj+ClIsacd4d9+G02OsCQIw9kXSi2pZm4qbRI0VumK67mSORUQiiYpdHG0ldZiydF\\nGrzrfLFTc2QgFEyiZko+EHY6yEdVgs3bGmA3vfGC2tyabmgUjBypKjDX6kDX9sxi\\nYrAJCeNVFDMfKvsgtdb97MlOdGny3IzCgStXJal7lvMaPHWrAJZFv4WkL+rpWKsG\\nZJ7AE7r8ZB5vw9MYIrh3X/JAfCdY7YfTx0KLhknajCqyp64mc6p/XSXuLFkUtwEl\\n667dwerL5uGUAPFbFkLagUkueem3pLzFqGMwITYM0+habDGEDOctIwwDmYhLoraN\\nQ1vqt5Uc3WM/MSiBOWNdCpsCTr6MaOBn0QLsdeoe/lOeuU853meXSpBKXrsX1bjb\\nDiaxg+EznE4IYS0PEGte3KBzh974o0yw9kYL2VOvQY5zC3frKUVzMT7dgXy9c1YN\\n2qpfzU08N/Z9tGq9R3ts1dAaGKtYzDzl08ksZHDdUUOFBApXTh5gweOVV3UTrSZ4\\nNP0aIVzAOLMXnx8glj/N6Me9lrHOvrJO46Db6DoFwvno6trV0QKCAQEA8XJs7Or2\\n1qrcGZsNdFkFEKlfDRim+VyKkeTNWUQFFCwFepsN/Rp34tHRoylIIcz7Q3fTdrxi\\nVQJUMMfCd4ybQMiNxXlLr1l/FHHYEdzufbTHmP3yJNND429IyBG3jtO+c50J8S0O\\n2rz/M35nGHKaB8Q/TzIJyGYJDKRRfS6XLnlhhWvDayRYdotavUi64tIRXWN8pQLb\\nQ3rI6D6rhC3xZgGFFbIvmX2/zI+omqIS/775pOVb5HQisWVDG9QaNov2uCrTzicc\\n0XErwWVWjQFxSODvWy+7nyVtAUaevhyherXm9RiIczyyo4Mm0Ni7ye7dGIQ6ga6C\\nQNUNXqnqaqQKiQKCAQEA2IC/muD/6mdLgn+ktdR8Y2hZayeVE8WjS5YPd8zYvIVh\\nq+RKPALsGMef2qF4uDaOcCPiqqskSKrv40hXWEekZiw8QZbwfyX1WVtLhI7XWqK+\\nyZb0lwjByUG4kH29YxFe5lZv8EaLw+MBgSEYLLVVu7AYKbcjoD1p6vXIZwKvSFap\\noWVkFPiJ44EK52OZJOjtVI8pAGQ2kb/waki5oFAGWpOsFP/fepi1EdUABWcxJsr0\\nyJn/gQZNgDDnW64eeJvppbHV+pbOr4ktAbWw7unWsqhujMoq1QzR9RqShbkmW2Ru\\n4FOsD9ra3qkcwJq3TmXght+GCj58xSg33QzjI6ljlQKCAQBr0d9WhS6pei9Dt/vw\\nIviiEiCCJqoZ3Pt8XyJcZIWoFmhz8d3zUuiKf4wQQpUVkwX5gP8LnOCEeb/C8NGk\\ntUN3UJgOwTXNHjgjlxsYDwLpW9tuNKj3TOiaHc3wmgjQXTpFQrF349koURHdmurK\\n/hJOuZJT+VJpDTepT4+cSTv14vprrE3eAKMIfP6OXHYoaAqdG5pDzdzAa4pgO+w3\\n4JRWKwOVRrb+4irOXLC8LPgzAMNWoZ3BjSMY+NFZEgSKq0IHyAhBnTG/TbxuZqSZ\\n3zUJiHkazVwJm5rr4O9ukjaCJ8z1UnlMjKRxZFXnGYHykRpmolXGJ3m/HeUUiuhF\\nqu+RAoIBAGmsTdlWwRK0YFLN4qMtl5kdsadvpoAEE3QtRld/ELrTj5zKzMEF3B8s\\nMIYSEk43ssZhfZ0383nUlUomYRuhvEhyhuasua4V5O88dFu7LLn8fYr/t1qQ16VY\\nArHj7bCRJfTfc7ufc1ClWHKiqJ4J1FLL3L9fuG/aCfy5Apvk35E7W4h/aJ4jwYnd\\nzmiqYHF3j3+acLTUNR5mxP3biV8KME+9jFyjl3zLVHXjtSLt/zukDF5tbByZ6vIK\\n7KH/FrhfwWcyqfKp8TAUkHcpK7cxQ63oMC1f8BAVNdWgpqvGd0ZcexHbRTxn4jST\\n7ojD+3y0lSa/qzkMzvGcc8fdJnCdmRECggEAb4Kkx2DT1aJFcA++H0s98BU9igsg\\nWk5wnA12VdJ5h9t29N87I1UhEFuJVUeQbQgb1nw5is2+k/iVjGN7h+zq4GVj/CYm\\nOzxTuDDPudt6UA4XcIolCdNhHOwOfXASRGhmqEnWLLEhpkVwpt1iq6r6U3163KRk\\nAYX483zupzPqfJIhYrr2jRCkiXyndzlvFl8LjLnB8tNywU5sxLIsXcArrGLmQfdb\\nBhip9Vh0zdtwzpgE/3qHUto1d/xWaCZqPo6qlSYjfmnBId2+OmLRMTHvEdOI2NjL\\nDocrp/Gz4NGo/sSoDdDFD44yShodsKuT2ap3z+nEpgazyRnnMzxRSUE5UA==\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-10T19:17:47.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:47 smithi189 bash[14634]: audit 2024-09-10T19:17:46.083973+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-10T19:17:47.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:47 smithi189 bash[14634]: cluster 2024-09-10T19:17:46.084367+0000 mon.a (mon.0) 635 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-10T19:17:47.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:47 smithi189 bash[14634]: cluster 2024-09-10T19:17:46.206503+0000 mgr.x (mgr.34652) 12 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:47.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:47 smithi155 bash[18934]: audit 2024-09-10T19:17:46.083973+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-10T19:17:47.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:47 smithi155 bash[18934]: cluster 2024-09-10T19:17:46.084367+0000 mon.a (mon.0) 635 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-10T19:17:47.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:47 smithi155 bash[18934]: cluster 2024-09-10T19:17:46.206503+0000 mgr.x (mgr.34652) 12 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:47.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:47 smithi155 bash[14970]: audit 2024-09-10T19:17:46.083973+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-10T19:17:47.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:47 smithi155 bash[14970]: cluster 2024-09-10T19:17:46.084367+0000 mon.a (mon.0) 635 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-10T19:17:47.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:47 smithi155 bash[14970]: cluster 2024-09-10T19:17:46.206503+0000 mgr.x (mgr.34652) 12 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:17:48.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:48 smithi189 bash[14634]: audit 2024-09-10T19:17:47.136774+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-10T19:17:48.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:48 smithi189 bash[14634]: audit 2024-09-10T19:17:47.137697+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-10T19:17:48.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:48 smithi189 bash[14634]: audit 2024-09-10T19:17:47.143104+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]': finished 2024-09-10T19:17:48.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:48 smithi155 bash[14970]: audit 2024-09-10T19:17:47.136774+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-10T19:17:48.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:48 smithi155 bash[14970]: audit 2024-09-10T19:17:47.137697+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-10T19:17:48.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:48 smithi155 bash[14970]: audit 2024-09-10T19:17:47.143104+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]': finished 2024-09-10T19:17:48.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:48 smithi155 bash[18934]: audit 2024-09-10T19:17:47.136774+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-10T19:17:48.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:48 smithi155 bash[18934]: audit 2024-09-10T19:17:47.137697+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-10T19:17:48.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:48 smithi155 bash[18934]: audit 2024-09-10T19:17:47.143104+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]': finished 2024-09-10T19:17:49.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:49 smithi189 bash[14634]: cluster 2024-09-10T19:17:48.151251+0000 mon.a (mon.0) 638 : cluster [DBG] mgrmap e21: x(active, since 12s), standbys: y 2024-09-10T19:17:49.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:49 smithi189 bash[14634]: cluster 2024-09-10T19:17:48.207850+0000 mgr.x (mgr.34652) 13 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 10 KiB/s rd, 241 KiB/s wr, 27 op/s 2024-09-10T19:17:49.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:49 smithi155 bash[14970]: cluster 2024-09-10T19:17:48.151251+0000 mon.a (mon.0) 638 : cluster [DBG] mgrmap e21: x(active, since 12s), standbys: y 2024-09-10T19:17:49.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:49 smithi155 bash[14970]: cluster 2024-09-10T19:17:48.207850+0000 mgr.x (mgr.34652) 13 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 10 KiB/s rd, 241 KiB/s wr, 27 op/s 2024-09-10T19:17:49.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:49 smithi155 bash[18934]: cluster 2024-09-10T19:17:48.151251+0000 mon.a (mon.0) 638 : cluster [DBG] mgrmap e21: x(active, since 12s), standbys: y 2024-09-10T19:17:49.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:49 smithi155 bash[18934]: cluster 2024-09-10T19:17:48.207850+0000 mgr.x (mgr.34652) 13 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 10 KiB/s rd, 241 KiB/s wr, 27 op/s 2024-09-10T19:17:51.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[14970]: audit 2024-09-10T19:17:50.056164+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:17:51.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[14970]: audit 2024-09-10T19:17:50.057565+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-10T19:17:42.754577Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"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-10T19:17:42.754592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:17:51.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[18934]: audit 2024-09-10T19:17:50.056164+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:17:51.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[18934]: audit 2024-09-10T19:17:50.057565+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-10T19:17:42.754577Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"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-10T19:17:42.754592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:17:51.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[14970]: audit 2024-09-10T19:17:50.058531+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-10T19:17:42.754577Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"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-10T19:17:42.754592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:17:51.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[18934]: audit 2024-09-10T19:17:50.058531+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-10T19:17:42.754577Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"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-10T19:17:42.754592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:17:51.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[18934]: audit 2024-09-10T19:17:50.063347+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-10T19:17:42.754577Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"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-10T19:17:42.754592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:17:51.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[14970]: audit 2024-09-10T19:17:50.063347+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-10T19:17:42.754577Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"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-10T19:17:42.754592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:17:51.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[14970]: audit 2024-09-10T19:17:50.070744+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:04:42.042437Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:17:51.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[18934]: audit 2024-09-10T19:17:50.070744+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:04:42.042437Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:17:51.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[14970]: audit 2024-09-10T19:17:50.071763+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:04:42.042437Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:17:51.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[18934]: audit 2024-09-10T19:17:50.071763+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:04:42.042437Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:17:51.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[14970]: audit 2024-09-10T19:17:50.076269+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:04:42.042437Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:17:51.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[14970]: cluster 2024-09-10T19:17:50.208554+0000 mgr.x (mgr.34652) 14 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 7.2 KiB/s rd, 173 KiB/s wr, 19 op/s 2024-09-10T19:17:51.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[14970]: audit 2024-09-10T19:17:50.511954+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:17:51.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[14970]: audit 2024-09-10T19:17:50.512158+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:17:51.346 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[18934]: audit 2024-09-10T19:17:50.076269+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:04:42.042437Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:17:51.346 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[18934]: cluster 2024-09-10T19:17:50.208554+0000 mgr.x (mgr.34652) 14 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 7.2 KiB/s rd, 173 KiB/s wr, 19 op/s 2024-09-10T19:17:51.346 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[18934]: audit 2024-09-10T19:17:50.511954+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:17:51.346 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[18934]: audit 2024-09-10T19:17:50.512158+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:17:51.346 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[14970]: audit 2024-09-10T19:17:50.512933+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.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-10T19:17:42.756199Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"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-10T19:17:42.756209Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:17:51.346 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[18934]: audit 2024-09-10T19:17:50.512933+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.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-10T19:17:42.756199Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"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-10T19:17:42.756209Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:17:51.347 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[14970]: audit 2024-09-10T19:17:50.513958+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.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-10T19:17:42.756199Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"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-10T19:17:42.756209Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:17:51.347 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[18934]: audit 2024-09-10T19:17:50.513958+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.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-10T19:17:42.756199Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"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-10T19:17:42.756209Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:17:51.347 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[14970]: audit 2024-09-10T19:17:50.520557+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.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-10T19:17:42.756199Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"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-10T19:17:42.756209Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:17:51.348 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[18934]: audit 2024-09-10T19:17:50.520557+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.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-10T19:17:42.756199Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"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-10T19:17:42.756209Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:17:51.348 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[14970]: audit 2024-09-10T19:17:50.522429+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 25102909, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509740Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:08:20.314337Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.510648Z\", \"last_device_update\": \"2024-09-10T19:06:26.971197Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:17:51.348 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[18934]: audit 2024-09-10T19:17:50.522429+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 25102909, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509740Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:08:20.314337Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.510648Z\", \"last_device_update\": \"2024-09-10T19:06:26.971197Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:17:51.349 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[14970]: audit 2024-09-10T19:17:50.523414+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 25102909, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509740Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:08:20.314337Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.510648Z\", \"last_device_update\": \"2024-09-10T19:06:26.971197Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:17:51.349 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[18934]: audit 2024-09-10T19:17:50.523414+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 25102909, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509740Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:08:20.314337Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.510648Z\", \"last_device_update\": \"2024-09-10T19:06:26.971197Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:17:51.350 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[14970]: audit 2024-09-10T19:17:50.528364+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 25102909, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509740Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:08:20.314337Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.510648Z\", \"last_device_update\": \"2024-09-10T19:06:26.971197Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:17:51.350 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[14970]: audit 2024-09-10T19:17:50.735792+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:17:51.350 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[18934]: audit 2024-09-10T19:17:50.528364+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 25102909, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509740Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:08:20.314337Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.510648Z\", \"last_device_update\": \"2024-09-10T19:06:26.971197Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:17:51.350 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[18934]: audit 2024-09-10T19:17:50.735792+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:17:51.350 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[14970]: audit 2024-09-10T19:17:50.737064+0000 mon.b (mon.2) 83 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-10T19:17:42.754577Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"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-10T19:17:42.754592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:17:51.351 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[18934]: audit 2024-09-10T19:17:50.737064+0000 mon.b (mon.2) 83 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-10T19:17:42.754577Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"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-10T19:17:42.754592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:17:51.351 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[14970]: audit 2024-09-10T19:17:50.738162+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-10T19:17:42.754577Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"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-10T19:17:42.754592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:17:51.351 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[18934]: audit 2024-09-10T19:17:50.738162+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-10T19:17:42.754577Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"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-10T19:17:42.754592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:17:51.351 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[18934]: audit 2024-09-10T19:17:50.744105+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-10T19:17:42.754577Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"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-10T19:17:42.754592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:17:51.352 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[14970]: audit 2024-09-10T19:17:50.744105+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-10T19:17:42.754577Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"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-10T19:17:42.754592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:17:51.352 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[18934]: audit 2024-09-10T19:17:50.745454+0000 mon.b (mon.2) 84 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:04:42.042437Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:17:51.352 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[14970]: audit 2024-09-10T19:17:50.745454+0000 mon.b (mon.2) 84 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:04:42.042437Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:17:51.353 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[18934]: audit 2024-09-10T19:17:50.746395+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:04:42.042437Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:17:51.353 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[14970]: audit 2024-09-10T19:17:50.746395+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:04:42.042437Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:17:51.353 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[14970]: audit 2024-09-10T19:17:50.750403+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:04:42.042437Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:17:51.353 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[14970]: audit 2024-09-10T19:17:50.751859+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:17:51.354 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[18934]: audit 2024-09-10T19:17:50.750403+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:04:42.042437Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:17:51.354 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[18934]: audit 2024-09-10T19:17:50.751859+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:17:51.354 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[14970]: audit 2024-09-10T19:17:50.793384+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_CVFT6232004L400BGN"}]: dispatch 2024-09-10T19:17:51.354 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[14970]: audit 2024-09-10T19:17:50.794218+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_CVFT6232004L400BGN"}]: dispatch 2024-09-10T19:17:51.354 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[14970]: audit 2024-09-10T19:17:50.799713+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_CVFT6232004L400BGN"}]': finished 2024-09-10T19:17:51.354 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[14970]: audit 2024-09-10T19:17:50.921266+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:17:51.354 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[18934]: audit 2024-09-10T19:17:50.793384+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_CVFT6232004L400BGN"}]: dispatch 2024-09-10T19:17:51.355 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[18934]: audit 2024-09-10T19:17:50.794218+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_CVFT6232004L400BGN"}]: dispatch 2024-09-10T19:17:51.355 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[18934]: audit 2024-09-10T19:17:50.799713+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_CVFT6232004L400BGN"}]': finished 2024-09-10T19:17:51.355 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:51 smithi155 bash[18934]: audit 2024-09-10T19:17:50.921266+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:17:51.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:51 smithi189 bash[14634]: audit 2024-09-10T19:17:50.056164+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:17:51.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:51 smithi189 bash[14634]: audit 2024-09-10T19:17:50.057565+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-10T19:17:42.754577Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"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-10T19:17:42.754592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:17:51.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:51 smithi189 bash[14634]: audit 2024-09-10T19:17:50.058531+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-10T19:17:42.754577Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"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-10T19:17:42.754592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:17:51.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:51 smithi189 bash[14634]: audit 2024-09-10T19:17:50.063347+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-10T19:17:42.754577Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"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-10T19:17:42.754592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:17:51.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:51 smithi189 bash[14634]: audit 2024-09-10T19:17:50.070744+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:04:42.042437Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:17:51.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:51 smithi189 bash[14634]: audit 2024-09-10T19:17:50.071763+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:04:42.042437Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:17:51.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:51 smithi189 bash[14634]: audit 2024-09-10T19:17:50.076269+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:04:42.042437Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:17:51.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:51 smithi189 bash[14634]: cluster 2024-09-10T19:17:50.208554+0000 mgr.x (mgr.34652) 14 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 7.2 KiB/s rd, 173 KiB/s wr, 19 op/s 2024-09-10T19:17:51.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:51 smithi189 bash[14634]: audit 2024-09-10T19:17:50.511954+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:17:51.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:51 smithi189 bash[14634]: audit 2024-09-10T19:17:50.512158+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:17:51.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:51 smithi189 bash[14634]: audit 2024-09-10T19:17:50.512933+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.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-10T19:17:42.756199Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"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-10T19:17:42.756209Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:17:51.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:51 smithi189 bash[14634]: audit 2024-09-10T19:17:50.513958+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.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-10T19:17:42.756199Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"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-10T19:17:42.756209Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:17:51.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:51 smithi189 bash[14634]: audit 2024-09-10T19:17:50.520557+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.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-10T19:17:42.756199Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"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-10T19:17:42.756209Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:17:51.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:51 smithi189 bash[14634]: audit 2024-09-10T19:17:50.522429+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 25102909, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509740Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:08:20.314337Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.510648Z\", \"last_device_update\": \"2024-09-10T19:06:26.971197Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:17:51.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:51 smithi189 bash[14634]: audit 2024-09-10T19:17:50.523414+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 25102909, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509740Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:08:20.314337Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.510648Z\", \"last_device_update\": \"2024-09-10T19:06:26.971197Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:17:51.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:51 smithi189 bash[14634]: audit 2024-09-10T19:17:50.528364+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 25102909, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509740Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:08:20.314337Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.510648Z\", \"last_device_update\": \"2024-09-10T19:06:26.971197Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:17:51.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:51 smithi189 bash[14634]: audit 2024-09-10T19:17:50.735792+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:17:51.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:51 smithi189 bash[14634]: audit 2024-09-10T19:17:50.737064+0000 mon.b (mon.2) 83 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-10T19:17:42.754577Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"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-10T19:17:42.754592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:17:51.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:51 smithi189 bash[14634]: audit 2024-09-10T19:17:50.738162+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-10T19:17:42.754577Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"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-10T19:17:42.754592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:17:51.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:51 smithi189 bash[14634]: audit 2024-09-10T19:17:50.744105+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-09-10T19:17:42.754577Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"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-10T19:17:42.754592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:17:51.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:51 smithi189 bash[14634]: audit 2024-09-10T19:17:50.745454+0000 mon.b (mon.2) 84 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:04:42.042437Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:17:51.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:51 smithi189 bash[14634]: audit 2024-09-10T19:17:50.746395+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:04:42.042437Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:17:51.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:51 smithi189 bash[14634]: audit 2024-09-10T19:17:50.750403+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:04:42.042437Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:17:51.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:51 smithi189 bash[14634]: audit 2024-09-10T19:17:50.751859+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:17:51.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:51 smithi189 bash[14634]: audit 2024-09-10T19:17:50.793384+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_CVFT6232004L400BGN"}]: dispatch 2024-09-10T19:17:51.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:51 smithi189 bash[14634]: audit 2024-09-10T19:17:50.794218+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_CVFT6232004L400BGN"}]: dispatch 2024-09-10T19:17:51.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:51 smithi189 bash[14634]: audit 2024-09-10T19:17:50.799713+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_CVFT6232004L400BGN"}]': finished 2024-09-10T19:17:51.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:51 smithi189 bash[14634]: audit 2024-09-10T19:17:50.921266+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:17:52.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:52 smithi155 bash[14970]: audit 2024-09-10T19:17:51.122477+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:17:52.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:52 smithi155 bash[14970]: audit 2024-09-10T19:17:51.123372+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.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-10T19:17:42.756199Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"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-10T19:17:42.756209Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:17:52.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:52 smithi155 bash[18934]: audit 2024-09-10T19:17:51.122477+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:17:52.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:52 smithi155 bash[18934]: audit 2024-09-10T19:17:51.123372+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.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-10T19:17:42.756199Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"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-10T19:17:42.756209Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:17:52.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:52 smithi155 bash[14970]: audit 2024-09-10T19:17:51.124372+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.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-10T19:17:42.756199Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"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-10T19:17:42.756209Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:17:52.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:52 smithi155 bash[18934]: audit 2024-09-10T19:17:51.124372+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.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-10T19:17:42.756199Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"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-10T19:17:42.756209Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:17:52.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:52 smithi155 bash[14970]: audit 2024-09-10T19:17:51.130675+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.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-10T19:17:42.756199Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"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-10T19:17:42.756209Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:17:52.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:52 smithi155 bash[18934]: audit 2024-09-10T19:17:51.130675+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.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-10T19:17:42.756199Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"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-10T19:17:42.756209Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:17:52.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:52 smithi155 bash[14970]: audit 2024-09-10T19:17:51.132622+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 25102909, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509740Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:08:20.314337Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.510648Z\", \"last_device_update\": \"2024-09-10T19:06:26.971197Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:17:52.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:52 smithi155 bash[18934]: audit 2024-09-10T19:17:51.132622+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 25102909, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509740Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:08:20.314337Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.510648Z\", \"last_device_update\": \"2024-09-10T19:06:26.971197Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:17:52.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:52 smithi155 bash[14970]: audit 2024-09-10T19:17:51.133723+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 25102909, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509740Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:08:20.314337Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.510648Z\", \"last_device_update\": \"2024-09-10T19:06:26.971197Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:17:52.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:52 smithi155 bash[18934]: audit 2024-09-10T19:17:51.133723+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 25102909, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509740Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:08:20.314337Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.510648Z\", \"last_device_update\": \"2024-09-10T19:06:26.971197Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:17:52.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:52 smithi155 bash[14970]: audit 2024-09-10T19:17:51.139855+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 25102909, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509740Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:08:20.314337Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.510648Z\", \"last_device_update\": \"2024-09-10T19:06:26.971197Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:17:52.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:52 smithi155 bash[14970]: audit 2024-09-10T19:17:51.141416+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:17:52.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:52 smithi155 bash[18934]: audit 2024-09-10T19:17:51.139855+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 25102909, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509740Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:08:20.314337Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.510648Z\", \"last_device_update\": \"2024-09-10T19:06:26.971197Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:17:52.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:52 smithi155 bash[18934]: audit 2024-09-10T19:17:51.141416+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:17:52.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:52 smithi189 bash[14634]: audit 2024-09-10T19:17:51.122477+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:17:52.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:52 smithi189 bash[14634]: audit 2024-09-10T19:17:51.123372+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.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-10T19:17:42.756199Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"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-10T19:17:42.756209Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:17:52.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:52 smithi189 bash[14634]: audit 2024-09-10T19:17:51.124372+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.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-10T19:17:42.756199Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"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-10T19:17:42.756209Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:17:52.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:52 smithi189 bash[14634]: audit 2024-09-10T19:17:51.130675+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.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-10T19:17:42.756199Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"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-10T19:17:42.756209Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:17:52.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:52 smithi189 bash[14634]: audit 2024-09-10T19:17:51.132622+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 25102909, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509740Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:08:20.314337Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.510648Z\", \"last_device_update\": \"2024-09-10T19:06:26.971197Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:17:52.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:52 smithi189 bash[14634]: audit 2024-09-10T19:17:51.133723+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 25102909, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509740Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:08:20.314337Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.510648Z\", \"last_device_update\": \"2024-09-10T19:06:26.971197Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:17:52.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:52 smithi189 bash[14634]: audit 2024-09-10T19:17:51.139855+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 25102909, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509740Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:08:20.314337Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.510648Z\", \"last_device_update\": \"2024-09-10T19:06:26.971197Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:17:52.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:52 smithi189 bash[14634]: audit 2024-09-10T19:17:51.141416+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:17:53.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:53 smithi189 bash[14634]: cluster 2024-09-10T19:17:52.209226+0000 mgr.x (mgr.34652) 15 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 6.4 KiB/s rd, 154 KiB/s wr, 17 op/s 2024-09-10T19:17:53.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:53 smithi155 bash[14970]: cluster 2024-09-10T19:17:52.209226+0000 mgr.x (mgr.34652) 15 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 6.4 KiB/s rd, 154 KiB/s wr, 17 op/s 2024-09-10T19:17:53.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:53 smithi155 bash[18934]: cluster 2024-09-10T19:17:52.209226+0000 mgr.x (mgr.34652) 15 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 6.4 KiB/s rd, 154 KiB/s wr, 17 op/s 2024-09-10T19:17:55.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:55 smithi155 bash[18934]: audit 2024-09-10T19:17:53.474937+0000 mon.a (mon.0) 657 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T19:17:55.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:55 smithi155 bash[18934]: audit 2024-09-10T19:17:53.475084+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:17:55.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:55 smithi155 bash[18934]: audit 2024-09-10T19:17:53.475609+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:17:55.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:55 smithi155 bash[18934]: audit 2024-09-10T19:17:53.476084+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:17:55.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:55 smithi155 bash[18934]: audit 2024-09-10T19:17:54.386612+0000 mon.a (mon.0) 658 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T19:17:55.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:55 smithi155 bash[18934]: audit 2024-09-10T19:17:54.392058+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:17:55.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:55 smithi155 bash[18934]: audit 2024-09-10T19:17:54.392772+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:17:55.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:55 smithi155 bash[18934]: audit 2024-09-10T19:17:54.393287+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:17:55.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:55 smithi155 bash[14970]: audit 2024-09-10T19:17:53.474937+0000 mon.a (mon.0) 657 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T19:17:55.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:55 smithi155 bash[14970]: audit 2024-09-10T19:17:53.475084+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:17:55.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:55 smithi155 bash[14970]: audit 2024-09-10T19:17:53.475609+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:17:55.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:55 smithi155 bash[14970]: audit 2024-09-10T19:17:53.476084+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:17:55.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:55 smithi155 bash[14970]: audit 2024-09-10T19:17:54.386612+0000 mon.a (mon.0) 658 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T19:17:55.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:55 smithi155 bash[14970]: audit 2024-09-10T19:17:54.392058+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:17:55.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:55 smithi155 bash[14970]: audit 2024-09-10T19:17:54.392772+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:17:55.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:55 smithi155 bash[14970]: audit 2024-09-10T19:17:54.393287+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:17:55.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:55 smithi189 bash[14634]: audit 2024-09-10T19:17:53.474937+0000 mon.a (mon.0) 657 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T19:17:55.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:55 smithi189 bash[14634]: audit 2024-09-10T19:17:53.475084+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:17:55.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:55 smithi189 bash[14634]: audit 2024-09-10T19:17:53.475609+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:17:55.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:55 smithi189 bash[14634]: audit 2024-09-10T19:17:53.476084+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:17:55.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:55 smithi189 bash[14634]: audit 2024-09-10T19:17:54.386612+0000 mon.a (mon.0) 658 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T19:17:55.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:55 smithi189 bash[14634]: audit 2024-09-10T19:17:54.392058+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:17:55.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:55 smithi189 bash[14634]: audit 2024-09-10T19:17:54.392772+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:17:55.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:55 smithi189 bash[14634]: audit 2024-09-10T19:17:54.393287+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:17:56.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:56 smithi155 bash[14970]: cluster 2024-09-10T19:17:54.210663+0000 mgr.x (mgr.34652) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 6.6 KiB/s rd, 192 KiB/s wr, 18 op/s 2024-09-10T19:17:56.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:56 smithi155 bash[14970]: audit 2024-09-10T19:17:54.391106+0000 mon.c (mon.1) 28 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T19:17:56.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:56 smithi155 bash[14970]: audit 2024-09-10T19:17:55.279392+0000 mon.c (mon.1) 29 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T19:17:56.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:56 smithi155 bash[14970]: audit 2024-09-10T19:17:55.291938+0000 mon.b (mon.2) 98 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T19:17:56.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:56 smithi155 bash[14970]: audit 2024-09-10T19:17:56.206728+0000 mon.b (mon.2) 99 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T19:17:56.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:56 smithi155 bash[14970]: audit 2024-09-10T19:17:56.210983+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:17:56.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:56 smithi155 bash[14970]: audit 2024-09-10T19:17:56.211171+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:17:56.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:56 smithi155 bash[14970]: audit 2024-09-10T19:17:56.211450+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:17:56.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:56 smithi155 bash[18934]: cluster 2024-09-10T19:17:54.210663+0000 mgr.x (mgr.34652) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 6.6 KiB/s rd, 192 KiB/s wr, 18 op/s 2024-09-10T19:17:56.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:56 smithi155 bash[18934]: audit 2024-09-10T19:17:54.391106+0000 mon.c (mon.1) 28 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T19:17:56.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:56 smithi155 bash[18934]: audit 2024-09-10T19:17:55.279392+0000 mon.c (mon.1) 29 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T19:17:56.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:56 smithi155 bash[18934]: audit 2024-09-10T19:17:55.291938+0000 mon.b (mon.2) 98 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T19:17:56.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:56 smithi155 bash[18934]: audit 2024-09-10T19:17:56.206728+0000 mon.b (mon.2) 99 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T19:17:56.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:56 smithi155 bash[18934]: audit 2024-09-10T19:17:56.210983+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:17:56.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:56 smithi155 bash[18934]: audit 2024-09-10T19:17:56.211171+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:17:56.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:56 smithi155 bash[18934]: audit 2024-09-10T19:17:56.211450+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:17:56.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:56 smithi189 bash[14634]: cluster 2024-09-10T19:17:54.210663+0000 mgr.x (mgr.34652) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 6.6 KiB/s rd, 192 KiB/s wr, 18 op/s 2024-09-10T19:17:56.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:56 smithi189 bash[14634]: audit 2024-09-10T19:17:54.391106+0000 mon.c (mon.1) 28 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T19:17:56.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:56 smithi189 bash[14634]: audit 2024-09-10T19:17:55.279392+0000 mon.c (mon.1) 29 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T19:17:56.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:56 smithi189 bash[14634]: audit 2024-09-10T19:17:55.291938+0000 mon.b (mon.2) 98 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T19:17:56.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:56 smithi189 bash[14634]: audit 2024-09-10T19:17:56.206728+0000 mon.b (mon.2) 99 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T19:17:56.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:56 smithi189 bash[14634]: audit 2024-09-10T19:17:56.210983+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:17:56.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:56 smithi189 bash[14634]: audit 2024-09-10T19:17:56.211171+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:17:56.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:56 smithi189 bash[14634]: audit 2024-09-10T19:17:56.211450+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:17:57.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:57 smithi155 bash[14970]: cluster 2024-09-10T19:17:56.211289+0000 mgr.x (mgr.34652) 17 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 5.9 KiB/s rd, 174 KiB/s wr, 17 op/s 2024-09-10T19:17:57.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:57 smithi155 bash[18934]: cluster 2024-09-10T19:17:56.211289+0000 mgr.x (mgr.34652) 17 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 5.9 KiB/s rd, 174 KiB/s wr, 17 op/s 2024-09-10T19:17:57.651 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:57 smithi189 bash[14634]: cluster 2024-09-10T19:17:56.211289+0000 mgr.x (mgr.34652) 17 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 5.9 KiB/s rd, 174 KiB/s wr, 17 op/s 2024-09-10T19:17:59.417 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:17:59 smithi155 bash[14970]: cluster 2024-09-10T19:17:58.212812+0000 mgr.x (mgr.34652) 18 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 5.7 KiB/s rd, 168 KiB/s wr, 16 op/s 2024-09-10T19:17:59.417 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:17:59 smithi155 bash[18934]: cluster 2024-09-10T19:17:58.212812+0000 mgr.x (mgr.34652) 18 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 5.7 KiB/s rd, 168 KiB/s wr, 16 op/s 2024-09-10T19:17:59.584 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:17:59 smithi189 bash[14634]: cluster 2024-09-10T19:17:58.212812+0000 mgr.x (mgr.34652) 18 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 5.7 KiB/s rd, 168 KiB/s wr, 16 op/s 2024-09-10T19:18:01.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:01 smithi155 bash[14970]: audit 2024-09-10T19:18:00.170668+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:18:01.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:01 smithi155 bash[14970]: cluster 2024-09-10T19:18:00.213482+0000 mgr.x (mgr.34652) 19 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-10T19:18:01.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:01 smithi155 bash[14970]: audit 2024-09-10T19:18:00.308388+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:18:01.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:01 smithi155 bash[18934]: audit 2024-09-10T19:18:00.170668+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:18:01.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:01 smithi155 bash[18934]: cluster 2024-09-10T19:18:00.213482+0000 mgr.x (mgr.34652) 19 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-10T19:18:01.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:01 smithi155 bash[18934]: audit 2024-09-10T19:18:00.308388+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:18:01.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:01 smithi189 bash[14634]: audit 2024-09-10T19:18:00.170668+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:18:01.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:01 smithi189 bash[14634]: cluster 2024-09-10T19:18:00.213482+0000 mgr.x (mgr.34652) 19 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-10T19:18:01.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:01 smithi189 bash[14634]: audit 2024-09-10T19:18:00.308388+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:18:03.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:03 smithi155 bash[14970]: cluster 2024-09-10T19:18:02.214224+0000 mgr.x (mgr.34652) 20 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-10T19:18:03.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:03 smithi155 bash[18934]: cluster 2024-09-10T19:18:02.214224+0000 mgr.x (mgr.34652) 20 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-10T19:18:03.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:03 smithi189 bash[14634]: cluster 2024-09-10T19:18:02.214224+0000 mgr.x (mgr.34652) 20 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-10T19:18:05.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:05 smithi155 bash[14970]: cluster 2024-09-10T19:18:04.215701+0000 mgr.x (mgr.34652) 21 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-10T19:18:05.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:05 smithi155 bash[18934]: cluster 2024-09-10T19:18:04.215701+0000 mgr.x (mgr.34652) 21 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-10T19:18:05.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:05 smithi189 bash[14634]: cluster 2024-09-10T19:18:04.215701+0000 mgr.x (mgr.34652) 21 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-10T19:18:07.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:07 smithi155 bash[14970]: cluster 2024-09-10T19:18:06.216447+0000 mgr.x (mgr.34652) 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-10T19:18:07.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:07 smithi155 bash[18934]: cluster 2024-09-10T19:18:06.216447+0000 mgr.x (mgr.34652) 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-10T19:18:07.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:07 smithi189 bash[14634]: cluster 2024-09-10T19:18:06.216447+0000 mgr.x (mgr.34652) 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-10T19:18:09.571 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:09 smithi155 bash[14970]: cluster 2024-09-10T19:18:08.217413+0000 mgr.x (mgr.34652) 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-10T19:18:09.571 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:09 smithi155 bash[18934]: cluster 2024-09-10T19:18:08.217413+0000 mgr.x (mgr.34652) 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-10T19:18:09.683 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:09 smithi189 bash[14634]: cluster 2024-09-10T19:18:08.217413+0000 mgr.x (mgr.34652) 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-10T19:18:11.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.120087+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:18:11.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.121854+0000 mon.b (mon.2) 106 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:11.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.120087+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:18:11.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.121854+0000 mon.b (mon.2) 106 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:11.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.122887+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:11.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.122887+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:11.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.129700+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:18:11.093 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.129700+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:18:11.093 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.131779+0000 mon.b (mon.2) 107 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 25102909, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509740Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:08:20.314337Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.510648Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:18:11.094 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.131779+0000 mon.b (mon.2) 107 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 25102909, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509740Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:08:20.314337Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.510648Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:18:11.094 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.133170+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 25102909, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509740Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:08:20.314337Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.510648Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:18:11.094 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.133170+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 25102909, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509740Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:08:20.314337Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.510648Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:18:11.095 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.141365+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 25102909, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509740Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:08:20.314337Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.510648Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:18:11.095 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.142871+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:18:11.095 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.143626+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:18:11.095 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.144299+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:18:11.095 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.144971+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:18:11.095 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.145700+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:18:11.095 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.146381+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:18:11.095 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.147073+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:18:11.096 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.147709+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:18:11.096 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.148379+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:18:11.096 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: cluster 2024-09-10T19:18:10.218026+0000 mgr.x (mgr.34652) 24 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:11.096 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.332104+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:18:11.096 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.334208+0000 mon.b (mon.2) 118 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:11.096 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.335287+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:11.097 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.141365+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 25102909, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509740Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:08:20.314337Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.510648Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:18:11.097 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.142871+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:18:11.097 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.143626+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:18:11.097 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.144299+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:18:11.097 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.144971+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:18:11.097 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.145700+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:18:11.097 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.146381+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:18:11.097 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.147073+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:18:11.097 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.147709+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:18:11.097 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.148379+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:18:11.097 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: cluster 2024-09-10T19:18:10.218026+0000 mgr.x (mgr.34652) 24 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:11.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.332104+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:18:11.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.334208+0000 mon.b (mon.2) 118 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:11.098 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.344241+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:18:11.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.335287+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:11.099 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.346499+0000 mon.b (mon.2) 119 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:18:11.099 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.344241+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:18:11.099 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.347764+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:18:11.099 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.354589+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:18:11.100 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.357585+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:18:11.100 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.358655+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:18:11.100 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.346499+0000 mon.b (mon.2) 119 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:18:11.100 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.359759+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:18:11.100 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.360766+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:18:11.100 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.361796+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:18:11.100 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.362851+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:18:11.101 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.363930+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:18:11.101 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.364912+0000 mon.b (mon.2) 127 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:18:11.101 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.365673+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:18:11.101 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.368693+0000 mon.b (mon.2) 129 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:18:11.101 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.369540+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:18:11.101 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.376255+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:18:11.101 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: cephadm 2024-09-10T19:18:10.427025+0000 mgr.x (mgr.34652) 25 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-10T19:18:11.101 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.427764+0000 mon.b (mon.2) 130 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:18:11.101 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.429515+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:18:11.101 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.431161+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:18:11.101 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: cephadm 2024-09-10T19:18:10.432821+0000 mgr.x (mgr.34652) 26 : cephadm [INF] Reconfiguring daemon mon.a on smithi155 2024-09-10T19:18:11.101 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[14970]: audit 2024-09-10T19:18:10.433639+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-10T19:18:11.102 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.347764+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:18:11.102 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.354589+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:18:11.102 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.357585+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:18:11.102 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.358655+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:18:11.102 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.359759+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:18:11.102 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.360766+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:18:11.102 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.361796+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:18:11.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.362851+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:18:11.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.363930+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:18:11.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.364912+0000 mon.b (mon.2) 127 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:18:11.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.365673+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:18:11.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.368693+0000 mon.b (mon.2) 129 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:18:11.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.369540+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:18:11.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.376255+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:18:11.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: cephadm 2024-09-10T19:18:10.427025+0000 mgr.x (mgr.34652) 25 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-10T19:18:11.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.427764+0000 mon.b (mon.2) 130 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:18:11.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.429515+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:18:11.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.431161+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:18:11.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: cephadm 2024-09-10T19:18:10.432821+0000 mgr.x (mgr.34652) 26 : cephadm [INF] Reconfiguring daemon mon.a on smithi155 2024-09-10T19:18:11.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:11 smithi155 bash[18934]: audit 2024-09-10T19:18:10.433639+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-10T19:18:11.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.120087+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:18:11.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.121854+0000 mon.b (mon.2) 106 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:11.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.122887+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:11.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.129700+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:18:11.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.131779+0000 mon.b (mon.2) 107 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 25102909, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509740Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:08:20.314337Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.510648Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:18:11.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.133170+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 25102909, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509740Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:08:20.314337Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.510648Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:18:11.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.141365+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 25102909, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509740Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:08:20.314337Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:19.734965Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.510648Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:18:11.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.142871+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:18:11.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.143626+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:18:11.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.144299+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:18:11.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.144971+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:18:11.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.145700+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:18:11.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.146381+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:18:11.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.147073+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:18:11.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.147709+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:18:11.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.148379+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:18:11.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: cluster 2024-09-10T19:18:10.218026+0000 mgr.x (mgr.34652) 24 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:11.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.332104+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:18:11.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.334208+0000 mon.b (mon.2) 118 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:11.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.335287+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:11.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.344241+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:18:11.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.346499+0000 mon.b (mon.2) 119 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:18:11.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.347764+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:18:11.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.354589+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:18:11.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.357585+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:18:11.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.358655+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:18:11.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.359759+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:18:11.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.360766+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:18:11.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.361796+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:18:11.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.362851+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:18:11.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.363930+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:18:11.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.364912+0000 mon.b (mon.2) 127 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:18:11.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.365673+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:18:11.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.368693+0000 mon.b (mon.2) 129 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:18:11.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.369540+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:18:11.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.376255+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:18:11.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: cephadm 2024-09-10T19:18:10.427025+0000 mgr.x (mgr.34652) 25 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-10T19:18:11.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.427764+0000 mon.b (mon.2) 130 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:18:11.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.429515+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:18:11.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.431161+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:18:11.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: cephadm 2024-09-10T19:18:10.432821+0000 mgr.x (mgr.34652) 26 : cephadm [INF] Reconfiguring daemon mon.a on smithi155 2024-09-10T19:18:11.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:11 smithi189 bash[14634]: audit 2024-09-10T19:18:10.433639+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-10T19:18:13.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:13 smithi155 bash[14970]: cluster 2024-09-10T19:18:12.218677+0000 mgr.x (mgr.34652) 27 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:13.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:13 smithi155 bash[14970]: audit 2024-09-10T19:18:12.733053+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:18:13.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:13 smithi155 bash[14970]: audit 2024-09-10T19:18:12.734498+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:13.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:13 smithi155 bash[18934]: cluster 2024-09-10T19:18:12.218677+0000 mgr.x (mgr.34652) 27 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:13.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:13 smithi155 bash[18934]: audit 2024-09-10T19:18:12.733053+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:18:13.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:13 smithi155 bash[18934]: audit 2024-09-10T19:18:12.734498+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:13.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:13 smithi155 bash[18934]: audit 2024-09-10T19:18:12.735688+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:13.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:13 smithi155 bash[14970]: audit 2024-09-10T19:18:12.735688+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:13.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:13 smithi155 bash[18934]: audit 2024-09-10T19:18:12.743281+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:18:13.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:13 smithi155 bash[14970]: audit 2024-09-10T19:18:12.743281+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:18:13.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:13 smithi155 bash[18934]: audit 2024-09-10T19:18:12.745507+0000 mon.b (mon.2) 136 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.405923Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:13.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:13 smithi155 bash[14970]: audit 2024-09-10T19:18:12.745507+0000 mon.b (mon.2) 136 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.405923Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:13.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:13 smithi155 bash[18934]: audit 2024-09-10T19:18:12.746863+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.405923Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:13.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:13 smithi155 bash[14970]: audit 2024-09-10T19:18:12.746863+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.405923Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:13.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:13 smithi155 bash[18934]: audit 2024-09-10T19:18:12.754296+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.405923Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:18:13.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:13 smithi155 bash[18934]: audit 2024-09-10T19:18:12.758236+0000 mon.b (mon.2) 137 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:18:13.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:13 smithi155 bash[18934]: audit 2024-09-10T19:18:12.759597+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:18:13.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:13 smithi155 bash[18934]: audit 2024-09-10T19:18:12.760819+0000 mon.b (mon.2) 139 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:18:13.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:13 smithi155 bash[18934]: audit 2024-09-10T19:18:12.763266+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-10T19:18:13.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:13 smithi155 bash[14970]: audit 2024-09-10T19:18:12.754296+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.405923Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:18:13.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:13 smithi155 bash[14970]: audit 2024-09-10T19:18:12.758236+0000 mon.b (mon.2) 137 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:18:13.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:13 smithi155 bash[14970]: audit 2024-09-10T19:18:12.759597+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:18:13.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:13 smithi155 bash[14970]: audit 2024-09-10T19:18:12.760819+0000 mon.b (mon.2) 139 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:18:13.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:13 smithi155 bash[14970]: audit 2024-09-10T19:18:12.763266+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-10T19:18:13.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:13 smithi189 bash[14634]: cluster 2024-09-10T19:18:12.218677+0000 mgr.x (mgr.34652) 27 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:13.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:13 smithi189 bash[14634]: audit 2024-09-10T19:18:12.733053+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:18:13.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:13 smithi189 bash[14634]: audit 2024-09-10T19:18:12.734498+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:13.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:13 smithi189 bash[14634]: audit 2024-09-10T19:18:12.735688+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:13.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:13 smithi189 bash[14634]: audit 2024-09-10T19:18:12.743281+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:18:13.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:13 smithi189 bash[14634]: audit 2024-09-10T19:18:12.745507+0000 mon.b (mon.2) 136 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.405923Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:13.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:13 smithi189 bash[14634]: audit 2024-09-10T19:18:12.746863+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.405923Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:13.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:13 smithi189 bash[14634]: audit 2024-09-10T19:18:12.754296+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:03.794077Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.405923Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:18:13.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:13 smithi189 bash[14634]: audit 2024-09-10T19:18:12.758236+0000 mon.b (mon.2) 137 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:18:13.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:13 smithi189 bash[14634]: audit 2024-09-10T19:18:12.759597+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:18:13.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:13 smithi189 bash[14634]: audit 2024-09-10T19:18:12.760819+0000 mon.b (mon.2) 139 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:18:13.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:13 smithi189 bash[14634]: audit 2024-09-10T19:18:12.763266+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-10T19:18:14.483 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:14 smithi155 bash[18934]: cephadm 2024-09-10T19:18:12.757639+0000 mgr.x (mgr.34652) 28 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-10T19:18:14.483 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:14 smithi155 bash[18934]: cephadm 2024-09-10T19:18:12.762421+0000 mgr.x (mgr.34652) 29 : cephadm [INF] Reconfiguring daemon mon.c on smithi155 2024-09-10T19:18:14.483 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:14 smithi155 bash[14970]: cephadm 2024-09-10T19:18:12.757639+0000 mgr.x (mgr.34652) 28 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-10T19:18:14.484 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:14 smithi155 bash[14970]: cephadm 2024-09-10T19:18:12.762421+0000 mgr.x (mgr.34652) 29 : cephadm [INF] Reconfiguring daemon mon.c on smithi155 2024-09-10T19:18:14.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:14 smithi189 bash[14634]: cephadm 2024-09-10T19:18:12.757639+0000 mgr.x (mgr.34652) 28 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-10T19:18:14.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:14 smithi189 bash[14634]: cephadm 2024-09-10T19:18:12.762421+0000 mgr.x (mgr.34652) 29 : cephadm [INF] Reconfiguring daemon mon.c on smithi155 2024-09-10T19:18:15.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:15 smithi155 bash[14970]: cluster 2024-09-10T19:18:14.220115+0000 mgr.x (mgr.34652) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:15.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:15 smithi155 bash[14970]: audit 2024-09-10T19:18:15.076920+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:18:15.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:15 smithi155 bash[14970]: audit 2024-09-10T19:18:15.078589+0000 mon.b (mon.2) 142 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:15.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:15 smithi155 bash[18934]: cluster 2024-09-10T19:18:14.220115+0000 mgr.x (mgr.34652) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:15.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:15 smithi155 bash[18934]: audit 2024-09-10T19:18:15.076920+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:18:15.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:15 smithi155 bash[18934]: audit 2024-09-10T19:18:15.078589+0000 mon.b (mon.2) 142 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:15.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:15 smithi155 bash[14970]: audit 2024-09-10T19:18:15.079677+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:15.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:15 smithi155 bash[18934]: audit 2024-09-10T19:18:15.079677+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:15.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:15 smithi155 bash[14970]: audit 2024-09-10T19:18:15.085397+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:18:15.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:15 smithi155 bash[18934]: audit 2024-09-10T19:18:15.085397+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:18:15.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:15 smithi155 bash[14970]: audit 2024-09-10T19:18:15.088412+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.405923Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:15.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:15 smithi155 bash[18934]: audit 2024-09-10T19:18:15.088412+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.405923Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:15.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:15 smithi155 bash[14970]: audit 2024-09-10T19:18:15.089863+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.405923Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:15.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:15 smithi155 bash[14970]: audit 2024-09-10T19:18:15.096317+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.405923Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:18:15.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:15 smithi155 bash[18934]: audit 2024-09-10T19:18:15.089863+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.405923Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:15.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:15 smithi155 bash[18934]: audit 2024-09-10T19:18:15.096317+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.405923Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:18:15.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:15 smithi189 bash[14634]: cluster 2024-09-10T19:18:14.220115+0000 mgr.x (mgr.34652) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:15.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:15 smithi189 bash[14634]: audit 2024-09-10T19:18:15.076920+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:18:15.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:15 smithi189 bash[14634]: audit 2024-09-10T19:18:15.078589+0000 mon.b (mon.2) 142 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:15.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:15 smithi189 bash[14634]: audit 2024-09-10T19:18:15.079677+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:15.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:15 smithi189 bash[14634]: audit 2024-09-10T19:18:15.085397+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:18:15.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:15 smithi189 bash[14634]: audit 2024-09-10T19:18:15.088412+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.405923Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:15.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:15 smithi189 bash[14634]: audit 2024-09-10T19:18:15.089863+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.405923Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:15.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:15 smithi189 bash[14634]: audit 2024-09-10T19:18:15.096317+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"8f4b00f8b453\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15802040, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054168Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:08:15.009290Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T19:07:49.031374Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.054704Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.405923Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:18:16.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:16 smithi155 bash[14970]: cephadm 2024-09-10T19:18:15.100105+0000 mgr.x (mgr.34652) 31 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-10T19:18:16.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:16 smithi155 bash[14970]: cephadm 2024-09-10T19:18:15.118488+0000 mgr.x (mgr.34652) 32 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi155 2024-09-10T19:18:16.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:16 smithi155 bash[18934]: cephadm 2024-09-10T19:18:15.100105+0000 mgr.x (mgr.34652) 31 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-10T19:18:16.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:16 smithi155 bash[18934]: cephadm 2024-09-10T19:18:15.118488+0000 mgr.x (mgr.34652) 32 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi155 2024-09-10T19:18:16.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:16 smithi189 bash[14634]: cephadm 2024-09-10T19:18:15.100105+0000 mgr.x (mgr.34652) 31 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-10T19:18:16.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:16 smithi189 bash[14634]: cephadm 2024-09-10T19:18:15.118488+0000 mgr.x (mgr.34652) 32 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi155 2024-09-10T19:18:17.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:17 smithi155 bash[14970]: cluster 2024-09-10T19:18:16.220864+0000 mgr.x (mgr.34652) 33 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:17.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:17 smithi155 bash[18934]: cluster 2024-09-10T19:18:16.220864+0000 mgr.x (mgr.34652) 33 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:17.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:17 smithi189 bash[14634]: cluster 2024-09-10T19:18:16.220864+0000 mgr.x (mgr.34652) 33 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:19.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:19 smithi155 bash[14970]: cluster 2024-09-10T19:18:18.222257+0000 mgr.x (mgr.34652) 34 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:19.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:19 smithi155 bash[18934]: cluster 2024-09-10T19:18:18.222257+0000 mgr.x (mgr.34652) 34 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:19.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:19 smithi189 bash[14634]: cluster 2024-09-10T19:18:18.222257+0000 mgr.x (mgr.34652) 34 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:21.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:21 smithi155 bash[18934]: cluster 2024-09-10T19:18:20.223003+0000 mgr.x (mgr.34652) 35 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:21.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:21 smithi155 bash[14970]: cluster 2024-09-10T19:18:20.223003+0000 mgr.x (mgr.34652) 35 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:21.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:21 smithi189 bash[14634]: cluster 2024-09-10T19:18:20.223003+0000 mgr.x (mgr.34652) 35 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:23.581 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:23 smithi155 bash[14970]: cluster 2024-09-10T19:18:22.223742+0000 mgr.x (mgr.34652) 36 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:23.582 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:23 smithi155 bash[18934]: cluster 2024-09-10T19:18:22.223742+0000 mgr.x (mgr.34652) 36 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:23.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:23 smithi189 bash[14634]: cluster 2024-09-10T19:18:22.223742+0000 mgr.x (mgr.34652) 36 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:24.548 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:18:24 smithi155 systemd[1]: Stopping Ceph alertmanager.a for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:18:24.548 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:18:24 smithi155 bash[31332]: ts=2024-09-10T19:18:24.341Z caller=main.go:542 level=info msg="Received SIGTERM, exiting gracefully..." 2024-09-10T19:18:25.226 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:18:24 smithi155 docker[39563]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-alertmanager.a 2024-09-10T19:18:25.226 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:18:25 smithi155 systemd[1]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968@alertmanager.a.service: Succeeded. 2024-09-10T19:18:25.226 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:18:25 smithi155 systemd[1]: Stopped Ceph alertmanager.a for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:18:25.226 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:18:25 smithi155 systemd[1]: Starting Ceph alertmanager.a for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:18:25.226 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:18:25 smithi155 docker[39600]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-alertmanager.a 2024-09-10T19:18:25.226 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:18:25 smithi155 systemd[1]: Started Ceph alertmanager.a for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:18:25.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:25 smithi155 bash[14970]: cluster 2024-09-10T19:18:24.225253+0000 mgr.x (mgr.34652) 37 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:25.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:25 smithi155 bash[14970]: audit 2024-09-10T19:18:25.150449+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:18:25.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:25 smithi155 bash[14970]: audit 2024-09-10T19:18:25.151983+0000 mon.b (mon.2) 145 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:25.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:25 smithi155 bash[18934]: cluster 2024-09-10T19:18:24.225253+0000 mgr.x (mgr.34652) 37 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:25.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:25 smithi155 bash[18934]: audit 2024-09-10T19:18:25.150449+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:18:25.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:25 smithi155 bash[18934]: audit 2024-09-10T19:18:25.151983+0000 mon.b (mon.2) 145 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:25.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:25 smithi155 bash[14970]: audit 2024-09-10T19:18:25.152946+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:25.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:25 smithi155 bash[18934]: audit 2024-09-10T19:18:25.152946+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:25.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:25 smithi155 bash[14970]: audit 2024-09-10T19:18:25.162696+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:18:25.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:25 smithi155 bash[18934]: audit 2024-09-10T19:18:25.162696+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:18:25.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:25 smithi155 bash[14970]: audit 2024-09-10T19:18:25.164891+0000 mon.b (mon.2) 146 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.405923Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:25.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:25 smithi155 bash[18934]: audit 2024-09-10T19:18:25.164891+0000 mon.b (mon.2) 146 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.405923Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:25.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:25 smithi155 bash[14970]: audit 2024-09-10T19:18:25.165966+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.405923Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:25.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:25 smithi155 bash[18934]: audit 2024-09-10T19:18:25.165966+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.405923Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:25.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:25 smithi155 bash[14970]: audit 2024-09-10T19:18:25.171989+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.405923Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:18:25.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:25 smithi155 bash[14970]: audit 2024-09-10T19:18:25.175494+0000 mon.b (mon.2) 147 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:18:25.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:25 smithi155 bash[14970]: audit 2024-09-10T19:18:25.177134+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:18:25.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:25 smithi155 bash[14970]: audit 2024-09-10T19:18:25.178728+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:18:25.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:25 smithi155 bash[14970]: audit 2024-09-10T19:18:25.181632+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-10T19:18:25.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:25 smithi155 bash[18934]: audit 2024-09-10T19:18:25.171989+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.405923Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:18:25.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:25 smithi155 bash[18934]: audit 2024-09-10T19:18:25.175494+0000 mon.b (mon.2) 147 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:18:25.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:25 smithi155 bash[18934]: audit 2024-09-10T19:18:25.177134+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:18:25.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:25 smithi155 bash[18934]: audit 2024-09-10T19:18:25.178728+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:18:25.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:25 smithi155 bash[18934]: audit 2024-09-10T19:18:25.181632+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-10T19:18:25.618 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:25 smithi189 bash[14634]: cluster 2024-09-10T19:18:24.225253+0000 mgr.x (mgr.34652) 37 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:25.618 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:25 smithi189 bash[14634]: audit 2024-09-10T19:18:25.150449+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:18:25.618 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:25 smithi189 bash[14634]: audit 2024-09-10T19:18:25.151983+0000 mon.b (mon.2) 145 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:25.618 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:25 smithi189 bash[14634]: audit 2024-09-10T19:18:25.152946+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:25.619 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:25 smithi189 bash[14634]: audit 2024-09-10T19:18:25.162696+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:18:25.619 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:25 smithi189 bash[14634]: audit 2024-09-10T19:18:25.164891+0000 mon.b (mon.2) 146 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.405923Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:25.619 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:25 smithi189 bash[14634]: audit 2024-09-10T19:18:25.165966+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.405923Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:25.619 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:25 smithi189 bash[14634]: audit 2024-09-10T19:18:25.171989+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100506009, \"cpu_percentage\": \"3.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052519Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 300626739, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052751Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111044198, \"cpu_percentage\": \"2.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.052974Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54169436, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053204Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51076136, \"cpu_percentage\": \"56.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053399Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49870274, \"cpu_percentage\": \"45.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053564Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52009369, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053753Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12928942, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.053960Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.054375Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.405923Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:18:25.619 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:25 smithi189 bash[14634]: audit 2024-09-10T19:18:25.175494+0000 mon.b (mon.2) 147 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:18:25.619 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:25 smithi189 bash[14634]: audit 2024-09-10T19:18:25.177134+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:18:25.619 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:25 smithi189 bash[14634]: audit 2024-09-10T19:18:25.178728+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:18:25.619 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:25 smithi189 bash[14634]: audit 2024-09-10T19:18:25.181632+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-10T19:18:26.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:26 smithi155 bash[14970]: cephadm 2024-09-10T19:18:25.175013+0000 mgr.x (mgr.34652) 38 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-10T19:18:26.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:26 smithi155 bash[14970]: cephadm 2024-09-10T19:18:25.180729+0000 mgr.x (mgr.34652) 39 : cephadm [INF] Reconfiguring daemon mon.b on smithi189 2024-09-10T19:18:26.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:26 smithi155 bash[18934]: cephadm 2024-09-10T19:18:25.175013+0000 mgr.x (mgr.34652) 38 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-10T19:18:26.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:26 smithi155 bash[18934]: cephadm 2024-09-10T19:18:25.180729+0000 mgr.x (mgr.34652) 39 : cephadm [INF] Reconfiguring daemon mon.b on smithi189 2024-09-10T19:18:26.590 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:18:26 smithi155 bash[39610]: ts=2024-09-10T19:18:26.476Z caller=main.go:181 level=info msg="Starting Alertmanager" version="(version=0.27.0, branch=HEAD, revision=0aa3c2aad14cff039931923ab16b26b7481783b5)" 2024-09-10T19:18:26.590 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:18:26 smithi155 bash[39610]: ts=2024-09-10T19:18:26.476Z 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-10T19:18:26.591 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:18:26 smithi155 bash[39610]: ts=2024-09-10T19:18:26.479Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.155 port=9094 2024-09-10T19:18:26.591 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:18:26 smithi155 bash[39610]: ts=2024-09-10T19:18:26.481Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-10T19:18:26.591 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:18:26 smithi155 bash[39610]: ts=2024-09-10T19:18:26.530Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-10T19:18:26.591 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:18:26 smithi155 bash[39610]: ts=2024-09-10T19:18:26.531Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-10T19:18:26.591 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:18:26 smithi155 bash[39610]: ts=2024-09-10T19:18:26.535Z caller=tls_config.go:313 level=info msg="Listening on" address=[::]:9093 2024-09-10T19:18:26.591 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:18:26 smithi155 bash[39610]: ts=2024-09-10T19:18:26.535Z caller=tls_config.go:316 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-09-10T19:18:26.643 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:26 smithi189 bash[14634]: cephadm 2024-09-10T19:18:25.175013+0000 mgr.x (mgr.34652) 38 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-10T19:18:26.644 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:26 smithi189 bash[14634]: cephadm 2024-09-10T19:18:25.180729+0000 mgr.x (mgr.34652) 39 : cephadm [INF] Reconfiguring daemon mon.b on smithi189 2024-09-10T19:18:27.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:27 smithi155 bash[14970]: cluster 2024-09-10T19:18:26.225962+0000 mgr.x (mgr.34652) 40 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:27.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:27 smithi155 bash[14970]: audit 2024-09-10T19:18:27.299159+0000 mon.b (mon.2) 151 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:18:27.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:27 smithi155 bash[14970]: audit 2024-09-10T19:18:27.300691+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:27.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:27 smithi155 bash[18934]: cluster 2024-09-10T19:18:26.225962+0000 mgr.x (mgr.34652) 40 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:27.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:27 smithi155 bash[18934]: audit 2024-09-10T19:18:27.299159+0000 mon.b (mon.2) 151 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:18:27.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:27 smithi155 bash[18934]: audit 2024-09-10T19:18:27.300691+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:27.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:27 smithi189 bash[14634]: cluster 2024-09-10T19:18:26.225962+0000 mgr.x (mgr.34652) 40 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:27.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:27 smithi189 bash[14634]: audit 2024-09-10T19:18:27.299159+0000 mon.b (mon.2) 151 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:18:27.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:27 smithi189 bash[14634]: audit 2024-09-10T19:18:27.300691+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:28.590 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:18:28 smithi155 bash[39610]: ts=2024-09-10T19:18:28.482Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000726841s 2024-09-10T19:18:28.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:28 smithi155 bash[14970]: audit 2024-09-10T19:18:27.301765+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:28.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:28 smithi155 bash[18934]: audit 2024-09-10T19:18:27.301765+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:28.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:28 smithi155 bash[14970]: audit 2024-09-10T19:18:27.308483+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:18:28.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:28 smithi155 bash[18934]: audit 2024-09-10T19:18:27.308483+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:18:28.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:28 smithi155 bash[14970]: audit 2024-09-10T19:18:27.311687+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 25102909, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509740Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:08:20.314337Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.510648Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.426360Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:28.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:28 smithi155 bash[18934]: audit 2024-09-10T19:18:27.311687+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 25102909, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509740Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:08:20.314337Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.510648Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.426360Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:28.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:28 smithi155 bash[14970]: audit 2024-09-10T19:18:27.312885+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 25102909, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509740Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:08:20.314337Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.510648Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.426360Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:28.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:28 smithi155 bash[14970]: audit 2024-09-10T19:18:27.325658+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 25102909, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509740Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:08:20.314337Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.510648Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.426360Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:18:28.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:28 smithi155 bash[14970]: cephadm 2024-09-10T19:18:27.329618+0000 mgr.x (mgr.34652) 41 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-10T19:18:28.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:28 smithi155 bash[14970]: cephadm 2024-09-10T19:18:27.343743+0000 mgr.x (mgr.34652) 42 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi189 2024-09-10T19:18:28.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:28 smithi155 bash[18934]: audit 2024-09-10T19:18:27.312885+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 25102909, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509740Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:08:20.314337Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.510648Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.426360Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:28.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:28 smithi155 bash[18934]: audit 2024-09-10T19:18:27.325658+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 25102909, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509740Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:08:20.314337Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.510648Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.426360Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:18:28.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:28 smithi155 bash[18934]: cephadm 2024-09-10T19:18:27.329618+0000 mgr.x (mgr.34652) 41 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-10T19:18:28.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:28 smithi155 bash[18934]: cephadm 2024-09-10T19:18:27.343743+0000 mgr.x (mgr.34652) 42 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi189 2024-09-10T19:18:28.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:28 smithi189 bash[14634]: audit 2024-09-10T19:18:27.301765+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:28.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:28 smithi189 bash[14634]: audit 2024-09-10T19:18:27.308483+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:18:28.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:28 smithi189 bash[14634]: audit 2024-09-10T19:18:27.311687+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 25102909, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509740Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:08:20.314337Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.510648Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.426360Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:28.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:28 smithi189 bash[14634]: audit 2024-09-10T19:18:27.312885+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 25102909, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509740Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:08:20.314337Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.510648Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.426360Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:28.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:28 smithi189 bash[14634]: audit 2024-09-10T19:18:27.325658+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"815e116330a2\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 25102909, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509740Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:08:20.314337Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:08:15.012643Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:17:50.510648Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.426360Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:18:28.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:28 smithi189 bash[14634]: cephadm 2024-09-10T19:18:27.329618+0000 mgr.x (mgr.34652) 41 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-10T19:18:28.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:28 smithi189 bash[14634]: cephadm 2024-09-10T19:18:27.343743+0000 mgr.x (mgr.34652) 42 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi189 2024-09-10T19:18:29.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:29 smithi155 bash[18934]: cluster 2024-09-10T19:18:28.227489+0000 mgr.x (mgr.34652) 43 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:29.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:29 smithi155 bash[14970]: cluster 2024-09-10T19:18:28.227489+0000 mgr.x (mgr.34652) 43 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:29.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:29 smithi189 bash[14634]: cluster 2024-09-10T19:18:28.227489+0000 mgr.x (mgr.34652) 43 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:31.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:31 smithi155 bash[14970]: cluster 2024-09-10T19:18:30.228085+0000 mgr.x (mgr.34652) 44 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:31.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:31 smithi155 bash[18934]: cluster 2024-09-10T19:18:30.228085+0000 mgr.x (mgr.34652) 44 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:31.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:31 smithi189 bash[14634]: cluster 2024-09-10T19:18:30.228085+0000 mgr.x (mgr.34652) 44 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:33.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:33 smithi155 bash[14970]: cluster 2024-09-10T19:18:32.228812+0000 mgr.x (mgr.34652) 45 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:33.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:33 smithi155 bash[18934]: cluster 2024-09-10T19:18:32.228812+0000 mgr.x (mgr.34652) 45 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:33.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:33 smithi189 bash[14634]: cluster 2024-09-10T19:18:32.228812+0000 mgr.x (mgr.34652) 45 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:35.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:35 smithi155 bash[14970]: cluster 2024-09-10T19:18:34.230267+0000 mgr.x (mgr.34652) 46 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:35.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:35 smithi155 bash[18934]: cluster 2024-09-10T19:18:34.230267+0000 mgr.x (mgr.34652) 46 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:35.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:35 smithi189 bash[14634]: cluster 2024-09-10T19:18:34.230267+0000 mgr.x (mgr.34652) 46 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:36.839 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:18:36 smithi155 bash[39610]: ts=2024-09-10T19:18:36.485Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.00314388s 2024-09-10T19:18:37.582 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:37 smithi189 bash[14634]: cluster 2024-09-10T19:18:36.230952+0000 mgr.x (mgr.34652) 47 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:37.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:37 smithi155 bash[14970]: cluster 2024-09-10T19:18:36.230952+0000 mgr.x (mgr.34652) 47 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:37.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:37 smithi155 bash[18934]: cluster 2024-09-10T19:18:36.230952+0000 mgr.x (mgr.34652) 47 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:39.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:39 smithi155 bash[14970]: cluster 2024-09-10T19:18:38.232315+0000 mgr.x (mgr.34652) 48 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:39.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:39 smithi155 bash[18934]: cluster 2024-09-10T19:18:38.232315+0000 mgr.x (mgr.34652) 48 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:39.653 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:39 smithi189 bash[14634]: cluster 2024-09-10T19:18:38.232315+0000 mgr.x (mgr.34652) 48 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:39.653 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:39 smithi189 systemd[1]: Stopping Ceph prometheus.a for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:18:39.653 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:39 smithi189 bash[24211]: ts=2024-09-10T19:18:39.413Z caller=main.go:995 level=warn msg="Received an OS signal, exiting gracefully..." signal=terminated 2024-09-10T19:18:39.653 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:39 smithi189 bash[24211]: ts=2024-09-10T19:18:39.413Z caller=main.go:1019 level=info msg="Stopping scrape discovery manager..." 2024-09-10T19:18:39.653 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:39 smithi189 bash[24211]: ts=2024-09-10T19:18:39.413Z caller=main.go:1033 level=info msg="Stopping notify discovery manager..." 2024-09-10T19:18:39.653 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:39 smithi189 bash[24211]: ts=2024-09-10T19:18:39.413Z caller=manager.go:178 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-10T19:18:39.653 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:39 smithi189 bash[24211]: ts=2024-09-10T19:18:39.413Z caller=manager.go:188 level=info component="rule manager" msg="Rule manager stopped" 2024-09-10T19:18:39.653 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:39 smithi189 bash[24211]: ts=2024-09-10T19:18:39.413Z caller=main.go:1015 level=info msg="Scrape discovery manager stopped" 2024-09-10T19:18:39.654 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:39 smithi189 bash[24211]: ts=2024-09-10T19:18:39.413Z caller=main.go:1070 level=info msg="Stopping scrape manager..." 2024-09-10T19:18:39.654 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:39 smithi189 bash[24211]: ts=2024-09-10T19:18:39.413Z caller=main.go:1029 level=info msg="Notify discovery manager stopped" 2024-09-10T19:18:39.654 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:39 smithi189 bash[24211]: ts=2024-09-10T19:18:39.414Z caller=main.go:1062 level=info msg="Scrape manager stopped" 2024-09-10T19:18:39.654 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:39 smithi189 bash[24211]: ts=2024-09-10T19:18:39.416Z caller=notifier.go:693 level=info component=notifier msg="Stopping notification manager..." 2024-09-10T19:18:39.654 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:39 smithi189 bash[24211]: ts=2024-09-10T19:18:39.416Z caller=notifier.go:386 level=info component=notifier msg="Draining any remaining notifications..." 2024-09-10T19:18:39.654 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:39 smithi189 bash[24211]: ts=2024-09-10T19:18:39.416Z caller=notifier.go:392 level=info component=notifier msg="Remaining notifications drained" 2024-09-10T19:18:39.654 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:39 smithi189 bash[24211]: ts=2024-09-10T19:18:39.416Z caller=notifier.go:322 level=info component=notifier msg="Notification manager stopped" 2024-09-10T19:18:39.654 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:39 smithi189 bash[24211]: ts=2024-09-10T19:18:39.416Z caller=main.go:1293 level=info msg="Notifier manager stopped" 2024-09-10T19:18:39.654 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:39 smithi189 bash[24211]: ts=2024-09-10T19:18:39.416Z caller=main.go:1305 level=info msg="See you next time!" 2024-09-10T19:18:40.370 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:40 smithi189 docker[28315]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-prometheus.a 2024-09-10T19:18:40.370 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:40 smithi189 systemd[1]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968@prometheus.a.service: Succeeded. 2024-09-10T19:18:40.370 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:40 smithi189 systemd[1]: Stopped Ceph prometheus.a for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:18:40.370 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:40 smithi189 systemd[1]: Starting Ceph prometheus.a for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:18:40.370 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:40 smithi189 docker[28352]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-prometheus.a 2024-09-10T19:18:40.370 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:40 smithi189 systemd[1]: Started Ceph prometheus.a for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:18:41.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[14970]: cluster 2024-09-10T19:18:40.233047+0000 mgr.x (mgr.34652) 49 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:41.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[14970]: audit 2024-09-10T19:18:40.305006+0000 mon.b (mon.2) 154 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:18:41.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[14970]: audit 2024-09-10T19:18:40.305922+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:41.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[18934]: cluster 2024-09-10T19:18:40.233047+0000 mgr.x (mgr.34652) 49 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:41.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[18934]: audit 2024-09-10T19:18:40.305006+0000 mon.b (mon.2) 154 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:18:41.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[18934]: audit 2024-09-10T19:18:40.305922+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:41.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[14970]: audit 2024-09-10T19:18:40.306871+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:41.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[18934]: audit 2024-09-10T19:18:40.306871+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:41.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[14970]: audit 2024-09-10T19:18:40.313540+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:18:41.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[18934]: audit 2024-09-10T19:18:40.313540+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:18:41.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[14970]: audit 2024-09-10T19:18:40.315325+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"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\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.426360Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:41.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[18934]: audit 2024-09-10T19:18:40.315325+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"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\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.426360Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:41.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[14970]: audit 2024-09-10T19:18:40.316437+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"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\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.426360Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:41.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[14970]: audit 2024-09-10T19:18:40.322637+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"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\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.426360Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:18:41.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[14970]: audit 2024-09-10T19:18:40.330593+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T19:18:41.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[18934]: audit 2024-09-10T19:18:40.316437+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"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\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.426360Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:41.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[18934]: audit 2024-09-10T19:18:40.322637+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"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\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.426360Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:18:41.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[18934]: audit 2024-09-10T19:18:40.330593+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T19:18:41.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[14970]: audit 2024-09-10T19:18:40.331618+0000 mgr.x (mgr.34652) 50 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T19:18:41.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[14970]: audit 2024-09-10T19:18:40.333497+0000 mon.b (mon.2) 158 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi155.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T19:18:41.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[14970]: audit 2024-09-10T19:18:40.334217+0000 mgr.x (mgr.34652) 51 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi155.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T19:18:41.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[14970]: audit 2024-09-10T19:18:40.334781+0000 mon.b (mon.2) 159 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi155.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-09-10T19:18:41.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[14970]: audit 2024-09-10T19:18:40.335576+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi155.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-09-10T19:18:41.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[14970]: audit 2024-09-10T19:18:40.343474+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi155.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-09-10T19:18:41.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[14970]: audit 2024-09-10T19:18:40.362491+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T19:18:41.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[14970]: audit 2024-09-10T19:18:40.363509+0000 mgr.x (mgr.34652) 52 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T19:18:41.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[14970]: audit 2024-09-10T19:18:40.371285+0000 mon.b (mon.2) 161 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi189.front.sepia.ceph.com:9095"}]: dispatch 2024-09-10T19:18:41.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[14970]: audit 2024-09-10T19:18:40.371958+0000 mgr.x (mgr.34652) 53 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi189.front.sepia.ceph.com:9095"}]: dispatch 2024-09-10T19:18:41.346 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[14970]: audit 2024-09-10T19:18:40.372519+0000 mon.b (mon.2) 162 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi189.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-09-10T19:18:41.346 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[14970]: audit 2024-09-10T19:18:40.373404+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi189.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-09-10T19:18:41.346 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[14970]: audit 2024-09-10T19:18:40.384106+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi189.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-09-10T19:18:41.346 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[14970]: audit 2024-09-10T19:18:40.395850+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:18:41.346 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[14970]: audit 2024-09-10T19:18:40.406373+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:18:41.346 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[18934]: audit 2024-09-10T19:18:40.331618+0000 mgr.x (mgr.34652) 50 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T19:18:41.346 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[18934]: audit 2024-09-10T19:18:40.333497+0000 mon.b (mon.2) 158 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi155.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T19:18:41.346 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[18934]: audit 2024-09-10T19:18:40.334217+0000 mgr.x (mgr.34652) 51 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi155.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T19:18:41.346 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[18934]: audit 2024-09-10T19:18:40.334781+0000 mon.b (mon.2) 159 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi155.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-09-10T19:18:41.346 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[18934]: audit 2024-09-10T19:18:40.335576+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi155.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-09-10T19:18:41.346 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[18934]: audit 2024-09-10T19:18:40.343474+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi155.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-09-10T19:18:41.347 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[18934]: audit 2024-09-10T19:18:40.362491+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T19:18:41.347 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[18934]: audit 2024-09-10T19:18:40.363509+0000 mgr.x (mgr.34652) 52 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T19:18:41.347 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[18934]: audit 2024-09-10T19:18:40.371285+0000 mon.b (mon.2) 161 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi189.front.sepia.ceph.com:9095"}]: dispatch 2024-09-10T19:18:41.347 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[18934]: audit 2024-09-10T19:18:40.371958+0000 mgr.x (mgr.34652) 53 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi189.front.sepia.ceph.com:9095"}]: dispatch 2024-09-10T19:18:41.347 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[18934]: audit 2024-09-10T19:18:40.372519+0000 mon.b (mon.2) 162 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi189.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-09-10T19:18:41.347 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[18934]: audit 2024-09-10T19:18:40.373404+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi189.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-09-10T19:18:41.347 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[18934]: audit 2024-09-10T19:18:40.384106+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi189.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-09-10T19:18:41.347 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[18934]: audit 2024-09-10T19:18:40.395850+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:18:41.347 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:41 smithi155 bash[18934]: audit 2024-09-10T19:18:40.406373+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:18:41.364 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[14634]: cluster 2024-09-10T19:18:40.233047+0000 mgr.x (mgr.34652) 49 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:41.364 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[14634]: audit 2024-09-10T19:18:40.305006+0000 mon.b (mon.2) 154 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:18:41.364 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[14634]: audit 2024-09-10T19:18:40.305922+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:41.364 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[14634]: audit 2024-09-10T19:18:40.306871+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:41.364 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[14634]: audit 2024-09-10T19:18:40.313540+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:18:41.364 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[14634]: audit 2024-09-10T19:18:40.315325+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"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\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.426360Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:41.365 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[14634]: audit 2024-09-10T19:18:40.316437+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"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\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.426360Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:41.365 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[14634]: audit 2024-09-10T19:18:40.322637+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 117021081, \"cpu_percentage\": \"4.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508429Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441555353, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:17:50.508716Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_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\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.508926Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50855936, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509131Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509331Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52690944, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509530Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"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\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12352225, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.509938Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27430748, \"cpu_percentage\": \"0.05%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510134Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52198113, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:17:50.510337Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.426360Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:18:41.365 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[14634]: audit 2024-09-10T19:18:40.330593+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T19:18:41.365 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[14634]: audit 2024-09-10T19:18:40.331618+0000 mgr.x (mgr.34652) 50 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T19:18:41.365 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[14634]: audit 2024-09-10T19:18:40.333497+0000 mon.b (mon.2) 158 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi155.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T19:18:41.365 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[14634]: audit 2024-09-10T19:18:40.334217+0000 mgr.x (mgr.34652) 51 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi155.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T19:18:41.365 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[14634]: audit 2024-09-10T19:18:40.334781+0000 mon.b (mon.2) 159 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi155.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-09-10T19:18:41.365 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[14634]: audit 2024-09-10T19:18:40.335576+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi155.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-09-10T19:18:41.365 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[14634]: audit 2024-09-10T19:18:40.343474+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi155.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-09-10T19:18:41.365 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[14634]: audit 2024-09-10T19:18:40.362491+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T19:18:41.366 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[14634]: audit 2024-09-10T19:18:40.363509+0000 mgr.x (mgr.34652) 52 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T19:18:41.366 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[14634]: audit 2024-09-10T19:18:40.371285+0000 mon.b (mon.2) 161 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi189.front.sepia.ceph.com:9095"}]: dispatch 2024-09-10T19:18:41.366 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[14634]: audit 2024-09-10T19:18:40.371958+0000 mgr.x (mgr.34652) 53 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi189.front.sepia.ceph.com:9095"}]: dispatch 2024-09-10T19:18:41.366 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[14634]: audit 2024-09-10T19:18:40.372519+0000 mon.b (mon.2) 162 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi189.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-09-10T19:18:41.366 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[14634]: audit 2024-09-10T19:18:40.373404+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi189.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-09-10T19:18:41.366 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[14634]: audit 2024-09-10T19:18:40.384106+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi189.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-09-10T19:18:41.366 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[14634]: audit 2024-09-10T19:18:40.395850+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:18:41.366 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[14634]: audit 2024-09-10T19:18:40.406373+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:18:41.703 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[28363]: ts=2024-09-10T19:18:41.502Z caller=main.go:601 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-09-10T19:18:41.703 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[28363]: ts=2024-09-10T19:18:41.502Z caller=main.go:645 level=info msg="Starting Prometheus Server" mode=server version="(version=2.54.1, branch=HEAD, revision=e6cfa720fbe6280153fab13090a483dbd40bece3)" 2024-09-10T19:18:41.703 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[28363]: ts=2024-09-10T19:18:41.502Z 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-10T19:18:41.703 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[28363]: ts=2024-09-10T19:18:41.502Z 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 smithi189 (none))" 2024-09-10T19:18:41.703 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[28363]: ts=2024-09-10T19:18:41.502Z caller=main.go:652 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-10T19:18:41.703 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[28363]: ts=2024-09-10T19:18:41.502Z caller=main.go:653 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-10T19:18:41.703 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[28363]: ts=2024-09-10T19:18:41.505Z caller=web.go:571 level=info component=web msg="Start listening for connections" address=:9095 2024-09-10T19:18:41.703 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[28363]: ts=2024-09-10T19:18:41.505Z caller=main.go:1160 level=info msg="Starting TSDB ..." 2024-09-10T19:18:41.704 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[28363]: ts=2024-09-10T19:18:41.509Z caller=tls_config.go:313 level=info component=web msg="Listening on" address=[::]:9095 2024-09-10T19:18:41.704 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[28363]: ts=2024-09-10T19:18:41.509Z caller=tls_config.go:316 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-10T19:18:41.704 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[28363]: ts=2024-09-10T19:18:41.512Z caller=head.go:626 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-10T19:18:41.704 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[28363]: ts=2024-09-10T19:18:41.512Z caller=head.go:713 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=39.296µs 2024-09-10T19:18:41.704 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[28363]: ts=2024-09-10T19:18:41.512Z caller=head.go:721 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-10T19:18:41.704 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[28363]: ts=2024-09-10T19:18:41.513Z caller=head.go:793 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2024-09-10T19:18:41.704 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[28363]: ts=2024-09-10T19:18:41.534Z caller=head.go:793 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2024-09-10T19:18:41.704 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[28363]: ts=2024-09-10T19:18:41.535Z caller=head.go:793 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2024-09-10T19:18:41.704 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[28363]: ts=2024-09-10T19:18:41.535Z caller=head.go:830 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=39.756µs wal_replay_duration=22.636946ms wbl_replay_duration=138ns chunk_snapshot_load_duration=0s mmap_chunk_replay_duration=39.296µs total_replay_duration=22.744538ms 2024-09-10T19:18:41.704 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[28363]: ts=2024-09-10T19:18:41.537Z caller=main.go:1181 level=info fs_type=XFS_SUPER_MAGIC 2024-09-10T19:18:41.704 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[28363]: ts=2024-09-10T19:18:41.537Z caller=main.go:1184 level=info msg="TSDB started" 2024-09-10T19:18:41.704 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[28363]: ts=2024-09-10T19:18:41.537Z caller=main.go:1367 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-10T19:18:41.704 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[28363]: ts=2024-09-10T19:18:41.551Z caller=main.go:1404 level=info msg="updated GOGC" old=100 new=75 2024-09-10T19:18:41.705 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[28363]: ts=2024-09-10T19:18:41.551Z caller=main.go:1415 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=13.551559ms db_storage=1.119µs remote_storage=1.878µs web_handler=441ns query_engine=5.404µs scrape=297.699µs scrape_sd=35.783µs notify=21.441µs notify_sd=7.02µs rules=12.754207ms tracing=6.892µs 2024-09-10T19:18:41.705 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[28363]: ts=2024-09-10T19:18:41.551Z caller=main.go:1145 level=info msg="Server is ready to receive web requests." 2024-09-10T19:18:41.705 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:18:41 smithi189 bash[28363]: ts=2024-09-10T19:18:41.551Z caller=manager.go:164 level=info component="rule manager" msg="Starting rule manager..." 2024-09-10T19:18:43.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:43 smithi155 bash[14970]: cluster 2024-09-10T19:18:42.233733+0000 mgr.x (mgr.34652) 54 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:43.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:43 smithi155 bash[14970]: audit 2024-09-10T19:18:42.736793+0000 mon.b (mon.2) 165 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-10T19:18:43.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:43 smithi155 bash[14970]: audit 2024-09-10T19:18:42.737470+0000 mon.b (mon.2) 166 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:18:43.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:43 smithi155 bash[14970]: audit 2024-09-10T19:18:42.738020+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-10T19:18:43.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:43 smithi155 bash[14970]: audit 2024-09-10T19:18:42.738072+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 5]}]: dispatch 2024-09-10T19:18:43.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:43 smithi155 bash[14970]: audit 2024-09-10T19:18:42.738759+0000 mon.b (mon.2) 168 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:18:43.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:43 smithi155 bash[14970]: audit 2024-09-10T19:18:42.738820+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:18:43.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:43 smithi155 bash[14970]: audit 2024-09-10T19:18:42.739327+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 5]}]: dispatch 2024-09-10T19:18:43.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:43 smithi155 bash[14970]: audit 2024-09-10T19:18:42.739818+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:18:43.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:43 smithi155 bash[18934]: cluster 2024-09-10T19:18:42.233733+0000 mgr.x (mgr.34652) 54 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:43.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:43 smithi155 bash[18934]: audit 2024-09-10T19:18:42.736793+0000 mon.b (mon.2) 165 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-10T19:18:43.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:43 smithi155 bash[18934]: audit 2024-09-10T19:18:42.737470+0000 mon.b (mon.2) 166 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:18:43.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:43 smithi155 bash[18934]: audit 2024-09-10T19:18:42.738020+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-10T19:18:43.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:43 smithi155 bash[18934]: audit 2024-09-10T19:18:42.738072+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 5]}]: dispatch 2024-09-10T19:18:43.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:43 smithi155 bash[18934]: audit 2024-09-10T19:18:42.738759+0000 mon.b (mon.2) 168 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:18:43.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:43 smithi155 bash[18934]: audit 2024-09-10T19:18:42.738820+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:18:43.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:43 smithi155 bash[18934]: audit 2024-09-10T19:18:42.739327+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 5]}]: dispatch 2024-09-10T19:18:43.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:43 smithi155 bash[18934]: audit 2024-09-10T19:18:42.739818+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:18:43.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:43 smithi189 bash[14634]: cluster 2024-09-10T19:18:42.233733+0000 mgr.x (mgr.34652) 54 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:43 smithi189 bash[14634]: audit 2024-09-10T19:18:42.736793+0000 mon.b (mon.2) 165 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-10T19:18:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:43 smithi189 bash[14634]: audit 2024-09-10T19:18:42.737470+0000 mon.b (mon.2) 166 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:18:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:43 smithi189 bash[14634]: audit 2024-09-10T19:18:42.738020+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-10T19:18:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:43 smithi189 bash[14634]: audit 2024-09-10T19:18:42.738072+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 5]}]: dispatch 2024-09-10T19:18:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:43 smithi189 bash[14634]: audit 2024-09-10T19:18:42.738759+0000 mon.b (mon.2) 168 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:18:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:43 smithi189 bash[14634]: audit 2024-09-10T19:18:42.738820+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:18:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:43 smithi189 bash[14634]: audit 2024-09-10T19:18:42.739327+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 5]}]: dispatch 2024-09-10T19:18:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:43 smithi189 bash[14634]: audit 2024-09-10T19:18:42.739818+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:18:45.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:45 smithi155 bash[14970]: cluster 2024-09-10T19:18:44.235167+0000 mgr.x (mgr.34652) 55 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:45.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:45 smithi155 bash[18934]: cluster 2024-09-10T19:18:44.235167+0000 mgr.x (mgr.34652) 55 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:45.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:45 smithi189 bash[14634]: cluster 2024-09-10T19:18:44.235167+0000 mgr.x (mgr.34652) 55 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:47.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[14970]: cluster 2024-09-10T19:18:46.235842+0000 mgr.x (mgr.34652) 56 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:47.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[14970]: audit 2024-09-10T19:18:46.400615+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:18:47.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[14970]: audit 2024-09-10T19:18:46.401946+0000 mon.b (mon.2) 170 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:47.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[18934]: cluster 2024-09-10T19:18:46.235842+0000 mgr.x (mgr.34652) 56 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:47.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[18934]: audit 2024-09-10T19:18:46.400615+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:18:47.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[18934]: audit 2024-09-10T19:18:46.401946+0000 mon.b (mon.2) 170 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:47.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[18934]: audit 2024-09-10T19:18:46.403026+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:47.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[14970]: audit 2024-09-10T19:18:46.403026+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:47.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[18934]: audit 2024-09-10T19:18:46.409881+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:18:47.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[14970]: audit 2024-09-10T19:18:46.409881+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:18:47.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[18934]: audit 2024-09-10T19:18:46.411629+0000 mon.b (mon.2) 171 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121110528, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396212Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 302094745, \"cpu_percentage\": \"0.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396637Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120481382, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396888Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53550776, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397141Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52890173, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397385Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51589939, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397625Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53854863, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397867Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398102Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16001269, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398341Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52156170, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398578Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:18:46.398982Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.405923Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:47.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[18934]: audit 2024-09-10T19:18:46.412618+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121110528, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396212Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 302094745, \"cpu_percentage\": \"0.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396637Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120481382, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396888Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53550776, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397141Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52890173, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397385Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51589939, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397625Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53854863, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397867Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398102Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16001269, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398341Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52156170, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398578Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:18:46.398982Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.405923Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:47.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[14970]: audit 2024-09-10T19:18:46.411629+0000 mon.b (mon.2) 171 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121110528, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396212Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 302094745, \"cpu_percentage\": \"0.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396637Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120481382, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396888Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53550776, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397141Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52890173, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397385Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51589939, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397625Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53854863, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397867Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398102Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16001269, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398341Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52156170, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398578Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:18:46.398982Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.405923Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:47.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[18934]: audit 2024-09-10T19:18:46.419231+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121110528, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396212Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 302094745, \"cpu_percentage\": \"0.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396637Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120481382, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396888Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53550776, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397141Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52890173, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397385Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51589939, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397625Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53854863, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397867Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398102Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16001269, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398341Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52156170, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398578Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:18:46.398982Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.405923Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:18:47.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[18934]: audit 2024-09-10T19:18:46.794038+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:18:47.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[18934]: audit 2024-09-10T19:18:46.795604+0000 mon.b (mon.2) 173 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:47.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[18934]: audit 2024-09-10T19:18:46.796663+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:47.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[14970]: audit 2024-09-10T19:18:46.412618+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121110528, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396212Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 302094745, \"cpu_percentage\": \"0.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396637Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120481382, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396888Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53550776, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397141Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52890173, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397385Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51589939, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397625Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53854863, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397867Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398102Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16001269, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398341Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52156170, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398578Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:18:46.398982Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.405923Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:47.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[18934]: audit 2024-09-10T19:18:46.803088+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:18:47.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[14970]: audit 2024-09-10T19:18:46.419231+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121110528, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396212Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 302094745, \"cpu_percentage\": \"0.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396637Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120481382, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396888Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53550776, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397141Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52890173, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397385Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51589939, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397625Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53854863, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397867Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398102Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16001269, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398341Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52156170, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398578Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:18:46.398982Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.405923Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:18:47.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[14970]: audit 2024-09-10T19:18:46.794038+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:18:47.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[18934]: audit 2024-09-10T19:18:46.805597+0000 mon.b (mon.2) 174 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 124990259, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.789552Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451411968, \"cpu_percentage\": \"0.62%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.789936Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54358179, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.790194Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52659486, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.790443Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54641295, \"cpu_percentage\": \"0.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.790684Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54127493, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.790925Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 30282874, \"cpu_percentage\": \"0.29%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.791202Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13537116, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.791454Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27619491, \"cpu_percentage\": \"0.06%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.791695Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52554629, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.791934Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:18:46.792329Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.426360Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:47.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[14970]: audit 2024-09-10T19:18:46.795604+0000 mon.b (mon.2) 173 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:47.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[14970]: audit 2024-09-10T19:18:46.796663+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:47.596 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[18934]: audit 2024-09-10T19:18:46.806783+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 124990259, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.789552Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451411968, \"cpu_percentage\": \"0.62%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.789936Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54358179, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.790194Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52659486, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.790443Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54641295, \"cpu_percentage\": \"0.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.790684Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54127493, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.790925Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 30282874, \"cpu_percentage\": \"0.29%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.791202Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13537116, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.791454Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27619491, \"cpu_percentage\": \"0.06%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.791695Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52554629, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.791934Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:18:46.792329Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.426360Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:47.596 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[18934]: audit 2024-09-10T19:18:46.813510+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 124990259, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.789552Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451411968, \"cpu_percentage\": \"0.62%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.789936Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54358179, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.790194Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52659486, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.790443Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54641295, \"cpu_percentage\": \"0.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.790684Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54127493, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.790925Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 30282874, \"cpu_percentage\": \"0.29%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.791202Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13537116, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.791454Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27619491, \"cpu_percentage\": \"0.06%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.791695Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52554629, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.791934Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:18:46.792329Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.426360Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:18:47.597 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[18934]: audit 2024-09-10T19:18:46.818000+0000 mon.b (mon.2) 175 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:18:47.597 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[18934]: audit 2024-09-10T19:18:46.818738+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:18:47.597 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[18934]: audit 2024-09-10T19:18:46.822234+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:18:47.597 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[18934]: audit 2024-09-10T19:18:46.879941+0000 mon.b (mon.2) 176 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:18:47.597 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[18934]: audit 2024-09-10T19:18:46.880772+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:18:47.597 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[18934]: audit 2024-09-10T19:18:46.886818+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:18:47.598 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[14970]: audit 2024-09-10T19:18:46.803088+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:18:47.598 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[14970]: audit 2024-09-10T19:18:46.805597+0000 mon.b (mon.2) 174 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 124990259, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.789552Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451411968, \"cpu_percentage\": \"0.62%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.789936Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54358179, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.790194Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52659486, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.790443Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54641295, \"cpu_percentage\": \"0.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.790684Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54127493, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.790925Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 30282874, \"cpu_percentage\": \"0.29%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.791202Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13537116, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.791454Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27619491, \"cpu_percentage\": \"0.06%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.791695Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52554629, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.791934Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:18:46.792329Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.426360Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:47.598 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[14970]: audit 2024-09-10T19:18:46.806783+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 124990259, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.789552Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451411968, \"cpu_percentage\": \"0.62%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.789936Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54358179, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.790194Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52659486, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.790443Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54641295, \"cpu_percentage\": \"0.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.790684Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54127493, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.790925Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 30282874, \"cpu_percentage\": \"0.29%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.791202Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13537116, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.791454Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27619491, \"cpu_percentage\": \"0.06%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.791695Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52554629, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.791934Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:18:46.792329Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.426360Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:47.598 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[14970]: audit 2024-09-10T19:18:46.813510+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 124990259, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.789552Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451411968, \"cpu_percentage\": \"0.62%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.789936Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54358179, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.790194Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52659486, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.790443Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54641295, \"cpu_percentage\": \"0.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.790684Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54127493, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.790925Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 30282874, \"cpu_percentage\": \"0.29%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.791202Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13537116, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.791454Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27619491, \"cpu_percentage\": \"0.06%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.791695Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52554629, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.791934Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:18:46.792329Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.426360Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:18:47.598 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[14970]: audit 2024-09-10T19:18:46.818000+0000 mon.b (mon.2) 175 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:18:47.598 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[14970]: audit 2024-09-10T19:18:46.818738+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:18:47.598 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[14970]: audit 2024-09-10T19:18:46.822234+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:18:47.598 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[14970]: audit 2024-09-10T19:18:46.879941+0000 mon.b (mon.2) 176 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:18:47.598 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[14970]: audit 2024-09-10T19:18:46.880772+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:18:47.598 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:47 smithi155 bash[14970]: audit 2024-09-10T19:18:46.886818+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:18:47.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:47 smithi189 bash[14634]: cluster 2024-09-10T19:18:46.235842+0000 mgr.x (mgr.34652) 56 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:47.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:47 smithi189 bash[14634]: audit 2024-09-10T19:18:46.400615+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:18:47.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:47 smithi189 bash[14634]: audit 2024-09-10T19:18:46.401946+0000 mon.b (mon.2) 170 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:47.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:47 smithi189 bash[14634]: audit 2024-09-10T19:18:46.403026+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:47.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:47 smithi189 bash[14634]: audit 2024-09-10T19:18:46.409881+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:18:47.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:47 smithi189 bash[14634]: audit 2024-09-10T19:18:46.411629+0000 mon.b (mon.2) 171 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121110528, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396212Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 302094745, \"cpu_percentage\": \"0.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396637Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120481382, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396888Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53550776, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397141Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52890173, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397385Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51589939, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397625Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53854863, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397867Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398102Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16001269, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398341Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52156170, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398578Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:18:46.398982Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.405923Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:47.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:47 smithi189 bash[14634]: audit 2024-09-10T19:18:46.412618+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121110528, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396212Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 302094745, \"cpu_percentage\": \"0.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396637Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120481382, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396888Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53550776, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397141Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52890173, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397385Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51589939, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397625Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53854863, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397867Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398102Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16001269, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398341Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52156170, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398578Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:18:46.398982Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.405923Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:47.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:47 smithi189 bash[14634]: audit 2024-09-10T19:18:46.419231+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121110528, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396212Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 302094745, \"cpu_percentage\": \"0.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396637Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120481382, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396888Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53550776, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397141Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52890173, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397385Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51589939, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397625Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53854863, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397867Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398102Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16001269, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398341Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52156170, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398578Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:18:46.398982Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.405923Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:18:47.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:47 smithi189 bash[14634]: audit 2024-09-10T19:18:46.794038+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:18:47.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:47 smithi189 bash[14634]: audit 2024-09-10T19:18:46.795604+0000 mon.b (mon.2) 173 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:47.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:47 smithi189 bash[14634]: audit 2024-09-10T19:18:46.796663+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:18:47.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:47 smithi189 bash[14634]: audit 2024-09-10T19:18:46.803088+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:18:47.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:47 smithi189 bash[14634]: audit 2024-09-10T19:18:46.805597+0000 mon.b (mon.2) 174 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 124990259, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.789552Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451411968, \"cpu_percentage\": \"0.62%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.789936Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54358179, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.790194Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52659486, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.790443Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54641295, \"cpu_percentage\": \"0.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.790684Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54127493, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.790925Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 30282874, \"cpu_percentage\": \"0.29%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.791202Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13537116, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.791454Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27619491, \"cpu_percentage\": \"0.06%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.791695Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52554629, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.791934Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:18:46.792329Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.426360Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:47.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:47 smithi189 bash[14634]: audit 2024-09-10T19:18:46.806783+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 124990259, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.789552Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451411968, \"cpu_percentage\": \"0.62%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.789936Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54358179, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.790194Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52659486, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.790443Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54641295, \"cpu_percentage\": \"0.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.790684Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54127493, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.790925Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 30282874, \"cpu_percentage\": \"0.29%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.791202Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13537116, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.791454Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27619491, \"cpu_percentage\": \"0.06%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.791695Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52554629, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.791934Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:18:46.792329Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.426360Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:18:47.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:47 smithi189 bash[14634]: audit 2024-09-10T19:18:46.813510+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 124990259, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.789552Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451411968, \"cpu_percentage\": \"0.62%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.789936Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54358179, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.790194Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52659486, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.790443Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54641295, \"cpu_percentage\": \"0.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.790684Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54127493, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.790925Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 30282874, \"cpu_percentage\": \"0.29%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.791202Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13537116, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.791454Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27619491, \"cpu_percentage\": \"0.06%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.791695Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52554629, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.791934Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:18:46.792329Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:18:10.426360Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:18:47.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:47 smithi189 bash[14634]: audit 2024-09-10T19:18:46.818000+0000 mon.b (mon.2) 175 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:18:47.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:47 smithi189 bash[14634]: audit 2024-09-10T19:18:46.818738+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:18:47.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:47 smithi189 bash[14634]: audit 2024-09-10T19:18:46.822234+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:18:47.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:47 smithi189 bash[14634]: audit 2024-09-10T19:18:46.879941+0000 mon.b (mon.2) 176 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:18:47.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:47 smithi189 bash[14634]: audit 2024-09-10T19:18:46.880772+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:18:47.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:47 smithi189 bash[14634]: audit 2024-09-10T19:18:46.886818+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:18:49.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:49 smithi155 bash[14970]: cluster 2024-09-10T19:18:48.237217+0000 mgr.x (mgr.34652) 57 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:49.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:49 smithi155 bash[18934]: cluster 2024-09-10T19:18:48.237217+0000 mgr.x (mgr.34652) 57 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:49.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:49 smithi189 bash[14634]: cluster 2024-09-10T19:18:48.237217+0000 mgr.x (mgr.34652) 57 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:51.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:51 smithi155 bash[14970]: cluster 2024-09-10T19:18:50.237927+0000 mgr.x (mgr.34652) 58 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:51.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:51 smithi155 bash[18934]: cluster 2024-09-10T19:18:50.237927+0000 mgr.x (mgr.34652) 58 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:51.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:51 smithi189 bash[14634]: cluster 2024-09-10T19:18:50.237927+0000 mgr.x (mgr.34652) 58 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:53.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:53 smithi155 bash[14970]: cluster 2024-09-10T19:18:52.238609+0000 mgr.x (mgr.34652) 59 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:53.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:53 smithi155 bash[18934]: cluster 2024-09-10T19:18:52.238609+0000 mgr.x (mgr.34652) 59 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:53.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:53 smithi189 bash[14634]: cluster 2024-09-10T19:18:52.238609+0000 mgr.x (mgr.34652) 59 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:55.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:55 smithi155 bash[14970]: cluster 2024-09-10T19:18:54.240061+0000 mgr.x (mgr.34652) 60 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:55.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:55 smithi155 bash[18934]: cluster 2024-09-10T19:18:54.240061+0000 mgr.x (mgr.34652) 60 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:55.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:55 smithi189 bash[14634]: cluster 2024-09-10T19:18:54.240061+0000 mgr.x (mgr.34652) 60 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:57.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:57 smithi155 bash[14970]: cluster 2024-09-10T19:18:56.240747+0000 mgr.x (mgr.34652) 61 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:57.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:57 smithi155 bash[18934]: cluster 2024-09-10T19:18:56.240747+0000 mgr.x (mgr.34652) 61 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:57.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:57 smithi189 bash[14634]: cluster 2024-09-10T19:18:56.240747+0000 mgr.x (mgr.34652) 61 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:59.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:18:59 smithi155 bash[14970]: cluster 2024-09-10T19:18:58.242072+0000 mgr.x (mgr.34652) 62 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:59.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:18:59 smithi155 bash[18934]: cluster 2024-09-10T19:18:58.242072+0000 mgr.x (mgr.34652) 62 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:18:59.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:18:59 smithi189 bash[14634]: cluster 2024-09-10T19:18:58.242072+0000 mgr.x (mgr.34652) 62 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:01.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:01 smithi155 bash[14970]: cluster 2024-09-10T19:19:00.242793+0000 mgr.x (mgr.34652) 63 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:01.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:01 smithi155 bash[18934]: cluster 2024-09-10T19:19:00.242793+0000 mgr.x (mgr.34652) 63 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:01.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:01 smithi189 bash[14634]: cluster 2024-09-10T19:19:00.242793+0000 mgr.x (mgr.34652) 63 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:03.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:03 smithi155 bash[18934]: cluster 2024-09-10T19:19:02.243441+0000 mgr.x (mgr.34652) 64 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:03.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:03 smithi155 bash[14970]: cluster 2024-09-10T19:19:02.243441+0000 mgr.x (mgr.34652) 64 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:03.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:03 smithi189 bash[14634]: cluster 2024-09-10T19:19:02.243441+0000 mgr.x (mgr.34652) 64 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:05.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:05 smithi155 bash[14970]: cluster 2024-09-10T19:19:04.244900+0000 mgr.x (mgr.34652) 65 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:05.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:05 smithi155 bash[18934]: cluster 2024-09-10T19:19:04.244900+0000 mgr.x (mgr.34652) 65 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:05.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:05 smithi189 bash[14634]: cluster 2024-09-10T19:19:04.244900+0000 mgr.x (mgr.34652) 65 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:07.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:07 smithi155 bash[14970]: cluster 2024-09-10T19:19:06.245558+0000 mgr.x (mgr.34652) 66 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:07.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:07 smithi155 bash[18934]: cluster 2024-09-10T19:19:06.245558+0000 mgr.x (mgr.34652) 66 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:07.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:07 smithi189 bash[14634]: cluster 2024-09-10T19:19:06.245558+0000 mgr.x (mgr.34652) 66 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:09.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:09 smithi155 bash[14970]: cluster 2024-09-10T19:19:08.247028+0000 mgr.x (mgr.34652) 67 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:09.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:09 smithi155 bash[18934]: cluster 2024-09-10T19:19:08.247028+0000 mgr.x (mgr.34652) 67 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:09.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:09 smithi189 bash[14634]: cluster 2024-09-10T19:19:08.247028+0000 mgr.x (mgr.34652) 67 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:11.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:11 smithi155 bash[14970]: cluster 2024-09-10T19:19:10.247744+0000 mgr.x (mgr.34652) 68 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:11.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:11 smithi155 bash[18934]: cluster 2024-09-10T19:19:10.247744+0000 mgr.x (mgr.34652) 68 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:11.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:11 smithi189 bash[14634]: cluster 2024-09-10T19:19:10.247744+0000 mgr.x (mgr.34652) 68 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:13.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:13 smithi155 bash[18934]: cluster 2024-09-10T19:19:12.248378+0000 mgr.x (mgr.34652) 69 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:13.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:13 smithi155 bash[14970]: cluster 2024-09-10T19:19:12.248378+0000 mgr.x (mgr.34652) 69 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:13.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:13 smithi189 bash[14634]: cluster 2024-09-10T19:19:12.248378+0000 mgr.x (mgr.34652) 69 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:15.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:15 smithi155 bash[14970]: cluster 2024-09-10T19:19:14.249751+0000 mgr.x (mgr.34652) 70 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 63 op/s 2024-09-10T19:19:15.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:15 smithi155 bash[18934]: cluster 2024-09-10T19:19:14.249751+0000 mgr.x (mgr.34652) 70 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 63 op/s 2024-09-10T19:19:15.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:15 smithi189 bash[14634]: cluster 2024-09-10T19:19:14.249751+0000 mgr.x (mgr.34652) 70 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 63 op/s 2024-09-10T19:19:17.322 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:19:16 smithi155 bash[39610]: ts=2024-09-10T19:19:16.958Z caller=notify.go:848 level=warn component=dispatcher receiver=web.hook integration=webhook[0] aggrGroup="{}:{alertname=\"CephNodeDiskspaceWarning\"}" msg="Notify attempt failed, will retry later" attempts=1 err="Post \"\": dial tcp 127.0.0.1:5001: connect: connection refused" 2024-09-10T19:19:17.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:17 smithi155 bash[18934]: cluster 2024-09-10T19:19:16.250462+0000 mgr.x (mgr.34652) 71 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 63 op/s 2024-09-10T19:19:17.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:17 smithi155 bash[14970]: cluster 2024-09-10T19:19:16.250462+0000 mgr.x (mgr.34652) 71 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 63 op/s 2024-09-10T19:19:17.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:17 smithi189 bash[14634]: cluster 2024-09-10T19:19:16.250462+0000 mgr.x (mgr.34652) 71 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 63 op/s 2024-09-10T19:19:19.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:19 smithi155 bash[18934]: cluster 2024-09-10T19:19:18.251920+0000 mgr.x (mgr.34652) 72 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:19:19.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:19 smithi155 bash[14970]: cluster 2024-09-10T19:19:18.251920+0000 mgr.x (mgr.34652) 72 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:19:19.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:19 smithi189 bash[14634]: cluster 2024-09-10T19:19:18.251920+0000 mgr.x (mgr.34652) 72 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:19:21.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:21 smithi155 bash[18934]: cluster 2024-09-10T19:19:20.252750+0000 mgr.x (mgr.34652) 73 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:19:21.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:21 smithi155 bash[14970]: cluster 2024-09-10T19:19:20.252750+0000 mgr.x (mgr.34652) 73 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:19:21.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:21 smithi189 bash[14634]: cluster 2024-09-10T19:19:20.252750+0000 mgr.x (mgr.34652) 73 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:19:23.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:23 smithi155 bash[14970]: cluster 2024-09-10T19:19:22.253585+0000 mgr.x (mgr.34652) 74 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:19:23.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:23 smithi155 bash[18934]: cluster 2024-09-10T19:19:22.253585+0000 mgr.x (mgr.34652) 74 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:19:23.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:23 smithi189 bash[14634]: cluster 2024-09-10T19:19:22.253585+0000 mgr.x (mgr.34652) 74 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:19:25.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:25 smithi155 bash[14970]: cluster 2024-09-10T19:19:24.255140+0000 mgr.x (mgr.34652) 75 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:19:25.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:25 smithi155 bash[18934]: cluster 2024-09-10T19:19:24.255140+0000 mgr.x (mgr.34652) 75 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:19:25.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:25 smithi189 bash[14634]: cluster 2024-09-10T19:19:24.255140+0000 mgr.x (mgr.34652) 75 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:19:27.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:27 smithi155 bash[18934]: cluster 2024-09-10T19:19:26.255921+0000 mgr.x (mgr.34652) 76 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail; 34 KiB/s rd, 0 B/s wr, 55 op/s 2024-09-10T19:19:27.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:27 smithi155 bash[14970]: cluster 2024-09-10T19:19:26.255921+0000 mgr.x (mgr.34652) 76 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail; 34 KiB/s rd, 0 B/s wr, 55 op/s 2024-09-10T19:19:27.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:27 smithi189 bash[14634]: cluster 2024-09-10T19:19:26.255921+0000 mgr.x (mgr.34652) 76 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail; 34 KiB/s rd, 0 B/s wr, 55 op/s 2024-09-10T19:19:29.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:29 smithi155 bash[14970]: cluster 2024-09-10T19:19:28.257357+0000 mgr.x (mgr.34652) 77 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail; 34 KiB/s rd, 0 B/s wr, 55 op/s 2024-09-10T19:19:29.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:29 smithi155 bash[18934]: cluster 2024-09-10T19:19:28.257357+0000 mgr.x (mgr.34652) 77 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail; 34 KiB/s rd, 0 B/s wr, 55 op/s 2024-09-10T19:19:29.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:29 smithi189 bash[14634]: cluster 2024-09-10T19:19:28.257357+0000 mgr.x (mgr.34652) 77 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail; 34 KiB/s rd, 0 B/s wr, 55 op/s 2024-09-10T19:19:31.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:31 smithi155 bash[18934]: cluster 2024-09-10T19:19:30.258010+0000 mgr.x (mgr.34652) 78 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:31.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:31 smithi155 bash[14970]: cluster 2024-09-10T19:19:30.258010+0000 mgr.x (mgr.34652) 78 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:31.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:31 smithi189 bash[14634]: cluster 2024-09-10T19:19:30.258010+0000 mgr.x (mgr.34652) 78 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:33.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:33 smithi155 bash[14970]: cluster 2024-09-10T19:19:32.258694+0000 mgr.x (mgr.34652) 79 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:33.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:33 smithi155 bash[18934]: cluster 2024-09-10T19:19:32.258694+0000 mgr.x (mgr.34652) 79 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:33.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:33 smithi189 bash[14634]: cluster 2024-09-10T19:19:32.258694+0000 mgr.x (mgr.34652) 79 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:35.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:35 smithi155 bash[14970]: cluster 2024-09-10T19:19:34.260080+0000 mgr.x (mgr.34652) 80 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:35.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:35 smithi155 bash[18934]: cluster 2024-09-10T19:19:34.260080+0000 mgr.x (mgr.34652) 80 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:35.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:35 smithi189 bash[14634]: cluster 2024-09-10T19:19:34.260080+0000 mgr.x (mgr.34652) 80 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:37.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:37 smithi189 bash[14634]: cluster 2024-09-10T19:19:36.260783+0000 mgr.x (mgr.34652) 81 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:37.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:37 smithi155 bash[14970]: cluster 2024-09-10T19:19:36.260783+0000 mgr.x (mgr.34652) 81 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:37.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:37 smithi155 bash[18934]: cluster 2024-09-10T19:19:36.260783+0000 mgr.x (mgr.34652) 81 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:39.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:39 smithi189 bash[14634]: cluster 2024-09-10T19:19:38.262212+0000 mgr.x (mgr.34652) 82 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:39.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:39 smithi155 bash[14970]: cluster 2024-09-10T19:19:38.262212+0000 mgr.x (mgr.34652) 82 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:39.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:39 smithi155 bash[18934]: cluster 2024-09-10T19:19:38.262212+0000 mgr.x (mgr.34652) 82 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:41.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:41 smithi155 bash[14970]: cluster 2024-09-10T19:19:40.262929+0000 mgr.x (mgr.34652) 83 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:41.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:41 smithi155 bash[18934]: cluster 2024-09-10T19:19:40.262929+0000 mgr.x (mgr.34652) 83 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:41.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:41 smithi189 bash[14634]: cluster 2024-09-10T19:19:40.262929+0000 mgr.x (mgr.34652) 83 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:43.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:43 smithi155 bash[14970]: cluster 2024-09-10T19:19:42.263618+0000 mgr.x (mgr.34652) 84 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:43.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:43 smithi155 bash[14970]: audit 2024-09-10T19:19:42.745471+0000 mon.b (mon.2) 177 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2024-09-10T19:19:43.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:43 smithi155 bash[14970]: audit 2024-09-10T19:19:42.745961+0000 mon.b (mon.2) 178 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:19:43.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:43 smithi155 bash[14970]: audit 2024-09-10T19:19:42.746326+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2024-09-10T19:19:43.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:43 smithi155 bash[14970]: audit 2024-09-10T19:19:42.746384+0000 mon.b (mon.2) 179 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-10T19:19:43.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:43 smithi155 bash[14970]: audit 2024-09-10T19:19:42.746964+0000 mon.b (mon.2) 180 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T19:19:43.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:43 smithi155 bash[14970]: audit 2024-09-10T19:19:42.747206+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:19:43.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:43 smithi155 bash[14970]: audit 2024-09-10T19:19:42.747808+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-10T19:19:43.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:43 smithi155 bash[14970]: audit 2024-09-10T19:19:42.748291+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T19:19:43.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:43 smithi155 bash[18934]: cluster 2024-09-10T19:19:42.263618+0000 mgr.x (mgr.34652) 84 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:43.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:43 smithi155 bash[18934]: audit 2024-09-10T19:19:42.745471+0000 mon.b (mon.2) 177 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2024-09-10T19:19:43.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:43 smithi155 bash[18934]: audit 2024-09-10T19:19:42.745961+0000 mon.b (mon.2) 178 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:19:43.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:43 smithi155 bash[18934]: audit 2024-09-10T19:19:42.746326+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2024-09-10T19:19:43.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:43 smithi155 bash[18934]: audit 2024-09-10T19:19:42.746384+0000 mon.b (mon.2) 179 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-10T19:19:43.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:43 smithi155 bash[18934]: audit 2024-09-10T19:19:42.746964+0000 mon.b (mon.2) 180 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T19:19:43.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:43 smithi155 bash[18934]: audit 2024-09-10T19:19:42.747206+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:19:43.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:43 smithi155 bash[18934]: audit 2024-09-10T19:19:42.747808+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-10T19:19:43.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:43 smithi155 bash[18934]: audit 2024-09-10T19:19:42.748291+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T19:19:43.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:43 smithi189 bash[14634]: cluster 2024-09-10T19:19:42.263618+0000 mgr.x (mgr.34652) 84 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:43.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:43 smithi189 bash[14634]: audit 2024-09-10T19:19:42.745471+0000 mon.b (mon.2) 177 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2024-09-10T19:19:43.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:43 smithi189 bash[14634]: audit 2024-09-10T19:19:42.745961+0000 mon.b (mon.2) 178 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:19:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:43 smithi189 bash[14634]: audit 2024-09-10T19:19:42.746326+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2024-09-10T19:19:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:43 smithi189 bash[14634]: audit 2024-09-10T19:19:42.746384+0000 mon.b (mon.2) 179 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-10T19:19:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:43 smithi189 bash[14634]: audit 2024-09-10T19:19:42.746964+0000 mon.b (mon.2) 180 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T19:19:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:43 smithi189 bash[14634]: audit 2024-09-10T19:19:42.747206+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:19:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:43 smithi189 bash[14634]: audit 2024-09-10T19:19:42.747808+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-10T19:19:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:43 smithi189 bash[14634]: audit 2024-09-10T19:19:42.748291+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T19:19:45.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:45 smithi155 bash[14970]: cluster 2024-09-10T19:19:44.265134+0000 mgr.x (mgr.34652) 85 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:45.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:45 smithi155 bash[18934]: cluster 2024-09-10T19:19:44.265134+0000 mgr.x (mgr.34652) 85 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:45.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:45 smithi189 bash[14634]: cluster 2024-09-10T19:19:44.265134+0000 mgr.x (mgr.34652) 85 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:47.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:47 smithi189 bash[14634]: cluster 2024-09-10T19:19:46.265822+0000 mgr.x (mgr.34652) 86 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:47.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:47 smithi155 bash[14970]: cluster 2024-09-10T19:19:46.265822+0000 mgr.x (mgr.34652) 86 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:47.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:47 smithi155 bash[18934]: cluster 2024-09-10T19:19:46.265822+0000 mgr.x (mgr.34652) 86 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:48.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:48 smithi189 bash[14634]: audit 2024-09-10T19:19:47.405239+0000 mon.b (mon.2) 181 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:19:48.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:48 smithi189 bash[14634]: audit 2024-09-10T19:19:47.405976+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:19:48.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:48 smithi189 bash[14634]: audit 2024-09-10T19:19:47.411743+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:19:48.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:48 smithi155 bash[14970]: audit 2024-09-10T19:19:47.405239+0000 mon.b (mon.2) 181 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:19:48.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:48 smithi155 bash[14970]: audit 2024-09-10T19:19:47.405976+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:19:48.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:48 smithi155 bash[14970]: audit 2024-09-10T19:19:47.411743+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:19:48.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:48 smithi155 bash[18934]: audit 2024-09-10T19:19:47.405239+0000 mon.b (mon.2) 181 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:19:48.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:48 smithi155 bash[18934]: audit 2024-09-10T19:19:47.405976+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:19:48.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:48 smithi155 bash[18934]: audit 2024-09-10T19:19:47.411743+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:19:49.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:49 smithi189 bash[14634]: cluster 2024-09-10T19:19:48.267143+0000 mgr.x (mgr.34652) 87 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:49.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:49 smithi155 bash[14970]: cluster 2024-09-10T19:19:48.267143+0000 mgr.x (mgr.34652) 87 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:49.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:49 smithi155 bash[18934]: cluster 2024-09-10T19:19:48.267143+0000 mgr.x (mgr.34652) 87 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:51.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:51 smithi155 bash[14970]: cluster 2024-09-10T19:19:50.267799+0000 mgr.x (mgr.34652) 88 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:51.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:51 smithi155 bash[18934]: cluster 2024-09-10T19:19:50.267799+0000 mgr.x (mgr.34652) 88 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:51.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:51 smithi189 bash[14634]: cluster 2024-09-10T19:19:50.267799+0000 mgr.x (mgr.34652) 88 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:53.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:53 smithi155 bash[14970]: cluster 2024-09-10T19:19:52.268501+0000 mgr.x (mgr.34652) 89 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:53.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:53 smithi155 bash[18934]: cluster 2024-09-10T19:19:52.268501+0000 mgr.x (mgr.34652) 89 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:53.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:53 smithi189 bash[14634]: cluster 2024-09-10T19:19:52.268501+0000 mgr.x (mgr.34652) 89 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:55.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:55 smithi155 bash[14970]: cluster 2024-09-10T19:19:54.269938+0000 mgr.x (mgr.34652) 90 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:55.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:55 smithi155 bash[18934]: cluster 2024-09-10T19:19:54.269938+0000 mgr.x (mgr.34652) 90 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:55.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:55 smithi189 bash[14634]: cluster 2024-09-10T19:19:54.269938+0000 mgr.x (mgr.34652) 90 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:57.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:57 smithi189 bash[14634]: cluster 2024-09-10T19:19:56.270610+0000 mgr.x (mgr.34652) 91 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:57.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:57 smithi155 bash[14970]: cluster 2024-09-10T19:19:56.270610+0000 mgr.x (mgr.34652) 91 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:57.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:57 smithi155 bash[18934]: cluster 2024-09-10T19:19:56.270610+0000 mgr.x (mgr.34652) 91 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:59.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:19:59 smithi189 bash[14634]: cluster 2024-09-10T19:19:58.271979+0000 mgr.x (mgr.34652) 92 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:59.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:19:59 smithi155 bash[14970]: cluster 2024-09-10T19:19:58.271979+0000 mgr.x (mgr.34652) 92 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:19:59.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:19:59 smithi155 bash[18934]: cluster 2024-09-10T19:19:58.271979+0000 mgr.x (mgr.34652) 92 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:01.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:01 smithi155 bash[14970]: cluster 2024-09-10T19:20:00.272695+0000 mgr.x (mgr.34652) 93 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:01.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:01 smithi155 bash[18934]: cluster 2024-09-10T19:20:00.272695+0000 mgr.x (mgr.34652) 93 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:01.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:01 smithi189 bash[14634]: cluster 2024-09-10T19:20:00.272695+0000 mgr.x (mgr.34652) 93 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:03.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:03 smithi155 bash[14970]: cluster 2024-09-10T19:20:02.273375+0000 mgr.x (mgr.34652) 94 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:03.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:03 smithi155 bash[18934]: cluster 2024-09-10T19:20:02.273375+0000 mgr.x (mgr.34652) 94 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:03.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:03 smithi189 bash[14634]: cluster 2024-09-10T19:20:02.273375+0000 mgr.x (mgr.34652) 94 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:05.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:05 smithi189 bash[14634]: cluster 2024-09-10T19:20:04.274883+0000 mgr.x (mgr.34652) 95 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:05.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:05 smithi155 bash[14970]: cluster 2024-09-10T19:20:04.274883+0000 mgr.x (mgr.34652) 95 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:05.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:05 smithi155 bash[18934]: cluster 2024-09-10T19:20:04.274883+0000 mgr.x (mgr.34652) 95 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:07.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:07 smithi189 bash[14634]: cluster 2024-09-10T19:20:06.275567+0000 mgr.x (mgr.34652) 96 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:07.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:07 smithi155 bash[14970]: cluster 2024-09-10T19:20:06.275567+0000 mgr.x (mgr.34652) 96 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:07.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:07 smithi155 bash[18934]: cluster 2024-09-10T19:20:06.275567+0000 mgr.x (mgr.34652) 96 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:09.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:09 smithi189 bash[14634]: cluster 2024-09-10T19:20:08.277140+0000 mgr.x (mgr.34652) 97 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:09.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:09 smithi155 bash[14970]: cluster 2024-09-10T19:20:08.277140+0000 mgr.x (mgr.34652) 97 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:09.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:09 smithi155 bash[18934]: cluster 2024-09-10T19:20:08.277140+0000 mgr.x (mgr.34652) 97 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:11.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:11 smithi155 bash[14970]: cluster 2024-09-10T19:20:10.277863+0000 mgr.x (mgr.34652) 98 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:11.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:11 smithi155 bash[18934]: cluster 2024-09-10T19:20:10.277863+0000 mgr.x (mgr.34652) 98 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:11.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:11 smithi189 bash[14634]: cluster 2024-09-10T19:20:10.277863+0000 mgr.x (mgr.34652) 98 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:13.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:13 smithi155 bash[14970]: cluster 2024-09-10T19:20:12.278538+0000 mgr.x (mgr.34652) 99 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:13.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:13 smithi155 bash[18934]: cluster 2024-09-10T19:20:12.278538+0000 mgr.x (mgr.34652) 99 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:13.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:13 smithi189 bash[14634]: cluster 2024-09-10T19:20:12.278538+0000 mgr.x (mgr.34652) 99 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:15.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:15 smithi189 bash[14634]: cluster 2024-09-10T19:20:14.279953+0000 mgr.x (mgr.34652) 100 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:15.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:15 smithi155 bash[14970]: cluster 2024-09-10T19:20:14.279953+0000 mgr.x (mgr.34652) 100 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:15.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:15 smithi155 bash[18934]: cluster 2024-09-10T19:20:14.279953+0000 mgr.x (mgr.34652) 100 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:17.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:17 smithi189 bash[14634]: cluster 2024-09-10T19:20:16.280692+0000 mgr.x (mgr.34652) 101 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:17.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:17 smithi155 bash[14970]: cluster 2024-09-10T19:20:16.280692+0000 mgr.x (mgr.34652) 101 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:17.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:17 smithi155 bash[18934]: cluster 2024-09-10T19:20:16.280692+0000 mgr.x (mgr.34652) 101 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:19.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:19 smithi189 bash[14634]: cluster 2024-09-10T19:20:18.282116+0000 mgr.x (mgr.34652) 102 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:19.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:19 smithi155 bash[14970]: cluster 2024-09-10T19:20:18.282116+0000 mgr.x (mgr.34652) 102 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:19.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:19 smithi155 bash[18934]: cluster 2024-09-10T19:20:18.282116+0000 mgr.x (mgr.34652) 102 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:21.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:21 smithi155 bash[14970]: cluster 2024-09-10T19:20:20.282797+0000 mgr.x (mgr.34652) 103 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:21.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:21 smithi155 bash[18934]: cluster 2024-09-10T19:20:20.282797+0000 mgr.x (mgr.34652) 103 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:21.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:21 smithi189 bash[14634]: cluster 2024-09-10T19:20:20.282797+0000 mgr.x (mgr.34652) 103 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:23.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:23 smithi155 bash[14970]: cluster 2024-09-10T19:20:22.283493+0000 mgr.x (mgr.34652) 104 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:23.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:23 smithi155 bash[18934]: cluster 2024-09-10T19:20:22.283493+0000 mgr.x (mgr.34652) 104 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:23.590 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:20:23 smithi155 bash[39610]: ts=2024-09-10T19:20:23.249Z caller=notify.go:848 level=warn component=dispatcher receiver=web.hook integration=webhook[0] aggrGroup="{}:{alertname=\"CephMgrPrometheusModuleInactive\"}" msg="Notify attempt failed, will retry later" attempts=1 err="Post \"\": dial tcp 127.0.0.1:5001: connect: connection refused" 2024-09-10T19:20:23.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:23 smithi189 bash[14634]: cluster 2024-09-10T19:20:22.283493+0000 mgr.x (mgr.34652) 104 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:25.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:25 smithi189 bash[14634]: cluster 2024-09-10T19:20:24.284975+0000 mgr.x (mgr.34652) 105 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:25.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:25 smithi155 bash[14970]: cluster 2024-09-10T19:20:24.284975+0000 mgr.x (mgr.34652) 105 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:25.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:25 smithi155 bash[18934]: cluster 2024-09-10T19:20:24.284975+0000 mgr.x (mgr.34652) 105 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:27.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:27 smithi189 bash[14634]: cluster 2024-09-10T19:20:26.285663+0000 mgr.x (mgr.34652) 106 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:27.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:27 smithi155 bash[18934]: cluster 2024-09-10T19:20:26.285663+0000 mgr.x (mgr.34652) 106 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:27.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:27 smithi155 bash[14970]: cluster 2024-09-10T19:20:26.285663+0000 mgr.x (mgr.34652) 106 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:29.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:29 smithi189 bash[14634]: cluster 2024-09-10T19:20:28.287071+0000 mgr.x (mgr.34652) 107 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:29.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:29 smithi155 bash[18934]: cluster 2024-09-10T19:20:28.287071+0000 mgr.x (mgr.34652) 107 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:29.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:29 smithi155 bash[14970]: cluster 2024-09-10T19:20:28.287071+0000 mgr.x (mgr.34652) 107 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:31.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:31 smithi155 bash[14970]: cluster 2024-09-10T19:20:30.287773+0000 mgr.x (mgr.34652) 108 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:31.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:31 smithi155 bash[18934]: cluster 2024-09-10T19:20:30.287773+0000 mgr.x (mgr.34652) 108 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:31.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:31 smithi189 bash[14634]: cluster 2024-09-10T19:20:30.287773+0000 mgr.x (mgr.34652) 108 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:33.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:33 smithi189 bash[14634]: cluster 2024-09-10T19:20:32.288517+0000 mgr.x (mgr.34652) 109 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:33.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:33 smithi155 bash[14970]: cluster 2024-09-10T19:20:32.288517+0000 mgr.x (mgr.34652) 109 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:33.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:33 smithi155 bash[18934]: cluster 2024-09-10T19:20:32.288517+0000 mgr.x (mgr.34652) 109 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:35.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:35 smithi189 bash[14634]: cluster 2024-09-10T19:20:34.289992+0000 mgr.x (mgr.34652) 110 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:35.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:35 smithi155 bash[14970]: cluster 2024-09-10T19:20:34.289992+0000 mgr.x (mgr.34652) 110 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:35.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:35 smithi155 bash[18934]: cluster 2024-09-10T19:20:34.289992+0000 mgr.x (mgr.34652) 110 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:37.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:37 smithi189 bash[14634]: cluster 2024-09-10T19:20:36.290668+0000 mgr.x (mgr.34652) 111 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:37.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:37 smithi155 bash[14970]: cluster 2024-09-10T19:20:36.290668+0000 mgr.x (mgr.34652) 111 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:37.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:37 smithi155 bash[18934]: cluster 2024-09-10T19:20:36.290668+0000 mgr.x (mgr.34652) 111 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:39.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:39 smithi189 bash[14634]: cluster 2024-09-10T19:20:38.292017+0000 mgr.x (mgr.34652) 112 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:39.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:39 smithi155 bash[14970]: cluster 2024-09-10T19:20:38.292017+0000 mgr.x (mgr.34652) 112 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:39.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:39 smithi155 bash[18934]: cluster 2024-09-10T19:20:38.292017+0000 mgr.x (mgr.34652) 112 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:41.110 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch daemon redeploy "mgr.$(ceph mgr dump -f json | jq .standbys | jq .[] | jq -r .name)" --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-09-10T19:20:41.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:41 smithi155 bash[18934]: cluster 2024-09-10T19:20:40.292731+0000 mgr.x (mgr.34652) 113 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:41.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:41 smithi155 bash[14970]: cluster 2024-09-10T19:20:40.292731+0000 mgr.x (mgr.34652) 113 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:41.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:41 smithi189 bash[14634]: cluster 2024-09-10T19:20:40.292731+0000 mgr.x (mgr.34652) 113 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:43.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:43 smithi189 bash[14634]: cluster 2024-09-10T19:20:42.293428+0000 mgr.x (mgr.34652) 114 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:43 smithi189 bash[14634]: audit 2024-09-10T19:20:42.753414+0000 mon.b (mon.2) 182 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-09-10T19:20:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:43 smithi189 bash[14634]: audit 2024-09-10T19:20:42.753983+0000 mon.b (mon.2) 183 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:20:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:43 smithi189 bash[14634]: audit 2024-09-10T19:20:42.754336+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-09-10T19:20:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:43 smithi189 bash[14634]: audit 2024-09-10T19:20:42.754375+0000 mon.b (mon.2) 184 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:20:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:43 smithi189 bash[14634]: audit 2024-09-10T19:20:42.754792+0000 mon.b (mon.2) 185 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T19:20:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:43 smithi189 bash[14634]: audit 2024-09-10T19:20:42.755459+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:20:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:43 smithi189 bash[14634]: audit 2024-09-10T19:20:42.755939+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:20:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:43 smithi189 bash[14634]: audit 2024-09-10T19:20:42.756440+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T19:20:43.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:43 smithi155 bash[14970]: cluster 2024-09-10T19:20:42.293428+0000 mgr.x (mgr.34652) 114 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:43.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:43 smithi155 bash[14970]: audit 2024-09-10T19:20:42.753414+0000 mon.b (mon.2) 182 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-09-10T19:20:43.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:43 smithi155 bash[14970]: audit 2024-09-10T19:20:42.753983+0000 mon.b (mon.2) 183 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:20:43.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:43 smithi155 bash[14970]: audit 2024-09-10T19:20:42.754336+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-09-10T19:20:43.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:43 smithi155 bash[14970]: audit 2024-09-10T19:20:42.754375+0000 mon.b (mon.2) 184 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:20:43.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:43 smithi155 bash[14970]: audit 2024-09-10T19:20:42.754792+0000 mon.b (mon.2) 185 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T19:20:43.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:43 smithi155 bash[14970]: audit 2024-09-10T19:20:42.755459+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:20:43.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:43 smithi155 bash[14970]: audit 2024-09-10T19:20:42.755939+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:20:43.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:43 smithi155 bash[14970]: audit 2024-09-10T19:20:42.756440+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T19:20:43.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:43 smithi155 bash[18934]: cluster 2024-09-10T19:20:42.293428+0000 mgr.x (mgr.34652) 114 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:43.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:43 smithi155 bash[18934]: audit 2024-09-10T19:20:42.753414+0000 mon.b (mon.2) 182 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-09-10T19:20:43.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:43 smithi155 bash[18934]: audit 2024-09-10T19:20:42.753983+0000 mon.b (mon.2) 183 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:20:43.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:43 smithi155 bash[18934]: audit 2024-09-10T19:20:42.754336+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-09-10T19:20:43.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:43 smithi155 bash[18934]: audit 2024-09-10T19:20:42.754375+0000 mon.b (mon.2) 184 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:20:43.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:43 smithi155 bash[18934]: audit 2024-09-10T19:20:42.754792+0000 mon.b (mon.2) 185 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T19:20:43.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:43 smithi155 bash[18934]: audit 2024-09-10T19:20:42.755459+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:20:43.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:43 smithi155 bash[18934]: audit 2024-09-10T19:20:42.755939+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:20:43.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:43 smithi155 bash[18934]: audit 2024-09-10T19:20:42.756440+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T19:20:45.367 INFO:teuthology.orchestra.run.smithi155.stdout:Scheduled to redeploy mgr.y on host 'smithi155' 2024-09-10T19:20:45.626 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:45 smithi155 bash[14970]: cluster 2024-09-10T19:20:44.294853+0000 mgr.x (mgr.34652) 115 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:45.627 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:45 smithi155 bash[14970]: audit 2024-09-10T19:20:44.903515+0000 mon.a (mon.0) 719 : audit [DBG] from='client.? 172.21.15.155:0/1100782576' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T19:20:45.627 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:45 smithi155 bash[14970]: audit 2024-09-10T19:20:45.326848+0000 mon.b (mon.2) 186 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mgr.y"}]: dispatch 2024-09-10T19:20:45.627 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:45 smithi155 bash[14970]: audit 2024-09-10T19:20:45.327665+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mgr.y"}]: dispatch 2024-09-10T19:20:45.627 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:45 smithi155 bash[14970]: audit 2024-09-10T19:20:45.337982+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mgr.y"}]': finished 2024-09-10T19:20:45.627 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:45 smithi155 bash[14970]: audit 2024-09-10T19:20:45.342196+0000 mon.b (mon.2) 187 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:20:45.627 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:45 smithi155 bash[18934]: cluster 2024-09-10T19:20:44.294853+0000 mgr.x (mgr.34652) 115 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:45.627 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:45 smithi155 bash[18934]: audit 2024-09-10T19:20:44.903515+0000 mon.a (mon.0) 719 : audit [DBG] from='client.? 172.21.15.155:0/1100782576' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T19:20:45.627 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:45 smithi155 bash[18934]: audit 2024-09-10T19:20:45.326848+0000 mon.b (mon.2) 186 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mgr.y"}]: dispatch 2024-09-10T19:20:45.628 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:45 smithi155 bash[18934]: audit 2024-09-10T19:20:45.327665+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mgr.y"}]: dispatch 2024-09-10T19:20:45.628 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:45 smithi155 bash[18934]: audit 2024-09-10T19:20:45.337982+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mgr.y"}]': finished 2024-09-10T19:20:45.628 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:45 smithi155 bash[18934]: audit 2024-09-10T19:20:45.342196+0000 mon.b (mon.2) 187 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:20:45.628 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:45 smithi155 bash[14970]: audit 2024-09-10T19:20:45.343880+0000 mon.b (mon.2) 188 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:20:45.628 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:45 smithi155 bash[14970]: audit 2024-09-10T19:20:45.344427+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:20:45.628 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:45 smithi155 bash[14970]: audit 2024-09-10T19:20:45.351899+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:20:45.628 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:45 smithi155 bash[18934]: audit 2024-09-10T19:20:45.343880+0000 mon.b (mon.2) 188 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:20:45.629 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:45 smithi155 bash[18934]: audit 2024-09-10T19:20:45.344427+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:20:45.629 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:45 smithi155 bash[18934]: audit 2024-09-10T19:20:45.351899+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:20:45.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:45 smithi189 bash[14634]: cluster 2024-09-10T19:20:44.294853+0000 mgr.x (mgr.34652) 115 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:45.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:45 smithi189 bash[14634]: audit 2024-09-10T19:20:44.903515+0000 mon.a (mon.0) 719 : audit [DBG] from='client.? 172.21.15.155:0/1100782576' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T19:20:45.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:45 smithi189 bash[14634]: audit 2024-09-10T19:20:45.326848+0000 mon.b (mon.2) 186 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mgr.y"}]: dispatch 2024-09-10T19:20:45.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:45 smithi189 bash[14634]: audit 2024-09-10T19:20:45.327665+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mgr.y"}]: dispatch 2024-09-10T19:20:45.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:45 smithi189 bash[14634]: audit 2024-09-10T19:20:45.337982+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mgr.y"}]': finished 2024-09-10T19:20:45.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:45 smithi189 bash[14634]: audit 2024-09-10T19:20:45.342196+0000 mon.b (mon.2) 187 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:20:45.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:45 smithi189 bash[14634]: audit 2024-09-10T19:20:45.343880+0000 mon.b (mon.2) 188 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:20:45.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:45 smithi189 bash[14634]: audit 2024-09-10T19:20:45.344427+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:20:45.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:45 smithi189 bash[14634]: audit 2024-09-10T19:20:45.351899+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:20:46.397 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps --refresh' 2024-09-10T19:20:46.673 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:46 smithi155 bash[14970]: audit 2024-09-10T19:20:45.325281+0000 mgr.x (mgr.34652) 116 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.y", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:20:46.673 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:46 smithi155 bash[14970]: cephadm 2024-09-10T19:20:45.340529+0000 mgr.x (mgr.34652) 117 : cephadm [INF] Schedule redeploy daemon mgr.y 2024-09-10T19:20:46.673 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:46 smithi155 bash[18934]: audit 2024-09-10T19:20:45.325281+0000 mgr.x (mgr.34652) 116 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.y", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:20:46.673 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:46 smithi155 bash[18934]: cephadm 2024-09-10T19:20:45.340529+0000 mgr.x (mgr.34652) 117 : cephadm [INF] Schedule redeploy daemon mgr.y 2024-09-10T19:20:46.674 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:46 smithi155 bash[14970]: audit 2024-09-10T19:20:45.355238+0000 mon.b (mon.2) 189 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121110528, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396212Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 302094745, \"cpu_percentage\": \"0.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396637Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120481382, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396888Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53550776, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397141Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52890173, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397385Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51589939, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397625Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53854863, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397867Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398102Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16001269, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:18:46.398341Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52156170, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398578Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:18:46.398982Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:19:47.440181Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:20:46.674 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:46 smithi155 bash[14970]: audit 2024-09-10T19:20:45.356044+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121110528, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396212Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 302094745, \"cpu_percentage\": \"0.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396637Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120481382, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396888Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53550776, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397141Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52890173, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397385Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51589939, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397625Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53854863, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397867Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398102Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16001269, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:18:46.398341Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52156170, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398578Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:18:46.398982Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:19:47.440181Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:20:46.674 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:46 smithi155 bash[14970]: audit 2024-09-10T19:20:45.362944+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121110528, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396212Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 302094745, \"cpu_percentage\": \"0.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396637Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120481382, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396888Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53550776, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397141Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52890173, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397385Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51589939, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397625Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53854863, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397867Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398102Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16001269, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:18:46.398341Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52156170, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398578Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:18:46.398982Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:19:47.440181Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:20:46.674 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:46 smithi155 bash[14970]: audit 2024-09-10T19:20:45.374452+0000 mon.b (mon.2) 190 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:20:46.674 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:46 smithi155 bash[18934]: audit 2024-09-10T19:20:45.355238+0000 mon.b (mon.2) 189 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121110528, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396212Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 302094745, \"cpu_percentage\": \"0.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396637Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120481382, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396888Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53550776, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397141Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52890173, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397385Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51589939, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397625Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53854863, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397867Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398102Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16001269, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:18:46.398341Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52156170, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398578Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:18:46.398982Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:19:47.440181Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:20:46.675 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:46 smithi155 bash[14970]: audit 2024-09-10T19:20:45.374776+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:20:46.675 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:46 smithi155 bash[14970]: audit 2024-09-10T19:20:45.379513+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:20:46.675 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:46 smithi155 bash[14970]: audit 2024-09-10T19:20:45.428391+0000 mon.b (mon.2) 191 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:20:46.675 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:46 smithi155 bash[14970]: audit 2024-09-10T19:20:45.429078+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:20:46.675 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:46 smithi155 bash[14970]: audit 2024-09-10T19:20:45.431147+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T19:20:46.675 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:46 smithi155 bash[14970]: audit 2024-09-10T19:20:45.432521+0000 mon.b (mon.2) 193 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:20:46.675 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:46 smithi155 bash[14970]: cephadm 2024-09-10T19:20:45.433857+0000 mgr.x (mgr.34652) 118 : cephadm [INF] Deploying daemon mgr.y on smithi155 2024-09-10T19:20:46.675 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:46 smithi155 bash[14970]: audit 2024-09-10T19:20:45.434462+0000 mon.b (mon.2) 194 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-10T19:20:46.676 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:46 smithi155 bash[18934]: audit 2024-09-10T19:20:45.356044+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121110528, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396212Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 302094745, \"cpu_percentage\": \"0.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396637Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120481382, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396888Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53550776, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397141Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52890173, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397385Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51589939, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397625Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53854863, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397867Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398102Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16001269, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:18:46.398341Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52156170, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398578Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:18:46.398982Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:19:47.440181Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:20:46.676 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:46 smithi155 bash[18934]: audit 2024-09-10T19:20:45.362944+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121110528, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396212Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 302094745, \"cpu_percentage\": \"0.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396637Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120481382, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396888Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53550776, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397141Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52890173, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397385Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51589939, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397625Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53854863, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397867Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398102Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16001269, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:18:46.398341Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52156170, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398578Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:18:46.398982Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:19:47.440181Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:20:46.676 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:46 smithi155 bash[18934]: audit 2024-09-10T19:20:45.374452+0000 mon.b (mon.2) 190 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:20:46.676 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:46 smithi155 bash[18934]: audit 2024-09-10T19:20:45.374776+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:20:46.676 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:46 smithi155 bash[18934]: audit 2024-09-10T19:20:45.379513+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:20:46.676 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:46 smithi155 bash[18934]: audit 2024-09-10T19:20:45.428391+0000 mon.b (mon.2) 191 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:20:46.676 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:46 smithi155 bash[18934]: audit 2024-09-10T19:20:45.429078+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:20:46.677 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:46 smithi155 bash[18934]: audit 2024-09-10T19:20:45.431147+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T19:20:46.677 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:46 smithi155 bash[18934]: audit 2024-09-10T19:20:45.432521+0000 mon.b (mon.2) 193 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:20:46.677 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:46 smithi155 bash[18934]: cephadm 2024-09-10T19:20:45.433857+0000 mgr.x (mgr.34652) 118 : cephadm [INF] Deploying daemon mgr.y on smithi155 2024-09-10T19:20:46.677 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:46 smithi155 bash[18934]: audit 2024-09-10T19:20:45.434462+0000 mon.b (mon.2) 194 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-10T19:20:46.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:46 smithi189 bash[14634]: audit 2024-09-10T19:20:45.325281+0000 mgr.x (mgr.34652) 116 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.y", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:20:46.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:46 smithi189 bash[14634]: cephadm 2024-09-10T19:20:45.340529+0000 mgr.x (mgr.34652) 117 : cephadm [INF] Schedule redeploy daemon mgr.y 2024-09-10T19:20:46.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:46 smithi189 bash[14634]: audit 2024-09-10T19:20:45.355238+0000 mon.b (mon.2) 189 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121110528, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396212Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 302094745, \"cpu_percentage\": \"0.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396637Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120481382, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396888Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53550776, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397141Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52890173, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397385Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51589939, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397625Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53854863, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397867Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398102Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16001269, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:18:46.398341Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52156170, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398578Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:18:46.398982Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:19:47.440181Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:20:46.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:46 smithi189 bash[14634]: audit 2024-09-10T19:20:45.356044+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121110528, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396212Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 302094745, \"cpu_percentage\": \"0.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396637Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120481382, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396888Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53550776, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397141Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52890173, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397385Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51589939, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397625Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53854863, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397867Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398102Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16001269, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:18:46.398341Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52156170, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398578Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:18:46.398982Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:19:47.440181Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:20:46.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:46 smithi189 bash[14634]: audit 2024-09-10T19:20:45.362944+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121110528, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396212Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"380cf0c39f3a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 302094745, \"cpu_percentage\": \"0.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396637Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:01:01.009425Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120481382, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396888Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53550776, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397141Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52890173, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397385Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51589939, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397625Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53854863, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397867Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398102Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16001269, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:18:46.398341Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52156170, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398578Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:02:42.953879Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:18:46.398982Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:19:47.440181Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:20:46.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:46 smithi189 bash[14634]: audit 2024-09-10T19:20:45.374452+0000 mon.b (mon.2) 190 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:20:46.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:46 smithi189 bash[14634]: audit 2024-09-10T19:20:45.374776+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:20:46.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:46 smithi189 bash[14634]: audit 2024-09-10T19:20:45.379513+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:20:46.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:46 smithi189 bash[14634]: audit 2024-09-10T19:20:45.428391+0000 mon.b (mon.2) 191 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:20:46.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:46 smithi189 bash[14634]: audit 2024-09-10T19:20:45.429078+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:20:46.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:46 smithi189 bash[14634]: audit 2024-09-10T19:20:45.431147+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T19:20:46.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:46 smithi189 bash[14634]: audit 2024-09-10T19:20:45.432521+0000 mon.b (mon.2) 193 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:20:46.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:46 smithi189 bash[14634]: cephadm 2024-09-10T19:20:45.433857+0000 mgr.x (mgr.34652) 118 : cephadm [INF] Deploying daemon mgr.y on smithi155 2024-09-10T19:20:46.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:46 smithi189 bash[14634]: audit 2024-09-10T19:20:45.434462+0000 mon.b (mon.2) 194 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-10T19:20:47.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:47 smithi189 bash[14634]: cluster 2024-09-10T19:20:46.295531+0000 mgr.x (mgr.34652) 119 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:47.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:47 smithi155 bash[14970]: cluster 2024-09-10T19:20:46.295531+0000 mgr.x (mgr.34652) 119 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:47.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:47 smithi155 bash[18934]: cluster 2024-09-10T19:20:46.295531+0000 mgr.x (mgr.34652) 119 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:49.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:49 smithi189 bash[14634]: cluster 2024-09-10T19:20:48.296927+0000 mgr.x (mgr.34652) 120 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:49.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:49 smithi155 bash[14970]: cluster 2024-09-10T19:20:48.296927+0000 mgr.x (mgr.34652) 120 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:49.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:49 smithi155 bash[18934]: cluster 2024-09-10T19:20:48.296927+0000 mgr.x (mgr.34652) 120 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:51.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:51 smithi189 bash[14634]: cluster 2024-09-10T19:20:50.297594+0000 mgr.x (mgr.34652) 121 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:51.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:51 smithi155 bash[14970]: cluster 2024-09-10T19:20:50.297594+0000 mgr.x (mgr.34652) 121 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:51.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:51 smithi155 bash[18934]: cluster 2024-09-10T19:20:50.297594+0000 mgr.x (mgr.34652) 121 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:53.406 INFO:teuthology.orchestra.run.smithi155.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:20:53.406 INFO:teuthology.orchestra.run.smithi155.stdout:alertmanager.a smithi155 running (2m) 2m ago 13m 15.2M - 0.27.0 11f11916f8cd 16d53bf305cc 2024-09-10T19:20:53.406 INFO:teuthology.orchestra.run.smithi155.stdout:grafana.a smithi189 running (13m) 2m ago 13m 26.3M - 6.6.2 87a51ecf0b1c 44554c6f73ac 2024-09-10T19:20:53.406 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.x smithi189 running (6m) 2m ago 18m 430M - 17.2.7-1606-g5be57395 4c55dd409611 59585f121a78 2024-09-10T19:20:53.406 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.y smithi155 running (19m) 2m ago 19m 288M - 15.2.0 204a01f9b0b6 380cf0c39f3a 2024-09-10T19:20:53.406 INFO:teuthology.orchestra.run.smithi155.stdout:mon.a smithi155 running (19m) 2m ago 20m 115M 2048M 15.2.0 204a01f9b0b6 9830b2129a22 2024-09-10T19:20:53.406 INFO:teuthology.orchestra.run.smithi155.stdout:mon.b smithi189 running (18m) 2m ago 18m 119M 2048M 15.2.0 204a01f9b0b6 e28fb1d2d63b 2024-09-10T19:20:53.406 INFO:teuthology.orchestra.run.smithi155.stdout:mon.c smithi155 running (18m) 2m ago 18m 114M 2048M 15.2.0 204a01f9b0b6 7cbf0bc7a02d 2024-09-10T19:20:53.407 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.a smithi155 running (13m) 2m ago 13m 12.9M - 1.8.2 71dc9668b154 b8b40d4b621b 2024-09-10T19:20:53.407 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.b smithi189 running (13m) 2m ago 13m 12.9M - 1.8.2 71dc9668b154 a5297c8bfe71 2024-09-10T19:20:53.407 INFO:teuthology.orchestra.run.smithi155.stdout:osd.0 smithi155 running (17m) 2m ago 17m 51.0M 4096M 15.2.0 204a01f9b0b6 7f6023dc1e50 2024-09-10T19:20:53.407 INFO:teuthology.orchestra.run.smithi155.stdout:osd.1 smithi155 running (17m) 2m ago 17m 50.4M 4096M 15.2.0 204a01f9b0b6 42d00c1d93dd 2024-09-10T19:20:53.407 INFO:teuthology.orchestra.run.smithi155.stdout:osd.2 smithi155 running (16m) 2m ago 16m 49.2M 4096M 15.2.0 204a01f9b0b6 6b241c21f8e2 2024-09-10T19:20:53.407 INFO:teuthology.orchestra.run.smithi155.stdout:osd.3 smithi155 running (16m) 2m ago 16m 51.3M 4096M 15.2.0 204a01f9b0b6 8d9201a4db26 2024-09-10T19:20:53.407 INFO:teuthology.orchestra.run.smithi155.stdout:osd.4 smithi189 running (15m) 2m ago 15m 51.8M 4096M 15.2.0 204a01f9b0b6 34cb90c9d5b7 2024-09-10T19:20:53.407 INFO:teuthology.orchestra.run.smithi155.stdout:osd.5 smithi189 running (15m) 2m ago 15m 50.2M 4096M 15.2.0 204a01f9b0b6 4b3a3b60e1d5 2024-09-10T19:20:53.407 INFO:teuthology.orchestra.run.smithi155.stdout:osd.6 smithi189 running (14m) 2m ago 15m 52.1M 4096M 15.2.0 204a01f9b0b6 c58c4c013902 2024-09-10T19:20:53.407 INFO:teuthology.orchestra.run.smithi155.stdout:osd.7 smithi189 running (14m) 2m ago 14m 51.6M 4096M 15.2.0 204a01f9b0b6 fb02b608dde7 2024-09-10T19:20:53.407 INFO:teuthology.orchestra.run.smithi155.stdout:prometheus.a smithi189 running (2m) 2m ago 13m 28.8M - 2.54.1 4022a502929b 272b5a73ebb8 2024-09-10T19:20:53.407 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi155.ehnnyk smithi155 running (11m) 2m ago 11m 49.7M - 15.2.0 204a01f9b0b6 48687c7a211a 2024-09-10T19:20:53.407 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi189.dwpibf smithi189 running (11m) 2m ago 11m 50.1M - 15.2.0 204a01f9b0b6 6bddcdbdbf0b 2024-09-10T19:20:53.625 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:53 smithi155 bash[18934]: cluster 2024-09-10T19:20:52.298278+0000 mgr.x (mgr.34652) 122 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:53.625 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:53 smithi155 bash[14970]: cluster 2024-09-10T19:20:52.298278+0000 mgr.x (mgr.34652) 122 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:53.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:53 smithi189 bash[14634]: cluster 2024-09-10T19:20:52.298278+0000 mgr.x (mgr.34652) 122 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:54.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:54 smithi189 bash[14634]: audit 2024-09-10T19:20:53.376937+0000 mgr.x (mgr.34652) 123 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:20:54.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:54 smithi189 bash[14634]: audit 2024-09-10T19:20:53.382886+0000 mon.b (mon.2) 195 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:20:54.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:54 smithi189 bash[14634]: audit 2024-09-10T19:20:53.383700+0000 mon.b (mon.2) 196 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:20:54.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:54 smithi189 bash[14634]: audit 2024-09-10T19:20:53.384394+0000 mon.b (mon.2) 197 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:20:54.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:54 smithi189 bash[14634]: audit 2024-09-10T19:20:53.385267+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:20:54.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:54 smithi189 bash[14634]: audit 2024-09-10T19:20:53.386210+0000 mon.b (mon.2) 199 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:20:54.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:54 smithi189 bash[14634]: audit 2024-09-10T19:20:53.387001+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:20:54.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:54 smithi189 bash[14634]: audit 2024-09-10T19:20:53.390846+0000 mon.b (mon.2) 201 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:20:54.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:54 smithi189 bash[14634]: audit 2024-09-10T19:20:53.391606+0000 mon.b (mon.2) 202 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:20:54.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:54 smithi189 bash[14634]: audit 2024-09-10T19:20:53.392358+0000 mon.b (mon.2) 203 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:20:54.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:54 smithi189 bash[14634]: audit 2024-09-10T19:20:53.393034+0000 mon.b (mon.2) 204 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:20:54.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:54 smithi189 bash[14634]: audit 2024-09-10T19:20:53.393821+0000 mon.b (mon.2) 205 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:20:54.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:54 smithi155 bash[14970]: audit 2024-09-10T19:20:53.376937+0000 mgr.x (mgr.34652) 123 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:20:54.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:54 smithi155 bash[14970]: audit 2024-09-10T19:20:53.382886+0000 mon.b (mon.2) 195 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:20:54.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:54 smithi155 bash[14970]: audit 2024-09-10T19:20:53.383700+0000 mon.b (mon.2) 196 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:20:54.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:54 smithi155 bash[14970]: audit 2024-09-10T19:20:53.384394+0000 mon.b (mon.2) 197 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:20:54.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:54 smithi155 bash[14970]: audit 2024-09-10T19:20:53.385267+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:20:54.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:54 smithi155 bash[14970]: audit 2024-09-10T19:20:53.386210+0000 mon.b (mon.2) 199 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:20:54.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:54 smithi155 bash[14970]: audit 2024-09-10T19:20:53.387001+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:20:54.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:54 smithi155 bash[14970]: audit 2024-09-10T19:20:53.390846+0000 mon.b (mon.2) 201 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:20:54.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:54 smithi155 bash[14970]: audit 2024-09-10T19:20:53.391606+0000 mon.b (mon.2) 202 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:20:54.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:54 smithi155 bash[14970]: audit 2024-09-10T19:20:53.392358+0000 mon.b (mon.2) 203 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:20:54.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:54 smithi155 bash[14970]: audit 2024-09-10T19:20:53.393034+0000 mon.b (mon.2) 204 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:20:54.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:54 smithi155 bash[14970]: audit 2024-09-10T19:20:53.393821+0000 mon.b (mon.2) 205 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:20:54.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:54 smithi155 bash[18934]: audit 2024-09-10T19:20:53.376937+0000 mgr.x (mgr.34652) 123 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:20:54.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:54 smithi155 bash[18934]: audit 2024-09-10T19:20:53.382886+0000 mon.b (mon.2) 195 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:20:54.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:54 smithi155 bash[18934]: audit 2024-09-10T19:20:53.383700+0000 mon.b (mon.2) 196 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:20:54.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:54 smithi155 bash[18934]: audit 2024-09-10T19:20:53.384394+0000 mon.b (mon.2) 197 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:20:54.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:54 smithi155 bash[18934]: audit 2024-09-10T19:20:53.385267+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:20:54.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:54 smithi155 bash[18934]: audit 2024-09-10T19:20:53.386210+0000 mon.b (mon.2) 199 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:20:54.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:54 smithi155 bash[18934]: audit 2024-09-10T19:20:53.387001+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:20:54.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:54 smithi155 bash[18934]: audit 2024-09-10T19:20:53.390846+0000 mon.b (mon.2) 201 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:20:54.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:54 smithi155 bash[18934]: audit 2024-09-10T19:20:53.391606+0000 mon.b (mon.2) 202 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:20:54.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:54 smithi155 bash[18934]: audit 2024-09-10T19:20:53.392358+0000 mon.b (mon.2) 203 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:20:54.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:54 smithi155 bash[18934]: audit 2024-09-10T19:20:53.393034+0000 mon.b (mon.2) 204 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:20:54.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:54 smithi155 bash[18934]: audit 2024-09-10T19:20:53.393821+0000 mon.b (mon.2) 205 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:20:54.858 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'sleep 180' 2024-09-10T19:20:55.382 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:55 smithi155 bash[18934]: cluster 2024-09-10T19:20:54.299841+0000 mgr.x (mgr.34652) 124 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:55.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:55 smithi189 bash[14634]: cluster 2024-09-10T19:20:54.299841+0000 mgr.x (mgr.34652) 124 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:55.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:55 smithi155 bash[14970]: cluster 2024-09-10T19:20:54.299841+0000 mgr.x (mgr.34652) 124 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:57.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:57 smithi189 bash[14634]: cluster 2024-09-10T19:20:56.300613+0000 mgr.x (mgr.34652) 125 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:57.825 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:57 smithi155 bash[14970]: cluster 2024-09-10T19:20:56.300613+0000 mgr.x (mgr.34652) 125 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:57.825 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:57 smithi155 bash[18934]: cluster 2024-09-10T19:20:56.300613+0000 mgr.x (mgr.34652) 125 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:59.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:20:59 smithi189 bash[14634]: cluster 2024-09-10T19:20:58.302034+0000 mgr.x (mgr.34652) 126 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:59.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:20:59 smithi155 bash[14970]: cluster 2024-09-10T19:20:58.302034+0000 mgr.x (mgr.34652) 126 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:20:59.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:20:59 smithi155 bash[18934]: cluster 2024-09-10T19:20:58.302034+0000 mgr.x (mgr.34652) 126 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:01.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:01 smithi189 bash[14634]: cluster 2024-09-10T19:21:00.302740+0000 mgr.x (mgr.34652) 127 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:01.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:01 smithi155 bash[14970]: cluster 2024-09-10T19:21:00.302740+0000 mgr.x (mgr.34652) 127 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:01.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:01 smithi155 bash[18934]: cluster 2024-09-10T19:21:00.302740+0000 mgr.x (mgr.34652) 127 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:03.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:03 smithi189 bash[14634]: cluster 2024-09-10T19:21:02.303461+0000 mgr.x (mgr.34652) 128 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:03.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:03 smithi155 bash[18934]: cluster 2024-09-10T19:21:02.303461+0000 mgr.x (mgr.34652) 128 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:03.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:03 smithi155 bash[14970]: cluster 2024-09-10T19:21:02.303461+0000 mgr.x (mgr.34652) 128 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:05.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:05 smithi189 bash[14634]: cluster 2024-09-10T19:21:04.304893+0000 mgr.x (mgr.34652) 129 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:05.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:05 smithi155 bash[14970]: cluster 2024-09-10T19:21:04.304893+0000 mgr.x (mgr.34652) 129 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:05.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:05 smithi155 bash[18934]: cluster 2024-09-10T19:21:04.304893+0000 mgr.x (mgr.34652) 129 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:07.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:07 smithi189 bash[14634]: cluster 2024-09-10T19:21:06.305591+0000 mgr.x (mgr.34652) 130 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:07.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:07 smithi155 bash[14970]: cluster 2024-09-10T19:21:06.305591+0000 mgr.x (mgr.34652) 130 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:07.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:07 smithi155 bash[18934]: cluster 2024-09-10T19:21:06.305591+0000 mgr.x (mgr.34652) 130 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:09.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:09 smithi189 bash[14634]: cluster 2024-09-10T19:21:08.306952+0000 mgr.x (mgr.34652) 131 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:09.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:09 smithi155 bash[14970]: cluster 2024-09-10T19:21:08.306952+0000 mgr.x (mgr.34652) 131 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:09.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:09 smithi155 bash[18934]: cluster 2024-09-10T19:21:08.306952+0000 mgr.x (mgr.34652) 131 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:11.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:11 smithi189 bash[14634]: cluster 2024-09-10T19:21:10.307616+0000 mgr.x (mgr.34652) 132 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:11.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:11 smithi155 bash[14970]: cluster 2024-09-10T19:21:10.307616+0000 mgr.x (mgr.34652) 132 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:11.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:11 smithi155 bash[18934]: cluster 2024-09-10T19:21:10.307616+0000 mgr.x (mgr.34652) 132 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:13.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:13 smithi189 bash[14634]: cluster 2024-09-10T19:21:12.308263+0000 mgr.x (mgr.34652) 133 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:13.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:13 smithi155 bash[14970]: cluster 2024-09-10T19:21:12.308263+0000 mgr.x (mgr.34652) 133 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:13.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:13 smithi155 bash[18934]: cluster 2024-09-10T19:21:12.308263+0000 mgr.x (mgr.34652) 133 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:15.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:15 smithi189 bash[14634]: cluster 2024-09-10T19:21:14.309697+0000 mgr.x (mgr.34652) 134 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:15.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:15 smithi155 bash[14970]: cluster 2024-09-10T19:21:14.309697+0000 mgr.x (mgr.34652) 134 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:15.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:15 smithi155 bash[18934]: cluster 2024-09-10T19:21:14.309697+0000 mgr.x (mgr.34652) 134 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:17.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:17 smithi189 bash[14634]: cluster 2024-09-10T19:21:16.310408+0000 mgr.x (mgr.34652) 135 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:17.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:17 smithi155 bash[14970]: cluster 2024-09-10T19:21:16.310408+0000 mgr.x (mgr.34652) 135 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:17.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:17 smithi155 bash[18934]: cluster 2024-09-10T19:21:16.310408+0000 mgr.x (mgr.34652) 135 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:19.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:19 smithi189 bash[14634]: cluster 2024-09-10T19:21:18.311773+0000 mgr.x (mgr.34652) 136 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:19.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:19 smithi155 bash[14970]: cluster 2024-09-10T19:21:18.311773+0000 mgr.x (mgr.34652) 136 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:19.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:19 smithi155 bash[18934]: cluster 2024-09-10T19:21:18.311773+0000 mgr.x (mgr.34652) 136 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:21.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:21 smithi189 bash[14634]: cluster 2024-09-10T19:21:20.312432+0000 mgr.x (mgr.34652) 137 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:21.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:21 smithi155 bash[18934]: cluster 2024-09-10T19:21:20.312432+0000 mgr.x (mgr.34652) 137 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:21.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:21 smithi155 bash[14970]: cluster 2024-09-10T19:21:20.312432+0000 mgr.x (mgr.34652) 137 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:23.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:23 smithi189 bash[14634]: cluster 2024-09-10T19:21:22.313147+0000 mgr.x (mgr.34652) 138 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:23.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:23 smithi155 bash[14970]: cluster 2024-09-10T19:21:22.313147+0000 mgr.x (mgr.34652) 138 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:23.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:23 smithi155 bash[18934]: cluster 2024-09-10T19:21:22.313147+0000 mgr.x (mgr.34652) 138 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:25.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:25 smithi189 bash[14634]: cluster 2024-09-10T19:21:24.314582+0000 mgr.x (mgr.34652) 139 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:25.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:25 smithi155 bash[14970]: cluster 2024-09-10T19:21:24.314582+0000 mgr.x (mgr.34652) 139 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:25.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:25 smithi155 bash[18934]: cluster 2024-09-10T19:21:24.314582+0000 mgr.x (mgr.34652) 139 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:27.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:27 smithi189 bash[14634]: cluster 2024-09-10T19:21:26.315259+0000 mgr.x (mgr.34652) 140 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:27.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:27 smithi155 bash[14970]: cluster 2024-09-10T19:21:26.315259+0000 mgr.x (mgr.34652) 140 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:27.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:27 smithi155 bash[18934]: cluster 2024-09-10T19:21:26.315259+0000 mgr.x (mgr.34652) 140 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:29.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:29 smithi189 bash[14634]: cluster 2024-09-10T19:21:28.316655+0000 mgr.x (mgr.34652) 141 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:29.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:29 smithi155 bash[14970]: cluster 2024-09-10T19:21:28.316655+0000 mgr.x (mgr.34652) 141 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:29.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:29 smithi155 bash[18934]: cluster 2024-09-10T19:21:28.316655+0000 mgr.x (mgr.34652) 141 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:31.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:31 smithi189 bash[14634]: cluster 2024-09-10T19:21:30.317385+0000 mgr.x (mgr.34652) 142 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:31.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:31 smithi155 bash[14970]: cluster 2024-09-10T19:21:30.317385+0000 mgr.x (mgr.34652) 142 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:31.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:31 smithi155 bash[18934]: cluster 2024-09-10T19:21:30.317385+0000 mgr.x (mgr.34652) 142 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:33.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:33 smithi155 bash[14970]: cluster 2024-09-10T19:21:32.318089+0000 mgr.x (mgr.34652) 143 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:33.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:33 smithi155 bash[18934]: cluster 2024-09-10T19:21:32.318089+0000 mgr.x (mgr.34652) 143 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:33.590 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:21:33 smithi155 systemd[1]: Stopping Ceph mgr.y for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:21:33.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:33 smithi189 bash[14634]: cluster 2024-09-10T19:21:32.318089+0000 mgr.x (mgr.34652) 143 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:35.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:35 smithi189 bash[14634]: cluster 2024-09-10T19:21:34.319562+0000 mgr.x (mgr.34652) 144 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:35.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:35 smithi155 bash[14970]: cluster 2024-09-10T19:21:34.319562+0000 mgr.x (mgr.34652) 144 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:35.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:35 smithi155 bash[18934]: cluster 2024-09-10T19:21:34.319562+0000 mgr.x (mgr.34652) 144 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:37.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:37 smithi189 bash[14634]: cluster 2024-09-10T19:21:36.320234+0000 mgr.x (mgr.34652) 145 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:37.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:37 smithi155 bash[14970]: cluster 2024-09-10T19:21:36.320234+0000 mgr.x (mgr.34652) 145 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:37.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:37 smithi155 bash[18934]: cluster 2024-09-10T19:21:36.320234+0000 mgr.x (mgr.34652) 145 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:39.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:39 smithi189 bash[14634]: cluster 2024-09-10T19:21:38.321629+0000 mgr.x (mgr.34652) 146 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:39.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:39 smithi155 bash[14970]: cluster 2024-09-10T19:21:38.321629+0000 mgr.x (mgr.34652) 146 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:39.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:39 smithi155 bash[18934]: cluster 2024-09-10T19:21:38.321629+0000 mgr.x (mgr.34652) 146 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:41.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:41 smithi189 bash[14634]: cluster 2024-09-10T19:21:40.322300+0000 mgr.x (mgr.34652) 147 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:41.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:41 smithi155 bash[14970]: cluster 2024-09-10T19:21:40.322300+0000 mgr.x (mgr.34652) 147 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:41.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:41 smithi155 bash[18934]: cluster 2024-09-10T19:21:40.322300+0000 mgr.x (mgr.34652) 147 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:43.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:43 smithi189 bash[14634]: cluster 2024-09-10T19:21:42.322935+0000 mgr.x (mgr.34652) 148 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:43 smithi189 bash[14634]: audit 2024-09-10T19:21:42.761862+0000 mon.b (mon.2) 206 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2024-09-10T19:21:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:43 smithi189 bash[14634]: audit 2024-09-10T19:21:42.762365+0000 mon.b (mon.2) 207 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:21:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:43 smithi189 bash[14634]: audit 2024-09-10T19:21:42.762703+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2024-09-10T19:21:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:43 smithi189 bash[14634]: audit 2024-09-10T19:21:42.762763+0000 mon.b (mon.2) 208 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-10T19:21:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:43 smithi189 bash[14634]: audit 2024-09-10T19:21:42.763179+0000 mon.b (mon.2) 209 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]: dispatch 2024-09-10T19:21:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:43 smithi189 bash[14634]: audit 2024-09-10T19:21:42.764179+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:21:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:43 smithi189 bash[14634]: audit 2024-09-10T19:21:42.764847+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-10T19:21:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:43 smithi189 bash[14634]: audit 2024-09-10T19:21:42.765501+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]: dispatch 2024-09-10T19:21:43.736 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:43 smithi155 bash[18934]: cluster 2024-09-10T19:21:42.322935+0000 mgr.x (mgr.34652) 148 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:43.736 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:43 smithi155 bash[18934]: audit 2024-09-10T19:21:42.761862+0000 mon.b (mon.2) 206 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2024-09-10T19:21:43.736 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:43 smithi155 bash[18934]: audit 2024-09-10T19:21:42.762365+0000 mon.b (mon.2) 207 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:21:43.736 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:43 smithi155 bash[18934]: audit 2024-09-10T19:21:42.762703+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2024-09-10T19:21:43.737 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:43 smithi155 bash[18934]: audit 2024-09-10T19:21:42.762763+0000 mon.b (mon.2) 208 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-10T19:21:43.737 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:43 smithi155 bash[18934]: audit 2024-09-10T19:21:42.763179+0000 mon.b (mon.2) 209 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]: dispatch 2024-09-10T19:21:43.737 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:43 smithi155 bash[18934]: audit 2024-09-10T19:21:42.764179+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:21:43.737 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:43 smithi155 bash[18934]: audit 2024-09-10T19:21:42.764847+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-10T19:21:43.737 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:43 smithi155 bash[18934]: audit 2024-09-10T19:21:42.765501+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]: dispatch 2024-09-10T19:21:43.737 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:43 smithi155 bash[14970]: cluster 2024-09-10T19:21:42.322935+0000 mgr.x (mgr.34652) 148 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:43.737 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:43 smithi155 bash[14970]: audit 2024-09-10T19:21:42.761862+0000 mon.b (mon.2) 206 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2024-09-10T19:21:43.737 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:43 smithi155 bash[14970]: audit 2024-09-10T19:21:42.762365+0000 mon.b (mon.2) 207 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:21:43.737 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:43 smithi155 bash[14970]: audit 2024-09-10T19:21:42.762703+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2024-09-10T19:21:43.737 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:43 smithi155 bash[14970]: audit 2024-09-10T19:21:42.762763+0000 mon.b (mon.2) 208 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-10T19:21:43.737 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:43 smithi155 bash[14970]: audit 2024-09-10T19:21:42.763179+0000 mon.b (mon.2) 209 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]: dispatch 2024-09-10T19:21:43.738 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:43 smithi155 bash[14970]: audit 2024-09-10T19:21:42.764179+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:21:43.738 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:43 smithi155 bash[14970]: audit 2024-09-10T19:21:42.764847+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-10T19:21:43.738 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:43 smithi155 bash[14970]: audit 2024-09-10T19:21:42.765501+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]: dispatch 2024-09-10T19:21:44.840 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:21:44 smithi155 bash[40876]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-mgr.y 2024-09-10T19:21:44.840 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:21:44 smithi155 systemd[1]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mgr.y.service: Main process exited, code=exited, status=137/n/a 2024-09-10T19:21:44.840 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:21:44 smithi155 bash[40955]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-mgr.y 2024-09-10T19:21:44.840 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:21:44 smithi155 systemd[1]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mgr.y.service: Failed with result 'exit-code'. 2024-09-10T19:21:44.840 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:21:44 smithi155 systemd[1]: Stopped Ceph mgr.y for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:21:45.339 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:21:44 smithi155 systemd[1]: Started Ceph mgr.y for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:21:45.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:45 smithi189 bash[14634]: cluster 2024-09-10T19:21:44.324422+0000 mgr.x (mgr.34652) 149 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:45.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:45 smithi189 bash[14634]: audit 2024-09-10T19:21:44.888935+0000 mon.b (mon.2) 210 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:21:45.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:45 smithi189 bash[14634]: audit 2024-09-10T19:21:44.890482+0000 mon.b (mon.2) 211 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:21:45.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:45 smithi189 bash[14634]: audit 2024-09-10T19:21:44.890838+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:21:45.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:45 smithi189 bash[14634]: audit 2024-09-10T19:21:44.894562+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:21:45.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:45 smithi189 bash[14634]: audit 2024-09-10T19:21:44.897465+0000 mon.b (mon.2) 212 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121110528, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396212Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120481382, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396888Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53550776, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397141Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52890173, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397385Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51589939, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397625Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53854863, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397867Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398102Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16001269, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:18:46.398341Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52156170, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398578Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:20:45.407484Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:21:45.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:45 smithi189 bash[14634]: audit 2024-09-10T19:21:44.897893+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121110528, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396212Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120481382, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396888Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53550776, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397141Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52890173, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397385Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51589939, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397625Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53854863, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397867Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398102Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16001269, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:18:46.398341Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52156170, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398578Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:20:45.407484Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:21:45.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:45 smithi189 bash[14634]: audit 2024-09-10T19:21:44.903409+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121110528, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396212Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120481382, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396888Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53550776, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397141Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52890173, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397385Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51589939, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397625Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53854863, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397867Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398102Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16001269, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:18:46.398341Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52156170, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398578Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:20:45.407484Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:21:45.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:45 smithi189 bash[14634]: audit 2024-09-10T19:21:44.906659+0000 mon.b (mon.2) 213 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:21:45.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:45 smithi189 bash[14634]: audit 2024-09-10T19:21:44.908200+0000 mon.b (mon.2) 214 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:21:45.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:45 smithi189 bash[14634]: audit 2024-09-10T19:21:44.908505+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:21:45.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:45 smithi189 bash[14634]: audit 2024-09-10T19:21:44.912526+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:21:45.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:45 smithi189 bash[14634]: audit 2024-09-10T19:21:44.915389+0000 mon.b (mon.2) 215 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121110528, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396212Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120481382, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396888Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53550776, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397141Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52890173, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397385Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51589939, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397625Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53854863, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397867Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398102Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16001269, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:18:46.398341Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52156170, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398578Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:20:45.407484Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:21:45.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:45 smithi189 bash[14634]: audit 2024-09-10T19:21:44.915892+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121110528, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396212Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120481382, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396888Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53550776, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397141Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52890173, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397385Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51589939, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397625Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53854863, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397867Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398102Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16001269, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:18:46.398341Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52156170, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398578Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:20:45.407484Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:21:45.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:45 smithi189 bash[14634]: audit 2024-09-10T19:21:44.922691+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121110528, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396212Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120481382, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396888Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53550776, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397141Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52890173, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397385Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51589939, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397625Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53854863, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397867Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398102Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16001269, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:18:46.398341Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52156170, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398578Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:20:45.407484Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:21:45.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:45 smithi189 bash[14634]: audit 2024-09-10T19:21:44.931861+0000 mon.b (mon.2) 216 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:21:45.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:45 smithi189 bash[14634]: audit 2024-09-10T19:21:44.935917+0000 mon.b (mon.2) 217 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:21:45.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:45 smithi155 bash[14970]: cluster 2024-09-10T19:21:44.324422+0000 mgr.x (mgr.34652) 149 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:45.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:45 smithi155 bash[14970]: audit 2024-09-10T19:21:44.888935+0000 mon.b (mon.2) 210 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:21:45.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:45 smithi155 bash[14970]: audit 2024-09-10T19:21:44.890482+0000 mon.b (mon.2) 211 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:21:45.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:45 smithi155 bash[18934]: cluster 2024-09-10T19:21:44.324422+0000 mgr.x (mgr.34652) 149 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:45.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:45 smithi155 bash[18934]: audit 2024-09-10T19:21:44.888935+0000 mon.b (mon.2) 210 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:21:45.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:45 smithi155 bash[18934]: audit 2024-09-10T19:21:44.890482+0000 mon.b (mon.2) 211 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:21:45.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:45 smithi155 bash[14970]: audit 2024-09-10T19:21:44.890838+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:21:45.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:45 smithi155 bash[18934]: audit 2024-09-10T19:21:44.890838+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:21:45.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:45 smithi155 bash[14970]: audit 2024-09-10T19:21:44.894562+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:21:45.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:45 smithi155 bash[18934]: audit 2024-09-10T19:21:44.894562+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:21:45.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:45 smithi155 bash[14970]: audit 2024-09-10T19:21:44.897465+0000 mon.b (mon.2) 212 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121110528, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396212Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120481382, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396888Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53550776, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397141Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52890173, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397385Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51589939, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397625Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53854863, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397867Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398102Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16001269, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:18:46.398341Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52156170, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398578Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:20:45.407484Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:21:45.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:45 smithi155 bash[18934]: audit 2024-09-10T19:21:44.897465+0000 mon.b (mon.2) 212 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121110528, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396212Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120481382, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396888Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53550776, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397141Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52890173, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397385Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51589939, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397625Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53854863, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397867Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398102Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16001269, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:18:46.398341Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52156170, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398578Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:20:45.407484Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:21:45.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:45 smithi155 bash[14970]: audit 2024-09-10T19:21:44.897893+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121110528, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396212Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120481382, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396888Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53550776, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397141Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52890173, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397385Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51589939, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397625Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53854863, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397867Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398102Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16001269, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:18:46.398341Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52156170, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398578Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:20:45.407484Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:21:45.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:45 smithi155 bash[18934]: audit 2024-09-10T19:21:44.897893+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121110528, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396212Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120481382, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396888Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53550776, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397141Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52890173, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397385Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51589939, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397625Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53854863, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397867Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398102Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16001269, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:18:46.398341Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52156170, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398578Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:20:45.407484Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:21:45.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:45 smithi155 bash[18934]: audit 2024-09-10T19:21:44.903409+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121110528, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396212Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120481382, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396888Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53550776, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397141Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52890173, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397385Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51589939, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397625Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53854863, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397867Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398102Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16001269, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:18:46.398341Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52156170, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398578Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:20:45.407484Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:21:45.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:45 smithi155 bash[18934]: audit 2024-09-10T19:21:44.906659+0000 mon.b (mon.2) 213 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:21:45.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:45 smithi155 bash[14970]: audit 2024-09-10T19:21:44.903409+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121110528, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396212Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120481382, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396888Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53550776, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397141Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52890173, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397385Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51589939, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397625Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53854863, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397867Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398102Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16001269, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:18:46.398341Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52156170, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398578Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:20:45.407484Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:21:45.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:45 smithi155 bash[14970]: audit 2024-09-10T19:21:44.906659+0000 mon.b (mon.2) 213 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:21:45.845 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:45 smithi155 bash[18934]: audit 2024-09-10T19:21:44.908200+0000 mon.b (mon.2) 214 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:21:45.845 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:45 smithi155 bash[18934]: audit 2024-09-10T19:21:44.908505+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:21:45.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:45 smithi155 bash[14970]: audit 2024-09-10T19:21:44.908200+0000 mon.b (mon.2) 214 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:21:45.846 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:45 smithi155 bash[14970]: audit 2024-09-10T19:21:44.908505+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:21:45.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:45 smithi155 bash[18934]: audit 2024-09-10T19:21:44.912526+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:21:45.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:45 smithi155 bash[18934]: audit 2024-09-10T19:21:44.915389+0000 mon.b (mon.2) 215 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121110528, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396212Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120481382, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396888Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53550776, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397141Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52890173, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397385Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51589939, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397625Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53854863, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397867Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398102Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16001269, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:18:46.398341Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52156170, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398578Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:20:45.407484Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:21:45.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:45 smithi155 bash[14970]: audit 2024-09-10T19:21:44.912526+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:21:45.847 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:45 smithi155 bash[18934]: audit 2024-09-10T19:21:44.915892+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121110528, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396212Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120481382, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396888Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53550776, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397141Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52890173, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397385Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51589939, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397625Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53854863, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397867Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398102Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16001269, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:18:46.398341Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52156170, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398578Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:20:45.407484Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:21:45.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:45 smithi155 bash[14970]: audit 2024-09-10T19:21:44.915389+0000 mon.b (mon.2) 215 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121110528, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396212Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120481382, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396888Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53550776, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397141Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52890173, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397385Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51589939, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397625Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53854863, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397867Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398102Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16001269, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:18:46.398341Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52156170, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398578Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:20:45.407484Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:21:45.848 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:45 smithi155 bash[18934]: audit 2024-09-10T19:21:44.922691+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121110528, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396212Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120481382, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396888Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53550776, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397141Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52890173, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397385Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51589939, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397625Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53854863, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397867Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398102Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16001269, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:18:46.398341Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52156170, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398578Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:20:45.407484Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:21:45.848 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:45 smithi155 bash[18934]: audit 2024-09-10T19:21:44.931861+0000 mon.b (mon.2) 216 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:21:45.848 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:45 smithi155 bash[18934]: audit 2024-09-10T19:21:44.935917+0000 mon.b (mon.2) 217 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:21:45.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:45 smithi155 bash[14970]: audit 2024-09-10T19:21:44.915892+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121110528, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396212Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120481382, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396888Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53550776, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397141Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52890173, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397385Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51589939, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397625Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53854863, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397867Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398102Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16001269, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:18:46.398341Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52156170, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398578Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:20:45.407484Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:21:45.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:45 smithi155 bash[14970]: audit 2024-09-10T19:21:44.922691+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121110528, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396212Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120481382, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.396888Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53550776, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397141Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52890173, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397385Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51589939, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397625Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53854863, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.397867Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398102Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16001269, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:18:46.398341Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52156170, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:18:46.398578Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:20:45.407484Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:21:45.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:45 smithi155 bash[14970]: audit 2024-09-10T19:21:44.931861+0000 mon.b (mon.2) 216 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:21:45.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:45 smithi155 bash[14970]: audit 2024-09-10T19:21:44.935917+0000 mon.b (mon.2) 217 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:21:46.555 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:21:46 smithi155 bash[41040]: debug 2024-09-10T19:21:46.423+0000 7fcc2db0c640 1 -- 172.21.15.155:0/3888209051 <== mon.0 v2:172.21.15.155:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e1877e4340 con 0x55e1877f1000 2024-09-10T19:21:47.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:47 smithi155 bash[14970]: cluster 2024-09-10T19:21:46.325136+0000 mgr.x (mgr.34652) 150 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:47.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:47 smithi155 bash[18934]: cluster 2024-09-10T19:21:46.325136+0000 mgr.x (mgr.34652) 150 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:47.590 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:21:46 smithi155 bash[41040]: debug 2024-09-10T19:21:46.551+0000 7fcc30374ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-10T19:21:47.590 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:21:47 smithi155 bash[41040]: debug 2024-09-10T19:21:47.303+0000 7fcc30374ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-10T19:21:47.590 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:21:47 smithi155 bash[41040]: debug 2024-09-10T19:21:47.375+0000 7fcc30374ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-10T19:21:47.590 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:21:47 smithi155 bash[41040]: debug 2024-09-10T19:21:47.443+0000 7fcc30374ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-10T19:21:47.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:47 smithi189 bash[14634]: cluster 2024-09-10T19:21:46.325136+0000 mgr.x (mgr.34652) 150 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:47.906 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:21:47 smithi155 bash[41040]: debug 2024-09-10T19:21:47.591+0000 7fcc30374ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-10T19:21:47.906 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:21:47 smithi155 bash[41040]: debug 2024-09-10T19:21:47.839+0000 7fcc30374ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-10T19:21:48.339 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:21:47 smithi155 bash[41040]: debug 2024-09-10T19:21:47.903+0000 7fcc30374ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-10T19:21:48.340 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:21:48 smithi155 bash[41040]: debug 2024-09-10T19:21:48.035+0000 7fcc30374ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-10T19:21:49.089 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:21:48 smithi155 bash[41040]: debug 2024-09-10T19:21:48.675+0000 7fcc30374ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-10T19:21:49.090 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:21:48 smithi155 bash[41040]: debug 2024-09-10T19:21:48.743+0000 7fcc30374ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-10T19:21:49.090 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:21:48 smithi155 bash[41040]: debug 2024-09-10T19:21:48.819+0000 7fcc30374ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-10T19:21:49.428 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:21:49 smithi155 bash[41040]: debug 2024-09-10T19:21:49.103+0000 7fcc30374ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-10T19:21:49.428 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:21:49 smithi155 bash[41040]: debug 2024-09-10T19:21:49.239+0000 7fcc30374ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-10T19:21:49.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:49 smithi189 bash[14634]: cluster 2024-09-10T19:21:48.326574+0000 mgr.x (mgr.34652) 151 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:49.773 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:49 smithi155 bash[14970]: cluster 2024-09-10T19:21:48.326574+0000 mgr.x (mgr.34652) 151 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:49.773 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:21:49 smithi155 bash[41040]: debug 2024-09-10T19:21:49.555+0000 7fcc30374ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-10T19:21:49.773 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:49 smithi155 bash[18934]: cluster 2024-09-10T19:21:48.326574+0000 mgr.x (mgr.34652) 151 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:50.089 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:21:49 smithi155 bash[41040]: debug 2024-09-10T19:21:49.767+0000 7fcc30374ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-10T19:21:50.481 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:21:50 smithi155 bash[41040]: debug 2024-09-10T19:21:50.187+0000 7fcc30374ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-10T19:21:50.482 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:21:50 smithi155 bash[41040]: debug 2024-09-10T19:21:50.247+0000 7fcc30374ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-10T19:21:50.482 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:21:50 smithi155 bash[41040]: debug 2024-09-10T19:21:50.315+0000 7fcc30374ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-10T19:21:50.482 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:21:50 smithi155 bash[41040]: debug 2024-09-10T19:21:50.411+0000 7fcc30374ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-10T19:21:50.778 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:21:50 smithi155 bash[41040]: debug 2024-09-10T19:21:50.475+0000 7fcc30374ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-10T19:21:50.778 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:21:50 smithi155 bash[41040]: debug 2024-09-10T19:21:50.551+0000 7fcc30374ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-10T19:21:50.778 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:21:50 smithi155 bash[41040]: debug 2024-09-10T19:21:50.699+0000 7fcc30374ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-10T19:21:51.089 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:21:50 smithi155 bash[41040]: debug 2024-09-10T19:21:50.775+0000 7fcc30374ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-10T19:21:51.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:51 smithi189 bash[14634]: cluster 2024-09-10T19:21:50.327166+0000 mgr.x (mgr.34652) 152 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:51.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:51 smithi155 bash[14970]: cluster 2024-09-10T19:21:50.327166+0000 mgr.x (mgr.34652) 152 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:51.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:51 smithi155 bash[18934]: cluster 2024-09-10T19:21:50.327166+0000 mgr.x (mgr.34652) 152 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:52.089 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:21:51 smithi155 bash[41040]: debug 2024-09-10T19:21:51.823+0000 7fcc30374ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-10T19:21:52.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:52 smithi189 bash[14634]: audit 2024-09-10T19:21:51.248887+0000 mon.b (mon.2) 218 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:21:52.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:52 smithi189 bash[14634]: audit 2024-09-10T19:21:51.250143+0000 mon.b (mon.2) 219 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:21:52.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:52 smithi189 bash[14634]: audit 2024-09-10T19:21:51.250791+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:21:52.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:52 smithi189 bash[14634]: audit 2024-09-10T19:21:51.257311+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:21:52.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:52 smithi189 bash[14634]: audit 2024-09-10T19:21:51.261186+0000 mon.b (mon.2) 220 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 135266304, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.245744Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 454347980, \"cpu_percentage\": \"0.40%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.245999Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246172Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54253322, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246334Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246490Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246645Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 45277511, \"cpu_percentage\": \"0.66%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246800Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12383682, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246954Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27944550, \"cpu_percentage\": \"3.91%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.247109Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53330575, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.247263Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:21:51.247541Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:20:45.427075Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:21:52.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:52 smithi189 bash[14634]: audit 2024-09-10T19:21:51.261898+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 135266304, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.245744Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 454347980, \"cpu_percentage\": \"0.40%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.245999Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246172Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54253322, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246334Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246490Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246645Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 45277511, \"cpu_percentage\": \"0.66%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246800Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12383682, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246954Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27944550, \"cpu_percentage\": \"3.91%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.247109Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53330575, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.247263Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:21:51.247541Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:20:45.427075Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:21:52.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:52 smithi189 bash[14634]: audit 2024-09-10T19:21:51.267957+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 135266304, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.245744Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 454347980, \"cpu_percentage\": \"0.40%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.245999Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246172Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54253322, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246334Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246490Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246645Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 45277511, \"cpu_percentage\": \"0.66%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246800Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12383682, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246954Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27944550, \"cpu_percentage\": \"3.91%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.247109Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53330575, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.247263Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:21:51.247541Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:20:45.427075Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:21:52.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:52 smithi189 bash[14634]: cluster 2024-09-10T19:21:51.827983+0000 mon.a (mon.0) 745 : cluster [DBG] Standby manager daemon y restarted 2024-09-10T19:21:52.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:52 smithi189 bash[14634]: cluster 2024-09-10T19:21:51.828234+0000 mon.a (mon.0) 746 : cluster [DBG] Standby manager daemon y started 2024-09-10T19:21:52.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:52 smithi189 bash[14634]: audit 2024-09-10T19:21:51.837519+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.? 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-10T19:21:52.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:52 smithi189 bash[14634]: audit 2024-09-10T19:21:51.838093+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.? 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:21:52.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:52 smithi189 bash[14634]: audit 2024-09-10T19:21:51.839609+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.? 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-10T19:21:52.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:52 smithi189 bash[14634]: audit 2024-09-10T19:21:51.840124+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.? 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:21:52.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:52 smithi155 bash[18934]: audit 2024-09-10T19:21:51.248887+0000 mon.b (mon.2) 218 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:21:52.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:52 smithi155 bash[18934]: audit 2024-09-10T19:21:51.250143+0000 mon.b (mon.2) 219 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:21:52.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:52 smithi155 bash[18934]: audit 2024-09-10T19:21:51.250791+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:21:52.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:52 smithi155 bash[14970]: audit 2024-09-10T19:21:51.248887+0000 mon.b (mon.2) 218 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:21:52.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:52 smithi155 bash[14970]: audit 2024-09-10T19:21:51.250143+0000 mon.b (mon.2) 219 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:21:52.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:52 smithi155 bash[14970]: audit 2024-09-10T19:21:51.250791+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:21:52.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:52 smithi155 bash[18934]: audit 2024-09-10T19:21:51.257311+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:21:52.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:52 smithi155 bash[18934]: audit 2024-09-10T19:21:51.261186+0000 mon.b (mon.2) 220 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 135266304, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.245744Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 454347980, \"cpu_percentage\": \"0.40%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.245999Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246172Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54253322, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246334Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246490Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246645Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 45277511, \"cpu_percentage\": \"0.66%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246800Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12383682, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246954Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27944550, \"cpu_percentage\": \"3.91%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.247109Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53330575, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.247263Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:21:51.247541Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:20:45.427075Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:21:52.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:52 smithi155 bash[14970]: audit 2024-09-10T19:21:51.257311+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:21:52.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:52 smithi155 bash[18934]: audit 2024-09-10T19:21:51.261898+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 135266304, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.245744Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 454347980, \"cpu_percentage\": \"0.40%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.245999Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246172Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54253322, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246334Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246490Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246645Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 45277511, \"cpu_percentage\": \"0.66%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246800Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12383682, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246954Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27944550, \"cpu_percentage\": \"3.91%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.247109Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53330575, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.247263Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:21:51.247541Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:20:45.427075Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:21:52.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:52 smithi155 bash[18934]: audit 2024-09-10T19:21:51.267957+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 135266304, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.245744Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 454347980, \"cpu_percentage\": \"0.40%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.245999Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246172Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54253322, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246334Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246490Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246645Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 45277511, \"cpu_percentage\": \"0.66%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246800Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12383682, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246954Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27944550, \"cpu_percentage\": \"3.91%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.247109Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53330575, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.247263Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:21:51.247541Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:20:45.427075Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:21:52.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:52 smithi155 bash[18934]: cluster 2024-09-10T19:21:51.827983+0000 mon.a (mon.0) 745 : cluster [DBG] Standby manager daemon y restarted 2024-09-10T19:21:52.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:52 smithi155 bash[18934]: cluster 2024-09-10T19:21:51.828234+0000 mon.a (mon.0) 746 : cluster [DBG] Standby manager daemon y started 2024-09-10T19:21:52.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:52 smithi155 bash[18934]: audit 2024-09-10T19:21:51.837519+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.? 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-10T19:21:52.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:52 smithi155 bash[18934]: audit 2024-09-10T19:21:51.838093+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.? 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:21:52.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:52 smithi155 bash[18934]: audit 2024-09-10T19:21:51.839609+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.? 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-10T19:21:52.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:52 smithi155 bash[18934]: audit 2024-09-10T19:21:51.840124+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.? 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:21:52.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:52 smithi155 bash[14970]: audit 2024-09-10T19:21:51.261186+0000 mon.b (mon.2) 220 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 135266304, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.245744Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 454347980, \"cpu_percentage\": \"0.40%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.245999Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246172Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54253322, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246334Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246490Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246645Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 45277511, \"cpu_percentage\": \"0.66%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246800Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12383682, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246954Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27944550, \"cpu_percentage\": \"3.91%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.247109Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53330575, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.247263Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:21:51.247541Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:20:45.427075Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:21:52.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:52 smithi155 bash[14970]: audit 2024-09-10T19:21:51.261898+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 135266304, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.245744Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 454347980, \"cpu_percentage\": \"0.40%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.245999Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246172Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54253322, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246334Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246490Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246645Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 45277511, \"cpu_percentage\": \"0.66%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246800Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12383682, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246954Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27944550, \"cpu_percentage\": \"3.91%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.247109Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53330575, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.247263Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:21:51.247541Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:20:45.427075Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:21:52.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:52 smithi155 bash[14970]: audit 2024-09-10T19:21:51.267957+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 135266304, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.245744Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 454347980, \"cpu_percentage\": \"0.40%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.245999Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246172Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54253322, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246334Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246490Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246645Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 45277511, \"cpu_percentage\": \"0.66%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246800Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12383682, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246954Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27944550, \"cpu_percentage\": \"3.91%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.247109Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53330575, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.247263Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:21:51.247541Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:20:45.427075Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:12:25.015296Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:21:52.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:52 smithi155 bash[14970]: cluster 2024-09-10T19:21:51.827983+0000 mon.a (mon.0) 745 : cluster [DBG] Standby manager daemon y restarted 2024-09-10T19:21:52.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:52 smithi155 bash[14970]: cluster 2024-09-10T19:21:51.828234+0000 mon.a (mon.0) 746 : cluster [DBG] Standby manager daemon y started 2024-09-10T19:21:52.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:52 smithi155 bash[14970]: audit 2024-09-10T19:21:51.837519+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.? 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-10T19:21:52.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:52 smithi155 bash[14970]: audit 2024-09-10T19:21:51.838093+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.? 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:21:52.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:52 smithi155 bash[14970]: audit 2024-09-10T19:21:51.839609+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.? 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-10T19:21:52.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:52 smithi155 bash[14970]: audit 2024-09-10T19:21:51.840124+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.? 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:21:53.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:53 smithi189 bash[14634]: audit 2024-09-10T19:21:52.163777+0000 mon.b (mon.2) 221 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:21:53.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:53 smithi189 bash[14634]: audit 2024-09-10T19:21:52.165229+0000 mon.b (mon.2) 222 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:21:53.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:53 smithi189 bash[14634]: audit 2024-09-10T19:21:52.165797+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:21:53.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:53 smithi189 bash[14634]: audit 2024-09-10T19:21:52.171062+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:21:53.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:53 smithi189 bash[14634]: audit 2024-09-10T19:21:52.173587+0000 mon.b (mon.2) 223 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 148478361, \"cpu_percentage\": \"2.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.159995Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 147010355, \"cpu_percentage\": \"98.84%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:21:52.160325Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 127506841, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.160589Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55291412, \"cpu_percentage\": \"1.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.160803Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54200893, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161003Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52722401, \"cpu_percentage\": \"1.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161201Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54693724, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161399Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13673431, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161596Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17175674, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161794Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_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.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161994Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:21:52.162344Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:20:45.407484Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:21:53.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:53 smithi189 bash[14634]: audit 2024-09-10T19:21:52.174318+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 148478361, \"cpu_percentage\": \"2.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.159995Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 147010355, \"cpu_percentage\": \"98.84%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:21:52.160325Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 127506841, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.160589Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55291412, \"cpu_percentage\": \"1.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.160803Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54200893, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161003Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52722401, \"cpu_percentage\": \"1.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161201Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54693724, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161399Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13673431, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161596Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17175674, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161794Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_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.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161994Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:21:52.162344Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:20:45.407484Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:21:53.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:53 smithi189 bash[14634]: audit 2024-09-10T19:21:52.180389+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 148478361, \"cpu_percentage\": \"2.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.159995Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 147010355, \"cpu_percentage\": \"98.84%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:21:52.160325Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 127506841, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.160589Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55291412, \"cpu_percentage\": \"1.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.160803Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54200893, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161003Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52722401, \"cpu_percentage\": \"1.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161201Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54693724, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161399Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13673431, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161596Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17175674, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161794Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_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.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161994Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:21:52.162344Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:20:45.407484Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:21:53.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:53 smithi189 bash[14634]: cluster 2024-09-10T19:21:52.280917+0000 mon.a (mon.0) 751 : cluster [DBG] mgrmap e22: x(active, since 4m), standbys: y 2024-09-10T19:21:53.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:53 smithi189 bash[14634]: cluster 2024-09-10T19:21:52.327822+0000 mgr.x (mgr.34652) 153 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:53.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:53 smithi189 bash[14634]: audit 2024-09-10T19:21:52.571518+0000 mon.b (mon.2) 224 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:21:53.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:53 smithi189 bash[14634]: audit 2024-09-10T19:21:52.572030+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:21:53.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:53 smithi189 bash[14634]: audit 2024-09-10T19:21:52.577907+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:21:53.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:53 smithi155 bash[14970]: audit 2024-09-10T19:21:52.163777+0000 mon.b (mon.2) 221 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:21:53.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:53 smithi155 bash[14970]: audit 2024-09-10T19:21:52.165229+0000 mon.b (mon.2) 222 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:21:53.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:53 smithi155 bash[18934]: audit 2024-09-10T19:21:52.163777+0000 mon.b (mon.2) 221 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:21:53.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:53 smithi155 bash[18934]: audit 2024-09-10T19:21:52.165229+0000 mon.b (mon.2) 222 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:21:53.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:53 smithi155 bash[14970]: audit 2024-09-10T19:21:52.165797+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:21:53.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:53 smithi155 bash[18934]: audit 2024-09-10T19:21:52.165797+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:21:53.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:53 smithi155 bash[14970]: audit 2024-09-10T19:21:52.171062+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:21:53.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:53 smithi155 bash[18934]: audit 2024-09-10T19:21:52.171062+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:21:53.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:53 smithi155 bash[14970]: audit 2024-09-10T19:21:52.173587+0000 mon.b (mon.2) 223 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 148478361, \"cpu_percentage\": \"2.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.159995Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 147010355, \"cpu_percentage\": \"98.84%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:21:52.160325Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 127506841, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.160589Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55291412, \"cpu_percentage\": \"1.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.160803Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54200893, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161003Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52722401, \"cpu_percentage\": \"1.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161201Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54693724, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161399Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13673431, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161596Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17175674, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161794Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_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.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161994Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:21:52.162344Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:20:45.407484Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:21:53.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:53 smithi155 bash[14970]: audit 2024-09-10T19:21:52.174318+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 148478361, \"cpu_percentage\": \"2.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.159995Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 147010355, \"cpu_percentage\": \"98.84%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:21:52.160325Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 127506841, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.160589Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55291412, \"cpu_percentage\": \"1.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.160803Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54200893, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161003Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52722401, \"cpu_percentage\": \"1.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161201Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54693724, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161399Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13673431, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161596Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17175674, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161794Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_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.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161994Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:21:52.162344Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:20:45.407484Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:21:53.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:53 smithi155 bash[14970]: audit 2024-09-10T19:21:52.180389+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 148478361, \"cpu_percentage\": \"2.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.159995Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 147010355, \"cpu_percentage\": \"98.84%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:21:52.160325Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 127506841, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.160589Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55291412, \"cpu_percentage\": \"1.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.160803Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54200893, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161003Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52722401, \"cpu_percentage\": \"1.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161201Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54693724, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161399Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13673431, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161596Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17175674, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161794Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_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.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161994Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:21:52.162344Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:20:45.407484Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:21:53.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:53 smithi155 bash[14970]: cluster 2024-09-10T19:21:52.280917+0000 mon.a (mon.0) 751 : cluster [DBG] mgrmap e22: x(active, since 4m), standbys: y 2024-09-10T19:21:53.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:53 smithi155 bash[14970]: cluster 2024-09-10T19:21:52.327822+0000 mgr.x (mgr.34652) 153 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:53.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:53 smithi155 bash[14970]: audit 2024-09-10T19:21:52.571518+0000 mon.b (mon.2) 224 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:21:53.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:53 smithi155 bash[14970]: audit 2024-09-10T19:21:52.572030+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:21:53.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:53 smithi155 bash[14970]: audit 2024-09-10T19:21:52.577907+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:21:53.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:53 smithi155 bash[18934]: audit 2024-09-10T19:21:52.173587+0000 mon.b (mon.2) 223 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 148478361, \"cpu_percentage\": \"2.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.159995Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 147010355, \"cpu_percentage\": \"98.84%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:21:52.160325Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 127506841, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.160589Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55291412, \"cpu_percentage\": \"1.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.160803Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54200893, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161003Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52722401, \"cpu_percentage\": \"1.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161201Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54693724, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161399Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13673431, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161596Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17175674, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161794Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_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.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161994Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:21:52.162344Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:20:45.407484Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:21:53.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:53 smithi155 bash[18934]: audit 2024-09-10T19:21:52.174318+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 148478361, \"cpu_percentage\": \"2.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.159995Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 147010355, \"cpu_percentage\": \"98.84%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:21:52.160325Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 127506841, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.160589Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55291412, \"cpu_percentage\": \"1.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.160803Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54200893, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161003Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52722401, \"cpu_percentage\": \"1.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161201Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54693724, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161399Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13673431, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161596Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17175674, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161794Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_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.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161994Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:21:52.162344Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:20:45.407484Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:21:53.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:53 smithi155 bash[18934]: audit 2024-09-10T19:21:52.180389+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 148478361, \"cpu_percentage\": \"2.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.159995Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 147010355, \"cpu_percentage\": \"98.84%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:21:52.160325Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 127506841, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.160589Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55291412, \"cpu_percentage\": \"1.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.160803Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54200893, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161003Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52722401, \"cpu_percentage\": \"1.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161201Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54693724, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161399Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13673431, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161596Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17175674, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161794Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_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.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161994Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:21:52.162344Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:20:45.407484Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:12:24.728243Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:21:53.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:53 smithi155 bash[18934]: cluster 2024-09-10T19:21:52.280917+0000 mon.a (mon.0) 751 : cluster [DBG] mgrmap e22: x(active, since 4m), standbys: y 2024-09-10T19:21:53.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:53 smithi155 bash[18934]: cluster 2024-09-10T19:21:52.327822+0000 mgr.x (mgr.34652) 153 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:53.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:53 smithi155 bash[18934]: audit 2024-09-10T19:21:52.571518+0000 mon.b (mon.2) 224 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:21:53.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:53 smithi155 bash[18934]: audit 2024-09-10T19:21:52.572030+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:21:53.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:53 smithi155 bash[18934]: audit 2024-09-10T19:21:52.577907+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:21:55.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:55 smithi189 bash[14634]: cluster 2024-09-10T19:21:54.329344+0000 mgr.x (mgr.34652) 154 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:55.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:55 smithi155 bash[14970]: cluster 2024-09-10T19:21:54.329344+0000 mgr.x (mgr.34652) 154 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:55.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:55 smithi155 bash[18934]: cluster 2024-09-10T19:21:54.329344+0000 mgr.x (mgr.34652) 154 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:57.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:57 smithi189 bash[14634]: cluster 2024-09-10T19:21:56.330047+0000 mgr.x (mgr.34652) 155 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:57.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:57 smithi155 bash[18934]: cluster 2024-09-10T19:21:56.330047+0000 mgr.x (mgr.34652) 155 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:57.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:57 smithi155 bash[14970]: cluster 2024-09-10T19:21:56.330047+0000 mgr.x (mgr.34652) 155 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:59.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:21:59 smithi189 bash[14634]: cluster 2024-09-10T19:21:58.331440+0000 mgr.x (mgr.34652) 156 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:59.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:21:59 smithi155 bash[18934]: cluster 2024-09-10T19:21:58.331440+0000 mgr.x (mgr.34652) 156 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:21:59.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:21:59 smithi155 bash[14970]: cluster 2024-09-10T19:21:58.331440+0000 mgr.x (mgr.34652) 156 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:01.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:01 smithi189 bash[14634]: cluster 2024-09-10T19:22:00.332155+0000 mgr.x (mgr.34652) 157 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:01.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:01 smithi155 bash[14970]: cluster 2024-09-10T19:22:00.332155+0000 mgr.x (mgr.34652) 157 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:01.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:01 smithi155 bash[18934]: cluster 2024-09-10T19:22:00.332155+0000 mgr.x (mgr.34652) 157 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:03.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:03 smithi189 bash[14634]: cluster 2024-09-10T19:22:02.332876+0000 mgr.x (mgr.34652) 158 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:03.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:03 smithi155 bash[14970]: cluster 2024-09-10T19:22:02.332876+0000 mgr.x (mgr.34652) 158 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:03.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:03 smithi155 bash[18934]: cluster 2024-09-10T19:22:02.332876+0000 mgr.x (mgr.34652) 158 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:05.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:05 smithi189 bash[14634]: cluster 2024-09-10T19:22:04.334309+0000 mgr.x (mgr.34652) 159 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:05.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:05 smithi155 bash[14970]: cluster 2024-09-10T19:22:04.334309+0000 mgr.x (mgr.34652) 159 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:05.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:05 smithi155 bash[18934]: cluster 2024-09-10T19:22:04.334309+0000 mgr.x (mgr.34652) 159 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:07.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:07 smithi189 bash[14634]: cluster 2024-09-10T19:22:06.334991+0000 mgr.x (mgr.34652) 160 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:07.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:07 smithi155 bash[18934]: cluster 2024-09-10T19:22:06.334991+0000 mgr.x (mgr.34652) 160 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:07.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:07 smithi155 bash[14970]: cluster 2024-09-10T19:22:06.334991+0000 mgr.x (mgr.34652) 160 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:09.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:09 smithi189 bash[14634]: cluster 2024-09-10T19:22:08.336388+0000 mgr.x (mgr.34652) 161 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:09.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:09 smithi155 bash[14970]: cluster 2024-09-10T19:22:08.336388+0000 mgr.x (mgr.34652) 161 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:09.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:09 smithi155 bash[18934]: cluster 2024-09-10T19:22:08.336388+0000 mgr.x (mgr.34652) 161 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:11.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:11 smithi189 bash[14634]: cluster 2024-09-10T19:22:10.337087+0000 mgr.x (mgr.34652) 162 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:11.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:11 smithi155 bash[18934]: cluster 2024-09-10T19:22:10.337087+0000 mgr.x (mgr.34652) 162 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:11.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:11 smithi155 bash[14970]: cluster 2024-09-10T19:22:10.337087+0000 mgr.x (mgr.34652) 162 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:13.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:13 smithi189 bash[14634]: cluster 2024-09-10T19:22:12.337752+0000 mgr.x (mgr.34652) 163 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:13.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:13 smithi155 bash[18934]: cluster 2024-09-10T19:22:12.337752+0000 mgr.x (mgr.34652) 163 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:13.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:13 smithi155 bash[14970]: cluster 2024-09-10T19:22:12.337752+0000 mgr.x (mgr.34652) 163 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:15.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:15 smithi189 bash[14634]: cluster 2024-09-10T19:22:14.339168+0000 mgr.x (mgr.34652) 164 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:15.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:15 smithi155 bash[14970]: cluster 2024-09-10T19:22:14.339168+0000 mgr.x (mgr.34652) 164 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:15.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:15 smithi155 bash[18934]: cluster 2024-09-10T19:22:14.339168+0000 mgr.x (mgr.34652) 164 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:17.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:17 smithi189 bash[14634]: cluster 2024-09-10T19:22:16.339875+0000 mgr.x (mgr.34652) 165 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:17.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:17 smithi155 bash[18934]: cluster 2024-09-10T19:22:16.339875+0000 mgr.x (mgr.34652) 165 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:17.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:17 smithi155 bash[14970]: cluster 2024-09-10T19:22:16.339875+0000 mgr.x (mgr.34652) 165 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:19.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:19 smithi189 bash[14634]: cluster 2024-09-10T19:22:18.341313+0000 mgr.x (mgr.34652) 166 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:19.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:19 smithi155 bash[18934]: cluster 2024-09-10T19:22:18.341313+0000 mgr.x (mgr.34652) 166 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:19.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:19 smithi155 bash[14970]: cluster 2024-09-10T19:22:18.341313+0000 mgr.x (mgr.34652) 166 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:21.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:21 smithi189 bash[14634]: cluster 2024-09-10T19:22:20.342006+0000 mgr.x (mgr.34652) 167 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:21.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:21 smithi155 bash[18934]: cluster 2024-09-10T19:22:20.342006+0000 mgr.x (mgr.34652) 167 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:21.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:21 smithi155 bash[14970]: cluster 2024-09-10T19:22:20.342006+0000 mgr.x (mgr.34652) 167 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:23.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:23 smithi189 bash[14634]: cluster 2024-09-10T19:22:22.342711+0000 mgr.x (mgr.34652) 168 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:23.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:23 smithi155 bash[18934]: cluster 2024-09-10T19:22:22.342711+0000 mgr.x (mgr.34652) 168 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:23.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:23 smithi155 bash[14970]: cluster 2024-09-10T19:22:22.342711+0000 mgr.x (mgr.34652) 168 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:25.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:25 smithi189 bash[14634]: cluster 2024-09-10T19:22:24.344168+0000 mgr.x (mgr.34652) 169 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:25.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:25 smithi155 bash[18934]: cluster 2024-09-10T19:22:24.344168+0000 mgr.x (mgr.34652) 169 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:25.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:25 smithi155 bash[14970]: cluster 2024-09-10T19:22:24.344168+0000 mgr.x (mgr.34652) 169 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:27.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:27 smithi189 bash[14634]: cluster 2024-09-10T19:22:26.344877+0000 mgr.x (mgr.34652) 170 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:27.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:27 smithi155 bash[18934]: cluster 2024-09-10T19:22:26.344877+0000 mgr.x (mgr.34652) 170 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:27.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:27 smithi155 bash[14970]: cluster 2024-09-10T19:22:26.344877+0000 mgr.x (mgr.34652) 170 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:29.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:29 smithi189 bash[14634]: cluster 2024-09-10T19:22:28.346245+0000 mgr.x (mgr.34652) 171 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:29.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:29 smithi155 bash[18934]: cluster 2024-09-10T19:22:28.346245+0000 mgr.x (mgr.34652) 171 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:29.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:29 smithi155 bash[14970]: cluster 2024-09-10T19:22:28.346245+0000 mgr.x (mgr.34652) 171 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:31.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:31 smithi189 bash[14634]: cluster 2024-09-10T19:22:30.346971+0000 mgr.x (mgr.34652) 172 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:31.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:31 smithi155 bash[14970]: cluster 2024-09-10T19:22:30.346971+0000 mgr.x (mgr.34652) 172 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:31.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:31 smithi155 bash[18934]: cluster 2024-09-10T19:22:30.346971+0000 mgr.x (mgr.34652) 172 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:33.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:33 smithi189 bash[14634]: cluster 2024-09-10T19:22:32.347584+0000 mgr.x (mgr.34652) 173 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:33.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:33 smithi155 bash[14970]: cluster 2024-09-10T19:22:32.347584+0000 mgr.x (mgr.34652) 173 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:33.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:33 smithi155 bash[18934]: cluster 2024-09-10T19:22:32.347584+0000 mgr.x (mgr.34652) 173 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:35.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:35 smithi189 bash[14634]: cluster 2024-09-10T19:22:34.349114+0000 mgr.x (mgr.34652) 174 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:35.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:35 smithi155 bash[18934]: cluster 2024-09-10T19:22:34.349114+0000 mgr.x (mgr.34652) 174 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:35.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:35 smithi155 bash[14970]: cluster 2024-09-10T19:22:34.349114+0000 mgr.x (mgr.34652) 174 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:37.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:37 smithi189 bash[14634]: cluster 2024-09-10T19:22:36.349830+0000 mgr.x (mgr.34652) 175 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:37.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:37 smithi155 bash[18934]: cluster 2024-09-10T19:22:36.349830+0000 mgr.x (mgr.34652) 175 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:37.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:37 smithi155 bash[14970]: cluster 2024-09-10T19:22:36.349830+0000 mgr.x (mgr.34652) 175 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:39.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:39 smithi189 bash[14634]: cluster 2024-09-10T19:22:38.351186+0000 mgr.x (mgr.34652) 176 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:39.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:39 smithi155 bash[18934]: cluster 2024-09-10T19:22:38.351186+0000 mgr.x (mgr.34652) 176 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:39.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:39 smithi155 bash[14970]: cluster 2024-09-10T19:22:38.351186+0000 mgr.x (mgr.34652) 176 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:41.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:41 smithi189 bash[14634]: cluster 2024-09-10T19:22:40.351858+0000 mgr.x (mgr.34652) 177 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:41.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:41 smithi155 bash[18934]: cluster 2024-09-10T19:22:40.351858+0000 mgr.x (mgr.34652) 177 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:41.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:41 smithi155 bash[14970]: cluster 2024-09-10T19:22:40.351858+0000 mgr.x (mgr.34652) 177 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:43.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:43 smithi189 bash[14634]: cluster 2024-09-10T19:22:42.352624+0000 mgr.x (mgr.34652) 178 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:43 smithi189 bash[14634]: audit 2024-09-10T19:22:42.770093+0000 mon.b (mon.2) 225 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 2]}]: dispatch 2024-09-10T19:22:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:43 smithi189 bash[14634]: audit 2024-09-10T19:22:42.770871+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 2]}]: dispatch 2024-09-10T19:22:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:43 smithi189 bash[14634]: audit 2024-09-10T19:22:42.770882+0000 mon.b (mon.2) 226 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-10T19:22:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:43 smithi189 bash[14634]: audit 2024-09-10T19:22:42.771324+0000 mon.b (mon.2) 227 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T19:22:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:43 smithi189 bash[14634]: audit 2024-09-10T19:22:42.771782+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-10T19:22:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:43 smithi189 bash[14634]: audit 2024-09-10T19:22:42.771787+0000 mon.b (mon.2) 228 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:22:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:43 smithi189 bash[14634]: audit 2024-09-10T19:22:42.772380+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T19:22:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:43 smithi189 bash[14634]: audit 2024-09-10T19:22:42.772847+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:22:43.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:43 smithi155 bash[18934]: cluster 2024-09-10T19:22:42.352624+0000 mgr.x (mgr.34652) 178 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:43.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:43 smithi155 bash[18934]: audit 2024-09-10T19:22:42.770093+0000 mon.b (mon.2) 225 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 2]}]: dispatch 2024-09-10T19:22:43.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:43 smithi155 bash[18934]: audit 2024-09-10T19:22:42.770871+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 2]}]: dispatch 2024-09-10T19:22:43.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:43 smithi155 bash[18934]: audit 2024-09-10T19:22:42.770882+0000 mon.b (mon.2) 226 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-10T19:22:43.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:43 smithi155 bash[18934]: audit 2024-09-10T19:22:42.771324+0000 mon.b (mon.2) 227 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T19:22:43.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:43 smithi155 bash[18934]: audit 2024-09-10T19:22:42.771782+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-10T19:22:43.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:43 smithi155 bash[18934]: audit 2024-09-10T19:22:42.771787+0000 mon.b (mon.2) 228 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:22:43.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:43 smithi155 bash[18934]: audit 2024-09-10T19:22:42.772380+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T19:22:43.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:43 smithi155 bash[18934]: audit 2024-09-10T19:22:42.772847+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:22:43.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:43 smithi155 bash[14970]: cluster 2024-09-10T19:22:42.352624+0000 mgr.x (mgr.34652) 178 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:43.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:43 smithi155 bash[14970]: audit 2024-09-10T19:22:42.770093+0000 mon.b (mon.2) 225 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 2]}]: dispatch 2024-09-10T19:22:43.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:43 smithi155 bash[14970]: audit 2024-09-10T19:22:42.770871+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 2]}]: dispatch 2024-09-10T19:22:43.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:43 smithi155 bash[14970]: audit 2024-09-10T19:22:42.770882+0000 mon.b (mon.2) 226 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-10T19:22:43.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:43 smithi155 bash[14970]: audit 2024-09-10T19:22:42.771324+0000 mon.b (mon.2) 227 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T19:22:43.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:43 smithi155 bash[14970]: audit 2024-09-10T19:22:42.771782+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-10T19:22:43.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:43 smithi155 bash[14970]: audit 2024-09-10T19:22:42.771787+0000 mon.b (mon.2) 228 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:22:43.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:43 smithi155 bash[14970]: audit 2024-09-10T19:22:42.772380+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T19:22:43.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:43 smithi155 bash[14970]: audit 2024-09-10T19:22:42.772847+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:22:45.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:45 smithi189 bash[14634]: cluster 2024-09-10T19:22:44.354134+0000 mgr.x (mgr.34652) 179 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:45.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:45 smithi155 bash[14970]: cluster 2024-09-10T19:22:44.354134+0000 mgr.x (mgr.34652) 179 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:45.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:45 smithi155 bash[18934]: cluster 2024-09-10T19:22:44.354134+0000 mgr.x (mgr.34652) 179 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:47.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:47 smithi189 bash[14634]: cluster 2024-09-10T19:22:46.354859+0000 mgr.x (mgr.34652) 180 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:47.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:47 smithi155 bash[14970]: cluster 2024-09-10T19:22:46.354859+0000 mgr.x (mgr.34652) 180 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:47.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:47 smithi155 bash[18934]: cluster 2024-09-10T19:22:46.354859+0000 mgr.x (mgr.34652) 180 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:49.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:49 smithi189 bash[14634]: cluster 2024-09-10T19:22:48.356223+0000 mgr.x (mgr.34652) 181 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:49.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:49 smithi155 bash[14970]: cluster 2024-09-10T19:22:48.356223+0000 mgr.x (mgr.34652) 181 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:49.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:49 smithi155 bash[18934]: cluster 2024-09-10T19:22:48.356223+0000 mgr.x (mgr.34652) 181 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:51.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:51 smithi189 bash[14634]: cluster 2024-09-10T19:22:50.356906+0000 mgr.x (mgr.34652) 182 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:51.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:51 smithi155 bash[14970]: cluster 2024-09-10T19:22:50.356906+0000 mgr.x (mgr.34652) 182 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:51.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:51 smithi155 bash[18934]: cluster 2024-09-10T19:22:50.356906+0000 mgr.x (mgr.34652) 182 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:53.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:53 smithi189 bash[14634]: cluster 2024-09-10T19:22:52.357819+0000 mgr.x (mgr.34652) 183 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:53.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:53 smithi189 bash[14634]: audit 2024-09-10T19:22:52.932191+0000 mon.b (mon.2) 229 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:22:53.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:53 smithi189 bash[14634]: audit 2024-09-10T19:22:52.933278+0000 mon.b (mon.2) 230 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:22:53.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:53 smithi189 bash[14634]: audit 2024-09-10T19:22:52.933921+0000 mon.b (mon.2) 231 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:22:53.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:53 smithi189 bash[14634]: audit 2024-09-10T19:22:52.934275+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:22:53.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:53 smithi189 bash[14634]: audit 2024-09-10T19:22:52.934494+0000 mon.b (mon.2) 232 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:22:53.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:53 smithi189 bash[14634]: audit 2024-09-10T19:22:52.935986+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:22:53.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:53 smithi189 bash[14634]: audit 2024-09-10T19:22:52.941012+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:22:53.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:53 smithi189 bash[14634]: audit 2024-09-10T19:22:52.943625+0000 mon.b (mon.2) 233 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 135266304, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.245744Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 454347980, \"cpu_percentage\": \"0.40%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:21:51.245999Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246172Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54253322, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246334Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246490Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246645Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 45277511, \"cpu_percentage\": \"0.66%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:21:51.246800Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12383682, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246954Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27944550, \"cpu_percentage\": \"3.91%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:21:51.247109Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53330575, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.247263Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:21:51.247541Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:22:53.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:53 smithi189 bash[14634]: audit 2024-09-10T19:22:52.944345+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 135266304, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.245744Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 454347980, \"cpu_percentage\": \"0.40%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:21:51.245999Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246172Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54253322, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246334Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246490Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246645Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 45277511, \"cpu_percentage\": \"0.66%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:21:51.246800Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12383682, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246954Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27944550, \"cpu_percentage\": \"3.91%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:21:51.247109Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53330575, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.247263Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:21:51.247541Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:22:53.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:53 smithi189 bash[14634]: audit 2024-09-10T19:22:52.947502+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:22:53.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:53 smithi189 bash[14634]: audit 2024-09-10T19:22:52.953067+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 135266304, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.245744Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 454347980, \"cpu_percentage\": \"0.40%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:21:51.245999Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246172Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54253322, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246334Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246490Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246645Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 45277511, \"cpu_percentage\": \"0.66%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:21:51.246800Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12383682, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246954Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27944550, \"cpu_percentage\": \"3.91%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:21:51.247109Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53330575, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.247263Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:21:51.247541Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:22:53.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:53 smithi189 bash[14634]: audit 2024-09-10T19:22:52.957159+0000 mon.b (mon.2) 234 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 148478361, \"cpu_percentage\": \"2.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.159995Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 147010355, \"cpu_percentage\": \"98.84%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:21:52.160325Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 127506841, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.160589Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55291412, \"cpu_percentage\": \"1.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.160803Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54200893, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161003Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52722401, \"cpu_percentage\": \"1.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161201Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54693724, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161399Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13673431, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161596Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17175674, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:21:52.161794Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_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.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161994Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:21:52.162344Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:22:53.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:53 smithi189 bash[14634]: audit 2024-09-10T19:22:52.957808+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 148478361, \"cpu_percentage\": \"2.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.159995Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 147010355, \"cpu_percentage\": \"98.84%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:21:52.160325Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 127506841, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.160589Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55291412, \"cpu_percentage\": \"1.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.160803Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54200893, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161003Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52722401, \"cpu_percentage\": \"1.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161201Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54693724, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161399Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13673431, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161596Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17175674, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:21:52.161794Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_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.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161994Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:21:52.162344Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:22:53.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:53 smithi189 bash[14634]: audit 2024-09-10T19:22:52.965517+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 148478361, \"cpu_percentage\": \"2.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.159995Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 147010355, \"cpu_percentage\": \"98.84%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:21:52.160325Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 127506841, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.160589Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55291412, \"cpu_percentage\": \"1.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.160803Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54200893, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161003Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52722401, \"cpu_percentage\": \"1.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161201Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54693724, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161399Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13673431, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161596Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17175674, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:21:52.161794Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_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.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161994Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:21:52.162344Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:22:53.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:53 smithi189 bash[14634]: audit 2024-09-10T19:22:52.968399+0000 mon.b (mon.2) 235 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:22:53.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:53 smithi155 bash[14970]: cluster 2024-09-10T19:22:52.357819+0000 mgr.x (mgr.34652) 183 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:53.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:53 smithi155 bash[14970]: audit 2024-09-10T19:22:52.932191+0000 mon.b (mon.2) 229 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:22:53.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:53 smithi155 bash[14970]: audit 2024-09-10T19:22:52.933278+0000 mon.b (mon.2) 230 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:22:53.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:53 smithi155 bash[14970]: audit 2024-09-10T19:22:52.933921+0000 mon.b (mon.2) 231 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:22:53.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:53 smithi155 bash[18934]: cluster 2024-09-10T19:22:52.357819+0000 mgr.x (mgr.34652) 183 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:53.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:53 smithi155 bash[18934]: audit 2024-09-10T19:22:52.932191+0000 mon.b (mon.2) 229 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:22:53.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:53 smithi155 bash[18934]: audit 2024-09-10T19:22:52.933278+0000 mon.b (mon.2) 230 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:22:53.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:53 smithi155 bash[18934]: audit 2024-09-10T19:22:52.933921+0000 mon.b (mon.2) 231 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:22:53.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:53 smithi155 bash[14970]: audit 2024-09-10T19:22:52.934275+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:22:53.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:53 smithi155 bash[14970]: audit 2024-09-10T19:22:52.934494+0000 mon.b (mon.2) 232 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:22:53.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:53 smithi155 bash[18934]: audit 2024-09-10T19:22:52.934275+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:22:53.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:53 smithi155 bash[14970]: audit 2024-09-10T19:22:52.935986+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:22:53.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:53 smithi155 bash[18934]: audit 2024-09-10T19:22:52.934494+0000 mon.b (mon.2) 232 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:22:53.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:53 smithi155 bash[18934]: audit 2024-09-10T19:22:52.935986+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:22:53.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:53 smithi155 bash[14970]: audit 2024-09-10T19:22:52.941012+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:22:53.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:53 smithi155 bash[18934]: audit 2024-09-10T19:22:52.941012+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:22:53.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:53 smithi155 bash[14970]: audit 2024-09-10T19:22:52.943625+0000 mon.b (mon.2) 233 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 135266304, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.245744Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 454347980, \"cpu_percentage\": \"0.40%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:21:51.245999Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246172Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54253322, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246334Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246490Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246645Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 45277511, \"cpu_percentage\": \"0.66%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:21:51.246800Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12383682, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246954Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27944550, \"cpu_percentage\": \"3.91%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:21:51.247109Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53330575, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.247263Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:21:51.247541Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:22:53.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:53 smithi155 bash[14970]: audit 2024-09-10T19:22:52.944345+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 135266304, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.245744Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 454347980, \"cpu_percentage\": \"0.40%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:21:51.245999Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246172Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54253322, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246334Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246490Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246645Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 45277511, \"cpu_percentage\": \"0.66%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:21:51.246800Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12383682, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246954Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27944550, \"cpu_percentage\": \"3.91%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:21:51.247109Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53330575, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.247263Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:21:51.247541Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:22:53.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:53 smithi155 bash[18934]: audit 2024-09-10T19:22:52.943625+0000 mon.b (mon.2) 233 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 135266304, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.245744Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 454347980, \"cpu_percentage\": \"0.40%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:21:51.245999Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246172Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54253322, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246334Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246490Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246645Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 45277511, \"cpu_percentage\": \"0.66%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:21:51.246800Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12383682, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246954Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27944550, \"cpu_percentage\": \"3.91%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:21:51.247109Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53330575, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.247263Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:21:51.247541Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:22:53.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:53 smithi155 bash[14970]: audit 2024-09-10T19:22:52.947502+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:22:53.845 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:53 smithi155 bash[18934]: audit 2024-09-10T19:22:52.944345+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 135266304, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.245744Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 454347980, \"cpu_percentage\": \"0.40%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:21:51.245999Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246172Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54253322, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246334Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246490Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246645Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 45277511, \"cpu_percentage\": \"0.66%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:21:51.246800Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12383682, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246954Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27944550, \"cpu_percentage\": \"3.91%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:21:51.247109Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53330575, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.247263Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:21:51.247541Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:22:53.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:53 smithi155 bash[14970]: audit 2024-09-10T19:22:52.953067+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 135266304, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.245744Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 454347980, \"cpu_percentage\": \"0.40%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:21:51.245999Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246172Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54253322, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246334Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246490Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246645Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 45277511, \"cpu_percentage\": \"0.66%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:21:51.246800Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12383682, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246954Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27944550, \"cpu_percentage\": \"3.91%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:21:51.247109Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53330575, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.247263Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:21:51.247541Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:22:53.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:53 smithi155 bash[18934]: audit 2024-09-10T19:22:52.947502+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:22:53.846 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:53 smithi155 bash[14970]: audit 2024-09-10T19:22:52.957159+0000 mon.b (mon.2) 234 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 148478361, \"cpu_percentage\": \"2.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.159995Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 147010355, \"cpu_percentage\": \"98.84%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:21:52.160325Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 127506841, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.160589Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55291412, \"cpu_percentage\": \"1.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.160803Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54200893, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161003Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52722401, \"cpu_percentage\": \"1.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161201Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54693724, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161399Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13673431, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161596Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17175674, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:21:52.161794Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_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.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161994Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:21:52.162344Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:22:53.846 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:53 smithi155 bash[14970]: audit 2024-09-10T19:22:52.957808+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 148478361, \"cpu_percentage\": \"2.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.159995Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 147010355, \"cpu_percentage\": \"98.84%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:21:52.160325Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 127506841, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.160589Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55291412, \"cpu_percentage\": \"1.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.160803Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54200893, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161003Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52722401, \"cpu_percentage\": \"1.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161201Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54693724, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161399Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13673431, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161596Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17175674, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:21:52.161794Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_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.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161994Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:21:52.162344Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:22:53.847 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:53 smithi155 bash[18934]: audit 2024-09-10T19:22:52.953067+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 135266304, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.245744Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 454347980, \"cpu_percentage\": \"0.40%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:21:51.245999Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246172Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54253322, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246334Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_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\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246490Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56224645, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246645Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 45277511, \"cpu_percentage\": \"0.66%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:21:51.246800Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12383682, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.246954Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27944550, \"cpu_percentage\": \"3.91%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:21:51.247109Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53330575, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:51.247263Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:21:51.247541Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:17:51.121579Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:22:53.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:53 smithi155 bash[14970]: audit 2024-09-10T19:22:52.965517+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 148478361, \"cpu_percentage\": \"2.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.159995Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 147010355, \"cpu_percentage\": \"98.84%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:21:52.160325Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 127506841, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.160589Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55291412, \"cpu_percentage\": \"1.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.160803Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54200893, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161003Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52722401, \"cpu_percentage\": \"1.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161201Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54693724, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161399Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13673431, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161596Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17175674, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:21:52.161794Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_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.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161994Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:21:52.162344Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:22:53.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:53 smithi155 bash[14970]: audit 2024-09-10T19:22:52.968399+0000 mon.b (mon.2) 235 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:22:53.848 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:53 smithi155 bash[18934]: audit 2024-09-10T19:22:52.957159+0000 mon.b (mon.2) 234 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 148478361, \"cpu_percentage\": \"2.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.159995Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 147010355, \"cpu_percentage\": \"98.84%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:21:52.160325Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 127506841, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.160589Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55291412, \"cpu_percentage\": \"1.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.160803Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54200893, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161003Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52722401, \"cpu_percentage\": \"1.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161201Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54693724, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161399Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13673431, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161596Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17175674, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:21:52.161794Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_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.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161994Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:21:52.162344Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:22:53.848 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:53 smithi155 bash[18934]: audit 2024-09-10T19:22:52.957808+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 148478361, \"cpu_percentage\": \"2.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.159995Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 147010355, \"cpu_percentage\": \"98.84%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:21:52.160325Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 127506841, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.160589Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55291412, \"cpu_percentage\": \"1.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.160803Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54200893, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161003Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52722401, \"cpu_percentage\": \"1.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161201Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54693724, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161399Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13673431, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161596Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17175674, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:21:52.161794Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_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.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161994Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:21:52.162344Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:22:53.848 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:53 smithi155 bash[18934]: audit 2024-09-10T19:22:52.965517+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 148478361, \"cpu_percentage\": \"2.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.159995Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 147010355, \"cpu_percentage\": \"98.84%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:21:52.160325Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 127506841, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.160589Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55291412, \"cpu_percentage\": \"1.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.160803Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54200893, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161003Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52722401, \"cpu_percentage\": \"1.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161201Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54693724, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161399Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13673431, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161596Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17175674, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:21:52.161794Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_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.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:21:52.161994Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:21:52.162344Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:22:53.848 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:53 smithi155 bash[18934]: audit 2024-09-10T19:22:52.968399+0000 mon.b (mon.2) 235 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:22:55.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:55 smithi189 bash[14634]: cluster 2024-09-10T19:22:54.359291+0000 mgr.x (mgr.34652) 184 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:55.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:55 smithi155 bash[14970]: cluster 2024-09-10T19:22:54.359291+0000 mgr.x (mgr.34652) 184 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:55.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:55 smithi155 bash[18934]: cluster 2024-09-10T19:22:54.359291+0000 mgr.x (mgr.34652) 184 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:57.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:57 smithi189 bash[14634]: cluster 2024-09-10T19:22:56.359961+0000 mgr.x (mgr.34652) 185 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:57.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:57 smithi155 bash[18934]: cluster 2024-09-10T19:22:56.359961+0000 mgr.x (mgr.34652) 185 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:57.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:57 smithi155 bash[14970]: cluster 2024-09-10T19:22:56.359961+0000 mgr.x (mgr.34652) 185 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:59.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:59 smithi189 bash[14634]: cluster 2024-09-10T19:22:58.361345+0000 mgr.x (mgr.34652) 186 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:59.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:59 smithi189 bash[14634]: audit 2024-09-10T19:22:59.152828+0000 mon.b (mon.2) 236 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:22:59.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:59 smithi189 bash[14634]: audit 2024-09-10T19:22:59.154405+0000 mon.b (mon.2) 237 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:22:59.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:59 smithi189 bash[14634]: audit 2024-09-10T19:22:59.155165+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:22:59.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:59 smithi189 bash[14634]: audit 2024-09-10T19:22:59.159629+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:22:59.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:59 smithi189 bash[14634]: audit 2024-09-10T19:22:59.162145+0000 mon.b (mon.2) 238 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 163053568, \"cpu_percentage\": \"1.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.148442Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 408105779, \"cpu_percentage\": \"0.35%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:22:59.148861Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129708851, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.149129Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"1.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.149380Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54578380, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.149626Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53162803, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.149870Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54945382, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.150111Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13946060, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.150352Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17322475, \"cpu_percentage\": \"0.17%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.150592Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53676605, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.150831Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:22:59.151238Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:22:59.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:59 smithi189 bash[14634]: audit 2024-09-10T19:22:59.162824+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 163053568, \"cpu_percentage\": \"1.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.148442Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 408105779, \"cpu_percentage\": \"0.35%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:22:59.148861Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129708851, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.149129Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"1.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.149380Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54578380, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.149626Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53162803, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.149870Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54945382, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.150111Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13946060, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.150352Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17322475, \"cpu_percentage\": \"0.17%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.150592Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53676605, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.150831Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:22:59.151238Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:22:59.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:22:59 smithi189 bash[14634]: audit 2024-09-10T19:22:59.169291+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 163053568, \"cpu_percentage\": \"1.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.148442Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 408105779, \"cpu_percentage\": \"0.35%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:22:59.148861Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129708851, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.149129Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"1.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.149380Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54578380, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.149626Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53162803, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.149870Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54945382, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.150111Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13946060, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.150352Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17322475, \"cpu_percentage\": \"0.17%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.150592Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53676605, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.150831Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:22:59.151238Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:22:59.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:59 smithi155 bash[14970]: cluster 2024-09-10T19:22:58.361345+0000 mgr.x (mgr.34652) 186 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:59.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:59 smithi155 bash[14970]: audit 2024-09-10T19:22:59.152828+0000 mon.b (mon.2) 236 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:22:59.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:59 smithi155 bash[14970]: audit 2024-09-10T19:22:59.154405+0000 mon.b (mon.2) 237 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:22:59.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:59 smithi155 bash[18934]: cluster 2024-09-10T19:22:58.361345+0000 mgr.x (mgr.34652) 186 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:22:59.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:59 smithi155 bash[18934]: audit 2024-09-10T19:22:59.152828+0000 mon.b (mon.2) 236 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:22:59.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:59 smithi155 bash[18934]: audit 2024-09-10T19:22:59.154405+0000 mon.b (mon.2) 237 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:22:59.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:59 smithi155 bash[14970]: audit 2024-09-10T19:22:59.155165+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:22:59.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:59 smithi155 bash[18934]: audit 2024-09-10T19:22:59.155165+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:22:59.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:59 smithi155 bash[14970]: audit 2024-09-10T19:22:59.159629+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:22:59.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:59 smithi155 bash[18934]: audit 2024-09-10T19:22:59.159629+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:22:59.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:59 smithi155 bash[14970]: audit 2024-09-10T19:22:59.162145+0000 mon.b (mon.2) 238 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 163053568, \"cpu_percentage\": \"1.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.148442Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 408105779, \"cpu_percentage\": \"0.35%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:22:59.148861Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129708851, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.149129Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"1.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.149380Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54578380, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.149626Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53162803, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.149870Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54945382, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.150111Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13946060, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.150352Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17322475, \"cpu_percentage\": \"0.17%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.150592Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53676605, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.150831Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:22:59.151238Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:22:59.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:59 smithi155 bash[18934]: audit 2024-09-10T19:22:59.162145+0000 mon.b (mon.2) 238 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 163053568, \"cpu_percentage\": \"1.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.148442Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 408105779, \"cpu_percentage\": \"0.35%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:22:59.148861Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129708851, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.149129Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"1.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.149380Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54578380, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.149626Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53162803, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.149870Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54945382, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.150111Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13946060, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.150352Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17322475, \"cpu_percentage\": \"0.17%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.150592Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53676605, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.150831Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:22:59.151238Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:22:59.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:59 smithi155 bash[14970]: audit 2024-09-10T19:22:59.162824+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 163053568, \"cpu_percentage\": \"1.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.148442Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 408105779, \"cpu_percentage\": \"0.35%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:22:59.148861Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129708851, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.149129Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"1.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.149380Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54578380, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.149626Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53162803, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.149870Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54945382, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.150111Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13946060, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.150352Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17322475, \"cpu_percentage\": \"0.17%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.150592Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53676605, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.150831Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:22:59.151238Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:22:59.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:22:59 smithi155 bash[14970]: audit 2024-09-10T19:22:59.169291+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 163053568, \"cpu_percentage\": \"1.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.148442Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 408105779, \"cpu_percentage\": \"0.35%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:22:59.148861Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129708851, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.149129Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"1.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.149380Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54578380, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.149626Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53162803, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.149870Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54945382, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.150111Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13946060, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.150352Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17322475, \"cpu_percentage\": \"0.17%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.150592Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53676605, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.150831Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:22:59.151238Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:22:59.845 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:59 smithi155 bash[18934]: audit 2024-09-10T19:22:59.162824+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 163053568, \"cpu_percentage\": \"1.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.148442Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 408105779, \"cpu_percentage\": \"0.35%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:22:59.148861Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129708851, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.149129Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"1.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.149380Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54578380, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.149626Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53162803, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.149870Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54945382, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.150111Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13946060, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.150352Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17322475, \"cpu_percentage\": \"0.17%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.150592Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53676605, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.150831Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:22:59.151238Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:22:59.845 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:22:59 smithi155 bash[18934]: audit 2024-09-10T19:22:59.169291+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 163053568, \"cpu_percentage\": \"1.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.148442Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 408105779, \"cpu_percentage\": \"0.35%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:22:59.148861Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 129708851, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.149129Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"1.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.149380Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54578380, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.149626Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53162803, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.149870Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54945382, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.150111Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13946060, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.150352Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17322475, \"cpu_percentage\": \"0.17%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.150592Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53676605, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:22:59.150831Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:22:59.151238Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:17:50.734668Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:23:00.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:00 smithi189 bash[14634]: audit 2024-09-10T19:22:59.554945+0000 mon.b (mon.2) 239 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:23:00.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:00 smithi189 bash[14634]: audit 2024-09-10T19:22:59.555576+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:23:00.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:00 smithi189 bash[14634]: audit 2024-09-10T19:22:59.561718+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:23:00.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:00 smithi155 bash[14970]: audit 2024-09-10T19:22:59.554945+0000 mon.b (mon.2) 239 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:23:00.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:00 smithi155 bash[14970]: audit 2024-09-10T19:22:59.555576+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:23:00.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:00 smithi155 bash[14970]: audit 2024-09-10T19:22:59.561718+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:23:00.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:00 smithi155 bash[18934]: audit 2024-09-10T19:22:59.554945+0000 mon.b (mon.2) 239 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:23:00.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:00 smithi155 bash[18934]: audit 2024-09-10T19:22:59.555576+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:23:00.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:00 smithi155 bash[18934]: audit 2024-09-10T19:22:59.561718+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:23:01.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:01 smithi155 bash[18934]: cluster 2024-09-10T19:23:00.361998+0000 mgr.x (mgr.34652) 187 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:01.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:01 smithi155 bash[14970]: cluster 2024-09-10T19:23:00.361998+0000 mgr.x (mgr.34652) 187 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:01.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:01 smithi189 bash[14634]: cluster 2024-09-10T19:23:00.361998+0000 mgr.x (mgr.34652) 187 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:03.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:03 smithi155 bash[14970]: cluster 2024-09-10T19:23:02.362565+0000 mgr.x (mgr.34652) 188 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:03.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:03 smithi155 bash[18934]: cluster 2024-09-10T19:23:02.362565+0000 mgr.x (mgr.34652) 188 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:03.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:03 smithi189 bash[14634]: cluster 2024-09-10T19:23:02.362565+0000 mgr.x (mgr.34652) 188 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:05.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:05 smithi155 bash[14970]: cluster 2024-09-10T19:23:04.363956+0000 mgr.x (mgr.34652) 189 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:05.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:05 smithi155 bash[18934]: cluster 2024-09-10T19:23:04.363956+0000 mgr.x (mgr.34652) 189 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:05.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:05 smithi189 bash[14634]: cluster 2024-09-10T19:23:04.363956+0000 mgr.x (mgr.34652) 189 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:07.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:07 smithi155 bash[14970]: cluster 2024-09-10T19:23:06.364611+0000 mgr.x (mgr.34652) 190 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:07.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:07 smithi155 bash[18934]: cluster 2024-09-10T19:23:06.364611+0000 mgr.x (mgr.34652) 190 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:07.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:07 smithi189 bash[14634]: cluster 2024-09-10T19:23:06.364611+0000 mgr.x (mgr.34652) 190 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:09.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:09 smithi155 bash[14970]: cluster 2024-09-10T19:23:08.365998+0000 mgr.x (mgr.34652) 191 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:09.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:09 smithi155 bash[18934]: cluster 2024-09-10T19:23:08.365998+0000 mgr.x (mgr.34652) 191 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:09.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:09 smithi189 bash[14634]: cluster 2024-09-10T19:23:08.365998+0000 mgr.x (mgr.34652) 191 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:11.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:11 smithi189 bash[14634]: cluster 2024-09-10T19:23:10.366735+0000 mgr.x (mgr.34652) 192 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:11.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:11 smithi155 bash[14970]: cluster 2024-09-10T19:23:10.366735+0000 mgr.x (mgr.34652) 192 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:11.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:11 smithi155 bash[18934]: cluster 2024-09-10T19:23:10.366735+0000 mgr.x (mgr.34652) 192 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:13.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:13 smithi189 bash[14634]: cluster 2024-09-10T19:23:12.367336+0000 mgr.x (mgr.34652) 193 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:13.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:13 smithi155 bash[14970]: cluster 2024-09-10T19:23:12.367336+0000 mgr.x (mgr.34652) 193 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:13.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:13 smithi155 bash[18934]: cluster 2024-09-10T19:23:12.367336+0000 mgr.x (mgr.34652) 193 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:15.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:15 smithi189 bash[14634]: cluster 2024-09-10T19:23:14.369077+0000 mgr.x (mgr.34652) 194 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:15.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:15 smithi155 bash[14970]: cluster 2024-09-10T19:23:14.369077+0000 mgr.x (mgr.34652) 194 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:15.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:15 smithi155 bash[18934]: cluster 2024-09-10T19:23:14.369077+0000 mgr.x (mgr.34652) 194 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:17.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:17 smithi189 bash[14634]: cluster 2024-09-10T19:23:16.369836+0000 mgr.x (mgr.34652) 195 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:17.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:17 smithi155 bash[14970]: cluster 2024-09-10T19:23:16.369836+0000 mgr.x (mgr.34652) 195 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:17.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:17 smithi155 bash[18934]: cluster 2024-09-10T19:23:16.369836+0000 mgr.x (mgr.34652) 195 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:19.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:19 smithi155 bash[14970]: cluster 2024-09-10T19:23:18.371281+0000 mgr.x (mgr.34652) 196 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:19.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:19 smithi155 bash[18934]: cluster 2024-09-10T19:23:18.371281+0000 mgr.x (mgr.34652) 196 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:19.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:19 smithi189 bash[14634]: cluster 2024-09-10T19:23:18.371281+0000 mgr.x (mgr.34652) 196 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:21.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:21 smithi189 bash[14634]: cluster 2024-09-10T19:23:20.372050+0000 mgr.x (mgr.34652) 197 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:21.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:21 smithi155 bash[14970]: cluster 2024-09-10T19:23:20.372050+0000 mgr.x (mgr.34652) 197 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:21.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:21 smithi155 bash[18934]: cluster 2024-09-10T19:23:20.372050+0000 mgr.x (mgr.34652) 197 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:23.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:23 smithi189 bash[14634]: cluster 2024-09-10T19:23:22.372863+0000 mgr.x (mgr.34652) 198 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:23.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:23 smithi155 bash[14970]: cluster 2024-09-10T19:23:22.372863+0000 mgr.x (mgr.34652) 198 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:23.870 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:23 smithi155 bash[18934]: cluster 2024-09-10T19:23:22.372863+0000 mgr.x (mgr.34652) 198 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:25.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:25 smithi189 bash[14634]: cluster 2024-09-10T19:23:24.374266+0000 mgr.x (mgr.34652) 199 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:25.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:25 smithi155 bash[14970]: cluster 2024-09-10T19:23:24.374266+0000 mgr.x (mgr.34652) 199 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:25.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:25 smithi155 bash[18934]: cluster 2024-09-10T19:23:24.374266+0000 mgr.x (mgr.34652) 199 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:27.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:27 smithi189 bash[14634]: cluster 2024-09-10T19:23:26.374913+0000 mgr.x (mgr.34652) 200 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:27.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:27 smithi155 bash[14970]: cluster 2024-09-10T19:23:26.374913+0000 mgr.x (mgr.34652) 200 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:27.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:27 smithi155 bash[18934]: cluster 2024-09-10T19:23:26.374913+0000 mgr.x (mgr.34652) 200 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:29.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:29 smithi155 bash[18934]: cluster 2024-09-10T19:23:28.376290+0000 mgr.x (mgr.34652) 201 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:29.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:29 smithi155 bash[14970]: cluster 2024-09-10T19:23:28.376290+0000 mgr.x (mgr.34652) 201 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:29.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:29 smithi189 bash[14634]: cluster 2024-09-10T19:23:28.376290+0000 mgr.x (mgr.34652) 201 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:31.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:31 smithi189 bash[14634]: cluster 2024-09-10T19:23:30.376950+0000 mgr.x (mgr.34652) 202 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:31.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:31 smithi155 bash[14970]: cluster 2024-09-10T19:23:30.376950+0000 mgr.x (mgr.34652) 202 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:31.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:31 smithi155 bash[18934]: cluster 2024-09-10T19:23:30.376950+0000 mgr.x (mgr.34652) 202 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:33.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:33 smithi189 bash[14634]: cluster 2024-09-10T19:23:32.377573+0000 mgr.x (mgr.34652) 203 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:33.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:33 smithi155 bash[14970]: cluster 2024-09-10T19:23:32.377573+0000 mgr.x (mgr.34652) 203 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:33.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:33 smithi155 bash[18934]: cluster 2024-09-10T19:23:32.377573+0000 mgr.x (mgr.34652) 203 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:35.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:35 smithi189 bash[14634]: cluster 2024-09-10T19:23:34.378988+0000 mgr.x (mgr.34652) 204 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:35.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:35 smithi155 bash[14970]: cluster 2024-09-10T19:23:34.378988+0000 mgr.x (mgr.34652) 204 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:35.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:35 smithi155 bash[18934]: cluster 2024-09-10T19:23:34.378988+0000 mgr.x (mgr.34652) 204 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:37.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:37 smithi155 bash[14970]: cluster 2024-09-10T19:23:36.379679+0000 mgr.x (mgr.34652) 205 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:37.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:37 smithi155 bash[18934]: cluster 2024-09-10T19:23:36.379679+0000 mgr.x (mgr.34652) 205 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:37.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:37 smithi189 bash[14634]: cluster 2024-09-10T19:23:36.379679+0000 mgr.x (mgr.34652) 205 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:39.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:39 smithi155 bash[14970]: cluster 2024-09-10T19:23:38.381055+0000 mgr.x (mgr.34652) 206 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:39.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:39 smithi155 bash[18934]: cluster 2024-09-10T19:23:38.381055+0000 mgr.x (mgr.34652) 206 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:39.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:39 smithi189 bash[14634]: cluster 2024-09-10T19:23:38.381055+0000 mgr.x (mgr.34652) 206 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:41.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:41 smithi189 bash[14634]: cluster 2024-09-10T19:23:40.381721+0000 mgr.x (mgr.34652) 207 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:41.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:41 smithi155 bash[18934]: cluster 2024-09-10T19:23:40.381721+0000 mgr.x (mgr.34652) 207 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:41.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:41 smithi155 bash[14970]: cluster 2024-09-10T19:23:40.381721+0000 mgr.x (mgr.34652) 207 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:43.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:43 smithi189 bash[14634]: cluster 2024-09-10T19:23:42.382187+0000 mgr.x (mgr.34652) 208 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:43.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:43 smithi189 bash[14634]: audit 2024-09-10T19:23:42.778116+0000 mon.b (mon.2) 240 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-10T19:23:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:43 smithi189 bash[14634]: audit 2024-09-10T19:23:42.778570+0000 mon.b (mon.2) 241 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:23:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:43 smithi189 bash[14634]: audit 2024-09-10T19:23:42.778728+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-10T19:23:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:43 smithi189 bash[14634]: audit 2024-09-10T19:23:42.778987+0000 mon.b (mon.2) 242 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:23:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:43 smithi189 bash[14634]: audit 2024-09-10T19:23:42.779362+0000 mon.b (mon.2) 243 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:23:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:43 smithi189 bash[14634]: audit 2024-09-10T19:23:42.779719+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:23:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:43 smithi189 bash[14634]: audit 2024-09-10T19:23:42.780378+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:23:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:43 smithi189 bash[14634]: audit 2024-09-10T19:23:42.780838+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:23:43.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:43 smithi155 bash[14970]: cluster 2024-09-10T19:23:42.382187+0000 mgr.x (mgr.34652) 208 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:43.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:43 smithi155 bash[14970]: audit 2024-09-10T19:23:42.778116+0000 mon.b (mon.2) 240 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-10T19:23:43.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:43 smithi155 bash[14970]: audit 2024-09-10T19:23:42.778570+0000 mon.b (mon.2) 241 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:23:43.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:43 smithi155 bash[14970]: audit 2024-09-10T19:23:42.778728+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-10T19:23:43.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:43 smithi155 bash[14970]: audit 2024-09-10T19:23:42.778987+0000 mon.b (mon.2) 242 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:23:43.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:43 smithi155 bash[14970]: audit 2024-09-10T19:23:42.779362+0000 mon.b (mon.2) 243 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:23:43.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:43 smithi155 bash[14970]: audit 2024-09-10T19:23:42.779719+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:23:43.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:43 smithi155 bash[14970]: audit 2024-09-10T19:23:42.780378+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:23:43.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:43 smithi155 bash[14970]: audit 2024-09-10T19:23:42.780838+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:23:43.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:43 smithi155 bash[18934]: cluster 2024-09-10T19:23:42.382187+0000 mgr.x (mgr.34652) 208 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:43.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:43 smithi155 bash[18934]: audit 2024-09-10T19:23:42.778116+0000 mon.b (mon.2) 240 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-10T19:23:43.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:43 smithi155 bash[18934]: audit 2024-09-10T19:23:42.778570+0000 mon.b (mon.2) 241 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:23:43.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:43 smithi155 bash[18934]: audit 2024-09-10T19:23:42.778728+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-10T19:23:43.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:43 smithi155 bash[18934]: audit 2024-09-10T19:23:42.778987+0000 mon.b (mon.2) 242 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:23:43.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:43 smithi155 bash[18934]: audit 2024-09-10T19:23:42.779362+0000 mon.b (mon.2) 243 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:23:43.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:43 smithi155 bash[18934]: audit 2024-09-10T19:23:42.779719+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:23:43.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:43 smithi155 bash[18934]: audit 2024-09-10T19:23:42.780378+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:23:43.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:43 smithi155 bash[18934]: audit 2024-09-10T19:23:42.780838+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:23:45.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:45 smithi155 bash[18934]: cluster 2024-09-10T19:23:44.383624+0000 mgr.x (mgr.34652) 209 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:45.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:45 smithi155 bash[14970]: cluster 2024-09-10T19:23:44.383624+0000 mgr.x (mgr.34652) 209 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:45.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:45 smithi189 bash[14634]: cluster 2024-09-10T19:23:44.383624+0000 mgr.x (mgr.34652) 209 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:47.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:47 smithi155 bash[14970]: cluster 2024-09-10T19:23:46.384340+0000 mgr.x (mgr.34652) 210 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:47.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:47 smithi155 bash[18934]: cluster 2024-09-10T19:23:46.384340+0000 mgr.x (mgr.34652) 210 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:47.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:47 smithi189 bash[14634]: cluster 2024-09-10T19:23:46.384340+0000 mgr.x (mgr.34652) 210 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:49.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:49 smithi155 bash[14970]: cluster 2024-09-10T19:23:48.385696+0000 mgr.x (mgr.34652) 211 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:49.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:49 smithi155 bash[18934]: cluster 2024-09-10T19:23:48.385696+0000 mgr.x (mgr.34652) 211 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:49.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:49 smithi189 bash[14634]: cluster 2024-09-10T19:23:48.385696+0000 mgr.x (mgr.34652) 211 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:51.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:51 smithi189 bash[14634]: cluster 2024-09-10T19:23:50.386399+0000 mgr.x (mgr.34652) 212 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:51.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:51 smithi155 bash[14970]: cluster 2024-09-10T19:23:50.386399+0000 mgr.x (mgr.34652) 212 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:51.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:51 smithi155 bash[18934]: cluster 2024-09-10T19:23:50.386399+0000 mgr.x (mgr.34652) 212 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:53.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:53 smithi189 bash[14634]: cluster 2024-09-10T19:23:52.387092+0000 mgr.x (mgr.34652) 213 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:53.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:53 smithi155 bash[18934]: cluster 2024-09-10T19:23:52.387092+0000 mgr.x (mgr.34652) 213 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:53.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:53 smithi155 bash[14970]: cluster 2024-09-10T19:23:52.387092+0000 mgr.x (mgr.34652) 213 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:55.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:55 smithi155 bash[14970]: cluster 2024-09-10T19:23:54.388598+0000 mgr.x (mgr.34652) 214 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:55.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:55 smithi155 bash[18934]: cluster 2024-09-10T19:23:54.388598+0000 mgr.x (mgr.34652) 214 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:55.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:55 smithi189 bash[14634]: cluster 2024-09-10T19:23:54.388598+0000 mgr.x (mgr.34652) 214 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:57.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:57 smithi155 bash[18934]: cluster 2024-09-10T19:23:56.389288+0000 mgr.x (mgr.34652) 215 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:57.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:57 smithi155 bash[14970]: cluster 2024-09-10T19:23:56.389288+0000 mgr.x (mgr.34652) 215 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:57.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:57 smithi189 bash[14634]: cluster 2024-09-10T19:23:56.389288+0000 mgr.x (mgr.34652) 215 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:59.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:23:59 smithi155 bash[18934]: cluster 2024-09-10T19:23:58.390685+0000 mgr.x (mgr.34652) 216 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:59.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:23:59 smithi155 bash[14970]: cluster 2024-09-10T19:23:58.390685+0000 mgr.x (mgr.34652) 216 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:23:59.894 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps' 2024-09-10T19:23:59.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:23:59 smithi189 bash[14634]: cluster 2024-09-10T19:23:58.390685+0000 mgr.x (mgr.34652) 216 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:00.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:00 smithi155 bash[14970]: audit 2024-09-10T19:24:00.073856+0000 mon.b (mon.2) 244 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:24:00.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:00 smithi155 bash[14970]: audit 2024-09-10T19:24:00.074511+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:24:00.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:00 smithi155 bash[14970]: audit 2024-09-10T19:24:00.080889+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:24:00.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:00 smithi155 bash[18934]: audit 2024-09-10T19:24:00.073856+0000 mon.b (mon.2) 244 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:24:00.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:00 smithi155 bash[18934]: audit 2024-09-10T19:24:00.074511+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:24:00.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:00 smithi155 bash[18934]: audit 2024-09-10T19:24:00.080889+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:24:00.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:00 smithi189 bash[14634]: audit 2024-09-10T19:24:00.073856+0000 mon.b (mon.2) 244 : audit [INF] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:24:00.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:00 smithi189 bash[14634]: audit 2024-09-10T19:24:00.074511+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:24:00.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:00 smithi189 bash[14634]: audit 2024-09-10T19:24:00.080889+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.34652 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:24:01.713 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:01 smithi155 bash[14970]: cluster 2024-09-10T19:24:00.391397+0000 mgr.x (mgr.34652) 217 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:01.713 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:01 smithi155 bash[18934]: cluster 2024-09-10T19:24:00.391397+0000 mgr.x (mgr.34652) 217 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:01.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:01 smithi189 bash[14634]: cluster 2024-09-10T19:24:00.391397+0000 mgr.x (mgr.34652) 217 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:03.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:03 smithi155 bash[18934]: cluster 2024-09-10T19:24:02.392158+0000 mgr.x (mgr.34652) 218 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:03.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:03 smithi155 bash[14970]: cluster 2024-09-10T19:24:02.392158+0000 mgr.x (mgr.34652) 218 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:03.801 INFO:teuthology.orchestra.run.smithi155.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:24:03.801 INFO:teuthology.orchestra.run.smithi155.stdout:alertmanager.a smithi155 running (5m) 64s ago 16m 16.5M - 0.27.0 11f11916f8cd 16d53bf305cc 2024-09-10T19:24:03.801 INFO:teuthology.orchestra.run.smithi155.stdout:grafana.a smithi189 running (16m) 2m ago 16m 26.6M - 6.6.2 87a51ecf0b1c 44554c6f73ac 2024-09-10T19:24:03.801 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.x smithi189 running (10m) 2m ago 21m 433M - 17.2.7-1606-g5be57395 4c55dd409611 59585f121a78 2024-09-10T19:24:03.801 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.y smithi155 *:8443 running (2m) 64s ago 23m 389M - 17.2.7-1606-g5be57395 4c55dd409611 c3f6bb49e60e 2024-09-10T19:24:03.801 INFO:teuthology.orchestra.run.smithi155.stdout:mon.a smithi155 running (23m) 64s ago 23m 155M 2048M 15.2.0 204a01f9b0b6 9830b2129a22 2024-09-10T19:24:03.801 INFO:teuthology.orchestra.run.smithi155.stdout:mon.b smithi189 running (21m) 2m ago 21m 129M 2048M 15.2.0 204a01f9b0b6 e28fb1d2d63b 2024-09-10T19:24:03.801 INFO:teuthology.orchestra.run.smithi155.stdout:mon.c smithi155 running (21m) 64s ago 21m 123M 2048M 15.2.0 204a01f9b0b6 7cbf0bc7a02d 2024-09-10T19:24:03.801 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.a smithi155 running (16m) 64s ago 16m 13.2M - 1.8.2 71dc9668b154 b8b40d4b621b 2024-09-10T19:24:03.801 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.b smithi189 running (16m) 2m ago 16m 11.8M - 1.8.2 71dc9668b154 a5297c8bfe71 2024-09-10T19:24:03.801 INFO:teuthology.orchestra.run.smithi155.stdout:osd.0 smithi155 running (20m) 64s ago 20m 53.0M 4096M 15.2.0 204a01f9b0b6 7f6023dc1e50 2024-09-10T19:24:03.802 INFO:teuthology.orchestra.run.smithi155.stdout:osd.1 smithi155 running (20m) 64s ago 20m 52.0M 4096M 15.2.0 204a01f9b0b6 42d00c1d93dd 2024-09-10T19:24:03.802 INFO:teuthology.orchestra.run.smithi155.stdout:osd.2 smithi155 running (19m) 64s ago 19m 50.7M 4096M 15.2.0 204a01f9b0b6 6b241c21f8e2 2024-09-10T19:24:03.802 INFO:teuthology.orchestra.run.smithi155.stdout:osd.3 smithi155 running (19m) 64s ago 19m 52.4M 4096M 15.2.0 204a01f9b0b6 8d9201a4db26 2024-09-10T19:24:03.802 INFO:teuthology.orchestra.run.smithi155.stdout:osd.4 smithi189 running (19m) 2m ago 19m 53.0M 4096M 15.2.0 204a01f9b0b6 34cb90c9d5b7 2024-09-10T19:24:03.802 INFO:teuthology.orchestra.run.smithi155.stdout:osd.5 smithi189 running (18m) 2m ago 18m 51.7M 4096M 15.2.0 204a01f9b0b6 4b3a3b60e1d5 2024-09-10T19:24:03.802 INFO:teuthology.orchestra.run.smithi155.stdout:osd.6 smithi189 running (18m) 2m ago 18m 53.8M 4096M 15.2.0 204a01f9b0b6 c58c4c013902 2024-09-10T19:24:03.802 INFO:teuthology.orchestra.run.smithi155.stdout:osd.7 smithi189 running (17m) 2m ago 17m 53.6M 4096M 15.2.0 204a01f9b0b6 fb02b608dde7 2024-09-10T19:24:03.803 INFO:teuthology.orchestra.run.smithi155.stdout:prometheus.a smithi189 running (5m) 2m ago 16m 43.1M - 2.54.1 4022a502929b 272b5a73ebb8 2024-09-10T19:24:03.803 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi155.ehnnyk smithi155 running (14m) 64s ago 14m 51.1M - 15.2.0 204a01f9b0b6 48687c7a211a 2024-09-10T19:24:03.803 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi189.dwpibf smithi189 running (14m) 2m ago 14m 50.8M - 15.2.0 204a01f9b0b6 6bddcdbdbf0b 2024-09-10T19:24:03.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:03 smithi189 bash[14634]: cluster 2024-09-10T19:24:02.392158+0000 mgr.x (mgr.34652) 218 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:04.584 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions' 2024-09-10T19:24:04.790 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:04 smithi155 bash[14970]: audit 2024-09-10T19:24:03.771957+0000 mon.b (mon.2) 245 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:24:04.790 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:04 smithi155 bash[14970]: audit 2024-09-10T19:24:03.773029+0000 mon.b (mon.2) 246 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:24:04.790 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:04 smithi155 bash[14970]: audit 2024-09-10T19:24:03.773982+0000 mon.b (mon.2) 247 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:04.790 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:04 smithi155 bash[14970]: audit 2024-09-10T19:24:03.774881+0000 mon.b (mon.2) 248 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:04.790 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:04 smithi155 bash[14970]: audit 2024-09-10T19:24:03.775691+0000 mon.b (mon.2) 249 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:04.790 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:04 smithi155 bash[14970]: audit 2024-09-10T19:24:03.776543+0000 mon.b (mon.2) 250 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:04.790 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:04 smithi155 bash[14970]: audit 2024-09-10T19:24:03.782121+0000 mon.b (mon.2) 251 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:24:04.791 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:04 smithi155 bash[14970]: audit 2024-09-10T19:24:03.783014+0000 mon.b (mon.2) 252 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:04.791 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:04 smithi155 bash[14970]: audit 2024-09-10T19:24:03.783853+0000 mon.b (mon.2) 253 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:04.791 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:04 smithi155 bash[14970]: audit 2024-09-10T19:24:03.784685+0000 mon.b (mon.2) 254 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:04.791 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:04 smithi155 bash[14970]: audit 2024-09-10T19:24:03.785473+0000 mon.b (mon.2) 255 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:04.791 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:04 smithi155 bash[18934]: audit 2024-09-10T19:24:03.771957+0000 mon.b (mon.2) 245 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:24:04.791 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:04 smithi155 bash[18934]: audit 2024-09-10T19:24:03.773029+0000 mon.b (mon.2) 246 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:24:04.791 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:04 smithi155 bash[18934]: audit 2024-09-10T19:24:03.773982+0000 mon.b (mon.2) 247 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:04.791 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:04 smithi155 bash[18934]: audit 2024-09-10T19:24:03.774881+0000 mon.b (mon.2) 248 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:04.791 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:04 smithi155 bash[18934]: audit 2024-09-10T19:24:03.775691+0000 mon.b (mon.2) 249 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:04.791 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:04 smithi155 bash[18934]: audit 2024-09-10T19:24:03.776543+0000 mon.b (mon.2) 250 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:04.791 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:04 smithi155 bash[18934]: audit 2024-09-10T19:24:03.782121+0000 mon.b (mon.2) 251 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:24:04.792 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:04 smithi155 bash[18934]: audit 2024-09-10T19:24:03.783014+0000 mon.b (mon.2) 252 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:04.792 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:04 smithi155 bash[18934]: audit 2024-09-10T19:24:03.783853+0000 mon.b (mon.2) 253 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:04.792 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:04 smithi155 bash[18934]: audit 2024-09-10T19:24:03.784685+0000 mon.b (mon.2) 254 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:04.792 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:04 smithi155 bash[18934]: audit 2024-09-10T19:24:03.785473+0000 mon.b (mon.2) 255 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:04.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:04 smithi189 bash[14634]: audit 2024-09-10T19:24:03.771957+0000 mon.b (mon.2) 245 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:24:04.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:04 smithi189 bash[14634]: audit 2024-09-10T19:24:03.773029+0000 mon.b (mon.2) 246 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:24:04.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:04 smithi189 bash[14634]: audit 2024-09-10T19:24:03.773982+0000 mon.b (mon.2) 247 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:04.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:04 smithi189 bash[14634]: audit 2024-09-10T19:24:03.774881+0000 mon.b (mon.2) 248 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:04.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:04 smithi189 bash[14634]: audit 2024-09-10T19:24:03.775691+0000 mon.b (mon.2) 249 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:04.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:04 smithi189 bash[14634]: audit 2024-09-10T19:24:03.776543+0000 mon.b (mon.2) 250 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:04.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:04 smithi189 bash[14634]: audit 2024-09-10T19:24:03.782121+0000 mon.b (mon.2) 251 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:24:04.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:04 smithi189 bash[14634]: audit 2024-09-10T19:24:03.783014+0000 mon.b (mon.2) 252 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:04.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:04 smithi189 bash[14634]: audit 2024-09-10T19:24:03.783853+0000 mon.b (mon.2) 253 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:04.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:04 smithi189 bash[14634]: audit 2024-09-10T19:24:03.784685+0000 mon.b (mon.2) 254 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:04.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:04 smithi189 bash[14634]: audit 2024-09-10T19:24:03.785473+0000 mon.b (mon.2) 255 : audit [DBG] from='mgr.34652 172.21.15.189:0/2557119609' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:05.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:05 smithi155 bash[18934]: audit 2024-09-10T19:24:03.766265+0000 mgr.x (mgr.34652) 219 : audit [DBG] from='client.24781 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:24:05.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:05 smithi155 bash[18934]: cluster 2024-09-10T19:24:04.393610+0000 mgr.x (mgr.34652) 220 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:05.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:05 smithi155 bash[14970]: audit 2024-09-10T19:24:03.766265+0000 mgr.x (mgr.34652) 219 : audit [DBG] from='client.24781 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:24:05.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:05 smithi155 bash[14970]: cluster 2024-09-10T19:24:04.393610+0000 mgr.x (mgr.34652) 220 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:05.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:05 smithi189 bash[14634]: audit 2024-09-10T19:24:03.766265+0000 mgr.x (mgr.34652) 219 : audit [DBG] from='client.24781 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:24:05.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:05 smithi189 bash[14634]: cluster 2024-09-10T19:24:04.393610+0000 mgr.x (mgr.34652) 220 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:07.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:07 smithi155 bash[14970]: cluster 2024-09-10T19:24:06.394290+0000 mgr.x (mgr.34652) 221 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:07.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:07 smithi155 bash[18934]: cluster 2024-09-10T19:24:06.394290+0000 mgr.x (mgr.34652) 221 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:07.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:07 smithi189 bash[14634]: cluster 2024-09-10T19:24:06.394290+0000 mgr.x (mgr.34652) 221 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:08.621 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:24:08.621 INFO:teuthology.orchestra.run.smithi155.stdout: "mon": { 2024-09-10T19:24:08.621 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-10T19:24:08.621 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:24:08.621 INFO:teuthology.orchestra.run.smithi155.stdout: "mgr": { 2024-09-10T19:24:08.621 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:24:08.621 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:24:08.621 INFO:teuthology.orchestra.run.smithi155.stdout: "osd": { 2024-09-10T19:24:08.621 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-10T19:24:08.621 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:24:08.621 INFO:teuthology.orchestra.run.smithi155.stdout: "mds": {}, 2024-09-10T19:24:08.622 INFO:teuthology.orchestra.run.smithi155.stdout: "rgw": { 2024-09-10T19:24:08.622 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-10T19:24:08.622 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:24:08.622 INFO:teuthology.orchestra.run.smithi155.stdout: "overall": { 2024-09-10T19:24:08.622 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-09-10T19:24:08.622 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:24:08.622 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-10T19:24:08.622 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:24:09.439 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph -s' 2024-09-10T19:24:09.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:09 smithi155 bash[14970]: cluster 2024-09-10T19:24:08.395714+0000 mgr.x (mgr.34652) 222 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:09.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:09 smithi155 bash[14970]: audit 2024-09-10T19:24:08.618570+0000 mon.b (mon.2) 256 : audit [DBG] from='client.? 172.21.15.155:0/3545218349' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:24:09.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:09 smithi155 bash[18934]: cluster 2024-09-10T19:24:08.395714+0000 mgr.x (mgr.34652) 222 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:09.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:09 smithi155 bash[18934]: audit 2024-09-10T19:24:08.618570+0000 mon.b (mon.2) 256 : audit [DBG] from='client.? 172.21.15.155:0/3545218349' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:24:09.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:09 smithi189 bash[14634]: cluster 2024-09-10T19:24:08.395714+0000 mgr.x (mgr.34652) 222 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:09.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:09 smithi189 bash[14634]: audit 2024-09-10T19:24:08.618570+0000 mon.b (mon.2) 256 : audit [DBG] from='client.? 172.21.15.155:0/3545218349' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:24:11.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:11 smithi189 bash[14634]: cluster 2024-09-10T19:24:10.396504+0000 mgr.x (mgr.34652) 223 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:11.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:11 smithi155 bash[14970]: cluster 2024-09-10T19:24:10.396504+0000 mgr.x (mgr.34652) 223 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:11.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:11 smithi155 bash[18934]: cluster 2024-09-10T19:24:10.396504+0000 mgr.x (mgr.34652) 223 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:13.406 INFO:teuthology.orchestra.run.smithi155.stdout: cluster: 2024-09-10T19:24:13.406 INFO:teuthology.orchestra.run.smithi155.stdout: id: e044737e-6fa6-11ef-bcea-c7b262605968 2024-09-10T19:24:13.406 INFO:teuthology.orchestra.run.smithi155.stdout: health: HEALTH_OK 2024-09-10T19:24:13.406 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T19:24:13.406 INFO:teuthology.orchestra.run.smithi155.stdout: services: 2024-09-10T19:24:13.406 INFO:teuthology.orchestra.run.smithi155.stdout: mon: 3 daemons, quorum a,c,b (age 21m) 2024-09-10T19:24:13.406 INFO:teuthology.orchestra.run.smithi155.stdout: mgr: x(active, since 6m), standbys: y 2024-09-10T19:24:13.406 INFO:teuthology.orchestra.run.smithi155.stdout: osd: 8 osds: 8 up (since 17m), 8 in (since 17m) 2024-09-10T19:24:13.406 INFO:teuthology.orchestra.run.smithi155.stdout: rgw: 2 daemons active (r.z.smithi155.ehnnyk, r.z.smithi189.dwpibf) 2024-09-10T19:24:13.406 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T19:24:13.406 INFO:teuthology.orchestra.run.smithi155.stdout: task status: 2024-09-10T19:24:13.406 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T19:24:13.407 INFO:teuthology.orchestra.run.smithi155.stdout: data: 2024-09-10T19:24:13.407 INFO:teuthology.orchestra.run.smithi155.stdout: pools: 5 pools, 129 pgs 2024-09-10T19:24:13.407 INFO:teuthology.orchestra.run.smithi155.stdout: objects: 203 objects, 584 KiB 2024-09-10T19:24:13.407 INFO:teuthology.orchestra.run.smithi155.stdout: usage: 8.0 GiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:13.407 INFO:teuthology.orchestra.run.smithi155.stdout: pgs: 129 active+clean 2024-09-10T19:24:13.407 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T19:24:13.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:13 smithi155 bash[14970]: cluster 2024-09-10T19:24:12.397155+0000 mgr.x (mgr.34652) 224 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:13.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:13 smithi155 bash[14970]: audit 2024-09-10T19:24:13.403656+0000 mon.c (mon.1) 34 : audit [DBG] from='client.? 172.21.15.155:0/2881716646' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T19:24:13.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:13 smithi155 bash[18934]: cluster 2024-09-10T19:24:12.397155+0000 mgr.x (mgr.34652) 224 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:13.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:13 smithi155 bash[18934]: audit 2024-09-10T19:24:13.403656+0000 mon.c (mon.1) 34 : audit [DBG] from='client.? 172.21.15.155:0/2881716646' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T19:24:13.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:13 smithi189 bash[14634]: cluster 2024-09-10T19:24:12.397155+0000 mgr.x (mgr.34652) 224 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:13.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:13 smithi189 bash[14634]: audit 2024-09-10T19:24:13.403656+0000 mon.c (mon.1) 34 : audit [DBG] from='client.? 172.21.15.155:0/2881716646' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T19:24:14.236 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph mgr fail' 2024-09-10T19:24:15.719 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:15 smithi155 bash[14970]: cluster 2024-09-10T19:24:14.398606+0000 mgr.x (mgr.34652) 225 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:15.720 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:15 smithi155 bash[18934]: cluster 2024-09-10T19:24:14.398606+0000 mgr.x (mgr.34652) 225 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:15.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:15 smithi189 bash[14634]: cluster 2024-09-10T19:24:14.398606+0000 mgr.x (mgr.34652) 225 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:17.339 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:24:16 smithi155 bash[39610]: ts=2024-09-10T19:24:16.957Z 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-10T19:24:17.340 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:24:16 smithi155 bash[39610]: ts=2024-09-10T19:24:16.958Z caller=notify.go:848 level=warn component=dispatcher receiver=web.hook integration=webhook[0] aggrGroup="{}:{alertname=\"CephNodeDiskspaceWarning\"}" msg="Notify attempt failed, will retry later" attempts=1 err="Post \"\": dial tcp 127.0.0.1:5001: connect: connection refused" 2024-09-10T19:24:17.748 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:17 smithi155 bash[14970]: cluster 2024-09-10T19:24:16.399317+0000 mgr.x (mgr.34652) 226 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:17.748 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:17 smithi155 bash[18934]: cluster 2024-09-10T19:24:16.399317+0000 mgr.x (mgr.34652) 226 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:17.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:17 smithi189 bash[14634]: cluster 2024-09-10T19:24:16.399317+0000 mgr.x (mgr.34652) 226 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 584 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:18.766 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:18 smithi155 bash[14970]: audit 2024-09-10T19:24:18.176482+0000 mon.a (mon.0) 778 : audit [INF] from='client.? 172.21.15.155:0/1067487841' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:24:18.766 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:18 smithi155 bash[14970]: cluster 2024-09-10T19:24:18.187140+0000 mon.a (mon.0) 779 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-10T19:24:18.766 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:18 smithi155 bash[18934]: audit 2024-09-10T19:24:18.176482+0000 mon.a (mon.0) 778 : audit [INF] from='client.? 172.21.15.155:0/1067487841' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:24:18.767 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:18 smithi155 bash[18934]: cluster 2024-09-10T19:24:18.187140+0000 mon.a (mon.0) 779 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-10T19:24:18.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:18 smithi189 bash[14634]: audit 2024-09-10T19:24:18.176482+0000 mon.a (mon.0) 778 : audit [INF] from='client.? 172.21.15.155:0/1067487841' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:24:18.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:18 smithi189 bash[14634]: cluster 2024-09-10T19:24:18.187140+0000 mon.a (mon.0) 779 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-10T19:24:18.952 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:24:18 smithi189 bash[26056]: debug 2024-09-10T19:24:18.487+0000 7fc0f1dec640 -1 mgr handle_mgr_map I was active but no longer am 2024-09-10T19:24:18.952 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:24:18 smithi189 bash[26056]: ignoring --setuser ceph since I am not root 2024-09-10T19:24:18.953 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:24:18 smithi189 bash[26056]: ignoring --setgroup ceph since I am not root 2024-09-10T19:24:18.953 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:24:18 smithi189 bash[26056]: debug 2024-09-10T19:24:18.535+0000 7f62d8875640 1 -- 172.21.15.189:0/1483596038 <== mon.2 v2:172.21.15.189:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x559c71b94340 con 0x559c71ba0c00 2024-09-10T19:24:18.953 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:24:18 smithi189 bash[26056]: debug 2024-09-10T19:24:18.667+0000 7f62db0cfec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-10T19:24:19.353 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'sleep 180' 2024-09-10T19:24:19.689 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:19 smithi189 bash[14634]: audit 2024-09-10T19:24:18.490636+0000 mon.a (mon.0) 780 : audit [INF] from='client.? 172.21.15.155:0/1067487841' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-10T19:24:19.689 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:19 smithi189 bash[14634]: cluster 2024-09-10T19:24:18.490707+0000 mon.a (mon.0) 781 : cluster [DBG] mgrmap e23: y(active, starting, since 0.313304s) 2024-09-10T19:24:19.690 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:24:19 smithi189 bash[26056]: debug 2024-09-10T19:24:19.403+0000 7f62db0cfec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-10T19:24:19.690 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:24:19 smithi189 bash[26056]: debug 2024-09-10T19:24:19.467+0000 7f62db0cfec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-10T19:24:19.690 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:24:19 smithi189 bash[26056]: debug 2024-09-10T19:24:19.535+0000 7f62db0cfec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-10T19:24:19.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:19 smithi155 bash[18934]: audit 2024-09-10T19:24:18.490636+0000 mon.a (mon.0) 780 : audit [INF] from='client.? 172.21.15.155:0/1067487841' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-10T19:24:19.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:19 smithi155 bash[18934]: cluster 2024-09-10T19:24:18.490707+0000 mon.a (mon.0) 781 : cluster [DBG] mgrmap e23: y(active, starting, since 0.313304s) 2024-09-10T19:24:19.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:19 smithi155 bash[14970]: audit 2024-09-10T19:24:18.490636+0000 mon.a (mon.0) 780 : audit [INF] from='client.? 172.21.15.155:0/1067487841' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-10T19:24:19.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:19 smithi155 bash[14970]: cluster 2024-09-10T19:24:18.490707+0000 mon.a (mon.0) 781 : cluster [DBG] mgrmap e23: y(active, starting, since 0.313304s) 2024-09-10T19:24:19.952 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:24:19 smithi189 bash[26056]: debug 2024-09-10T19:24:19.683+0000 7f62db0cfec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-10T19:24:19.952 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:24:19 smithi189 bash[26056]: debug 2024-09-10T19:24:19.927+0000 7f62db0cfec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-10T19:24:20.452 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:24:19 smithi189 bash[26056]: debug 2024-09-10T19:24:19.991+0000 7f62db0cfec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-10T19:24:20.452 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:24:20 smithi189 bash[26056]: debug 2024-09-10T19:24:20.123+0000 7f62db0cfec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-10T19:24:21.172 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:24:20 smithi189 bash[26056]: debug 2024-09-10T19:24:20.747+0000 7f62db0cfec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-10T19:24:21.172 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:24:20 smithi189 bash[26056]: debug 2024-09-10T19:24:20.815+0000 7f62db0cfec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-10T19:24:21.172 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:24:20 smithi189 bash[26056]: debug 2024-09-10T19:24:20.891+0000 7f62db0cfec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-10T19:24:21.452 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:24:21 smithi189 bash[26056]: debug 2024-09-10T19:24:21.167+0000 7f62db0cfec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-10T19:24:21.452 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:24:21 smithi189 bash[26056]: debug 2024-09-10T19:24:21.303+0000 7f62db0cfec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-10T19:24:21.953 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:24:21 smithi189 bash[26056]: debug 2024-09-10T19:24:21.611+0000 7f62db0cfec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-10T19:24:21.953 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:24:21 smithi189 bash[26056]: debug 2024-09-10T19:24:21.823+0000 7f62db0cfec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-10T19:24:22.534 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:24:22 smithi189 bash[26056]: debug 2024-09-10T19:24:22.239+0000 7f62db0cfec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-10T19:24:22.534 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:24:22 smithi189 bash[26056]: debug 2024-09-10T19:24:22.303+0000 7f62db0cfec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-10T19:24:22.534 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:24:22 smithi189 bash[26056]: debug 2024-09-10T19:24:22.367+0000 7f62db0cfec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-10T19:24:22.534 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:24:22 smithi189 bash[26056]: debug 2024-09-10T19:24:22.463+0000 7f62db0cfec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-10T19:24:22.534 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:24:22 smithi189 bash[26056]: debug 2024-09-10T19:24:22.527+0000 7f62db0cfec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-10T19:24:22.828 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:24:22 smithi189 bash[26056]: debug 2024-09-10T19:24:22.603+0000 7f62db0cfec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-10T19:24:22.828 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:24:22 smithi189 bash[26056]: debug 2024-09-10T19:24:22.747+0000 7f62db0cfec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-10T19:24:23.202 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:24:22 smithi189 bash[26056]: debug 2024-09-10T19:24:22.823+0000 7f62db0cfec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-10T19:24:24.202 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:24:23 smithi189 bash[26056]: debug 2024-09-10T19:24:23.751+0000 7f62db0cfec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-10T19:24:24.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:23 smithi189 bash[14634]: audit 2024-09-10T19:24:23.776015+0000 mon.b (mon.2) 257 : audit [DBG] from='mgr.? 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T19:24:24.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:23 smithi189 bash[14634]: cluster 2024-09-10T19:24:23.776388+0000 mon.a (mon.0) 782 : cluster [DBG] Standby manager daemon x started 2024-09-10T19:24:24.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:23 smithi189 bash[14634]: audit 2024-09-10T19:24:23.776823+0000 mon.b (mon.2) 258 : audit [DBG] from='mgr.? 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:24:24.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:23 smithi189 bash[14634]: audit 2024-09-10T19:24:23.778584+0000 mon.b (mon.2) 259 : audit [DBG] from='mgr.? 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T19:24:24.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:23 smithi189 bash[14634]: audit 2024-09-10T19:24:23.779267+0000 mon.b (mon.2) 260 : audit [DBG] from='mgr.? 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:24:24.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:23 smithi155 bash[14970]: audit 2024-09-10T19:24:23.776015+0000 mon.b (mon.2) 257 : audit [DBG] from='mgr.? 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T19:24:24.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:23 smithi155 bash[14970]: cluster 2024-09-10T19:24:23.776388+0000 mon.a (mon.0) 782 : cluster [DBG] Standby manager daemon x started 2024-09-10T19:24:24.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:23 smithi155 bash[14970]: audit 2024-09-10T19:24:23.776823+0000 mon.b (mon.2) 258 : audit [DBG] from='mgr.? 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:24:24.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:23 smithi155 bash[14970]: audit 2024-09-10T19:24:23.778584+0000 mon.b (mon.2) 259 : audit [DBG] from='mgr.? 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T19:24:24.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:23 smithi155 bash[14970]: audit 2024-09-10T19:24:23.779267+0000 mon.b (mon.2) 260 : audit [DBG] from='mgr.? 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:24:24.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:23 smithi155 bash[18934]: audit 2024-09-10T19:24:23.776015+0000 mon.b (mon.2) 257 : audit [DBG] from='mgr.? 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T19:24:24.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:23 smithi155 bash[18934]: cluster 2024-09-10T19:24:23.776388+0000 mon.a (mon.0) 782 : cluster [DBG] Standby manager daemon x started 2024-09-10T19:24:24.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:23 smithi155 bash[18934]: audit 2024-09-10T19:24:23.776823+0000 mon.b (mon.2) 258 : audit [DBG] from='mgr.? 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:24:24.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:23 smithi155 bash[18934]: audit 2024-09-10T19:24:23.778584+0000 mon.b (mon.2) 259 : audit [DBG] from='mgr.? 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T19:24:24.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:23 smithi155 bash[18934]: audit 2024-09-10T19:24:23.779267+0000 mon.b (mon.2) 260 : audit [DBG] from='mgr.? 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:24:25.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: cluster 2024-09-10T19:24:23.841656+0000 mon.a (mon.0) 783 : cluster [DBG] mgrmap e24: y(active, starting, since 5s), standbys: x 2024-09-10T19:24:25.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:23.842566+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.? 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T19:24:25.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:23.843319+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.? 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T19:24:25.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.493271+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:24:25.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.493933+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:24:25.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.494432+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:24:25.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.498615+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:24:25.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.499427+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:24:25.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.500284+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:24:25.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.500717+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:24:25.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.501079+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:24:25.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.501440+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:24:25.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.501922+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:24:25.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.502535+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:24:25.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.503159+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T19:24:25.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.503612+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T19:24:25.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.504661+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T19:24:25.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.506264+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T19:24:25.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.507782+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT6232004L400BGN"}]: dispatch 2024-09-10T19:24:25.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.508448+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-10T19:24:25.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.509089+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T19:24:25.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.509715+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T19:24:25.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.510317+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T19:24:25.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.510881+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T19:24:25.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.511412+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-10T19:24:25.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.511985+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155.devices.0"}]: dispatch 2024-09-10T19:24:25.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.512490+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi189"}]: dispatch 2024-09-10T19:24:25.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.513009+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi189.devices.0"}]: dispatch 2024-09-10T19:24:25.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.513589+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T19:24:25.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.514119+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T19:24:25.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.514677+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T19:24:25.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.515210+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T19:24:25.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.515722+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T19:24:25.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.516227+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T19:24:25.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.516729+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T19:24:25.206 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.517207+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T19:24:25.206 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.517685+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T19:24:25.206 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.518158+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T19:24:25.206 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.518623+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T19:24:25.206 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.519099+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T19:24:25.206 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.519568+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:24:25.206 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.520038+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:24:25.206 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.520535+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T19:24:25.206 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.521020+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T19:24:25.206 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.521533+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T19:24:25.206 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.521978+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T19:24:25.206 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.522542+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T19:24:25.206 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: cluster 2024-09-10T19:24:24.764070+0000 mon.a (mon.0) 784 : cluster [INF] Manager daemon y is now available 2024-09-10T19:24:25.206 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.784333+0000 mon.c (mon.1) 81 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"172.21.15.155\", \"labels\": [], \"status\": \"\"}, \"smithi189\": {\"hostname\": \"smithi189\", \"addr\": \"172.21.15.189\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-10T19:24:25.206 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.785159+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"172.21.15.155\", \"labels\": [], \"status\": \"\"}, \"smithi189\": {\"hostname\": \"smithi189\", \"addr\": \"172.21.15.189\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-10T19:24:25.207 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:24 smithi189 bash[14634]: audit 2024-09-10T19:24:24.792172+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"172.21.15.155\", \"labels\": [], \"status\": \"\"}, \"smithi189\": {\"hostname\": \"smithi189\", \"addr\": \"172.21.15.189\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-10T19:24:25.212 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: cluster 2024-09-10T19:24:23.841656+0000 mon.a (mon.0) 783 : cluster [DBG] mgrmap e24: y(active, starting, since 5s), standbys: x 2024-09-10T19:24:25.212 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:23.842566+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.? 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T19:24:25.212 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:23.843319+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.? 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T19:24:25.212 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.493271+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:24:25.213 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.493933+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:24:25.213 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.494432+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:24:25.213 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.498615+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:24:25.213 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.499427+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:24:25.213 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.500284+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:24:25.213 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.500717+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:24:25.213 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.501079+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:24:25.213 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.501440+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:24:25.213 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.501922+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:24:25.213 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.502535+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:24:25.213 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.503159+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T19:24:25.213 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.503612+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T19:24:25.213 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.504661+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T19:24:25.213 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.506264+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T19:24:25.214 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.507782+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT6232004L400BGN"}]: dispatch 2024-09-10T19:24:25.214 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.508448+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-10T19:24:25.214 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.509089+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T19:24:25.214 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.509715+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T19:24:25.214 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.510317+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T19:24:25.214 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.510881+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T19:24:25.214 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.511412+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-10T19:24:25.214 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.511985+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155.devices.0"}]: dispatch 2024-09-10T19:24:25.214 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.512490+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi189"}]: dispatch 2024-09-10T19:24:25.214 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.513009+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi189.devices.0"}]: dispatch 2024-09-10T19:24:25.214 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.513589+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T19:24:25.214 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.514119+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T19:24:25.214 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.514677+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T19:24:25.214 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.515210+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T19:24:25.215 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.515722+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T19:24:25.215 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.516227+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T19:24:25.215 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.516729+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T19:24:25.215 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: cluster 2024-09-10T19:24:23.841656+0000 mon.a (mon.0) 783 : cluster [DBG] mgrmap e24: y(active, starting, since 5s), standbys: x 2024-09-10T19:24:25.215 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:23.842566+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.? 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T19:24:25.215 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:23.843319+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.? 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T19:24:25.215 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.493271+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:24:25.215 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.493933+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:24:25.215 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.494432+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:24:25.215 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.498615+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:24:25.216 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.499427+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:24:25.216 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.500284+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:24:25.216 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.500717+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:24:25.216 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.501079+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:24:25.216 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.501440+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:24:25.216 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.501922+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:24:25.216 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.502535+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:24:25.216 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.503159+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T19:24:25.216 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.503612+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T19:24:25.216 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.504661+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T19:24:25.216 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.506264+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T19:24:25.216 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.517207+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T19:24:25.217 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.517685+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T19:24:25.217 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.518158+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T19:24:25.217 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.518623+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T19:24:25.217 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.519099+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T19:24:25.217 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.519568+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:24:25.217 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.520038+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:24:25.217 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.520535+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T19:24:25.217 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.521020+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T19:24:25.217 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.521533+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T19:24:25.217 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.521978+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T19:24:25.217 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.522542+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T19:24:25.217 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: cluster 2024-09-10T19:24:24.764070+0000 mon.a (mon.0) 784 : cluster [INF] Manager daemon y is now available 2024-09-10T19:24:25.218 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.784333+0000 mon.c (mon.1) 81 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"172.21.15.155\", \"labels\": [], \"status\": \"\"}, \"smithi189\": {\"hostname\": \"smithi189\", \"addr\": \"172.21.15.189\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-10T19:24:25.218 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.785159+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"172.21.15.155\", \"labels\": [], \"status\": \"\"}, \"smithi189\": {\"hostname\": \"smithi189\", \"addr\": \"172.21.15.189\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-10T19:24:25.218 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[18934]: audit 2024-09-10T19:24:24.792172+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"172.21.15.155\", \"labels\": [], \"status\": \"\"}, \"smithi189\": {\"hostname\": \"smithi189\", \"addr\": \"172.21.15.189\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-10T19:24:25.218 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.507782+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT6232004L400BGN"}]: dispatch 2024-09-10T19:24:25.218 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.508448+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-10T19:24:25.218 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.509089+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T19:24:25.218 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.509715+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T19:24:25.219 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.510317+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T19:24:25.219 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.510881+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T19:24:25.219 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.511412+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-10T19:24:25.219 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.511985+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155.devices.0"}]: dispatch 2024-09-10T19:24:25.219 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.512490+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi189"}]: dispatch 2024-09-10T19:24:25.219 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.513009+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi189.devices.0"}]: dispatch 2024-09-10T19:24:25.219 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.513589+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T19:24:25.219 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.514119+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T19:24:25.219 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.514677+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T19:24:25.219 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.515210+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T19:24:25.219 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.515722+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T19:24:25.219 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.516227+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T19:24:25.219 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.516729+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T19:24:25.220 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.517207+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T19:24:25.220 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.517685+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T19:24:25.220 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.518158+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T19:24:25.220 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.518623+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T19:24:25.220 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.519099+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T19:24:25.220 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.519568+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:24:25.220 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.520038+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:24:25.220 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.520535+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T19:24:25.220 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.521020+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T19:24:25.220 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.521533+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T19:24:25.221 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.521978+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T19:24:25.221 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.522542+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T19:24:25.221 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: cluster 2024-09-10T19:24:24.764070+0000 mon.a (mon.0) 784 : cluster [INF] Manager daemon y is now available 2024-09-10T19:24:25.221 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.784333+0000 mon.c (mon.1) 81 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"172.21.15.155\", \"labels\": [], \"status\": \"\"}, \"smithi189\": {\"hostname\": \"smithi189\", \"addr\": \"172.21.15.189\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-10T19:24:25.221 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.785159+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"172.21.15.155\", \"labels\": [], \"status\": \"\"}, \"smithi189\": {\"hostname\": \"smithi189\", \"addr\": \"172.21.15.189\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-10T19:24:25.221 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:24 smithi155 bash[14970]: audit 2024-09-10T19:24:24.792172+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi155\": {\"hostname\": \"smithi155\", \"addr\": \"172.21.15.155\", \"labels\": [], \"status\": \"\"}, \"smithi189\": {\"hostname\": \"smithi189\", \"addr\": \"172.21.15.189\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-10T19:24:26.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:25 smithi189 bash[14634]: cephadm 2024-09-10T19:24:24.783612+0000 mgr.y (mgr.24775) 1 : cephadm [INF] inventory: adjusted host smithi189 addr 'smithi189' -> '172.21.15.189' 2024-09-10T19:24:26.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:25 smithi189 bash[14634]: cluster 2024-09-10T19:24:24.873900+0000 mon.a (mon.0) 787 : cluster [DBG] mgrmap e25: y(active, since 6s), standbys: x 2024-09-10T19:24:26.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:25 smithi189 bash[14634]: cluster 2024-09-10T19:24:24.885726+0000 mgr.y (mgr.24775) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:26.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:25 smithi189 bash[14634]: audit 2024-09-10T19:24:24.907329+0000 mon.c (mon.1) 82 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:24:26.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:25 smithi189 bash[14634]: audit 2024-09-10T19:24:24.907824+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:24:26.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:25 smithi189 bash[14634]: audit 2024-09-10T19:24:24.925370+0000 mon.c (mon.1) 83 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T19:24:26.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:25 smithi189 bash[14634]: audit 2024-09-10T19:24:24.925807+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T19:24:26.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:25 smithi189 bash[14634]: audit 2024-09-10T19:24:25.212973+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:24:26.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:25 smithi189 bash[14634]: audit 2024-09-10T19:24:25.218162+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:24:26.217 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:25 smithi155 bash[14970]: cephadm 2024-09-10T19:24:24.783612+0000 mgr.y (mgr.24775) 1 : cephadm [INF] inventory: adjusted host smithi189 addr 'smithi189' -> '172.21.15.189' 2024-09-10T19:24:26.217 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:25 smithi155 bash[14970]: cluster 2024-09-10T19:24:24.873900+0000 mon.a (mon.0) 787 : cluster [DBG] mgrmap e25: y(active, since 6s), standbys: x 2024-09-10T19:24:26.217 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:25 smithi155 bash[14970]: cluster 2024-09-10T19:24:24.885726+0000 mgr.y (mgr.24775) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:26.218 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:25 smithi155 bash[14970]: audit 2024-09-10T19:24:24.907329+0000 mon.c (mon.1) 82 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:24:26.218 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:25 smithi155 bash[14970]: audit 2024-09-10T19:24:24.907824+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:24:26.218 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:25 smithi155 bash[14970]: audit 2024-09-10T19:24:24.925370+0000 mon.c (mon.1) 83 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T19:24:26.218 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:25 smithi155 bash[14970]: audit 2024-09-10T19:24:24.925807+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T19:24:26.218 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:25 smithi155 bash[14970]: audit 2024-09-10T19:24:25.212973+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:24:26.218 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:25 smithi155 bash[14970]: audit 2024-09-10T19:24:25.218162+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:24:26.218 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:25 smithi155 bash[18934]: cephadm 2024-09-10T19:24:24.783612+0000 mgr.y (mgr.24775) 1 : cephadm [INF] inventory: adjusted host smithi189 addr 'smithi189' -> '172.21.15.189' 2024-09-10T19:24:26.218 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:25 smithi155 bash[18934]: cluster 2024-09-10T19:24:24.873900+0000 mon.a (mon.0) 787 : cluster [DBG] mgrmap e25: y(active, since 6s), standbys: x 2024-09-10T19:24:26.218 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:25 smithi155 bash[18934]: cluster 2024-09-10T19:24:24.885726+0000 mgr.y (mgr.24775) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:26.218 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:25 smithi155 bash[18934]: audit 2024-09-10T19:24:24.907329+0000 mon.c (mon.1) 82 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:24:26.218 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:25 smithi155 bash[18934]: audit 2024-09-10T19:24:24.907824+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:24:26.219 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:25 smithi155 bash[18934]: audit 2024-09-10T19:24:24.925370+0000 mon.c (mon.1) 83 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T19:24:26.219 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:25 smithi155 bash[18934]: audit 2024-09-10T19:24:24.925807+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T19:24:26.219 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:25 smithi155 bash[18934]: audit 2024-09-10T19:24:25.212973+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:24:26.219 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:25 smithi155 bash[18934]: audit 2024-09-10T19:24:25.218162+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:24:26.590 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[41040]: debug 2024-09-10T19:24:26.212+0000 7fcbd9ee9640 -1 log_channel(cephadm) log [ERR] : [10/Sep/2024:19:24:26] ENGINE Error in HTTPServer.serve 2024-09-10T19:24:26.590 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[41040]: Traceback (most recent call last): 2024-09-10T19:24:26.590 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[41040]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:24:26.590 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[41040]: self._connections.run(self.expiration_interval) 2024-09-10T19:24:26.590 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[41040]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:24:26.590 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[41040]: self._run(expiration_interval) 2024-09-10T19:24:26.590 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[41040]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:24:26.590 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[41040]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:24:26.590 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[41040]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:24:26.591 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[41040]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:24:26.591 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[41040]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:24:26.591 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[41040]: s = self.context.wrap_socket( 2024-09-10T19:24:26.591 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[41040]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:24:26.591 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[41040]: return self.sslsocket_class._create( 2024-09-10T19:24:26.591 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[41040]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:24:26.591 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[41040]: self.do_handshake() 2024-09-10T19:24:26.591 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[41040]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:24:26.591 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[41040]: self._sslobj.do_handshake() 2024-09-10T19:24:26.591 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[41040]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:24:27.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:26 smithi189 bash[14634]: cluster 2024-09-10T19:24:25.885608+0000 mon.a (mon.0) 790 : cluster [DBG] mgrmap e26: y(active, since 7s), standbys: x 2024-09-10T19:24:27.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:26 smithi189 bash[14634]: cephadm 2024-09-10T19:24:26.083356+0000 mgr.y (mgr.24775) 3 : cephadm [INF] [10/Sep/2024:19:24:26] ENGINE Bus STARTING 2024-09-10T19:24:27.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:26 smithi189 bash[14634]: cephadm 2024-09-10T19:24:26.211568+0000 mgr.y (mgr.24775) 4 : cephadm [INF] [10/Sep/2024:19:24:26] ENGINE Serving on https://172.21.15.155:7150 2024-09-10T19:24:27.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:26 smithi189 bash[14634]: cephadm 2024-09-10T19:24:26.211794+0000 mgr.y (mgr.24775) 5 : cephadm [INF] [10/Sep/2024:19:24:26] ENGINE Bus STARTED 2024-09-10T19:24:27.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:26 smithi189 bash[14634]: audit 2024-09-10T19:24:26.213490+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUaa2PpPWsxN79rLrOlLylOp+Afy8wDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE5MTc0M1oXDTM0\\nMDkxMTE5MTc0M1owFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf\\n1Bb1LBg1f1dthxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEH\\nlm2MCGtwHKICGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+Ar\\nWJiDNF7gZrZ2z4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hx\\ny/C0V1dKcDH8y8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLH\\nItoV04lIyPZYBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZ\\nUPqbp+jWdI6UEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKD\\nWm0KxZS6MvM4ICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw\\n+hp5ulD1RPoIv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw\\n5rcucCzqfK9/eeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WV\\niSzueuX8Dbd6DcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj\\n5DD+HL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPvTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAQ7uLYCsMqfzeuQrSHobJvdHA+boB0uPXBLrCB\\nkgRMFkaSI3E6M78gqizjKEvmYqoX3Yje5i92301zKr/8/fQgm36INQiGH8ZXZt7j\\nBpM64nCv2mUJWFsOQYzrAG5poKCZwUGFaEltsnvBky3r1lAKY2iXYRqLm4idIGsg\\nv8CSV65yMJ795fucH2cACOapM8ImCjqLEtmUBHZtqUs6/ZIaUCDu6XwMdVmmOcl9\\n+e6dsrRMVibhBqf5SYlMMFf+QQ4RZUYYFrFZtnlUqUhMIUg+rk2UTEmgLk+XsCK1\\nv3fvnF7cXc1btst7b49YG7PBzrTpQKFGMpjP1MvGFQJvxa1GhR9Yf6aP+lxLBYWc\\n3EilOgiUadXYD0MOgydz9ilSKPs/dLhR7TE0jARCN8tJWIQwR+EsCYdMC9haZnCr\\nMcU9JsPEIunn2SS+3XZRu3HRkUSijAsdy1L9bwtGeNywm9mZSA+XApJYPQwiA8pS\\nZD3kH3kkFxyH3DCbVuz///uX0hRynvwn2w35ZbWRKjzo+qv3GbYGKMhH01Ffm12A\\nbjUn5VnOEXZCMTk7tlUduEG8Gkm1GD5BphOqrmSDxUziRo6zYNFiqgFYlkMp0In3\\nY7tQNHaUvldMiyfOpugu2zEOD/2O3aXG5FTEdqHcAz2piqXeE6XOf0/3+18ryNEa\\nI7mJjg==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJJwIBAAKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf1Bb1LBg1f1dt\\nhxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEHlm2MCGtwHKIC\\nGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+ArWJiDNF7gZrZ2\\nz4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hxy/C0V1dKcDH8\\ny8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLHItoV04lIyPZY\\nBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZUPqbp+jWdI6U\\nEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKDWm0KxZS6MvM4\\nICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw+hp5ulD1RPoI\\nv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw5rcucCzqfK9/\\neeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WViSzueuX8Dbd6\\nDcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj5DD+HL0CAwEA\\nAQKCAgAHsPA0lFGkgbfAwp6OJzZmxG0pFrIN4sYTmB7Q6cZ1UToeoEfnWWCBJlwO\\nE356A2RpF0n8EEJ2UuedNKIJQG4NedGeTAEI1AWSefyrrVejb4yK/40tp+tWAN6a\\nj+ClIsacd4d9+G02OsCQIw9kXSi2pZm4qbRI0VumK67mSORUQiiYpdHG0ldZiydF\\nGrzrfLFTc2QgFEyiZko+EHY6yEdVgs3bGmA3vfGC2tyabmgUjBypKjDX6kDX9sxi\\nYrAJCeNVFDMfKvsgtdb97MlOdGny3IzCgStXJal7lvMaPHWrAJZFv4WkL+rpWKsG\\nZJ7AE7r8ZB5vw9MYIrh3X/JAfCdY7YfTx0KLhknajCqyp64mc6p/XSXuLFkUtwEl\\n667dwerL5uGUAPFbFkLagUkueem3pLzFqGMwITYM0+habDGEDOctIwwDmYhLoraN\\nQ1vqt5Uc3WM/MSiBOWNdCpsCTr6MaOBn0QLsdeoe/lOeuU853meXSpBKXrsX1bjb\\nDiaxg+EznE4IYS0PEGte3KBzh974o0yw9kYL2VOvQY5zC3frKUVzMT7dgXy9c1YN\\n2qpfzU08N/Z9tGq9R3ts1dAaGKtYzDzl08ksZHDdUUOFBApXTh5gweOVV3UTrSZ4\\nNP0aIVzAOLMXnx8glj/N6Me9lrHOvrJO46Db6DoFwvno6trV0QKCAQEA8XJs7Or2\\n1qrcGZsNdFkFEKlfDRim+VyKkeTNWUQFFCwFepsN/Rp34tHRoylIIcz7Q3fTdrxi\\nVQJUMMfCd4ybQMiNxXlLr1l/FHHYEdzufbTHmP3yJNND429IyBG3jtO+c50J8S0O\\n2rz/M35nGHKaB8Q/TzIJyGYJDKRRfS6XLnlhhWvDayRYdotavUi64tIRXWN8pQLb\\nQ3rI6D6rhC3xZgGFFbIvmX2/zI+omqIS/775pOVb5HQisWVDG9QaNov2uCrTzicc\\n0XErwWVWjQFxSODvWy+7nyVtAUaevhyherXm9RiIczyyo4Mm0Ni7ye7dGIQ6ga6C\\nQNUNXqnqaqQKiQKCAQEA2IC/muD/6mdLgn+ktdR8Y2hZayeVE8WjS5YPd8zYvIVh\\nq+RKPALsGMef2qF4uDaOcCPiqqskSKrv40hXWEekZiw8QZbwfyX1WVtLhI7XWqK+\\nyZb0lwjByUG4kH29YxFe5lZv8EaLw+MBgSEYLLVVu7AYKbcjoD1p6vXIZwKvSFap\\noWVkFPiJ44EK52OZJOjtVI8pAGQ2kb/waki5oFAGWpOsFP/fepi1EdUABWcxJsr0\\nyJn/gQZNgDDnW64eeJvppbHV+pbOr4ktAbWw7unWsqhujMoq1QzR9RqShbkmW2Ru\\n4FOsD9ra3qkcwJq3TmXght+GCj58xSg33QzjI6ljlQKCAQBr0d9WhS6pei9Dt/vw\\nIviiEiCCJqoZ3Pt8XyJcZIWoFmhz8d3zUuiKf4wQQpUVkwX5gP8LnOCEeb/C8NGk\\ntUN3UJgOwTXNHjgjlxsYDwLpW9tuNKj3TOiaHc3wmgjQXTpFQrF349koURHdmurK\\n/hJOuZJT+VJpDTepT4+cSTv14vprrE3eAKMIfP6OXHYoaAqdG5pDzdzAa4pgO+w3\\n4JRWKwOVRrb+4irOXLC8LPgzAMNWoZ3BjSMY+NFZEgSKq0IHyAhBnTG/TbxuZqSZ\\n3zUJiHkazVwJm5rr4O9ukjaCJ8z1UnlMjKRxZFXnGYHykRpmolXGJ3m/HeUUiuhF\\nqu+RAoIBAGmsTdlWwRK0YFLN4qMtl5kdsadvpoAEE3QtRld/ELrTj5zKzMEF3B8s\\nMIYSEk43ssZhfZ0383nUlUomYRuhvEhyhuasua4V5O88dFu7LLn8fYr/t1qQ16VY\\nArHj7bCRJfTfc7ufc1ClWHKiqJ4J1FLL3L9fuG/aCfy5Apvk35E7W4h/aJ4jwYnd\\nzmiqYHF3j3+acLTUNR5mxP3biV8KME+9jFyjl3zLVHXjtSLt/zukDF5tbByZ6vIK\\n7KH/FrhfwWcyqfKp8TAUkHcpK7cxQ63oMC1f8BAVNdWgpqvGd0ZcexHbRTxn4jST\\n7ojD+3y0lSa/qzkMzvGcc8fdJnCdmRECggEAb4Kkx2DT1aJFcA++H0s98BU9igsg\\nWk5wnA12VdJ5h9t29N87I1UhEFuJVUeQbQgb1nw5is2+k/iVjGN7h+zq4GVj/CYm\\nOzxTuDDPudt6UA4XcIolCdNhHOwOfXASRGhmqEnWLLEhpkVwpt1iq6r6U3163KRk\\nAYX483zupzPqfJIhYrr2jRCkiXyndzlvFl8LjLnB8tNywU5sxLIsXcArrGLmQfdb\\nBhip9Vh0zdtwzpgE/3qHUto1d/xWaCZqPo6qlSYjfmnBId2+OmLRMTHvEdOI2NjL\\nDocrp/Gz4NGo/sSoDdDFD44yShodsKuT2ap3z+nEpgazyRnnMzxRSUE5UA==\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:24:27.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:26 smithi189 bash[14634]: audit 2024-09-10T19:24:26.214424+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUaa2PpPWsxN79rLrOlLylOp+Afy8wDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE5MTc0M1oXDTM0\\nMDkxMTE5MTc0M1owFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf\\n1Bb1LBg1f1dthxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEH\\nlm2MCGtwHKICGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+Ar\\nWJiDNF7gZrZ2z4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hx\\ny/C0V1dKcDH8y8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLH\\nItoV04lIyPZYBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZ\\nUPqbp+jWdI6UEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKD\\nWm0KxZS6MvM4ICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw\\n+hp5ulD1RPoIv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw\\n5rcucCzqfK9/eeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WV\\niSzueuX8Dbd6DcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj\\n5DD+HL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPvTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAQ7uLYCsMqfzeuQrSHobJvdHA+boB0uPXBLrCB\\nkgRMFkaSI3E6M78gqizjKEvmYqoX3Yje5i92301zKr/8/fQgm36INQiGH8ZXZt7j\\nBpM64nCv2mUJWFsOQYzrAG5poKCZwUGFaEltsnvBky3r1lAKY2iXYRqLm4idIGsg\\nv8CSV65yMJ795fucH2cACOapM8ImCjqLEtmUBHZtqUs6/ZIaUCDu6XwMdVmmOcl9\\n+e6dsrRMVibhBqf5SYlMMFf+QQ4RZUYYFrFZtnlUqUhMIUg+rk2UTEmgLk+XsCK1\\nv3fvnF7cXc1btst7b49YG7PBzrTpQKFGMpjP1MvGFQJvxa1GhR9Yf6aP+lxLBYWc\\n3EilOgiUadXYD0MOgydz9ilSKPs/dLhR7TE0jARCN8tJWIQwR+EsCYdMC9haZnCr\\nMcU9JsPEIunn2SS+3XZRu3HRkUSijAsdy1L9bwtGeNywm9mZSA+XApJYPQwiA8pS\\nZD3kH3kkFxyH3DCbVuz///uX0hRynvwn2w35ZbWRKjzo+qv3GbYGKMhH01Ffm12A\\nbjUn5VnOEXZCMTk7tlUduEG8Gkm1GD5BphOqrmSDxUziRo6zYNFiqgFYlkMp0In3\\nY7tQNHaUvldMiyfOpugu2zEOD/2O3aXG5FTEdqHcAz2piqXeE6XOf0/3+18ryNEa\\nI7mJjg==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJJwIBAAKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf1Bb1LBg1f1dt\\nhxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEHlm2MCGtwHKIC\\nGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+ArWJiDNF7gZrZ2\\nz4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hxy/C0V1dKcDH8\\ny8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLHItoV04lIyPZY\\nBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZUPqbp+jWdI6U\\nEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKDWm0KxZS6MvM4\\nICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw+hp5ulD1RPoI\\nv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw5rcucCzqfK9/\\neeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WViSzueuX8Dbd6\\nDcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj5DD+HL0CAwEA\\nAQKCAgAHsPA0lFGkgbfAwp6OJzZmxG0pFrIN4sYTmB7Q6cZ1UToeoEfnWWCBJlwO\\nE356A2RpF0n8EEJ2UuedNKIJQG4NedGeTAEI1AWSefyrrVejb4yK/40tp+tWAN6a\\nj+ClIsacd4d9+G02OsCQIw9kXSi2pZm4qbRI0VumK67mSORUQiiYpdHG0ldZiydF\\nGrzrfLFTc2QgFEyiZko+EHY6yEdVgs3bGmA3vfGC2tyabmgUjBypKjDX6kDX9sxi\\nYrAJCeNVFDMfKvsgtdb97MlOdGny3IzCgStXJal7lvMaPHWrAJZFv4WkL+rpWKsG\\nZJ7AE7r8ZB5vw9MYIrh3X/JAfCdY7YfTx0KLhknajCqyp64mc6p/XSXuLFkUtwEl\\n667dwerL5uGUAPFbFkLagUkueem3pLzFqGMwITYM0+habDGEDOctIwwDmYhLoraN\\nQ1vqt5Uc3WM/MSiBOWNdCpsCTr6MaOBn0QLsdeoe/lOeuU853meXSpBKXrsX1bjb\\nDiaxg+EznE4IYS0PEGte3KBzh974o0yw9kYL2VOvQY5zC3frKUVzMT7dgXy9c1YN\\n2qpfzU08N/Z9tGq9R3ts1dAaGKtYzDzl08ksZHDdUUOFBApXTh5gweOVV3UTrSZ4\\nNP0aIVzAOLMXnx8glj/N6Me9lrHOvrJO46Db6DoFwvno6trV0QKCAQEA8XJs7Or2\\n1qrcGZsNdFkFEKlfDRim+VyKkeTNWUQFFCwFepsN/Rp34tHRoylIIcz7Q3fTdrxi\\nVQJUMMfCd4ybQMiNxXlLr1l/FHHYEdzufbTHmP3yJNND429IyBG3jtO+c50J8S0O\\n2rz/M35nGHKaB8Q/TzIJyGYJDKRRfS6XLnlhhWvDayRYdotavUi64tIRXWN8pQLb\\nQ3rI6D6rhC3xZgGFFbIvmX2/zI+omqIS/775pOVb5HQisWVDG9QaNov2uCrTzicc\\n0XErwWVWjQFxSODvWy+7nyVtAUaevhyherXm9RiIczyyo4Mm0Ni7ye7dGIQ6ga6C\\nQNUNXqnqaqQKiQKCAQEA2IC/muD/6mdLgn+ktdR8Y2hZayeVE8WjS5YPd8zYvIVh\\nq+RKPALsGMef2qF4uDaOcCPiqqskSKrv40hXWEekZiw8QZbwfyX1WVtLhI7XWqK+\\nyZb0lwjByUG4kH29YxFe5lZv8EaLw+MBgSEYLLVVu7AYKbcjoD1p6vXIZwKvSFap\\noWVkFPiJ44EK52OZJOjtVI8pAGQ2kb/waki5oFAGWpOsFP/fepi1EdUABWcxJsr0\\nyJn/gQZNgDDnW64eeJvppbHV+pbOr4ktAbWw7unWsqhujMoq1QzR9RqShbkmW2Ru\\n4FOsD9ra3qkcwJq3TmXght+GCj58xSg33QzjI6ljlQKCAQBr0d9WhS6pei9Dt/vw\\nIviiEiCCJqoZ3Pt8XyJcZIWoFmhz8d3zUuiKf4wQQpUVkwX5gP8LnOCEeb/C8NGk\\ntUN3UJgOwTXNHjgjlxsYDwLpW9tuNKj3TOiaHc3wmgjQXTpFQrF349koURHdmurK\\n/hJOuZJT+VJpDTepT4+cSTv14vprrE3eAKMIfP6OXHYoaAqdG5pDzdzAa4pgO+w3\\n4JRWKwOVRrb+4irOXLC8LPgzAMNWoZ3BjSMY+NFZEgSKq0IHyAhBnTG/TbxuZqSZ\\n3zUJiHkazVwJm5rr4O9ukjaCJ8z1UnlMjKRxZFXnGYHykRpmolXGJ3m/HeUUiuhF\\nqu+RAoIBAGmsTdlWwRK0YFLN4qMtl5kdsadvpoAEE3QtRld/ELrTj5zKzMEF3B8s\\nMIYSEk43ssZhfZ0383nUlUomYRuhvEhyhuasua4V5O88dFu7LLn8fYr/t1qQ16VY\\nArHj7bCRJfTfc7ufc1ClWHKiqJ4J1FLL3L9fuG/aCfy5Apvk35E7W4h/aJ4jwYnd\\nzmiqYHF3j3+acLTUNR5mxP3biV8KME+9jFyjl3zLVHXjtSLt/zukDF5tbByZ6vIK\\n7KH/FrhfwWcyqfKp8TAUkHcpK7cxQ63oMC1f8BAVNdWgpqvGd0ZcexHbRTxn4jST\\n7ojD+3y0lSa/qzkMzvGcc8fdJnCdmRECggEAb4Kkx2DT1aJFcA++H0s98BU9igsg\\nWk5wnA12VdJ5h9t29N87I1UhEFuJVUeQbQgb1nw5is2+k/iVjGN7h+zq4GVj/CYm\\nOzxTuDDPudt6UA4XcIolCdNhHOwOfXASRGhmqEnWLLEhpkVwpt1iq6r6U3163KRk\\nAYX483zupzPqfJIhYrr2jRCkiXyndzlvFl8LjLnB8tNywU5sxLIsXcArrGLmQfdb\\nBhip9Vh0zdtwzpgE/3qHUto1d/xWaCZqPo6qlSYjfmnBId2+OmLRMTHvEdOI2NjL\\nDocrp/Gz4NGo/sSoDdDFD44yShodsKuT2ap3z+nEpgazyRnnMzxRSUE5UA==\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:24:27.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:26 smithi189 bash[14634]: cephadm 2024-09-10T19:24:26.215304+0000 mgr.y (mgr.24775) 6 : cephadm [ERR] [10/Sep/2024:19:24:26] ENGINE Error in HTTPServer.serve 2024-09-10T19:24:27.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:26 smithi189 bash[14634]: Traceback (most recent call last): 2024-09-10T19:24:27.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:26 smithi189 bash[14634]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:24:27.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:26 smithi189 bash[14634]: self._connections.run(self.expiration_interval) 2024-09-10T19:24:27.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:26 smithi189 bash[14634]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:24:27.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:26 smithi189 bash[14634]: self._run(expiration_interval) 2024-09-10T19:24:27.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:26 smithi189 bash[14634]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:24:27.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:26 smithi189 bash[14634]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:24:27.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:26 smithi189 bash[14634]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:24:27.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:26 smithi189 bash[14634]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:24:27.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:26 smithi189 bash[14634]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:24:27.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:26 smithi189 bash[14634]: s = self.context.wrap_socket( 2024-09-10T19:24:27.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:26 smithi189 bash[14634]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:24:27.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:26 smithi189 bash[14634]: return self.sslsocket_class._create( 2024-09-10T19:24:27.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:26 smithi189 bash[14634]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:24:27.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:26 smithi189 bash[14634]: self.do_handshake() 2024-09-10T19:24:27.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:26 smithi189 bash[14634]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:24:27.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:26 smithi189 bash[14634]: self._sslobj.do_handshake() 2024-09-10T19:24:27.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:26 smithi189 bash[14634]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:24:27.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:26 smithi189 bash[14634]: audit 2024-09-10T19:24:26.220709+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUaa2PpPWsxN79rLrOlLylOp+Afy8wDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE5MTc0M1oXDTM0\\nMDkxMTE5MTc0M1owFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf\\n1Bb1LBg1f1dthxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEH\\nlm2MCGtwHKICGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+Ar\\nWJiDNF7gZrZ2z4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hx\\ny/C0V1dKcDH8y8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLH\\nItoV04lIyPZYBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZ\\nUPqbp+jWdI6UEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKD\\nWm0KxZS6MvM4ICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw\\n+hp5ulD1RPoIv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw\\n5rcucCzqfK9/eeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WV\\niSzueuX8Dbd6DcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj\\n5DD+HL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPvTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAQ7uLYCsMqfzeuQrSHobJvdHA+boB0uPXBLrCB\\nkgRMFkaSI3E6M78gqizjKEvmYqoX3Yje5i92301zKr/8/fQgm36INQiGH8ZXZt7j\\nBpM64nCv2mUJWFsOQYzrAG5poKCZwUGFaEltsnvBky3r1lAKY2iXYRqLm4idIGsg\\nv8CSV65yMJ795fucH2cACOapM8ImCjqLEtmUBHZtqUs6/ZIaUCDu6XwMdVmmOcl9\\n+e6dsrRMVibhBqf5SYlMMFf+QQ4RZUYYFrFZtnlUqUhMIUg+rk2UTEmgLk+XsCK1\\nv3fvnF7cXc1btst7b49YG7PBzrTpQKFGMpjP1MvGFQJvxa1GhR9Yf6aP+lxLBYWc\\n3EilOgiUadXYD0MOgydz9ilSKPs/dLhR7TE0jARCN8tJWIQwR+EsCYdMC9haZnCr\\nMcU9JsPEIunn2SS+3XZRu3HRkUSijAsdy1L9bwtGeNywm9mZSA+XApJYPQwiA8pS\\nZD3kH3kkFxyH3DCbVuz///uX0hRynvwn2w35ZbWRKjzo+qv3GbYGKMhH01Ffm12A\\nbjUn5VnOEXZCMTk7tlUduEG8Gkm1GD5BphOqrmSDxUziRo6zYNFiqgFYlkMp0In3\\nY7tQNHaUvldMiyfOpugu2zEOD/2O3aXG5FTEdqHcAz2piqXeE6XOf0/3+18ryNEa\\nI7mJjg==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJJwIBAAKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf1Bb1LBg1f1dt\\nhxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEHlm2MCGtwHKIC\\nGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+ArWJiDNF7gZrZ2\\nz4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hxy/C0V1dKcDH8\\ny8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLHItoV04lIyPZY\\nBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZUPqbp+jWdI6U\\nEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKDWm0KxZS6MvM4\\nICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw+hp5ulD1RPoI\\nv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw5rcucCzqfK9/\\neeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WViSzueuX8Dbd6\\nDcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj5DD+HL0CAwEA\\nAQKCAgAHsPA0lFGkgbfAwp6OJzZmxG0pFrIN4sYTmB7Q6cZ1UToeoEfnWWCBJlwO\\nE356A2RpF0n8EEJ2UuedNKIJQG4NedGeTAEI1AWSefyrrVejb4yK/40tp+tWAN6a\\nj+ClIsacd4d9+G02OsCQIw9kXSi2pZm4qbRI0VumK67mSORUQiiYpdHG0ldZiydF\\nGrzrfLFTc2QgFEyiZko+EHY6yEdVgs3bGmA3vfGC2tyabmgUjBypKjDX6kDX9sxi\\nYrAJCeNVFDMfKvsgtdb97MlOdGny3IzCgStXJal7lvMaPHWrAJZFv4WkL+rpWKsG\\nZJ7AE7r8ZB5vw9MYIrh3X/JAfCdY7YfTx0KLhknajCqyp64mc6p/XSXuLFkUtwEl\\n667dwerL5uGUAPFbFkLagUkueem3pLzFqGMwITYM0+habDGEDOctIwwDmYhLoraN\\nQ1vqt5Uc3WM/MSiBOWNdCpsCTr6MaOBn0QLsdeoe/lOeuU853meXSpBKXrsX1bjb\\nDiaxg+EznE4IYS0PEGte3KBzh974o0yw9kYL2VOvQY5zC3frKUVzMT7dgXy9c1YN\\n2qpfzU08N/Z9tGq9R3ts1dAaGKtYzDzl08ksZHDdUUOFBApXTh5gweOVV3UTrSZ4\\nNP0aIVzAOLMXnx8glj/N6Me9lrHOvrJO46Db6DoFwvno6trV0QKCAQEA8XJs7Or2\\n1qrcGZsNdFkFEKlfDRim+VyKkeTNWUQFFCwFepsN/Rp34tHRoylIIcz7Q3fTdrxi\\nVQJUMMfCd4ybQMiNxXlLr1l/FHHYEdzufbTHmP3yJNND429IyBG3jtO+c50J8S0O\\n2rz/M35nGHKaB8Q/TzIJyGYJDKRRfS6XLnlhhWvDayRYdotavUi64tIRXWN8pQLb\\nQ3rI6D6rhC3xZgGFFbIvmX2/zI+omqIS/775pOVb5HQisWVDG9QaNov2uCrTzicc\\n0XErwWVWjQFxSODvWy+7nyVtAUaevhyherXm9RiIczyyo4Mm0Ni7ye7dGIQ6ga6C\\nQNUNXqnqaqQKiQKCAQEA2IC/muD/6mdLgn+ktdR8Y2hZayeVE8WjS5YPd8zYvIVh\\nq+RKPALsGMef2qF4uDaOcCPiqqskSKrv40hXWEekZiw8QZbwfyX1WVtLhI7XWqK+\\nyZb0lwjByUG4kH29YxFe5lZv8EaLw+MBgSEYLLVVu7AYKbcjoD1p6vXIZwKvSFap\\noWVkFPiJ44EK52OZJOjtVI8pAGQ2kb/waki5oFAGWpOsFP/fepi1EdUABWcxJsr0\\nyJn/gQZNgDDnW64eeJvppbHV+pbOr4ktAbWw7unWsqhujMoq1QzR9RqShbkmW2Ru\\n4FOsD9ra3qkcwJq3TmXght+GCj58xSg33QzjI6ljlQKCAQBr0d9WhS6pei9Dt/vw\\nIviiEiCCJqoZ3Pt8XyJcZIWoFmhz8d3zUuiKf4wQQpUVkwX5gP8LnOCEeb/C8NGk\\ntUN3UJgOwTXNHjgjlxsYDwLpW9tuNKj3TOiaHc3wmgjQXTpFQrF349koURHdmurK\\n/hJOuZJT+VJpDTepT4+cSTv14vprrE3eAKMIfP6OXHYoaAqdG5pDzdzAa4pgO+w3\\n4JRWKwOVRrb+4irOXLC8LPgzAMNWoZ3BjSMY+NFZEgSKq0IHyAhBnTG/TbxuZqSZ\\n3zUJiHkazVwJm5rr4O9ukjaCJ8z1UnlMjKRxZFXnGYHykRpmolXGJ3m/HeUUiuhF\\nqu+RAoIBAGmsTdlWwRK0YFLN4qMtl5kdsadvpoAEE3QtRld/ELrTj5zKzMEF3B8s\\nMIYSEk43ssZhfZ0383nUlUomYRuhvEhyhuasua4V5O88dFu7LLn8fYr/t1qQ16VY\\nArHj7bCRJfTfc7ufc1ClWHKiqJ4J1FLL3L9fuG/aCfy5Apvk35E7W4h/aJ4jwYnd\\nzmiqYHF3j3+acLTUNR5mxP3biV8KME+9jFyjl3zLVHXjtSLt/zukDF5tbByZ6vIK\\n7KH/FrhfwWcyqfKp8TAUkHcpK7cxQ63oMC1f8BAVNdWgpqvGd0ZcexHbRTxn4jST\\n7ojD+3y0lSa/qzkMzvGcc8fdJnCdmRECggEAb4Kkx2DT1aJFcA++H0s98BU9igsg\\nWk5wnA12VdJ5h9t29N87I1UhEFuJVUeQbQgb1nw5is2+k/iVjGN7h+zq4GVj/CYm\\nOzxTuDDPudt6UA4XcIolCdNhHOwOfXASRGhmqEnWLLEhpkVwpt1iq6r6U3163KRk\\nAYX483zupzPqfJIhYrr2jRCkiXyndzlvFl8LjLnB8tNywU5sxLIsXcArrGLmQfdb\\nBhip9Vh0zdtwzpgE/3qHUto1d/xWaCZqPo6qlSYjfmnBId2+OmLRMTHvEdOI2NjL\\nDocrp/Gz4NGo/sSoDdDFD44yShodsKuT2ap3z+nEpgazyRnnMzxRSUE5UA==\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-10T19:24:27.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[14970]: cluster 2024-09-10T19:24:25.885608+0000 mon.a (mon.0) 790 : cluster [DBG] mgrmap e26: y(active, since 7s), standbys: x 2024-09-10T19:24:27.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[14970]: cephadm 2024-09-10T19:24:26.083356+0000 mgr.y (mgr.24775) 3 : cephadm [INF] [10/Sep/2024:19:24:26] ENGINE Bus STARTING 2024-09-10T19:24:27.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[14970]: cephadm 2024-09-10T19:24:26.211568+0000 mgr.y (mgr.24775) 4 : cephadm [INF] [10/Sep/2024:19:24:26] ENGINE Serving on https://172.21.15.155:7150 2024-09-10T19:24:27.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[14970]: cephadm 2024-09-10T19:24:26.211794+0000 mgr.y (mgr.24775) 5 : cephadm [INF] [10/Sep/2024:19:24:26] ENGINE Bus STARTED 2024-09-10T19:24:27.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[18934]: cluster 2024-09-10T19:24:25.885608+0000 mon.a (mon.0) 790 : cluster [DBG] mgrmap e26: y(active, since 7s), standbys: x 2024-09-10T19:24:27.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[18934]: cephadm 2024-09-10T19:24:26.083356+0000 mgr.y (mgr.24775) 3 : cephadm [INF] [10/Sep/2024:19:24:26] ENGINE Bus STARTING 2024-09-10T19:24:27.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[18934]: cephadm 2024-09-10T19:24:26.211568+0000 mgr.y (mgr.24775) 4 : cephadm [INF] [10/Sep/2024:19:24:26] ENGINE Serving on https://172.21.15.155:7150 2024-09-10T19:24:27.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[18934]: cephadm 2024-09-10T19:24:26.211794+0000 mgr.y (mgr.24775) 5 : cephadm [INF] [10/Sep/2024:19:24:26] ENGINE Bus STARTED 2024-09-10T19:24:27.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[14970]: audit 2024-09-10T19:24:26.213490+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUaa2PpPWsxN79rLrOlLylOp+Afy8wDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE5MTc0M1oXDTM0\\nMDkxMTE5MTc0M1owFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf\\n1Bb1LBg1f1dthxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEH\\nlm2MCGtwHKICGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+Ar\\nWJiDNF7gZrZ2z4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hx\\ny/C0V1dKcDH8y8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLH\\nItoV04lIyPZYBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZ\\nUPqbp+jWdI6UEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKD\\nWm0KxZS6MvM4ICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw\\n+hp5ulD1RPoIv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw\\n5rcucCzqfK9/eeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WV\\niSzueuX8Dbd6DcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj\\n5DD+HL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPvTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAQ7uLYCsMqfzeuQrSHobJvdHA+boB0uPXBLrCB\\nkgRMFkaSI3E6M78gqizjKEvmYqoX3Yje5i92301zKr/8/fQgm36INQiGH8ZXZt7j\\nBpM64nCv2mUJWFsOQYzrAG5poKCZwUGFaEltsnvBky3r1lAKY2iXYRqLm4idIGsg\\nv8CSV65yMJ795fucH2cACOapM8ImCjqLEtmUBHZtqUs6/ZIaUCDu6XwMdVmmOcl9\\n+e6dsrRMVibhBqf5SYlMMFf+QQ4RZUYYFrFZtnlUqUhMIUg+rk2UTEmgLk+XsCK1\\nv3fvnF7cXc1btst7b49YG7PBzrTpQKFGMpjP1MvGFQJvxa1GhR9Yf6aP+lxLBYWc\\n3EilOgiUadXYD0MOgydz9ilSKPs/dLhR7TE0jARCN8tJWIQwR+EsCYdMC9haZnCr\\nMcU9JsPEIunn2SS+3XZRu3HRkUSijAsdy1L9bwtGeNywm9mZSA+XApJYPQwiA8pS\\nZD3kH3kkFxyH3DCbVuz///uX0hRynvwn2w35ZbWRKjzo+qv3GbYGKMhH01Ffm12A\\nbjUn5VnOEXZCMTk7tlUduEG8Gkm1GD5BphOqrmSDxUziRo6zYNFiqgFYlkMp0In3\\nY7tQNHaUvldMiyfOpugu2zEOD/2O3aXG5FTEdqHcAz2piqXeE6XOf0/3+18ryNEa\\nI7mJjg==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJJwIBAAKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf1Bb1LBg1f1dt\\nhxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEHlm2MCGtwHKIC\\nGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+ArWJiDNF7gZrZ2\\nz4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hxy/C0V1dKcDH8\\ny8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLHItoV04lIyPZY\\nBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZUPqbp+jWdI6U\\nEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKDWm0KxZS6MvM4\\nICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw+hp5ulD1RPoI\\nv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw5rcucCzqfK9/\\neeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WViSzueuX8Dbd6\\nDcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj5DD+HL0CAwEA\\nAQKCAgAHsPA0lFGkgbfAwp6OJzZmxG0pFrIN4sYTmB7Q6cZ1UToeoEfnWWCBJlwO\\nE356A2RpF0n8EEJ2UuedNKIJQG4NedGeTAEI1AWSefyrrVejb4yK/40tp+tWAN6a\\nj+ClIsacd4d9+G02OsCQIw9kXSi2pZm4qbRI0VumK67mSORUQiiYpdHG0ldZiydF\\nGrzrfLFTc2QgFEyiZko+EHY6yEdVgs3bGmA3vfGC2tyabmgUjBypKjDX6kDX9sxi\\nYrAJCeNVFDMfKvsgtdb97MlOdGny3IzCgStXJal7lvMaPHWrAJZFv4WkL+rpWKsG\\nZJ7AE7r8ZB5vw9MYIrh3X/JAfCdY7YfTx0KLhknajCqyp64mc6p/XSXuLFkUtwEl\\n667dwerL5uGUAPFbFkLagUkueem3pLzFqGMwITYM0+habDGEDOctIwwDmYhLoraN\\nQ1vqt5Uc3WM/MSiBOWNdCpsCTr6MaOBn0QLsdeoe/lOeuU853meXSpBKXrsX1bjb\\nDiaxg+EznE4IYS0PEGte3KBzh974o0yw9kYL2VOvQY5zC3frKUVzMT7dgXy9c1YN\\n2qpfzU08N/Z9tGq9R3ts1dAaGKtYzDzl08ksZHDdUUOFBApXTh5gweOVV3UTrSZ4\\nNP0aIVzAOLMXnx8glj/N6Me9lrHOvrJO46Db6DoFwvno6trV0QKCAQEA8XJs7Or2\\n1qrcGZsNdFkFEKlfDRim+VyKkeTNWUQFFCwFepsN/Rp34tHRoylIIcz7Q3fTdrxi\\nVQJUMMfCd4ybQMiNxXlLr1l/FHHYEdzufbTHmP3yJNND429IyBG3jtO+c50J8S0O\\n2rz/M35nGHKaB8Q/TzIJyGYJDKRRfS6XLnlhhWvDayRYdotavUi64tIRXWN8pQLb\\nQ3rI6D6rhC3xZgGFFbIvmX2/zI+omqIS/775pOVb5HQisWVDG9QaNov2uCrTzicc\\n0XErwWVWjQFxSODvWy+7nyVtAUaevhyherXm9RiIczyyo4Mm0Ni7ye7dGIQ6ga6C\\nQNUNXqnqaqQKiQKCAQEA2IC/muD/6mdLgn+ktdR8Y2hZayeVE8WjS5YPd8zYvIVh\\nq+RKPALsGMef2qF4uDaOcCPiqqskSKrv40hXWEekZiw8QZbwfyX1WVtLhI7XWqK+\\nyZb0lwjByUG4kH29YxFe5lZv8EaLw+MBgSEYLLVVu7AYKbcjoD1p6vXIZwKvSFap\\noWVkFPiJ44EK52OZJOjtVI8pAGQ2kb/waki5oFAGWpOsFP/fepi1EdUABWcxJsr0\\nyJn/gQZNgDDnW64eeJvppbHV+pbOr4ktAbWw7unWsqhujMoq1QzR9RqShbkmW2Ru\\n4FOsD9ra3qkcwJq3TmXght+GCj58xSg33QzjI6ljlQKCAQBr0d9WhS6pei9Dt/vw\\nIviiEiCCJqoZ3Pt8XyJcZIWoFmhz8d3zUuiKf4wQQpUVkwX5gP8LnOCEeb/C8NGk\\ntUN3UJgOwTXNHjgjlxsYDwLpW9tuNKj3TOiaHc3wmgjQXTpFQrF349koURHdmurK\\n/hJOuZJT+VJpDTepT4+cSTv14vprrE3eAKMIfP6OXHYoaAqdG5pDzdzAa4pgO+w3\\n4JRWKwOVRrb+4irOXLC8LPgzAMNWoZ3BjSMY+NFZEgSKq0IHyAhBnTG/TbxuZqSZ\\n3zUJiHkazVwJm5rr4O9ukjaCJ8z1UnlMjKRxZFXnGYHykRpmolXGJ3m/HeUUiuhF\\nqu+RAoIBAGmsTdlWwRK0YFLN4qMtl5kdsadvpoAEE3QtRld/ELrTj5zKzMEF3B8s\\nMIYSEk43ssZhfZ0383nUlUomYRuhvEhyhuasua4V5O88dFu7LLn8fYr/t1qQ16VY\\nArHj7bCRJfTfc7ufc1ClWHKiqJ4J1FLL3L9fuG/aCfy5Apvk35E7W4h/aJ4jwYnd\\nzmiqYHF3j3+acLTUNR5mxP3biV8KME+9jFyjl3zLVHXjtSLt/zukDF5tbByZ6vIK\\n7KH/FrhfwWcyqfKp8TAUkHcpK7cxQ63oMC1f8BAVNdWgpqvGd0ZcexHbRTxn4jST\\n7ojD+3y0lSa/qzkMzvGcc8fdJnCdmRECggEAb4Kkx2DT1aJFcA++H0s98BU9igsg\\nWk5wnA12VdJ5h9t29N87I1UhEFuJVUeQbQgb1nw5is2+k/iVjGN7h+zq4GVj/CYm\\nOzxTuDDPudt6UA4XcIolCdNhHOwOfXASRGhmqEnWLLEhpkVwpt1iq6r6U3163KRk\\nAYX483zupzPqfJIhYrr2jRCkiXyndzlvFl8LjLnB8tNywU5sxLIsXcArrGLmQfdb\\nBhip9Vh0zdtwzpgE/3qHUto1d/xWaCZqPo6qlSYjfmnBId2+OmLRMTHvEdOI2NjL\\nDocrp/Gz4NGo/sSoDdDFD44yShodsKuT2ap3z+nEpgazyRnnMzxRSUE5UA==\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:24:27.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[18934]: audit 2024-09-10T19:24:26.213490+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUaa2PpPWsxN79rLrOlLylOp+Afy8wDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE5MTc0M1oXDTM0\\nMDkxMTE5MTc0M1owFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf\\n1Bb1LBg1f1dthxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEH\\nlm2MCGtwHKICGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+Ar\\nWJiDNF7gZrZ2z4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hx\\ny/C0V1dKcDH8y8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLH\\nItoV04lIyPZYBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZ\\nUPqbp+jWdI6UEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKD\\nWm0KxZS6MvM4ICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw\\n+hp5ulD1RPoIv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw\\n5rcucCzqfK9/eeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WV\\niSzueuX8Dbd6DcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj\\n5DD+HL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPvTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAQ7uLYCsMqfzeuQrSHobJvdHA+boB0uPXBLrCB\\nkgRMFkaSI3E6M78gqizjKEvmYqoX3Yje5i92301zKr/8/fQgm36INQiGH8ZXZt7j\\nBpM64nCv2mUJWFsOQYzrAG5poKCZwUGFaEltsnvBky3r1lAKY2iXYRqLm4idIGsg\\nv8CSV65yMJ795fucH2cACOapM8ImCjqLEtmUBHZtqUs6/ZIaUCDu6XwMdVmmOcl9\\n+e6dsrRMVibhBqf5SYlMMFf+QQ4RZUYYFrFZtnlUqUhMIUg+rk2UTEmgLk+XsCK1\\nv3fvnF7cXc1btst7b49YG7PBzrTpQKFGMpjP1MvGFQJvxa1GhR9Yf6aP+lxLBYWc\\n3EilOgiUadXYD0MOgydz9ilSKPs/dLhR7TE0jARCN8tJWIQwR+EsCYdMC9haZnCr\\nMcU9JsPEIunn2SS+3XZRu3HRkUSijAsdy1L9bwtGeNywm9mZSA+XApJYPQwiA8pS\\nZD3kH3kkFxyH3DCbVuz///uX0hRynvwn2w35ZbWRKjzo+qv3GbYGKMhH01Ffm12A\\nbjUn5VnOEXZCMTk7tlUduEG8Gkm1GD5BphOqrmSDxUziRo6zYNFiqgFYlkMp0In3\\nY7tQNHaUvldMiyfOpugu2zEOD/2O3aXG5FTEdqHcAz2piqXeE6XOf0/3+18ryNEa\\nI7mJjg==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJJwIBAAKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf1Bb1LBg1f1dt\\nhxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEHlm2MCGtwHKIC\\nGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+ArWJiDNF7gZrZ2\\nz4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hxy/C0V1dKcDH8\\ny8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLHItoV04lIyPZY\\nBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZUPqbp+jWdI6U\\nEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKDWm0KxZS6MvM4\\nICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw+hp5ulD1RPoI\\nv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw5rcucCzqfK9/\\neeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WViSzueuX8Dbd6\\nDcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj5DD+HL0CAwEA\\nAQKCAgAHsPA0lFGkgbfAwp6OJzZmxG0pFrIN4sYTmB7Q6cZ1UToeoEfnWWCBJlwO\\nE356A2RpF0n8EEJ2UuedNKIJQG4NedGeTAEI1AWSefyrrVejb4yK/40tp+tWAN6a\\nj+ClIsacd4d9+G02OsCQIw9kXSi2pZm4qbRI0VumK67mSORUQiiYpdHG0ldZiydF\\nGrzrfLFTc2QgFEyiZko+EHY6yEdVgs3bGmA3vfGC2tyabmgUjBypKjDX6kDX9sxi\\nYrAJCeNVFDMfKvsgtdb97MlOdGny3IzCgStXJal7lvMaPHWrAJZFv4WkL+rpWKsG\\nZJ7AE7r8ZB5vw9MYIrh3X/JAfCdY7YfTx0KLhknajCqyp64mc6p/XSXuLFkUtwEl\\n667dwerL5uGUAPFbFkLagUkueem3pLzFqGMwITYM0+habDGEDOctIwwDmYhLoraN\\nQ1vqt5Uc3WM/MSiBOWNdCpsCTr6MaOBn0QLsdeoe/lOeuU853meXSpBKXrsX1bjb\\nDiaxg+EznE4IYS0PEGte3KBzh974o0yw9kYL2VOvQY5zC3frKUVzMT7dgXy9c1YN\\n2qpfzU08N/Z9tGq9R3ts1dAaGKtYzDzl08ksZHDdUUOFBApXTh5gweOVV3UTrSZ4\\nNP0aIVzAOLMXnx8glj/N6Me9lrHOvrJO46Db6DoFwvno6trV0QKCAQEA8XJs7Or2\\n1qrcGZsNdFkFEKlfDRim+VyKkeTNWUQFFCwFepsN/Rp34tHRoylIIcz7Q3fTdrxi\\nVQJUMMfCd4ybQMiNxXlLr1l/FHHYEdzufbTHmP3yJNND429IyBG3jtO+c50J8S0O\\n2rz/M35nGHKaB8Q/TzIJyGYJDKRRfS6XLnlhhWvDayRYdotavUi64tIRXWN8pQLb\\nQ3rI6D6rhC3xZgGFFbIvmX2/zI+omqIS/775pOVb5HQisWVDG9QaNov2uCrTzicc\\n0XErwWVWjQFxSODvWy+7nyVtAUaevhyherXm9RiIczyyo4Mm0Ni7ye7dGIQ6ga6C\\nQNUNXqnqaqQKiQKCAQEA2IC/muD/6mdLgn+ktdR8Y2hZayeVE8WjS5YPd8zYvIVh\\nq+RKPALsGMef2qF4uDaOcCPiqqskSKrv40hXWEekZiw8QZbwfyX1WVtLhI7XWqK+\\nyZb0lwjByUG4kH29YxFe5lZv8EaLw+MBgSEYLLVVu7AYKbcjoD1p6vXIZwKvSFap\\noWVkFPiJ44EK52OZJOjtVI8pAGQ2kb/waki5oFAGWpOsFP/fepi1EdUABWcxJsr0\\nyJn/gQZNgDDnW64eeJvppbHV+pbOr4ktAbWw7unWsqhujMoq1QzR9RqShbkmW2Ru\\n4FOsD9ra3qkcwJq3TmXght+GCj58xSg33QzjI6ljlQKCAQBr0d9WhS6pei9Dt/vw\\nIviiEiCCJqoZ3Pt8XyJcZIWoFmhz8d3zUuiKf4wQQpUVkwX5gP8LnOCEeb/C8NGk\\ntUN3UJgOwTXNHjgjlxsYDwLpW9tuNKj3TOiaHc3wmgjQXTpFQrF349koURHdmurK\\n/hJOuZJT+VJpDTepT4+cSTv14vprrE3eAKMIfP6OXHYoaAqdG5pDzdzAa4pgO+w3\\n4JRWKwOVRrb+4irOXLC8LPgzAMNWoZ3BjSMY+NFZEgSKq0IHyAhBnTG/TbxuZqSZ\\n3zUJiHkazVwJm5rr4O9ukjaCJ8z1UnlMjKRxZFXnGYHykRpmolXGJ3m/HeUUiuhF\\nqu+RAoIBAGmsTdlWwRK0YFLN4qMtl5kdsadvpoAEE3QtRld/ELrTj5zKzMEF3B8s\\nMIYSEk43ssZhfZ0383nUlUomYRuhvEhyhuasua4V5O88dFu7LLn8fYr/t1qQ16VY\\nArHj7bCRJfTfc7ufc1ClWHKiqJ4J1FLL3L9fuG/aCfy5Apvk35E7W4h/aJ4jwYnd\\nzmiqYHF3j3+acLTUNR5mxP3biV8KME+9jFyjl3zLVHXjtSLt/zukDF5tbByZ6vIK\\n7KH/FrhfwWcyqfKp8TAUkHcpK7cxQ63oMC1f8BAVNdWgpqvGd0ZcexHbRTxn4jST\\n7ojD+3y0lSa/qzkMzvGcc8fdJnCdmRECggEAb4Kkx2DT1aJFcA++H0s98BU9igsg\\nWk5wnA12VdJ5h9t29N87I1UhEFuJVUeQbQgb1nw5is2+k/iVjGN7h+zq4GVj/CYm\\nOzxTuDDPudt6UA4XcIolCdNhHOwOfXASRGhmqEnWLLEhpkVwpt1iq6r6U3163KRk\\nAYX483zupzPqfJIhYrr2jRCkiXyndzlvFl8LjLnB8tNywU5sxLIsXcArrGLmQfdb\\nBhip9Vh0zdtwzpgE/3qHUto1d/xWaCZqPo6qlSYjfmnBId2+OmLRMTHvEdOI2NjL\\nDocrp/Gz4NGo/sSoDdDFD44yShodsKuT2ap3z+nEpgazyRnnMzxRSUE5UA==\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:24:27.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[14970]: audit 2024-09-10T19:24:26.214424+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUaa2PpPWsxN79rLrOlLylOp+Afy8wDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE5MTc0M1oXDTM0\\nMDkxMTE5MTc0M1owFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf\\n1Bb1LBg1f1dthxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEH\\nlm2MCGtwHKICGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+Ar\\nWJiDNF7gZrZ2z4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hx\\ny/C0V1dKcDH8y8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLH\\nItoV04lIyPZYBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZ\\nUPqbp+jWdI6UEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKD\\nWm0KxZS6MvM4ICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw\\n+hp5ulD1RPoIv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw\\n5rcucCzqfK9/eeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WV\\niSzueuX8Dbd6DcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj\\n5DD+HL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPvTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAQ7uLYCsMqfzeuQrSHobJvdHA+boB0uPXBLrCB\\nkgRMFkaSI3E6M78gqizjKEvmYqoX3Yje5i92301zKr/8/fQgm36INQiGH8ZXZt7j\\nBpM64nCv2mUJWFsOQYzrAG5poKCZwUGFaEltsnvBky3r1lAKY2iXYRqLm4idIGsg\\nv8CSV65yMJ795fucH2cACOapM8ImCjqLEtmUBHZtqUs6/ZIaUCDu6XwMdVmmOcl9\\n+e6dsrRMVibhBqf5SYlMMFf+QQ4RZUYYFrFZtnlUqUhMIUg+rk2UTEmgLk+XsCK1\\nv3fvnF7cXc1btst7b49YG7PBzrTpQKFGMpjP1MvGFQJvxa1GhR9Yf6aP+lxLBYWc\\n3EilOgiUadXYD0MOgydz9ilSKPs/dLhR7TE0jARCN8tJWIQwR+EsCYdMC9haZnCr\\nMcU9JsPEIunn2SS+3XZRu3HRkUSijAsdy1L9bwtGeNywm9mZSA+XApJYPQwiA8pS\\nZD3kH3kkFxyH3DCbVuz///uX0hRynvwn2w35ZbWRKjzo+qv3GbYGKMhH01Ffm12A\\nbjUn5VnOEXZCMTk7tlUduEG8Gkm1GD5BphOqrmSDxUziRo6zYNFiqgFYlkMp0In3\\nY7tQNHaUvldMiyfOpugu2zEOD/2O3aXG5FTEdqHcAz2piqXeE6XOf0/3+18ryNEa\\nI7mJjg==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJJwIBAAKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf1Bb1LBg1f1dt\\nhxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEHlm2MCGtwHKIC\\nGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+ArWJiDNF7gZrZ2\\nz4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hxy/C0V1dKcDH8\\ny8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLHItoV04lIyPZY\\nBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZUPqbp+jWdI6U\\nEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKDWm0KxZS6MvM4\\nICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw+hp5ulD1RPoI\\nv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw5rcucCzqfK9/\\neeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WViSzueuX8Dbd6\\nDcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj5DD+HL0CAwEA\\nAQKCAgAHsPA0lFGkgbfAwp6OJzZmxG0pFrIN4sYTmB7Q6cZ1UToeoEfnWWCBJlwO\\nE356A2RpF0n8EEJ2UuedNKIJQG4NedGeTAEI1AWSefyrrVejb4yK/40tp+tWAN6a\\nj+ClIsacd4d9+G02OsCQIw9kXSi2pZm4qbRI0VumK67mSORUQiiYpdHG0ldZiydF\\nGrzrfLFTc2QgFEyiZko+EHY6yEdVgs3bGmA3vfGC2tyabmgUjBypKjDX6kDX9sxi\\nYrAJCeNVFDMfKvsgtdb97MlOdGny3IzCgStXJal7lvMaPHWrAJZFv4WkL+rpWKsG\\nZJ7AE7r8ZB5vw9MYIrh3X/JAfCdY7YfTx0KLhknajCqyp64mc6p/XSXuLFkUtwEl\\n667dwerL5uGUAPFbFkLagUkueem3pLzFqGMwITYM0+habDGEDOctIwwDmYhLoraN\\nQ1vqt5Uc3WM/MSiBOWNdCpsCTr6MaOBn0QLsdeoe/lOeuU853meXSpBKXrsX1bjb\\nDiaxg+EznE4IYS0PEGte3KBzh974o0yw9kYL2VOvQY5zC3frKUVzMT7dgXy9c1YN\\n2qpfzU08N/Z9tGq9R3ts1dAaGKtYzDzl08ksZHDdUUOFBApXTh5gweOVV3UTrSZ4\\nNP0aIVzAOLMXnx8glj/N6Me9lrHOvrJO46Db6DoFwvno6trV0QKCAQEA8XJs7Or2\\n1qrcGZsNdFkFEKlfDRim+VyKkeTNWUQFFCwFepsN/Rp34tHRoylIIcz7Q3fTdrxi\\nVQJUMMfCd4ybQMiNxXlLr1l/FHHYEdzufbTHmP3yJNND429IyBG3jtO+c50J8S0O\\n2rz/M35nGHKaB8Q/TzIJyGYJDKRRfS6XLnlhhWvDayRYdotavUi64tIRXWN8pQLb\\nQ3rI6D6rhC3xZgGFFbIvmX2/zI+omqIS/775pOVb5HQisWVDG9QaNov2uCrTzicc\\n0XErwWVWjQFxSODvWy+7nyVtAUaevhyherXm9RiIczyyo4Mm0Ni7ye7dGIQ6ga6C\\nQNUNXqnqaqQKiQKCAQEA2IC/muD/6mdLgn+ktdR8Y2hZayeVE8WjS5YPd8zYvIVh\\nq+RKPALsGMef2qF4uDaOcCPiqqskSKrv40hXWEekZiw8QZbwfyX1WVtLhI7XWqK+\\nyZb0lwjByUG4kH29YxFe5lZv8EaLw+MBgSEYLLVVu7AYKbcjoD1p6vXIZwKvSFap\\noWVkFPiJ44EK52OZJOjtVI8pAGQ2kb/waki5oFAGWpOsFP/fepi1EdUABWcxJsr0\\nyJn/gQZNgDDnW64eeJvppbHV+pbOr4ktAbWw7unWsqhujMoq1QzR9RqShbkmW2Ru\\n4FOsD9ra3qkcwJq3TmXght+GCj58xSg33QzjI6ljlQKCAQBr0d9WhS6pei9Dt/vw\\nIviiEiCCJqoZ3Pt8XyJcZIWoFmhz8d3zUuiKf4wQQpUVkwX5gP8LnOCEeb/C8NGk\\ntUN3UJgOwTXNHjgjlxsYDwLpW9tuNKj3TOiaHc3wmgjQXTpFQrF349koURHdmurK\\n/hJOuZJT+VJpDTepT4+cSTv14vprrE3eAKMIfP6OXHYoaAqdG5pDzdzAa4pgO+w3\\n4JRWKwOVRrb+4irOXLC8LPgzAMNWoZ3BjSMY+NFZEgSKq0IHyAhBnTG/TbxuZqSZ\\n3zUJiHkazVwJm5rr4O9ukjaCJ8z1UnlMjKRxZFXnGYHykRpmolXGJ3m/HeUUiuhF\\nqu+RAoIBAGmsTdlWwRK0YFLN4qMtl5kdsadvpoAEE3QtRld/ELrTj5zKzMEF3B8s\\nMIYSEk43ssZhfZ0383nUlUomYRuhvEhyhuasua4V5O88dFu7LLn8fYr/t1qQ16VY\\nArHj7bCRJfTfc7ufc1ClWHKiqJ4J1FLL3L9fuG/aCfy5Apvk35E7W4h/aJ4jwYnd\\nzmiqYHF3j3+acLTUNR5mxP3biV8KME+9jFyjl3zLVHXjtSLt/zukDF5tbByZ6vIK\\n7KH/FrhfwWcyqfKp8TAUkHcpK7cxQ63oMC1f8BAVNdWgpqvGd0ZcexHbRTxn4jST\\n7ojD+3y0lSa/qzkMzvGcc8fdJnCdmRECggEAb4Kkx2DT1aJFcA++H0s98BU9igsg\\nWk5wnA12VdJ5h9t29N87I1UhEFuJVUeQbQgb1nw5is2+k/iVjGN7h+zq4GVj/CYm\\nOzxTuDDPudt6UA4XcIolCdNhHOwOfXASRGhmqEnWLLEhpkVwpt1iq6r6U3163KRk\\nAYX483zupzPqfJIhYrr2jRCkiXyndzlvFl8LjLnB8tNywU5sxLIsXcArrGLmQfdb\\nBhip9Vh0zdtwzpgE/3qHUto1d/xWaCZqPo6qlSYjfmnBId2+OmLRMTHvEdOI2NjL\\nDocrp/Gz4NGo/sSoDdDFD44yShodsKuT2ap3z+nEpgazyRnnMzxRSUE5UA==\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:24:27.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[14970]: cephadm 2024-09-10T19:24:26.215304+0000 mgr.y (mgr.24775) 6 : cephadm [ERR] [10/Sep/2024:19:24:26] ENGINE Error in HTTPServer.serve 2024-09-10T19:24:27.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[14970]: Traceback (most recent call last): 2024-09-10T19:24:27.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[14970]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:24:27.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[14970]: self._connections.run(self.expiration_interval) 2024-09-10T19:24:27.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[14970]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:24:27.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[14970]: self._run(expiration_interval) 2024-09-10T19:24:27.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[18934]: audit 2024-09-10T19:24:26.214424+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUaa2PpPWsxN79rLrOlLylOp+Afy8wDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE5MTc0M1oXDTM0\\nMDkxMTE5MTc0M1owFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf\\n1Bb1LBg1f1dthxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEH\\nlm2MCGtwHKICGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+Ar\\nWJiDNF7gZrZ2z4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hx\\ny/C0V1dKcDH8y8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLH\\nItoV04lIyPZYBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZ\\nUPqbp+jWdI6UEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKD\\nWm0KxZS6MvM4ICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw\\n+hp5ulD1RPoIv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw\\n5rcucCzqfK9/eeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WV\\niSzueuX8Dbd6DcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj\\n5DD+HL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPvTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAQ7uLYCsMqfzeuQrSHobJvdHA+boB0uPXBLrCB\\nkgRMFkaSI3E6M78gqizjKEvmYqoX3Yje5i92301zKr/8/fQgm36INQiGH8ZXZt7j\\nBpM64nCv2mUJWFsOQYzrAG5poKCZwUGFaEltsnvBky3r1lAKY2iXYRqLm4idIGsg\\nv8CSV65yMJ795fucH2cACOapM8ImCjqLEtmUBHZtqUs6/ZIaUCDu6XwMdVmmOcl9\\n+e6dsrRMVibhBqf5SYlMMFf+QQ4RZUYYFrFZtnlUqUhMIUg+rk2UTEmgLk+XsCK1\\nv3fvnF7cXc1btst7b49YG7PBzrTpQKFGMpjP1MvGFQJvxa1GhR9Yf6aP+lxLBYWc\\n3EilOgiUadXYD0MOgydz9ilSKPs/dLhR7TE0jARCN8tJWIQwR+EsCYdMC9haZnCr\\nMcU9JsPEIunn2SS+3XZRu3HRkUSijAsdy1L9bwtGeNywm9mZSA+XApJYPQwiA8pS\\nZD3kH3kkFxyH3DCbVuz///uX0hRynvwn2w35ZbWRKjzo+qv3GbYGKMhH01Ffm12A\\nbjUn5VnOEXZCMTk7tlUduEG8Gkm1GD5BphOqrmSDxUziRo6zYNFiqgFYlkMp0In3\\nY7tQNHaUvldMiyfOpugu2zEOD/2O3aXG5FTEdqHcAz2piqXeE6XOf0/3+18ryNEa\\nI7mJjg==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJJwIBAAKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf1Bb1LBg1f1dt\\nhxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEHlm2MCGtwHKIC\\nGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+ArWJiDNF7gZrZ2\\nz4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hxy/C0V1dKcDH8\\ny8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLHItoV04lIyPZY\\nBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZUPqbp+jWdI6U\\nEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKDWm0KxZS6MvM4\\nICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw+hp5ulD1RPoI\\nv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw5rcucCzqfK9/\\neeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WViSzueuX8Dbd6\\nDcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj5DD+HL0CAwEA\\nAQKCAgAHsPA0lFGkgbfAwp6OJzZmxG0pFrIN4sYTmB7Q6cZ1UToeoEfnWWCBJlwO\\nE356A2RpF0n8EEJ2UuedNKIJQG4NedGeTAEI1AWSefyrrVejb4yK/40tp+tWAN6a\\nj+ClIsacd4d9+G02OsCQIw9kXSi2pZm4qbRI0VumK67mSORUQiiYpdHG0ldZiydF\\nGrzrfLFTc2QgFEyiZko+EHY6yEdVgs3bGmA3vfGC2tyabmgUjBypKjDX6kDX9sxi\\nYrAJCeNVFDMfKvsgtdb97MlOdGny3IzCgStXJal7lvMaPHWrAJZFv4WkL+rpWKsG\\nZJ7AE7r8ZB5vw9MYIrh3X/JAfCdY7YfTx0KLhknajCqyp64mc6p/XSXuLFkUtwEl\\n667dwerL5uGUAPFbFkLagUkueem3pLzFqGMwITYM0+habDGEDOctIwwDmYhLoraN\\nQ1vqt5Uc3WM/MSiBOWNdCpsCTr6MaOBn0QLsdeoe/lOeuU853meXSpBKXrsX1bjb\\nDiaxg+EznE4IYS0PEGte3KBzh974o0yw9kYL2VOvQY5zC3frKUVzMT7dgXy9c1YN\\n2qpfzU08N/Z9tGq9R3ts1dAaGKtYzDzl08ksZHDdUUOFBApXTh5gweOVV3UTrSZ4\\nNP0aIVzAOLMXnx8glj/N6Me9lrHOvrJO46Db6DoFwvno6trV0QKCAQEA8XJs7Or2\\n1qrcGZsNdFkFEKlfDRim+VyKkeTNWUQFFCwFepsN/Rp34tHRoylIIcz7Q3fTdrxi\\nVQJUMMfCd4ybQMiNxXlLr1l/FHHYEdzufbTHmP3yJNND429IyBG3jtO+c50J8S0O\\n2rz/M35nGHKaB8Q/TzIJyGYJDKRRfS6XLnlhhWvDayRYdotavUi64tIRXWN8pQLb\\nQ3rI6D6rhC3xZgGFFbIvmX2/zI+omqIS/775pOVb5HQisWVDG9QaNov2uCrTzicc\\n0XErwWVWjQFxSODvWy+7nyVtAUaevhyherXm9RiIczyyo4Mm0Ni7ye7dGIQ6ga6C\\nQNUNXqnqaqQKiQKCAQEA2IC/muD/6mdLgn+ktdR8Y2hZayeVE8WjS5YPd8zYvIVh\\nq+RKPALsGMef2qF4uDaOcCPiqqskSKrv40hXWEekZiw8QZbwfyX1WVtLhI7XWqK+\\nyZb0lwjByUG4kH29YxFe5lZv8EaLw+MBgSEYLLVVu7AYKbcjoD1p6vXIZwKvSFap\\noWVkFPiJ44EK52OZJOjtVI8pAGQ2kb/waki5oFAGWpOsFP/fepi1EdUABWcxJsr0\\nyJn/gQZNgDDnW64eeJvppbHV+pbOr4ktAbWw7unWsqhujMoq1QzR9RqShbkmW2Ru\\n4FOsD9ra3qkcwJq3TmXght+GCj58xSg33QzjI6ljlQKCAQBr0d9WhS6pei9Dt/vw\\nIviiEiCCJqoZ3Pt8XyJcZIWoFmhz8d3zUuiKf4wQQpUVkwX5gP8LnOCEeb/C8NGk\\ntUN3UJgOwTXNHjgjlxsYDwLpW9tuNKj3TOiaHc3wmgjQXTpFQrF349koURHdmurK\\n/hJOuZJT+VJpDTepT4+cSTv14vprrE3eAKMIfP6OXHYoaAqdG5pDzdzAa4pgO+w3\\n4JRWKwOVRrb+4irOXLC8LPgzAMNWoZ3BjSMY+NFZEgSKq0IHyAhBnTG/TbxuZqSZ\\n3zUJiHkazVwJm5rr4O9ukjaCJ8z1UnlMjKRxZFXnGYHykRpmolXGJ3m/HeUUiuhF\\nqu+RAoIBAGmsTdlWwRK0YFLN4qMtl5kdsadvpoAEE3QtRld/ELrTj5zKzMEF3B8s\\nMIYSEk43ssZhfZ0383nUlUomYRuhvEhyhuasua4V5O88dFu7LLn8fYr/t1qQ16VY\\nArHj7bCRJfTfc7ufc1ClWHKiqJ4J1FLL3L9fuG/aCfy5Apvk35E7W4h/aJ4jwYnd\\nzmiqYHF3j3+acLTUNR5mxP3biV8KME+9jFyjl3zLVHXjtSLt/zukDF5tbByZ6vIK\\n7KH/FrhfwWcyqfKp8TAUkHcpK7cxQ63oMC1f8BAVNdWgpqvGd0ZcexHbRTxn4jST\\n7ojD+3y0lSa/qzkMzvGcc8fdJnCdmRECggEAb4Kkx2DT1aJFcA++H0s98BU9igsg\\nWk5wnA12VdJ5h9t29N87I1UhEFuJVUeQbQgb1nw5is2+k/iVjGN7h+zq4GVj/CYm\\nOzxTuDDPudt6UA4XcIolCdNhHOwOfXASRGhmqEnWLLEhpkVwpt1iq6r6U3163KRk\\nAYX483zupzPqfJIhYrr2jRCkiXyndzlvFl8LjLnB8tNywU5sxLIsXcArrGLmQfdb\\nBhip9Vh0zdtwzpgE/3qHUto1d/xWaCZqPo6qlSYjfmnBId2+OmLRMTHvEdOI2NjL\\nDocrp/Gz4NGo/sSoDdDFD44yShodsKuT2ap3z+nEpgazyRnnMzxRSUE5UA==\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:24:27.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[18934]: cephadm 2024-09-10T19:24:26.215304+0000 mgr.y (mgr.24775) 6 : cephadm [ERR] [10/Sep/2024:19:24:26] ENGINE Error in HTTPServer.serve 2024-09-10T19:24:27.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[18934]: Traceback (most recent call last): 2024-09-10T19:24:27.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[18934]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:24:27.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[18934]: self._connections.run(self.expiration_interval) 2024-09-10T19:24:27.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[18934]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:24:27.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[18934]: self._run(expiration_interval) 2024-09-10T19:24:27.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[14970]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:24:27.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[14970]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:24:27.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[14970]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:24:27.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[14970]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:24:27.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[14970]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:24:27.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[14970]: s = self.context.wrap_socket( 2024-09-10T19:24:27.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[14970]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:24:27.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[14970]: return self.sslsocket_class._create( 2024-09-10T19:24:27.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[14970]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:24:27.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[14970]: self.do_handshake() 2024-09-10T19:24:27.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[14970]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:24:27.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[14970]: self._sslobj.do_handshake() 2024-09-10T19:24:27.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[14970]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:24:27.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[14970]: audit 2024-09-10T19:24:26.220709+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUaa2PpPWsxN79rLrOlLylOp+Afy8wDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE5MTc0M1oXDTM0\\nMDkxMTE5MTc0M1owFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf\\n1Bb1LBg1f1dthxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEH\\nlm2MCGtwHKICGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+Ar\\nWJiDNF7gZrZ2z4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hx\\ny/C0V1dKcDH8y8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLH\\nItoV04lIyPZYBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZ\\nUPqbp+jWdI6UEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKD\\nWm0KxZS6MvM4ICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw\\n+hp5ulD1RPoIv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw\\n5rcucCzqfK9/eeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WV\\niSzueuX8Dbd6DcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj\\n5DD+HL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPvTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAQ7uLYCsMqfzeuQrSHobJvdHA+boB0uPXBLrCB\\nkgRMFkaSI3E6M78gqizjKEvmYqoX3Yje5i92301zKr/8/fQgm36INQiGH8ZXZt7j\\nBpM64nCv2mUJWFsOQYzrAG5poKCZwUGFaEltsnvBky3r1lAKY2iXYRqLm4idIGsg\\nv8CSV65yMJ795fucH2cACOapM8ImCjqLEtmUBHZtqUs6/ZIaUCDu6XwMdVmmOcl9\\n+e6dsrRMVibhBqf5SYlMMFf+QQ4RZUYYFrFZtnlUqUhMIUg+rk2UTEmgLk+XsCK1\\nv3fvnF7cXc1btst7b49YG7PBzrTpQKFGMpjP1MvGFQJvxa1GhR9Yf6aP+lxLBYWc\\n3EilOgiUadXYD0MOgydz9ilSKPs/dLhR7TE0jARCN8tJWIQwR+EsCYdMC9haZnCr\\nMcU9JsPEIunn2SS+3XZRu3HRkUSijAsdy1L9bwtGeNywm9mZSA+XApJYPQwiA8pS\\nZD3kH3kkFxyH3DCbVuz///uX0hRynvwn2w35ZbWRKjzo+qv3GbYGKMhH01Ffm12A\\nbjUn5VnOEXZCMTk7tlUduEG8Gkm1GD5BphOqrmSDxUziRo6zYNFiqgFYlkMp0In3\\nY7tQNHaUvldMiyfOpugu2zEOD/2O3aXG5FTEdqHcAz2piqXeE6XOf0/3+18ryNEa\\nI7mJjg==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJJwIBAAKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf1Bb1LBg1f1dt\\nhxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEHlm2MCGtwHKIC\\nGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+ArWJiDNF7gZrZ2\\nz4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hxy/C0V1dKcDH8\\ny8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLHItoV04lIyPZY\\nBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZUPqbp+jWdI6U\\nEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKDWm0KxZS6MvM4\\nICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw+hp5ulD1RPoI\\nv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw5rcucCzqfK9/\\neeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WViSzueuX8Dbd6\\nDcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj5DD+HL0CAwEA\\nAQKCAgAHsPA0lFGkgbfAwp6OJzZmxG0pFrIN4sYTmB7Q6cZ1UToeoEfnWWCBJlwO\\nE356A2RpF0n8EEJ2UuedNKIJQG4NedGeTAEI1AWSefyrrVejb4yK/40tp+tWAN6a\\nj+ClIsacd4d9+G02OsCQIw9kXSi2pZm4qbRI0VumK67mSORUQiiYpdHG0ldZiydF\\nGrzrfLFTc2QgFEyiZko+EHY6yEdVgs3bGmA3vfGC2tyabmgUjBypKjDX6kDX9sxi\\nYrAJCeNVFDMfKvsgtdb97MlOdGny3IzCgStXJal7lvMaPHWrAJZFv4WkL+rpWKsG\\nZJ7AE7r8ZB5vw9MYIrh3X/JAfCdY7YfTx0KLhknajCqyp64mc6p/XSXuLFkUtwEl\\n667dwerL5uGUAPFbFkLagUkueem3pLzFqGMwITYM0+habDGEDOctIwwDmYhLoraN\\nQ1vqt5Uc3WM/MSiBOWNdCpsCTr6MaOBn0QLsdeoe/lOeuU853meXSpBKXrsX1bjb\\nDiaxg+EznE4IYS0PEGte3KBzh974o0yw9kYL2VOvQY5zC3frKUVzMT7dgXy9c1YN\\n2qpfzU08N/Z9tGq9R3ts1dAaGKtYzDzl08ksZHDdUUOFBApXTh5gweOVV3UTrSZ4\\nNP0aIVzAOLMXnx8glj/N6Me9lrHOvrJO46Db6DoFwvno6trV0QKCAQEA8XJs7Or2\\n1qrcGZsNdFkFEKlfDRim+VyKkeTNWUQFFCwFepsN/Rp34tHRoylIIcz7Q3fTdrxi\\nVQJUMMfCd4ybQMiNxXlLr1l/FHHYEdzufbTHmP3yJNND429IyBG3jtO+c50J8S0O\\n2rz/M35nGHKaB8Q/TzIJyGYJDKRRfS6XLnlhhWvDayRYdotavUi64tIRXWN8pQLb\\nQ3rI6D6rhC3xZgGFFbIvmX2/zI+omqIS/775pOVb5HQisWVDG9QaNov2uCrTzicc\\n0XErwWVWjQFxSODvWy+7nyVtAUaevhyherXm9RiIczyyo4Mm0Ni7ye7dGIQ6ga6C\\nQNUNXqnqaqQKiQKCAQEA2IC/muD/6mdLgn+ktdR8Y2hZayeVE8WjS5YPd8zYvIVh\\nq+RKPALsGMef2qF4uDaOcCPiqqskSKrv40hXWEekZiw8QZbwfyX1WVtLhI7XWqK+\\nyZb0lwjByUG4kH29YxFe5lZv8EaLw+MBgSEYLLVVu7AYKbcjoD1p6vXIZwKvSFap\\noWVkFPiJ44EK52OZJOjtVI8pAGQ2kb/waki5oFAGWpOsFP/fepi1EdUABWcxJsr0\\nyJn/gQZNgDDnW64eeJvppbHV+pbOr4ktAbWw7unWsqhujMoq1QzR9RqShbkmW2Ru\\n4FOsD9ra3qkcwJq3TmXght+GCj58xSg33QzjI6ljlQKCAQBr0d9WhS6pei9Dt/vw\\nIviiEiCCJqoZ3Pt8XyJcZIWoFmhz8d3zUuiKf4wQQpUVkwX5gP8LnOCEeb/C8NGk\\ntUN3UJgOwTXNHjgjlxsYDwLpW9tuNKj3TOiaHc3wmgjQXTpFQrF349koURHdmurK\\n/hJOuZJT+VJpDTepT4+cSTv14vprrE3eAKMIfP6OXHYoaAqdG5pDzdzAa4pgO+w3\\n4JRWKwOVRrb+4irOXLC8LPgzAMNWoZ3BjSMY+NFZEgSKq0IHyAhBnTG/TbxuZqSZ\\n3zUJiHkazVwJm5rr4O9ukjaCJ8z1UnlMjKRxZFXnGYHykRpmolXGJ3m/HeUUiuhF\\nqu+RAoIBAGmsTdlWwRK0YFLN4qMtl5kdsadvpoAEE3QtRld/ELrTj5zKzMEF3B8s\\nMIYSEk43ssZhfZ0383nUlUomYRuhvEhyhuasua4V5O88dFu7LLn8fYr/t1qQ16VY\\nArHj7bCRJfTfc7ufc1ClWHKiqJ4J1FLL3L9fuG/aCfy5Apvk35E7W4h/aJ4jwYnd\\nzmiqYHF3j3+acLTUNR5mxP3biV8KME+9jFyjl3zLVHXjtSLt/zukDF5tbByZ6vIK\\n7KH/FrhfwWcyqfKp8TAUkHcpK7cxQ63oMC1f8BAVNdWgpqvGd0ZcexHbRTxn4jST\\n7ojD+3y0lSa/qzkMzvGcc8fdJnCdmRECggEAb4Kkx2DT1aJFcA++H0s98BU9igsg\\nWk5wnA12VdJ5h9t29N87I1UhEFuJVUeQbQgb1nw5is2+k/iVjGN7h+zq4GVj/CYm\\nOzxTuDDPudt6UA4XcIolCdNhHOwOfXASRGhmqEnWLLEhpkVwpt1iq6r6U3163KRk\\nAYX483zupzPqfJIhYrr2jRCkiXyndzlvFl8LjLnB8tNywU5sxLIsXcArrGLmQfdb\\nBhip9Vh0zdtwzpgE/3qHUto1d/xWaCZqPo6qlSYjfmnBId2+OmLRMTHvEdOI2NjL\\nDocrp/Gz4NGo/sSoDdDFD44yShodsKuT2ap3z+nEpgazyRnnMzxRSUE5UA==\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-10T19:24:27.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[18934]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:24:27.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[18934]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:24:27.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[18934]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:24:27.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[18934]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:24:27.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[18934]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:24:27.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[18934]: s = self.context.wrap_socket( 2024-09-10T19:24:27.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[18934]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:24:27.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[18934]: return self.sslsocket_class._create( 2024-09-10T19:24:27.346 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[18934]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:24:27.346 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[18934]: self.do_handshake() 2024-09-10T19:24:27.346 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[18934]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:24:27.346 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[18934]: self._sslobj.do_handshake() 2024-09-10T19:24:27.346 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[18934]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:24:27.346 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:26 smithi155 bash[18934]: audit 2024-09-10T19:24:26.220709+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUaa2PpPWsxN79rLrOlLylOp+Afy8wDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE5MTc0M1oXDTM0\\nMDkxMTE5MTc0M1owFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf\\n1Bb1LBg1f1dthxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEH\\nlm2MCGtwHKICGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+Ar\\nWJiDNF7gZrZ2z4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hx\\ny/C0V1dKcDH8y8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLH\\nItoV04lIyPZYBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZ\\nUPqbp+jWdI6UEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKD\\nWm0KxZS6MvM4ICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw\\n+hp5ulD1RPoIv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw\\n5rcucCzqfK9/eeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WV\\niSzueuX8Dbd6DcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj\\n5DD+HL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPvTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAQ7uLYCsMqfzeuQrSHobJvdHA+boB0uPXBLrCB\\nkgRMFkaSI3E6M78gqizjKEvmYqoX3Yje5i92301zKr/8/fQgm36INQiGH8ZXZt7j\\nBpM64nCv2mUJWFsOQYzrAG5poKCZwUGFaEltsnvBky3r1lAKY2iXYRqLm4idIGsg\\nv8CSV65yMJ795fucH2cACOapM8ImCjqLEtmUBHZtqUs6/ZIaUCDu6XwMdVmmOcl9\\n+e6dsrRMVibhBqf5SYlMMFf+QQ4RZUYYFrFZtnlUqUhMIUg+rk2UTEmgLk+XsCK1\\nv3fvnF7cXc1btst7b49YG7PBzrTpQKFGMpjP1MvGFQJvxa1GhR9Yf6aP+lxLBYWc\\n3EilOgiUadXYD0MOgydz9ilSKPs/dLhR7TE0jARCN8tJWIQwR+EsCYdMC9haZnCr\\nMcU9JsPEIunn2SS+3XZRu3HRkUSijAsdy1L9bwtGeNywm9mZSA+XApJYPQwiA8pS\\nZD3kH3kkFxyH3DCbVuz///uX0hRynvwn2w35ZbWRKjzo+qv3GbYGKMhH01Ffm12A\\nbjUn5VnOEXZCMTk7tlUduEG8Gkm1GD5BphOqrmSDxUziRo6zYNFiqgFYlkMp0In3\\nY7tQNHaUvldMiyfOpugu2zEOD/2O3aXG5FTEdqHcAz2piqXeE6XOf0/3+18ryNEa\\nI7mJjg==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJJwIBAAKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf1Bb1LBg1f1dt\\nhxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEHlm2MCGtwHKIC\\nGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+ArWJiDNF7gZrZ2\\nz4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hxy/C0V1dKcDH8\\ny8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLHItoV04lIyPZY\\nBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZUPqbp+jWdI6U\\nEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKDWm0KxZS6MvM4\\nICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw+hp5ulD1RPoI\\nv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw5rcucCzqfK9/\\neeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WViSzueuX8Dbd6\\nDcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj5DD+HL0CAwEA\\nAQKCAgAHsPA0lFGkgbfAwp6OJzZmxG0pFrIN4sYTmB7Q6cZ1UToeoEfnWWCBJlwO\\nE356A2RpF0n8EEJ2UuedNKIJQG4NedGeTAEI1AWSefyrrVejb4yK/40tp+tWAN6a\\nj+ClIsacd4d9+G02OsCQIw9kXSi2pZm4qbRI0VumK67mSORUQiiYpdHG0ldZiydF\\nGrzrfLFTc2QgFEyiZko+EHY6yEdVgs3bGmA3vfGC2tyabmgUjBypKjDX6kDX9sxi\\nYrAJCeNVFDMfKvsgtdb97MlOdGny3IzCgStXJal7lvMaPHWrAJZFv4WkL+rpWKsG\\nZJ7AE7r8ZB5vw9MYIrh3X/JAfCdY7YfTx0KLhknajCqyp64mc6p/XSXuLFkUtwEl\\n667dwerL5uGUAPFbFkLagUkueem3pLzFqGMwITYM0+habDGEDOctIwwDmYhLoraN\\nQ1vqt5Uc3WM/MSiBOWNdCpsCTr6MaOBn0QLsdeoe/lOeuU853meXSpBKXrsX1bjb\\nDiaxg+EznE4IYS0PEGte3KBzh974o0yw9kYL2VOvQY5zC3frKUVzMT7dgXy9c1YN\\n2qpfzU08N/Z9tGq9R3ts1dAaGKtYzDzl08ksZHDdUUOFBApXTh5gweOVV3UTrSZ4\\nNP0aIVzAOLMXnx8glj/N6Me9lrHOvrJO46Db6DoFwvno6trV0QKCAQEA8XJs7Or2\\n1qrcGZsNdFkFEKlfDRim+VyKkeTNWUQFFCwFepsN/Rp34tHRoylIIcz7Q3fTdrxi\\nVQJUMMfCd4ybQMiNxXlLr1l/FHHYEdzufbTHmP3yJNND429IyBG3jtO+c50J8S0O\\n2rz/M35nGHKaB8Q/TzIJyGYJDKRRfS6XLnlhhWvDayRYdotavUi64tIRXWN8pQLb\\nQ3rI6D6rhC3xZgGFFbIvmX2/zI+omqIS/775pOVb5HQisWVDG9QaNov2uCrTzicc\\n0XErwWVWjQFxSODvWy+7nyVtAUaevhyherXm9RiIczyyo4Mm0Ni7ye7dGIQ6ga6C\\nQNUNXqnqaqQKiQKCAQEA2IC/muD/6mdLgn+ktdR8Y2hZayeVE8WjS5YPd8zYvIVh\\nq+RKPALsGMef2qF4uDaOcCPiqqskSKrv40hXWEekZiw8QZbwfyX1WVtLhI7XWqK+\\nyZb0lwjByUG4kH29YxFe5lZv8EaLw+MBgSEYLLVVu7AYKbcjoD1p6vXIZwKvSFap\\noWVkFPiJ44EK52OZJOjtVI8pAGQ2kb/waki5oFAGWpOsFP/fepi1EdUABWcxJsr0\\nyJn/gQZNgDDnW64eeJvppbHV+pbOr4ktAbWw7unWsqhujMoq1QzR9RqShbkmW2Ru\\n4FOsD9ra3qkcwJq3TmXght+GCj58xSg33QzjI6ljlQKCAQBr0d9WhS6pei9Dt/vw\\nIviiEiCCJqoZ3Pt8XyJcZIWoFmhz8d3zUuiKf4wQQpUVkwX5gP8LnOCEeb/C8NGk\\ntUN3UJgOwTXNHjgjlxsYDwLpW9tuNKj3TOiaHc3wmgjQXTpFQrF349koURHdmurK\\n/hJOuZJT+VJpDTepT4+cSTv14vprrE3eAKMIfP6OXHYoaAqdG5pDzdzAa4pgO+w3\\n4JRWKwOVRrb+4irOXLC8LPgzAMNWoZ3BjSMY+NFZEgSKq0IHyAhBnTG/TbxuZqSZ\\n3zUJiHkazVwJm5rr4O9ukjaCJ8z1UnlMjKRxZFXnGYHykRpmolXGJ3m/HeUUiuhF\\nqu+RAoIBAGmsTdlWwRK0YFLN4qMtl5kdsadvpoAEE3QtRld/ELrTj5zKzMEF3B8s\\nMIYSEk43ssZhfZ0383nUlUomYRuhvEhyhuasua4V5O88dFu7LLn8fYr/t1qQ16VY\\nArHj7bCRJfTfc7ufc1ClWHKiqJ4J1FLL3L9fuG/aCfy5Apvk35E7W4h/aJ4jwYnd\\nzmiqYHF3j3+acLTUNR5mxP3biV8KME+9jFyjl3zLVHXjtSLt/zukDF5tbByZ6vIK\\n7KH/FrhfwWcyqfKp8TAUkHcpK7cxQ63oMC1f8BAVNdWgpqvGd0ZcexHbRTxn4jST\\n7ojD+3y0lSa/qzkMzvGcc8fdJnCdmRECggEAb4Kkx2DT1aJFcA++H0s98BU9igsg\\nWk5wnA12VdJ5h9t29N87I1UhEFuJVUeQbQgb1nw5is2+k/iVjGN7h+zq4GVj/CYm\\nOzxTuDDPudt6UA4XcIolCdNhHOwOfXASRGhmqEnWLLEhpkVwpt1iq6r6U3163KRk\\nAYX483zupzPqfJIhYrr2jRCkiXyndzlvFl8LjLnB8tNywU5sxLIsXcArrGLmQfdb\\nBhip9Vh0zdtwzpgE/3qHUto1d/xWaCZqPo6qlSYjfmnBId2+OmLRMTHvEdOI2NjL\\nDocrp/Gz4NGo/sSoDdDFD44yShodsKuT2ap3z+nEpgazyRnnMzxRSUE5UA==\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-10T19:24:28.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:28 smithi155 bash[14970]: cluster 2024-09-10T19:24:26.502267+0000 mgr.y (mgr.24775) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:28.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:28 smithi155 bash[14970]: cluster 2024-09-10T19:24:27.894092+0000 mon.a (mon.0) 793 : cluster [DBG] mgrmap e27: y(active, since 9s), standbys: x 2024-09-10T19:24:28.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:28 smithi155 bash[18934]: cluster 2024-09-10T19:24:26.502267+0000 mgr.y (mgr.24775) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:28.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:28 smithi155 bash[18934]: cluster 2024-09-10T19:24:27.894092+0000 mon.a (mon.0) 793 : cluster [DBG] mgrmap e27: y(active, since 9s), standbys: x 2024-09-10T19:24:28.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:28 smithi189 bash[14634]: cluster 2024-09-10T19:24:26.502267+0000 mgr.y (mgr.24775) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:28.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:28 smithi189 bash[14634]: cluster 2024-09-10T19:24:27.894092+0000 mon.a (mon.0) 793 : cluster [DBG] mgrmap e27: y(active, since 9s), standbys: x 2024-09-10T19:24:30.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:30 smithi155 bash[14970]: cluster 2024-09-10T19:24:28.503027+0000 mgr.y (mgr.24775) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:30.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:30 smithi155 bash[18934]: cluster 2024-09-10T19:24:28.503027+0000 mgr.y (mgr.24775) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:30.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:30 smithi189 bash[14634]: cluster 2024-09-10T19:24:28.503027+0000 mgr.y (mgr.24775) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:32.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[14970]: cluster 2024-09-10T19:24:30.504545+0000 mgr.y (mgr.24775) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-10T19:24:32.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[14970]: audit 2024-09-10T19:24:31.483338+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:24:32.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[14970]: audit 2024-09-10T19:24:31.484717+0000 mon.c (mon.1) 88 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:24:32.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[18934]: cluster 2024-09-10T19:24:30.504545+0000 mgr.y (mgr.24775) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-10T19:24:32.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[18934]: audit 2024-09-10T19:24:31.483338+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:24:32.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[18934]: audit 2024-09-10T19:24:31.484717+0000 mon.c (mon.1) 88 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:24:32.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[14970]: audit 2024-09-10T19:24:31.485441+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:24:32.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[18934]: audit 2024-09-10T19:24:31.485441+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:24:32.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[14970]: audit 2024-09-10T19:24:31.492352+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:24:32.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[18934]: audit 2024-09-10T19:24:31.492352+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:24:32.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[18934]: audit 2024-09-10T19:24:31.495622+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 177104486, \"cpu_percentage\": \"1.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480005Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 439772774, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:24:31.480351Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 148478361, \"cpu_percentage\": \"1.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480568Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56360960, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480730Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54767124, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480888Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_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\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481045Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55144611, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481200Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13883146, \"cpu_percentage\": \"1.80%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481355Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17406361, \"cpu_percentage\": \"0.23%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481512Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54578380, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481708Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:24:31.481999Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:24:32.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[14970]: audit 2024-09-10T19:24:31.495622+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 177104486, \"cpu_percentage\": \"1.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480005Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 439772774, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:24:31.480351Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 148478361, \"cpu_percentage\": \"1.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480568Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56360960, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480730Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54767124, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480888Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_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\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481045Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55144611, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481200Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13883146, \"cpu_percentage\": \"1.80%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481355Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17406361, \"cpu_percentage\": \"0.23%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481512Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54578380, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481708Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:24:31.481999Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:24:32.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[18934]: audit 2024-09-10T19:24:31.496348+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 177104486, \"cpu_percentage\": \"1.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480005Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 439772774, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:24:31.480351Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 148478361, \"cpu_percentage\": \"1.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480568Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56360960, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480730Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54767124, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480888Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_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\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481045Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55144611, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481200Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13883146, \"cpu_percentage\": \"1.80%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481355Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17406361, \"cpu_percentage\": \"0.23%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481512Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54578380, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481708Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:24:31.481999Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:24:32.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[14970]: audit 2024-09-10T19:24:31.496348+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 177104486, \"cpu_percentage\": \"1.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480005Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 439772774, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:24:31.480351Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 148478361, \"cpu_percentage\": \"1.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480568Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56360960, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480730Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54767124, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480888Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_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\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481045Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55144611, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481200Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13883146, \"cpu_percentage\": \"1.80%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481355Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17406361, \"cpu_percentage\": \"0.23%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481512Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54578380, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481708Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:24:31.481999Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:24:32.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[14970]: audit 2024-09-10T19:24:31.503308+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 177104486, \"cpu_percentage\": \"1.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480005Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 439772774, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:24:31.480351Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 148478361, \"cpu_percentage\": \"1.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480568Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56360960, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480730Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54767124, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480888Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_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\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481045Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55144611, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481200Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13883146, \"cpu_percentage\": \"1.80%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481355Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17406361, \"cpu_percentage\": \"0.23%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481512Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54578380, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481708Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:24:31.481999Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:24:32.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[14970]: audit 2024-09-10T19:24:31.716518+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:24:32.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[18934]: audit 2024-09-10T19:24:31.503308+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 177104486, \"cpu_percentage\": \"1.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480005Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 439772774, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:24:31.480351Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 148478361, \"cpu_percentage\": \"1.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480568Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56360960, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480730Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54767124, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480888Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_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\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481045Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55144611, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481200Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13883146, \"cpu_percentage\": \"1.80%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481355Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17406361, \"cpu_percentage\": \"0.23%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481512Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54578380, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481708Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:24:31.481999Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:24:32.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[18934]: audit 2024-09-10T19:24:31.716518+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:24:32.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[18934]: audit 2024-09-10T19:24:31.717604+0000 mon.c (mon.1) 91 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:24:32.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[18934]: audit 2024-09-10T19:24:31.718055+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:24:32.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[14970]: audit 2024-09-10T19:24:31.717604+0000 mon.c (mon.1) 91 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:24:32.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[14970]: audit 2024-09-10T19:24:31.718055+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:24:32.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[14970]: audit 2024-09-10T19:24:31.723998+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:24:32.596 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[18934]: audit 2024-09-10T19:24:31.723998+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:24:32.596 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[18934]: audit 2024-09-10T19:24:31.726850+0000 mon.c (mon.1) 92 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 153301811, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.711269Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410202931, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.711706Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56319016, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712025Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54945382, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712349Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712650Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56885248, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712939Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 48454696, \"cpu_percentage\": \"0.07%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713249Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713542Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28343009, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713841Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54767124, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.714128Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:24:31.714585Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:24:32.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[14970]: audit 2024-09-10T19:24:31.726850+0000 mon.c (mon.1) 92 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 153301811, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.711269Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410202931, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.711706Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56319016, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712025Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54945382, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712349Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712650Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56885248, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712939Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 48454696, \"cpu_percentage\": \"0.07%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713249Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713542Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28343009, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713841Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54767124, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.714128Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:24:31.714585Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:24:32.597 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[18934]: audit 2024-09-10T19:24:31.727368+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 153301811, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.711269Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410202931, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.711706Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56319016, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712025Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54945382, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712349Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712650Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56885248, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712939Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 48454696, \"cpu_percentage\": \"0.07%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713249Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713542Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28343009, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713841Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54767124, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.714128Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:24:31.714585Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:24:32.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[14970]: audit 2024-09-10T19:24:31.727368+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 153301811, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.711269Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410202931, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.711706Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56319016, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712025Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54945382, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712349Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712650Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56885248, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712939Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 48454696, \"cpu_percentage\": \"0.07%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713249Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713542Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28343009, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713841Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54767124, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.714128Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:24:31.714585Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:24:32.598 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[18934]: audit 2024-09-10T19:24:31.733173+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 153301811, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.711269Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410202931, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.711706Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56319016, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712025Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54945382, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712349Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712650Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56885248, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712939Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 48454696, \"cpu_percentage\": \"0.07%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713249Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713542Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28343009, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713841Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54767124, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.714128Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:24:31.714585Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:24:32.598 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[18934]: audit 2024-09-10T19:24:31.893502+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:24:32.598 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[18934]: audit 2024-09-10T19:24:32.113042+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:24:32.598 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[18934]: audit 2024-09-10T19:24:32.113707+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:24:32.598 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[14970]: audit 2024-09-10T19:24:31.733173+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 153301811, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.711269Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410202931, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.711706Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56319016, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712025Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54945382, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712349Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712650Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56885248, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712939Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 48454696, \"cpu_percentage\": \"0.07%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713249Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713542Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28343009, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713841Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54767124, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.714128Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:24:31.714585Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:24:32.598 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[14970]: audit 2024-09-10T19:24:31.893502+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:24:32.599 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[14970]: audit 2024-09-10T19:24:32.113042+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:24:32.599 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[14970]: audit 2024-09-10T19:24:32.113707+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:24:32.599 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[18934]: audit 2024-09-10T19:24:32.114393+0000 mon.c (mon.1) 96 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:24:32.599 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[14970]: audit 2024-09-10T19:24:32.114393+0000 mon.c (mon.1) 96 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:24:32.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[14970]: audit 2024-09-10T19:24:32.114978+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:24:32.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[14970]: audit 2024-09-10T19:24:32.120666+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:24:32.600 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[18934]: audit 2024-09-10T19:24:32.114978+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:24:32.600 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[18934]: audit 2024-09-10T19:24:32.120666+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:24:32.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[14970]: audit 2024-09-10T19:24:32.122576+0000 mon.c (mon.1) 97 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 177104486, \"cpu_percentage\": \"1.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480005Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 439772774, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:24:31.480351Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 148478361, \"cpu_percentage\": \"1.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480568Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56360960, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480730Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54767124, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480888Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_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\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481045Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55144611, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481200Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13883146, \"cpu_percentage\": \"1.80%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481355Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17406361, \"cpu_percentage\": \"0.23%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481512Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54578380, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481708Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:24:31.481999Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:24:32.112001Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:24:32.601 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[18934]: audit 2024-09-10T19:24:32.122576+0000 mon.c (mon.1) 97 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 177104486, \"cpu_percentage\": \"1.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480005Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 439772774, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:24:31.480351Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 148478361, \"cpu_percentage\": \"1.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480568Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56360960, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480730Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54767124, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480888Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_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\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481045Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55144611, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481200Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13883146, \"cpu_percentage\": \"1.80%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481355Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17406361, \"cpu_percentage\": \"0.23%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481512Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54578380, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481708Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:24:31.481999Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:24:32.112001Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:24:32.601 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[14970]: audit 2024-09-10T19:24:32.123308+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 177104486, \"cpu_percentage\": \"1.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480005Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 439772774, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:24:31.480351Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 148478361, \"cpu_percentage\": \"1.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480568Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56360960, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480730Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54767124, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480888Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_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\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481045Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55144611, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481200Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13883146, \"cpu_percentage\": \"1.80%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481355Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17406361, \"cpu_percentage\": \"0.23%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481512Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54578380, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481708Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:24:31.481999Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:24:32.112001Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:24:32.601 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[14970]: audit 2024-09-10T19:24:32.129800+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 177104486, \"cpu_percentage\": \"1.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480005Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 439772774, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:24:31.480351Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 148478361, \"cpu_percentage\": \"1.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480568Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56360960, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480730Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54767124, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480888Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_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\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481045Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55144611, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481200Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13883146, \"cpu_percentage\": \"1.80%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481355Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17406361, \"cpu_percentage\": \"0.23%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481512Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54578380, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481708Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:24:31.481999Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:24:32.112001Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:24:32.601 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[14970]: audit 2024-09-10T19:24:32.132652+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:24:32.602 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[14970]: audit 2024-09-10T19:24:32.133300+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:32.602 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[18934]: audit 2024-09-10T19:24:32.123308+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 177104486, \"cpu_percentage\": \"1.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480005Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 439772774, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:24:31.480351Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 148478361, \"cpu_percentage\": \"1.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480568Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56360960, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480730Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54767124, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480888Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_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\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481045Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55144611, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481200Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13883146, \"cpu_percentage\": \"1.80%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481355Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17406361, \"cpu_percentage\": \"0.23%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481512Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54578380, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481708Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:24:31.481999Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:24:32.112001Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:24:32.602 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[18934]: audit 2024-09-10T19:24:32.129800+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 177104486, \"cpu_percentage\": \"1.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480005Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 439772774, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:24:31.480351Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 148478361, \"cpu_percentage\": \"1.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480568Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56360960, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480730Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54767124, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480888Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_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\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481045Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55144611, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481200Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13883146, \"cpu_percentage\": \"1.80%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481355Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17406361, \"cpu_percentage\": \"0.23%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481512Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54578380, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481708Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:24:31.481999Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:24:32.112001Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:24:32.602 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[18934]: audit 2024-09-10T19:24:32.132652+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:24:32.602 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[18934]: audit 2024-09-10T19:24:32.133300+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:32.602 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[14970]: audit 2024-09-10T19:24:32.133898+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:24:32.603 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[14970]: audit 2024-09-10T19:24:32.134471+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:32.603 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[14970]: audit 2024-09-10T19:24:32.135034+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:24:32.603 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[14970]: audit 2024-09-10T19:24:32.135621+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:32.603 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[14970]: audit 2024-09-10T19:24:32.136345+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:24:32.603 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[14970]: audit 2024-09-10T19:24:32.136893+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:32.603 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[14970]: audit 2024-09-10T19:24:32.137505+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:24:32.603 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[18934]: audit 2024-09-10T19:24:32.133898+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:24:32.604 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[18934]: audit 2024-09-10T19:24:32.134471+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:32.604 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[18934]: audit 2024-09-10T19:24:32.135034+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:24:32.604 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[18934]: audit 2024-09-10T19:24:32.135621+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:32.604 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[18934]: audit 2024-09-10T19:24:32.136345+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:24:32.604 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[18934]: audit 2024-09-10T19:24:32.136893+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:32.604 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:32 smithi155 bash[18934]: audit 2024-09-10T19:24:32.137505+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:24:32.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:32 smithi189 bash[14634]: cluster 2024-09-10T19:24:30.504545+0000 mgr.y (mgr.24775) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-10T19:24:32.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:32 smithi189 bash[14634]: audit 2024-09-10T19:24:31.483338+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:24:32.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:32 smithi189 bash[14634]: audit 2024-09-10T19:24:31.484717+0000 mon.c (mon.1) 88 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:24:32.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:32 smithi189 bash[14634]: audit 2024-09-10T19:24:31.485441+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:24:32.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:32 smithi189 bash[14634]: audit 2024-09-10T19:24:31.492352+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:24:32.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:32 smithi189 bash[14634]: audit 2024-09-10T19:24:31.495622+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 177104486, \"cpu_percentage\": \"1.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480005Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 439772774, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:24:31.480351Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 148478361, \"cpu_percentage\": \"1.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480568Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56360960, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480730Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54767124, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480888Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_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\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481045Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55144611, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481200Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13883146, \"cpu_percentage\": \"1.80%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481355Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17406361, \"cpu_percentage\": \"0.23%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481512Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54578380, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481708Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:24:31.481999Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:24:32.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:32 smithi189 bash[14634]: audit 2024-09-10T19:24:31.496348+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 177104486, \"cpu_percentage\": \"1.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480005Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 439772774, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:24:31.480351Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 148478361, \"cpu_percentage\": \"1.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480568Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56360960, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480730Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54767124, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480888Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_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\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481045Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55144611, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481200Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13883146, \"cpu_percentage\": \"1.80%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481355Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17406361, \"cpu_percentage\": \"0.23%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481512Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54578380, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481708Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:24:31.481999Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:24:32.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:32 smithi189 bash[14634]: audit 2024-09-10T19:24:31.503308+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 177104486, \"cpu_percentage\": \"1.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480005Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 439772774, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:24:31.480351Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 148478361, \"cpu_percentage\": \"1.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480568Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56360960, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480730Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54767124, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480888Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_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\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481045Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55144611, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481200Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13883146, \"cpu_percentage\": \"1.80%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481355Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17406361, \"cpu_percentage\": \"0.23%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481512Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54578380, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481708Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:24:31.481999Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:24:32.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:32 smithi189 bash[14634]: audit 2024-09-10T19:24:31.716518+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:24:32.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:32 smithi189 bash[14634]: audit 2024-09-10T19:24:31.717604+0000 mon.c (mon.1) 91 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:24:32.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:32 smithi189 bash[14634]: audit 2024-09-10T19:24:31.718055+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:24:32.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:32 smithi189 bash[14634]: audit 2024-09-10T19:24:31.723998+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:24:32.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:32 smithi189 bash[14634]: audit 2024-09-10T19:24:31.726850+0000 mon.c (mon.1) 92 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 153301811, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.711269Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410202931, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.711706Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56319016, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712025Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54945382, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712349Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712650Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56885248, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712939Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 48454696, \"cpu_percentage\": \"0.07%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713249Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713542Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28343009, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713841Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54767124, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.714128Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:24:31.714585Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:24:32.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:32 smithi189 bash[14634]: audit 2024-09-10T19:24:31.727368+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 153301811, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.711269Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410202931, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.711706Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56319016, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712025Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54945382, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712349Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712650Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56885248, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712939Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 48454696, \"cpu_percentage\": \"0.07%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713249Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713542Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28343009, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713841Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54767124, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.714128Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:24:31.714585Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:24:32.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:32 smithi189 bash[14634]: audit 2024-09-10T19:24:31.733173+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 153301811, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.711269Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410202931, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.711706Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56319016, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712025Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54945382, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712349Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712650Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56885248, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712939Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 48454696, \"cpu_percentage\": \"0.07%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713249Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713542Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28343009, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713841Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54767124, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.714128Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:24:31.714585Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:24:32.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:32 smithi189 bash[14634]: audit 2024-09-10T19:24:31.893502+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:24:32.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:32 smithi189 bash[14634]: audit 2024-09-10T19:24:32.113042+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:24:32.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:32 smithi189 bash[14634]: audit 2024-09-10T19:24:32.113707+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:24:32.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:32 smithi189 bash[14634]: audit 2024-09-10T19:24:32.114393+0000 mon.c (mon.1) 96 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:24:32.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:32 smithi189 bash[14634]: audit 2024-09-10T19:24:32.114978+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:24:32.708 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:32 smithi189 bash[14634]: audit 2024-09-10T19:24:32.120666+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:24:32.708 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:32 smithi189 bash[14634]: audit 2024-09-10T19:24:32.122576+0000 mon.c (mon.1) 97 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 177104486, \"cpu_percentage\": \"1.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480005Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 439772774, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:24:31.480351Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 148478361, \"cpu_percentage\": \"1.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480568Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56360960, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480730Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54767124, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480888Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_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\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481045Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55144611, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481200Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13883146, \"cpu_percentage\": \"1.80%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481355Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17406361, \"cpu_percentage\": \"0.23%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481512Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54578380, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481708Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:24:31.481999Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:24:32.112001Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:24:32.709 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:32 smithi189 bash[14634]: audit 2024-09-10T19:24:32.123308+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 177104486, \"cpu_percentage\": \"1.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480005Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 439772774, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:24:31.480351Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 148478361, \"cpu_percentage\": \"1.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480568Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56360960, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480730Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54767124, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480888Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_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\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481045Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55144611, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481200Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13883146, \"cpu_percentage\": \"1.80%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481355Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17406361, \"cpu_percentage\": \"0.23%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481512Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54578380, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481708Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:24:31.481999Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:24:32.112001Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:24:32.709 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:32 smithi189 bash[14634]: audit 2024-09-10T19:24:32.129800+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 177104486, \"cpu_percentage\": \"1.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480005Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 439772774, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:24:31.480351Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 148478361, \"cpu_percentage\": \"1.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480568Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56360960, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480730Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54767124, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.480888Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_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\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481045Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55144611, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481200Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13883146, \"cpu_percentage\": \"1.80%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481355Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17406361, \"cpu_percentage\": \"0.23%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481512Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54578380, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.481708Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:24:31.481999Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:24:32.112001Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:24:32.709 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:32 smithi189 bash[14634]: audit 2024-09-10T19:24:32.132652+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:24:32.709 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:32 smithi189 bash[14634]: audit 2024-09-10T19:24:32.133300+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:32.709 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:32 smithi189 bash[14634]: audit 2024-09-10T19:24:32.133898+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:24:32.709 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:32 smithi189 bash[14634]: audit 2024-09-10T19:24:32.134471+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:32.709 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:32 smithi189 bash[14634]: audit 2024-09-10T19:24:32.135034+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:24:32.709 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:32 smithi189 bash[14634]: audit 2024-09-10T19:24:32.135621+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:32.709 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:32 smithi189 bash[14634]: audit 2024-09-10T19:24:32.136345+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:24:32.709 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:32 smithi189 bash[14634]: audit 2024-09-10T19:24:32.136893+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:32.710 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:32 smithi189 bash[14634]: audit 2024-09-10T19:24:32.137505+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:24:33.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[14970]: audit 2024-09-10T19:24:32.342910+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:24:33.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[14970]: audit 2024-09-10T19:24:32.344631+0000 mon.c (mon.1) 108 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:24:33.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[18934]: audit 2024-09-10T19:24:32.342910+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:24:33.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[18934]: audit 2024-09-10T19:24:32.344631+0000 mon.c (mon.1) 108 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:24:33.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[14970]: audit 2024-09-10T19:24:32.345499+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:24:33.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[18934]: audit 2024-09-10T19:24:32.345499+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:24:33.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[14970]: audit 2024-09-10T19:24:32.353865+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:24:33.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[18934]: audit 2024-09-10T19:24:32.353865+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:24:33.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[14970]: audit 2024-09-10T19:24:32.356941+0000 mon.c (mon.1) 109 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 153301811, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.711269Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410202931, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.711706Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56319016, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712025Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54945382, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712349Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712650Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56885248, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712939Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 48454696, \"cpu_percentage\": \"0.07%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713249Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713542Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28343009, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713841Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54767124, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.714128Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:24:31.714585Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:24:32.341242Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:24:33.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[18934]: audit 2024-09-10T19:24:32.356941+0000 mon.c (mon.1) 109 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 153301811, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.711269Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410202931, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.711706Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56319016, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712025Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54945382, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712349Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712650Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56885248, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712939Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 48454696, \"cpu_percentage\": \"0.07%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713249Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713542Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28343009, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713841Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54767124, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.714128Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:24:31.714585Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:24:32.341242Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:24:33.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[14970]: audit 2024-09-10T19:24:32.357980+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 153301811, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.711269Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410202931, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.711706Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56319016, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712025Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54945382, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712349Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712650Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56885248, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712939Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 48454696, \"cpu_percentage\": \"0.07%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713249Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713542Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28343009, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713841Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54767124, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.714128Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:24:31.714585Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:24:32.341242Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:24:33.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[18934]: audit 2024-09-10T19:24:32.357980+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 153301811, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.711269Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410202931, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.711706Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56319016, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712025Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54945382, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712349Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712650Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56885248, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712939Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 48454696, \"cpu_percentage\": \"0.07%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713249Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713542Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28343009, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713841Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54767124, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.714128Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:24:31.714585Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:24:32.341242Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:24:33.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[14970]: audit 2024-09-10T19:24:32.364204+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 153301811, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.711269Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410202931, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.711706Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56319016, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712025Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54945382, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712349Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712650Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56885248, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712939Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 48454696, \"cpu_percentage\": \"0.07%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713249Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713542Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28343009, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713841Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54767124, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.714128Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:24:31.714585Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:24:32.341242Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:24:33.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[14970]: audit 2024-09-10T19:24:32.365829+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:24:33.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[14970]: audit 2024-09-10T19:24:32.366579+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:33.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[14970]: audit 2024-09-10T19:24:32.367233+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:24:33.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[14970]: audit 2024-09-10T19:24:32.367885+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:33.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[14970]: audit 2024-09-10T19:24:32.368623+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:24:33.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[14970]: audit 2024-09-10T19:24:32.369256+0000 mon.c (mon.1) 115 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:33.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[14970]: audit 2024-09-10T19:24:32.369813+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:24:33.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[14970]: audit 2024-09-10T19:24:32.370364+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:33.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[14970]: audit 2024-09-10T19:24:32.370921+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:24:33.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[14970]: audit 2024-09-10T19:24:32.373358+0000 mon.c (mon.1) 119 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:24:33.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[14970]: audit 2024-09-10T19:24:32.373795+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:24:33.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[14970]: audit 2024-09-10T19:24:32.379350+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:24:33.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[14970]: audit 2024-09-10T19:24:32.436594+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:24:33.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[14970]: audit 2024-09-10T19:24:32.437285+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:24:33.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[14970]: audit 2024-09-10T19:24:32.443096+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:24:33.596 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[18934]: audit 2024-09-10T19:24:32.364204+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 153301811, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.711269Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410202931, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.711706Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56319016, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712025Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54945382, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712349Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712650Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56885248, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712939Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 48454696, \"cpu_percentage\": \"0.07%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713249Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713542Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28343009, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713841Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54767124, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.714128Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:24:31.714585Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:24:32.341242Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:24:33.596 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[18934]: audit 2024-09-10T19:24:32.365829+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:24:33.596 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[18934]: audit 2024-09-10T19:24:32.366579+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:33.596 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[18934]: audit 2024-09-10T19:24:32.367233+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:24:33.597 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[18934]: audit 2024-09-10T19:24:32.367885+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:33.597 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[18934]: audit 2024-09-10T19:24:32.368623+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:24:33.597 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[18934]: audit 2024-09-10T19:24:32.369256+0000 mon.c (mon.1) 115 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:33.597 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[18934]: audit 2024-09-10T19:24:32.369813+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:24:33.597 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[18934]: audit 2024-09-10T19:24:32.370364+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:33.597 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[18934]: audit 2024-09-10T19:24:32.370921+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:24:33.597 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[18934]: audit 2024-09-10T19:24:32.373358+0000 mon.c (mon.1) 119 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:24:33.597 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[18934]: audit 2024-09-10T19:24:32.373795+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:24:33.597 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[18934]: audit 2024-09-10T19:24:32.379350+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:24:33.597 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[18934]: audit 2024-09-10T19:24:32.436594+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:24:33.600 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[18934]: audit 2024-09-10T19:24:32.437285+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:24:33.600 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:33 smithi155 bash[18934]: audit 2024-09-10T19:24:32.443096+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:24:33.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:33 smithi189 bash[14634]: audit 2024-09-10T19:24:32.342910+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:24:33.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:33 smithi189 bash[14634]: audit 2024-09-10T19:24:32.344631+0000 mon.c (mon.1) 108 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:24:33.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:33 smithi189 bash[14634]: audit 2024-09-10T19:24:32.345499+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:24:33.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:33 smithi189 bash[14634]: audit 2024-09-10T19:24:32.353865+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:24:33.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:33 smithi189 bash[14634]: audit 2024-09-10T19:24:32.356941+0000 mon.c (mon.1) 109 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 153301811, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.711269Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410202931, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.711706Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56319016, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712025Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54945382, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712349Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712650Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56885248, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712939Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 48454696, \"cpu_percentage\": \"0.07%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713249Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713542Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28343009, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713841Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54767124, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.714128Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:24:31.714585Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:24:32.341242Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:24:33.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:33 smithi189 bash[14634]: audit 2024-09-10T19:24:32.357980+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 153301811, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.711269Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410202931, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.711706Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56319016, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712025Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54945382, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712349Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712650Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56885248, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712939Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 48454696, \"cpu_percentage\": \"0.07%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713249Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713542Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28343009, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713841Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54767124, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.714128Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:24:31.714585Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:24:32.341242Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:24:33.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:33 smithi189 bash[14634]: audit 2024-09-10T19:24:32.364204+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 153301811, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.711269Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410202931, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.711706Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56319016, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712025Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54945382, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712349Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712650Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56885248, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.712939Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 48454696, \"cpu_percentage\": \"0.07%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713249Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12729712, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713542Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28343009, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.713841Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54767124, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:24:31.714128Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:24:31.714585Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:24:32.341242Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:24:33.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:33 smithi189 bash[14634]: audit 2024-09-10T19:24:32.365829+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:24:33.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:33 smithi189 bash[14634]: audit 2024-09-10T19:24:32.366579+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:33.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:33 smithi189 bash[14634]: audit 2024-09-10T19:24:32.367233+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:24:33.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:33 smithi189 bash[14634]: audit 2024-09-10T19:24:32.367885+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:33.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:33 smithi189 bash[14634]: audit 2024-09-10T19:24:32.368623+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:24:33.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:33 smithi189 bash[14634]: audit 2024-09-10T19:24:32.369256+0000 mon.c (mon.1) 115 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:33.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:33 smithi189 bash[14634]: audit 2024-09-10T19:24:32.369813+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:24:33.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:33 smithi189 bash[14634]: audit 2024-09-10T19:24:32.370364+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:24:33.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:33 smithi189 bash[14634]: audit 2024-09-10T19:24:32.370921+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:24:33.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:33 smithi189 bash[14634]: audit 2024-09-10T19:24:32.373358+0000 mon.c (mon.1) 119 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:24:33.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:33 smithi189 bash[14634]: audit 2024-09-10T19:24:32.373795+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:24:33.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:33 smithi189 bash[14634]: audit 2024-09-10T19:24:32.379350+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:24:33.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:33 smithi189 bash[14634]: audit 2024-09-10T19:24:32.436594+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:24:33.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:33 smithi189 bash[14634]: audit 2024-09-10T19:24:32.437285+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:24:33.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:33 smithi189 bash[14634]: audit 2024-09-10T19:24:32.443096+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:24:34.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:34 smithi189 bash[14634]: cluster 2024-09-10T19:24:32.505259+0000 mgr.y (mgr.24775) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-10T19:24:34.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:34 smithi155 bash[14970]: cluster 2024-09-10T19:24:32.505259+0000 mgr.y (mgr.24775) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-10T19:24:34.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:34 smithi155 bash[18934]: cluster 2024-09-10T19:24:32.505259+0000 mgr.y (mgr.24775) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-10T19:24:36.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:36 smithi155 bash[14970]: cluster 2024-09-10T19:24:34.506030+0000 mgr.y (mgr.24775) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T19:24:36.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:36 smithi155 bash[18934]: cluster 2024-09-10T19:24:34.506030+0000 mgr.y (mgr.24775) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T19:24:36.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:36 smithi189 bash[14634]: cluster 2024-09-10T19:24:34.506030+0000 mgr.y (mgr.24775) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T19:24:38.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:38 smithi155 bash[14970]: cluster 2024-09-10T19:24:36.507521+0000 mgr.y (mgr.24775) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T19:24:38.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:38 smithi155 bash[18934]: cluster 2024-09-10T19:24:36.507521+0000 mgr.y (mgr.24775) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T19:24:38.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:38 smithi189 bash[14634]: cluster 2024-09-10T19:24:36.507521+0000 mgr.y (mgr.24775) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T19:24:39.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:39 smithi155 bash[14970]: cluster 2024-09-10T19:24:38.508216+0000 mgr.y (mgr.24775) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:24:39.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:39 smithi155 bash[18934]: cluster 2024-09-10T19:24:38.508216+0000 mgr.y (mgr.24775) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:24:39.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:39 smithi189 bash[14634]: cluster 2024-09-10T19:24:38.508216+0000 mgr.y (mgr.24775) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:24:42.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:42 smithi189 bash[14634]: cluster 2024-09-10T19:24:40.509707+0000 mgr.y (mgr.24775) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:24:42.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:42 smithi155 bash[18934]: cluster 2024-09-10T19:24:40.509707+0000 mgr.y (mgr.24775) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:24:42.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:42 smithi155 bash[14970]: cluster 2024-09-10T19:24:40.509707+0000 mgr.y (mgr.24775) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:24:44.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:44 smithi189 bash[14634]: cluster 2024-09-10T19:24:42.510388+0000 mgr.y (mgr.24775) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:44.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:44 smithi155 bash[14970]: cluster 2024-09-10T19:24:42.510388+0000 mgr.y (mgr.24775) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:44.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:44 smithi155 bash[18934]: cluster 2024-09-10T19:24:42.510388+0000 mgr.y (mgr.24775) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:46.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:46 smithi155 bash[18934]: cluster 2024-09-10T19:24:44.511200+0000 mgr.y (mgr.24775) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:46.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:46 smithi155 bash[14970]: cluster 2024-09-10T19:24:44.511200+0000 mgr.y (mgr.24775) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:46.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:46 smithi189 bash[14634]: cluster 2024-09-10T19:24:44.511200+0000 mgr.y (mgr.24775) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:48.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:48 smithi155 bash[18934]: cluster 2024-09-10T19:24:46.512687+0000 mgr.y (mgr.24775) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:48.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:48 smithi155 bash[14970]: cluster 2024-09-10T19:24:46.512687+0000 mgr.y (mgr.24775) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:48.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:48 smithi189 bash[14634]: cluster 2024-09-10T19:24:46.512687+0000 mgr.y (mgr.24775) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:50.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:50 smithi155 bash[18934]: cluster 2024-09-10T19:24:48.513394+0000 mgr.y (mgr.24775) 18 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:50.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:50 smithi155 bash[14970]: cluster 2024-09-10T19:24:48.513394+0000 mgr.y (mgr.24775) 18 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:50.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:50 smithi189 bash[14634]: cluster 2024-09-10T19:24:48.513394+0000 mgr.y (mgr.24775) 18 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:52.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:52 smithi155 bash[18934]: cluster 2024-09-10T19:24:50.514830+0000 mgr.y (mgr.24775) 19 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:52.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:52 smithi155 bash[14970]: cluster 2024-09-10T19:24:50.514830+0000 mgr.y (mgr.24775) 19 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:52.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:52 smithi189 bash[14634]: cluster 2024-09-10T19:24:50.514830+0000 mgr.y (mgr.24775) 19 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:54.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:54 smithi155 bash[14970]: cluster 2024-09-10T19:24:52.515512+0000 mgr.y (mgr.24775) 20 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:54.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:54 smithi155 bash[18934]: cluster 2024-09-10T19:24:52.515512+0000 mgr.y (mgr.24775) 20 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:54.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:54 smithi189 bash[14634]: cluster 2024-09-10T19:24:52.515512+0000 mgr.y (mgr.24775) 20 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:56.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:56 smithi155 bash[14970]: cluster 2024-09-10T19:24:54.516214+0000 mgr.y (mgr.24775) 21 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:56.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:56 smithi155 bash[18934]: cluster 2024-09-10T19:24:54.516214+0000 mgr.y (mgr.24775) 21 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:56.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:56 smithi189 bash[14634]: cluster 2024-09-10T19:24:54.516214+0000 mgr.y (mgr.24775) 21 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:58.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:24:58 smithi155 bash[14970]: cluster 2024-09-10T19:24:56.517597+0000 mgr.y (mgr.24775) 22 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:58.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:24:58 smithi155 bash[18934]: cluster 2024-09-10T19:24:56.517597+0000 mgr.y (mgr.24775) 22 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:24:58.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:24:58 smithi189 bash[14634]: cluster 2024-09-10T19:24:56.517597+0000 mgr.y (mgr.24775) 22 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:00.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:00 smithi155 bash[14970]: cluster 2024-09-10T19:24:58.518300+0000 mgr.y (mgr.24775) 23 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:00.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:00 smithi155 bash[18934]: cluster 2024-09-10T19:24:58.518300+0000 mgr.y (mgr.24775) 23 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:00.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:00 smithi189 bash[14634]: cluster 2024-09-10T19:24:58.518300+0000 mgr.y (mgr.24775) 23 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:02.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:02 smithi155 bash[14970]: cluster 2024-09-10T19:25:00.519800+0000 mgr.y (mgr.24775) 24 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:02.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:02 smithi155 bash[18934]: cluster 2024-09-10T19:25:00.519800+0000 mgr.y (mgr.24775) 24 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:02.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:02 smithi189 bash[14634]: cluster 2024-09-10T19:25:00.519800+0000 mgr.y (mgr.24775) 24 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:04.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:04 smithi155 bash[14970]: cluster 2024-09-10T19:25:02.520493+0000 mgr.y (mgr.24775) 25 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:04.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:04 smithi155 bash[18934]: cluster 2024-09-10T19:25:02.520493+0000 mgr.y (mgr.24775) 25 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:04.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:04 smithi189 bash[14634]: cluster 2024-09-10T19:25:02.520493+0000 mgr.y (mgr.24775) 25 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:06.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:06 smithi155 bash[14970]: cluster 2024-09-10T19:25:04.521192+0000 mgr.y (mgr.24775) 26 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:06.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:06 smithi155 bash[18934]: cluster 2024-09-10T19:25:04.521192+0000 mgr.y (mgr.24775) 26 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:06.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:06 smithi189 bash[14634]: cluster 2024-09-10T19:25:04.521192+0000 mgr.y (mgr.24775) 26 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:08.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:08 smithi155 bash[14970]: cluster 2024-09-10T19:25:06.522614+0000 mgr.y (mgr.24775) 27 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:08.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:08 smithi155 bash[18934]: cluster 2024-09-10T19:25:06.522614+0000 mgr.y (mgr.24775) 27 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:08.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:08 smithi189 bash[14634]: cluster 2024-09-10T19:25:06.522614+0000 mgr.y (mgr.24775) 27 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:10.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:10 smithi155 bash[14970]: cluster 2024-09-10T19:25:08.523246+0000 mgr.y (mgr.24775) 28 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:10.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:10 smithi155 bash[18934]: cluster 2024-09-10T19:25:08.523246+0000 mgr.y (mgr.24775) 28 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:10.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:10 smithi189 bash[14634]: cluster 2024-09-10T19:25:08.523246+0000 mgr.y (mgr.24775) 28 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:12.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:12 smithi155 bash[14970]: cluster 2024-09-10T19:25:10.524720+0000 mgr.y (mgr.24775) 29 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:12.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:12 smithi155 bash[18934]: cluster 2024-09-10T19:25:10.524720+0000 mgr.y (mgr.24775) 29 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:12.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:12 smithi189 bash[14634]: cluster 2024-09-10T19:25:10.524720+0000 mgr.y (mgr.24775) 29 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:14.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:14 smithi155 bash[14970]: cluster 2024-09-10T19:25:12.525423+0000 mgr.y (mgr.24775) 30 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:14.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:14 smithi155 bash[18934]: cluster 2024-09-10T19:25:12.525423+0000 mgr.y (mgr.24775) 30 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:14.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:14 smithi189 bash[14634]: cluster 2024-09-10T19:25:12.525423+0000 mgr.y (mgr.24775) 30 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:16.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:16 smithi155 bash[14970]: cluster 2024-09-10T19:25:14.526107+0000 mgr.y (mgr.24775) 31 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:16.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:16 smithi155 bash[18934]: cluster 2024-09-10T19:25:14.526107+0000 mgr.y (mgr.24775) 31 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:16.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:16 smithi189 bash[14634]: cluster 2024-09-10T19:25:14.526107+0000 mgr.y (mgr.24775) 31 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:18.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:18 smithi155 bash[14970]: cluster 2024-09-10T19:25:16.527584+0000 mgr.y (mgr.24775) 32 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:18.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:18 smithi155 bash[18934]: cluster 2024-09-10T19:25:16.527584+0000 mgr.y (mgr.24775) 32 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:18.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:18 smithi189 bash[14634]: cluster 2024-09-10T19:25:16.527584+0000 mgr.y (mgr.24775) 32 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:20.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:20 smithi155 bash[18934]: cluster 2024-09-10T19:25:18.528426+0000 mgr.y (mgr.24775) 33 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:20.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:20 smithi155 bash[14970]: cluster 2024-09-10T19:25:18.528426+0000 mgr.y (mgr.24775) 33 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:20.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:20 smithi189 bash[14634]: cluster 2024-09-10T19:25:18.528426+0000 mgr.y (mgr.24775) 33 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:22.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:22 smithi189 bash[14634]: cluster 2024-09-10T19:25:20.529861+0000 mgr.y (mgr.24775) 34 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:22.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:22 smithi155 bash[14970]: cluster 2024-09-10T19:25:20.529861+0000 mgr.y (mgr.24775) 34 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:22.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:22 smithi155 bash[18934]: cluster 2024-09-10T19:25:20.529861+0000 mgr.y (mgr.24775) 34 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:23.589 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:25:23 smithi155 bash[39610]: ts=2024-09-10T19:25:23.250Z caller=dispatch.go:353 level=error component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="web.hook/webhook[0]: notify retry canceled after 17 attempts: Post \"\": dial tcp 127.0.0.1:5001: connect: connection refused" 2024-09-10T19:25:23.590 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:25:23 smithi155 bash[39610]: ts=2024-09-10T19:25:23.251Z caller=notify.go:848 level=warn component=dispatcher receiver=web.hook integration=webhook[0] aggrGroup="{}:{alertname=\"CephMgrPrometheusModuleInactive\"}" msg="Notify attempt failed, will retry later" attempts=1 err="Post \"\": dial tcp 127.0.0.1:5001: connect: connection refused" 2024-09-10T19:25:24.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:24 smithi189 bash[14634]: cluster 2024-09-10T19:25:22.530549+0000 mgr.y (mgr.24775) 35 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:24.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:24 smithi155 bash[14970]: cluster 2024-09-10T19:25:22.530549+0000 mgr.y (mgr.24775) 35 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:24.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:24 smithi155 bash[18934]: cluster 2024-09-10T19:25:22.530549+0000 mgr.y (mgr.24775) 35 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:25.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:25 smithi189 bash[14634]: audit 2024-09-10T19:25:24.775943+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-10T19:25:25.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:25 smithi189 bash[14634]: audit 2024-09-10T19:25:24.776523+0000 mon.c (mon.1) 122 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T19:25:25.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:25 smithi189 bash[14634]: audit 2024-09-10T19:25:24.776805+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-10T19:25:25.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:25 smithi189 bash[14634]: audit 2024-09-10T19:25:24.777028+0000 mon.c (mon.1) 123 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-10T19:25:25.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:25 smithi189 bash[14634]: audit 2024-09-10T19:25:24.777500+0000 mon.c (mon.1) 124 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T19:25:25.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:25 smithi189 bash[14634]: audit 2024-09-10T19:25:24.778190+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T19:25:25.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:25 smithi189 bash[14634]: audit 2024-09-10T19:25:24.778974+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-10T19:25:25.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:25 smithi189 bash[14634]: audit 2024-09-10T19:25:24.779761+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T19:25:25.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:25 smithi155 bash[14970]: audit 2024-09-10T19:25:24.775943+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-10T19:25:25.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:25 smithi155 bash[14970]: audit 2024-09-10T19:25:24.776523+0000 mon.c (mon.1) 122 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T19:25:25.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:25 smithi155 bash[14970]: audit 2024-09-10T19:25:24.776805+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-10T19:25:25.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:25 smithi155 bash[14970]: audit 2024-09-10T19:25:24.777028+0000 mon.c (mon.1) 123 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-10T19:25:25.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:25 smithi155 bash[14970]: audit 2024-09-10T19:25:24.777500+0000 mon.c (mon.1) 124 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T19:25:25.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:25 smithi155 bash[14970]: audit 2024-09-10T19:25:24.778190+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T19:25:25.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:25 smithi155 bash[14970]: audit 2024-09-10T19:25:24.778974+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-10T19:25:25.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:25 smithi155 bash[14970]: audit 2024-09-10T19:25:24.779761+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T19:25:25.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:25 smithi155 bash[18934]: audit 2024-09-10T19:25:24.775943+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-10T19:25:25.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:25 smithi155 bash[18934]: audit 2024-09-10T19:25:24.776523+0000 mon.c (mon.1) 122 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T19:25:25.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:25 smithi155 bash[18934]: audit 2024-09-10T19:25:24.776805+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-10T19:25:25.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:25 smithi155 bash[18934]: audit 2024-09-10T19:25:24.777028+0000 mon.c (mon.1) 123 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-10T19:25:25.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:25 smithi155 bash[18934]: audit 2024-09-10T19:25:24.777500+0000 mon.c (mon.1) 124 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T19:25:25.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:25 smithi155 bash[18934]: audit 2024-09-10T19:25:24.778190+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T19:25:25.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:25 smithi155 bash[18934]: audit 2024-09-10T19:25:24.778974+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-10T19:25:25.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:25 smithi155 bash[18934]: audit 2024-09-10T19:25:24.779761+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T19:25:26.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:26 smithi189 bash[14634]: cluster 2024-09-10T19:25:24.531331+0000 mgr.y (mgr.24775) 36 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:26.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:26 smithi155 bash[14970]: cluster 2024-09-10T19:25:24.531331+0000 mgr.y (mgr.24775) 36 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:26.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:26 smithi155 bash[18934]: cluster 2024-09-10T19:25:24.531331+0000 mgr.y (mgr.24775) 36 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:28.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:28 smithi189 bash[14634]: cluster 2024-09-10T19:25:26.532921+0000 mgr.y (mgr.24775) 37 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:28.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:28 smithi155 bash[14970]: cluster 2024-09-10T19:25:26.532921+0000 mgr.y (mgr.24775) 37 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:28.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:28 smithi155 bash[18934]: cluster 2024-09-10T19:25:26.532921+0000 mgr.y (mgr.24775) 37 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:30.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:30 smithi189 bash[14634]: cluster 2024-09-10T19:25:28.533572+0000 mgr.y (mgr.24775) 38 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:30.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:30 smithi155 bash[18934]: cluster 2024-09-10T19:25:28.533572+0000 mgr.y (mgr.24775) 38 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:30.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:30 smithi155 bash[14970]: cluster 2024-09-10T19:25:28.533572+0000 mgr.y (mgr.24775) 38 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:32.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:32 smithi189 bash[14634]: cluster 2024-09-10T19:25:30.535008+0000 mgr.y (mgr.24775) 39 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:32.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:32 smithi155 bash[18934]: cluster 2024-09-10T19:25:30.535008+0000 mgr.y (mgr.24775) 39 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:32.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:32 smithi155 bash[14970]: cluster 2024-09-10T19:25:30.535008+0000 mgr.y (mgr.24775) 39 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:33.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:33 smithi189 bash[14634]: audit 2024-09-10T19:25:32.955190+0000 mon.c (mon.1) 125 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:25:33.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:33 smithi189 bash[14634]: audit 2024-09-10T19:25:32.955764+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:25:33.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:33 smithi189 bash[14634]: audit 2024-09-10T19:25:32.961452+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:25:33.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:33 smithi155 bash[18934]: audit 2024-09-10T19:25:32.955190+0000 mon.c (mon.1) 125 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:25:33.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:33 smithi155 bash[18934]: audit 2024-09-10T19:25:32.955764+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:25:33.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:33 smithi155 bash[18934]: audit 2024-09-10T19:25:32.961452+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:25:33.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:33 smithi155 bash[14970]: audit 2024-09-10T19:25:32.955190+0000 mon.c (mon.1) 125 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:25:33.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:33 smithi155 bash[14970]: audit 2024-09-10T19:25:32.955764+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:25:33.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:33 smithi155 bash[14970]: audit 2024-09-10T19:25:32.961452+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:25:34.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:34 smithi189 bash[14634]: cluster 2024-09-10T19:25:32.535908+0000 mgr.y (mgr.24775) 40 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:34.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:34 smithi155 bash[18934]: cluster 2024-09-10T19:25:32.535908+0000 mgr.y (mgr.24775) 40 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:34.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:34 smithi155 bash[14970]: cluster 2024-09-10T19:25:32.535908+0000 mgr.y (mgr.24775) 40 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:36.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:36 smithi189 bash[14634]: cluster 2024-09-10T19:25:34.536638+0000 mgr.y (mgr.24775) 41 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:36.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:36 smithi155 bash[14970]: cluster 2024-09-10T19:25:34.536638+0000 mgr.y (mgr.24775) 41 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:36.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:36 smithi155 bash[18934]: cluster 2024-09-10T19:25:34.536638+0000 mgr.y (mgr.24775) 41 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:38.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:38 smithi189 bash[14634]: cluster 2024-09-10T19:25:36.538076+0000 mgr.y (mgr.24775) 42 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:38.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:38 smithi155 bash[14970]: cluster 2024-09-10T19:25:36.538076+0000 mgr.y (mgr.24775) 42 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:38.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:38 smithi155 bash[18934]: cluster 2024-09-10T19:25:36.538076+0000 mgr.y (mgr.24775) 42 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:40.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:40 smithi189 bash[14634]: cluster 2024-09-10T19:25:38.538778+0000 mgr.y (mgr.24775) 43 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:40.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:40 smithi155 bash[18934]: cluster 2024-09-10T19:25:38.538778+0000 mgr.y (mgr.24775) 43 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:40.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:40 smithi155 bash[14970]: cluster 2024-09-10T19:25:38.538778+0000 mgr.y (mgr.24775) 43 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:42.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:42 smithi189 bash[14634]: cluster 2024-09-10T19:25:40.540229+0000 mgr.y (mgr.24775) 44 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:42.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:42 smithi155 bash[14970]: cluster 2024-09-10T19:25:40.540229+0000 mgr.y (mgr.24775) 44 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:42.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:42 smithi155 bash[18934]: cluster 2024-09-10T19:25:40.540229+0000 mgr.y (mgr.24775) 44 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:44.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:44 smithi189 bash[14634]: cluster 2024-09-10T19:25:42.540858+0000 mgr.y (mgr.24775) 45 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:44.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:44 smithi155 bash[14970]: cluster 2024-09-10T19:25:42.540858+0000 mgr.y (mgr.24775) 45 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:44.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:44 smithi155 bash[18934]: cluster 2024-09-10T19:25:42.540858+0000 mgr.y (mgr.24775) 45 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:46.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:46 smithi189 bash[14634]: cluster 2024-09-10T19:25:44.541528+0000 mgr.y (mgr.24775) 46 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:46.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:46 smithi155 bash[14970]: cluster 2024-09-10T19:25:44.541528+0000 mgr.y (mgr.24775) 46 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:46.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:46 smithi155 bash[18934]: cluster 2024-09-10T19:25:44.541528+0000 mgr.y (mgr.24775) 46 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:48.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:48 smithi155 bash[14970]: cluster 2024-09-10T19:25:46.542952+0000 mgr.y (mgr.24775) 47 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:48.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:48 smithi155 bash[18934]: cluster 2024-09-10T19:25:46.542952+0000 mgr.y (mgr.24775) 47 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:48.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:48 smithi189 bash[14634]: cluster 2024-09-10T19:25:46.542952+0000 mgr.y (mgr.24775) 47 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:50.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:50 smithi155 bash[14970]: cluster 2024-09-10T19:25:48.543645+0000 mgr.y (mgr.24775) 48 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:50.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:50 smithi155 bash[18934]: cluster 2024-09-10T19:25:48.543645+0000 mgr.y (mgr.24775) 48 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:50.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:50 smithi189 bash[14634]: cluster 2024-09-10T19:25:48.543645+0000 mgr.y (mgr.24775) 48 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:52.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:52 smithi155 bash[14970]: cluster 2024-09-10T19:25:50.545107+0000 mgr.y (mgr.24775) 49 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:52.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:52 smithi155 bash[18934]: cluster 2024-09-10T19:25:50.545107+0000 mgr.y (mgr.24775) 49 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:52.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:52 smithi189 bash[14634]: cluster 2024-09-10T19:25:50.545107+0000 mgr.y (mgr.24775) 49 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:54.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:54 smithi155 bash[14970]: cluster 2024-09-10T19:25:52.545753+0000 mgr.y (mgr.24775) 50 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:54.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:54 smithi155 bash[18934]: cluster 2024-09-10T19:25:52.545753+0000 mgr.y (mgr.24775) 50 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:54.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:54 smithi189 bash[14634]: cluster 2024-09-10T19:25:52.545753+0000 mgr.y (mgr.24775) 50 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:56.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:56 smithi155 bash[14970]: cluster 2024-09-10T19:25:54.546414+0000 mgr.y (mgr.24775) 51 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:56.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:56 smithi155 bash[18934]: cluster 2024-09-10T19:25:54.546414+0000 mgr.y (mgr.24775) 51 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:56.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:56 smithi189 bash[14634]: cluster 2024-09-10T19:25:54.546414+0000 mgr.y (mgr.24775) 51 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:58.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:25:58 smithi155 bash[14970]: cluster 2024-09-10T19:25:56.547856+0000 mgr.y (mgr.24775) 52 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:58.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:25:58 smithi155 bash[18934]: cluster 2024-09-10T19:25:56.547856+0000 mgr.y (mgr.24775) 52 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:25:58.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:25:58 smithi189 bash[14634]: cluster 2024-09-10T19:25:56.547856+0000 mgr.y (mgr.24775) 52 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:00.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:00 smithi155 bash[14970]: cluster 2024-09-10T19:25:58.548564+0000 mgr.y (mgr.24775) 53 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:00.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:00 smithi155 bash[18934]: cluster 2024-09-10T19:25:58.548564+0000 mgr.y (mgr.24775) 53 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:00.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:00 smithi189 bash[14634]: cluster 2024-09-10T19:25:58.548564+0000 mgr.y (mgr.24775) 53 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:02.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:02 smithi155 bash[14970]: cluster 2024-09-10T19:26:00.550012+0000 mgr.y (mgr.24775) 54 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:02.632 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:02 smithi155 bash[18934]: cluster 2024-09-10T19:26:00.550012+0000 mgr.y (mgr.24775) 54 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:02.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:02 smithi189 bash[14634]: cluster 2024-09-10T19:26:00.550012+0000 mgr.y (mgr.24775) 54 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:04.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:04 smithi155 bash[14970]: cluster 2024-09-10T19:26:02.550693+0000 mgr.y (mgr.24775) 55 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:04.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:04 smithi155 bash[18934]: cluster 2024-09-10T19:26:02.550693+0000 mgr.y (mgr.24775) 55 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:04.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:04 smithi189 bash[14634]: cluster 2024-09-10T19:26:02.550693+0000 mgr.y (mgr.24775) 55 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:06.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:06 smithi155 bash[14970]: cluster 2024-09-10T19:26:04.551350+0000 mgr.y (mgr.24775) 56 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:06.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:06 smithi155 bash[18934]: cluster 2024-09-10T19:26:04.551350+0000 mgr.y (mgr.24775) 56 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:06.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:06 smithi189 bash[14634]: cluster 2024-09-10T19:26:04.551350+0000 mgr.y (mgr.24775) 56 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:08.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:08 smithi155 bash[14970]: cluster 2024-09-10T19:26:06.552818+0000 mgr.y (mgr.24775) 57 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:08.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:08 smithi155 bash[18934]: cluster 2024-09-10T19:26:06.552818+0000 mgr.y (mgr.24775) 57 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:08.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:08 smithi189 bash[14634]: cluster 2024-09-10T19:26:06.552818+0000 mgr.y (mgr.24775) 57 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:10.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:10 smithi155 bash[14970]: cluster 2024-09-10T19:26:08.553608+0000 mgr.y (mgr.24775) 58 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:10.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:10 smithi155 bash[18934]: cluster 2024-09-10T19:26:08.553608+0000 mgr.y (mgr.24775) 58 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:10.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:10 smithi189 bash[14634]: cluster 2024-09-10T19:26:08.553608+0000 mgr.y (mgr.24775) 58 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:12.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:12 smithi155 bash[14970]: cluster 2024-09-10T19:26:10.555182+0000 mgr.y (mgr.24775) 59 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:12.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:12 smithi155 bash[18934]: cluster 2024-09-10T19:26:10.555182+0000 mgr.y (mgr.24775) 59 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:12.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:12 smithi189 bash[14634]: cluster 2024-09-10T19:26:10.555182+0000 mgr.y (mgr.24775) 59 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:14.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:14 smithi155 bash[14970]: cluster 2024-09-10T19:26:12.555895+0000 mgr.y (mgr.24775) 60 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:14.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:14 smithi155 bash[18934]: cluster 2024-09-10T19:26:12.555895+0000 mgr.y (mgr.24775) 60 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:14.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:14 smithi189 bash[14634]: cluster 2024-09-10T19:26:12.555895+0000 mgr.y (mgr.24775) 60 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:16.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:16 smithi155 bash[14970]: cluster 2024-09-10T19:26:14.556615+0000 mgr.y (mgr.24775) 61 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:16.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:16 smithi155 bash[18934]: cluster 2024-09-10T19:26:14.556615+0000 mgr.y (mgr.24775) 61 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:16.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:16 smithi189 bash[14634]: cluster 2024-09-10T19:26:14.556615+0000 mgr.y (mgr.24775) 61 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:18.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:18 smithi155 bash[14970]: cluster 2024-09-10T19:26:16.558070+0000 mgr.y (mgr.24775) 62 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:18.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:18 smithi155 bash[18934]: cluster 2024-09-10T19:26:16.558070+0000 mgr.y (mgr.24775) 62 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:18.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:18 smithi189 bash[14634]: cluster 2024-09-10T19:26:16.558070+0000 mgr.y (mgr.24775) 62 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:20.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:20 smithi155 bash[14970]: cluster 2024-09-10T19:26:18.558761+0000 mgr.y (mgr.24775) 63 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:20.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:20 smithi155 bash[18934]: cluster 2024-09-10T19:26:18.558761+0000 mgr.y (mgr.24775) 63 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:20.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:20 smithi189 bash[14634]: cluster 2024-09-10T19:26:18.558761+0000 mgr.y (mgr.24775) 63 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:22.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:22 smithi155 bash[14970]: cluster 2024-09-10T19:26:20.560236+0000 mgr.y (mgr.24775) 64 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:22.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:22 smithi155 bash[18934]: cluster 2024-09-10T19:26:20.560236+0000 mgr.y (mgr.24775) 64 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:22.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:22 smithi189 bash[14634]: cluster 2024-09-10T19:26:20.560236+0000 mgr.y (mgr.24775) 64 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:24.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:24 smithi155 bash[14970]: cluster 2024-09-10T19:26:22.560901+0000 mgr.y (mgr.24775) 65 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:24.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:24 smithi155 bash[18934]: cluster 2024-09-10T19:26:22.560901+0000 mgr.y (mgr.24775) 65 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:24.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:24 smithi189 bash[14634]: cluster 2024-09-10T19:26:22.560901+0000 mgr.y (mgr.24775) 65 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:25.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:25 smithi155 bash[14970]: audit 2024-09-10T19:26:24.784292+0000 mon.c (mon.1) 126 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-10T19:26:25.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:25 smithi155 bash[14970]: audit 2024-09-10T19:26:24.784812+0000 mon.c (mon.1) 127 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:26:25.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:25 smithi155 bash[14970]: audit 2024-09-10T19:26:24.785113+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-10T19:26:25.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:25 smithi155 bash[14970]: audit 2024-09-10T19:26:24.785358+0000 mon.c (mon.1) 128 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-10T19:26:25.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:25 smithi155 bash[14970]: audit 2024-09-10T19:26:24.785894+0000 mon.c (mon.1) 129 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T19:26:25.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:25 smithi155 bash[14970]: audit 2024-09-10T19:26:24.786543+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:26:25.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:25 smithi155 bash[14970]: audit 2024-09-10T19:26:24.787276+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-10T19:26:25.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:25 smithi155 bash[14970]: audit 2024-09-10T19:26:24.787751+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T19:26:25.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:25 smithi155 bash[18934]: audit 2024-09-10T19:26:24.784292+0000 mon.c (mon.1) 126 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-10T19:26:25.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:25 smithi155 bash[18934]: audit 2024-09-10T19:26:24.784812+0000 mon.c (mon.1) 127 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:26:25.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:25 smithi155 bash[18934]: audit 2024-09-10T19:26:24.785113+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-10T19:26:25.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:25 smithi155 bash[18934]: audit 2024-09-10T19:26:24.785358+0000 mon.c (mon.1) 128 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-10T19:26:25.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:25 smithi155 bash[18934]: audit 2024-09-10T19:26:24.785894+0000 mon.c (mon.1) 129 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T19:26:25.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:25 smithi155 bash[18934]: audit 2024-09-10T19:26:24.786543+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:26:25.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:25 smithi155 bash[18934]: audit 2024-09-10T19:26:24.787276+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-10T19:26:25.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:25 smithi155 bash[18934]: audit 2024-09-10T19:26:24.787751+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T19:26:25.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:25 smithi189 bash[14634]: audit 2024-09-10T19:26:24.784292+0000 mon.c (mon.1) 126 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-10T19:26:25.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:25 smithi189 bash[14634]: audit 2024-09-10T19:26:24.784812+0000 mon.c (mon.1) 127 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:26:25.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:25 smithi189 bash[14634]: audit 2024-09-10T19:26:24.785113+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-10T19:26:25.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:25 smithi189 bash[14634]: audit 2024-09-10T19:26:24.785358+0000 mon.c (mon.1) 128 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-10T19:26:25.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:25 smithi189 bash[14634]: audit 2024-09-10T19:26:24.785894+0000 mon.c (mon.1) 129 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T19:26:25.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:25 smithi189 bash[14634]: audit 2024-09-10T19:26:24.786543+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:26:25.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:25 smithi189 bash[14634]: audit 2024-09-10T19:26:24.787276+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-10T19:26:25.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:25 smithi189 bash[14634]: audit 2024-09-10T19:26:24.787751+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T19:26:26.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:26 smithi155 bash[14970]: cluster 2024-09-10T19:26:24.561636+0000 mgr.y (mgr.24775) 66 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:26.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:26 smithi155 bash[18934]: cluster 2024-09-10T19:26:24.561636+0000 mgr.y (mgr.24775) 66 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:26.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:26 smithi189 bash[14634]: cluster 2024-09-10T19:26:24.561636+0000 mgr.y (mgr.24775) 66 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:28.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:28 smithi155 bash[14970]: cluster 2024-09-10T19:26:26.563124+0000 mgr.y (mgr.24775) 67 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:28.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:28 smithi155 bash[18934]: cluster 2024-09-10T19:26:26.563124+0000 mgr.y (mgr.24775) 67 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:28.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:28 smithi189 bash[14634]: cluster 2024-09-10T19:26:26.563124+0000 mgr.y (mgr.24775) 67 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:30.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:30 smithi155 bash[14970]: cluster 2024-09-10T19:26:28.563823+0000 mgr.y (mgr.24775) 68 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:30.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:30 smithi155 bash[18934]: cluster 2024-09-10T19:26:28.563823+0000 mgr.y (mgr.24775) 68 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:30.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:30 smithi189 bash[14634]: cluster 2024-09-10T19:26:28.563823+0000 mgr.y (mgr.24775) 68 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:32.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:32 smithi189 bash[14634]: cluster 2024-09-10T19:26:30.565369+0000 mgr.y (mgr.24775) 69 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:32.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:32 smithi155 bash[14970]: cluster 2024-09-10T19:26:30.565369+0000 mgr.y (mgr.24775) 69 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:32.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:32 smithi155 bash[18934]: cluster 2024-09-10T19:26:30.565369+0000 mgr.y (mgr.24775) 69 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:34.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:34 smithi189 bash[14634]: cluster 2024-09-10T19:26:32.566167+0000 mgr.y (mgr.24775) 70 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:34.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:34 smithi189 bash[14634]: audit 2024-09-10T19:26:33.473360+0000 mon.c (mon.1) 130 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:26:34.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:34 smithi189 bash[14634]: audit 2024-09-10T19:26:33.474092+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:26:34.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:34 smithi189 bash[14634]: audit 2024-09-10T19:26:33.480316+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:26:34.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:34 smithi155 bash[14970]: cluster 2024-09-10T19:26:32.566167+0000 mgr.y (mgr.24775) 70 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:34.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:34 smithi155 bash[14970]: audit 2024-09-10T19:26:33.473360+0000 mon.c (mon.1) 130 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:26:34.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:34 smithi155 bash[14970]: audit 2024-09-10T19:26:33.474092+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:26:34.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:34 smithi155 bash[14970]: audit 2024-09-10T19:26:33.480316+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:26:34.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:34 smithi155 bash[18934]: cluster 2024-09-10T19:26:32.566167+0000 mgr.y (mgr.24775) 70 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:34.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:34 smithi155 bash[18934]: audit 2024-09-10T19:26:33.473360+0000 mon.c (mon.1) 130 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:26:34.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:34 smithi155 bash[18934]: audit 2024-09-10T19:26:33.474092+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:26:34.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:34 smithi155 bash[18934]: audit 2024-09-10T19:26:33.480316+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:26:36.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:36 smithi189 bash[14634]: cluster 2024-09-10T19:26:34.566883+0000 mgr.y (mgr.24775) 71 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:36.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:36 smithi155 bash[14970]: cluster 2024-09-10T19:26:34.566883+0000 mgr.y (mgr.24775) 71 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:36.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:36 smithi155 bash[18934]: cluster 2024-09-10T19:26:34.566883+0000 mgr.y (mgr.24775) 71 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:38.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:38 smithi189 bash[14634]: cluster 2024-09-10T19:26:36.568348+0000 mgr.y (mgr.24775) 72 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:38.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:38 smithi155 bash[14970]: cluster 2024-09-10T19:26:36.568348+0000 mgr.y (mgr.24775) 72 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:38.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:38 smithi155 bash[18934]: cluster 2024-09-10T19:26:36.568348+0000 mgr.y (mgr.24775) 72 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:40.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:40 smithi189 bash[14634]: cluster 2024-09-10T19:26:38.569041+0000 mgr.y (mgr.24775) 73 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:40.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:40 smithi155 bash[14970]: cluster 2024-09-10T19:26:38.569041+0000 mgr.y (mgr.24775) 73 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:40.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:40 smithi155 bash[18934]: cluster 2024-09-10T19:26:38.569041+0000 mgr.y (mgr.24775) 73 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:42.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:42 smithi189 bash[14634]: cluster 2024-09-10T19:26:40.570497+0000 mgr.y (mgr.24775) 74 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:42.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:42 smithi155 bash[18934]: cluster 2024-09-10T19:26:40.570497+0000 mgr.y (mgr.24775) 74 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:42.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:42 smithi155 bash[14970]: cluster 2024-09-10T19:26:40.570497+0000 mgr.y (mgr.24775) 74 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:44.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:44 smithi189 bash[14634]: cluster 2024-09-10T19:26:42.571208+0000 mgr.y (mgr.24775) 75 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:44.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:44 smithi155 bash[14970]: cluster 2024-09-10T19:26:42.571208+0000 mgr.y (mgr.24775) 75 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:44.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:44 smithi155 bash[18934]: cluster 2024-09-10T19:26:42.571208+0000 mgr.y (mgr.24775) 75 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:46.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:46 smithi189 bash[14634]: cluster 2024-09-10T19:26:44.571885+0000 mgr.y (mgr.24775) 76 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:46.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:46 smithi155 bash[14970]: cluster 2024-09-10T19:26:44.571885+0000 mgr.y (mgr.24775) 76 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:46.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:46 smithi155 bash[18934]: cluster 2024-09-10T19:26:44.571885+0000 mgr.y (mgr.24775) 76 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:48.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:48 smithi189 bash[14634]: cluster 2024-09-10T19:26:46.573359+0000 mgr.y (mgr.24775) 77 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:48.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:48 smithi155 bash[14970]: cluster 2024-09-10T19:26:46.573359+0000 mgr.y (mgr.24775) 77 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:48.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:48 smithi155 bash[18934]: cluster 2024-09-10T19:26:46.573359+0000 mgr.y (mgr.24775) 77 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:50.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:50 smithi189 bash[14634]: cluster 2024-09-10T19:26:48.574135+0000 mgr.y (mgr.24775) 78 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:50.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:50 smithi155 bash[14970]: cluster 2024-09-10T19:26:48.574135+0000 mgr.y (mgr.24775) 78 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:50.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:50 smithi155 bash[18934]: cluster 2024-09-10T19:26:48.574135+0000 mgr.y (mgr.24775) 78 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:52.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:52 smithi189 bash[14634]: cluster 2024-09-10T19:26:50.575606+0000 mgr.y (mgr.24775) 79 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:52.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:52 smithi155 bash[18934]: cluster 2024-09-10T19:26:50.575606+0000 mgr.y (mgr.24775) 79 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:52.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:52 smithi155 bash[14970]: cluster 2024-09-10T19:26:50.575606+0000 mgr.y (mgr.24775) 79 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:54.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:54 smithi189 bash[14634]: cluster 2024-09-10T19:26:52.576311+0000 mgr.y (mgr.24775) 80 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:54.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:54 smithi155 bash[14970]: cluster 2024-09-10T19:26:52.576311+0000 mgr.y (mgr.24775) 80 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:54.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:54 smithi155 bash[18934]: cluster 2024-09-10T19:26:52.576311+0000 mgr.y (mgr.24775) 80 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:56.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:56 smithi189 bash[14634]: cluster 2024-09-10T19:26:54.576977+0000 mgr.y (mgr.24775) 81 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:56.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:56 smithi155 bash[14970]: cluster 2024-09-10T19:26:54.576977+0000 mgr.y (mgr.24775) 81 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:56.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:56 smithi155 bash[18934]: cluster 2024-09-10T19:26:54.576977+0000 mgr.y (mgr.24775) 81 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:58.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:26:58 smithi189 bash[14634]: cluster 2024-09-10T19:26:56.578415+0000 mgr.y (mgr.24775) 82 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:58.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:26:58 smithi155 bash[14970]: cluster 2024-09-10T19:26:56.578415+0000 mgr.y (mgr.24775) 82 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:26:58.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:26:58 smithi155 bash[18934]: cluster 2024-09-10T19:26:56.578415+0000 mgr.y (mgr.24775) 82 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:00.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:00 smithi189 bash[14634]: cluster 2024-09-10T19:26:58.579100+0000 mgr.y (mgr.24775) 83 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:00.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:00 smithi155 bash[14970]: cluster 2024-09-10T19:26:58.579100+0000 mgr.y (mgr.24775) 83 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:00.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:00 smithi155 bash[18934]: cluster 2024-09-10T19:26:58.579100+0000 mgr.y (mgr.24775) 83 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:02.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:02 smithi189 bash[14634]: cluster 2024-09-10T19:27:00.580560+0000 mgr.y (mgr.24775) 84 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:02.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:02 smithi155 bash[14970]: cluster 2024-09-10T19:27:00.580560+0000 mgr.y (mgr.24775) 84 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:02.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:02 smithi155 bash[18934]: cluster 2024-09-10T19:27:00.580560+0000 mgr.y (mgr.24775) 84 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:04.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:04 smithi189 bash[14634]: cluster 2024-09-10T19:27:02.581248+0000 mgr.y (mgr.24775) 85 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:04.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:04 smithi155 bash[14970]: cluster 2024-09-10T19:27:02.581248+0000 mgr.y (mgr.24775) 85 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:04.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:04 smithi155 bash[18934]: cluster 2024-09-10T19:27:02.581248+0000 mgr.y (mgr.24775) 85 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:06.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:06 smithi189 bash[14634]: cluster 2024-09-10T19:27:04.582004+0000 mgr.y (mgr.24775) 86 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:06.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:06 smithi155 bash[14970]: cluster 2024-09-10T19:27:04.582004+0000 mgr.y (mgr.24775) 86 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:06.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:06 smithi155 bash[18934]: cluster 2024-09-10T19:27:04.582004+0000 mgr.y (mgr.24775) 86 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:08.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:08 smithi155 bash[14970]: cluster 2024-09-10T19:27:06.583463+0000 mgr.y (mgr.24775) 87 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:08.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:08 smithi155 bash[18934]: cluster 2024-09-10T19:27:06.583463+0000 mgr.y (mgr.24775) 87 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:08.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:08 smithi189 bash[14634]: cluster 2024-09-10T19:27:06.583463+0000 mgr.y (mgr.24775) 87 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:10.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:10 smithi155 bash[14970]: cluster 2024-09-10T19:27:08.584255+0000 mgr.y (mgr.24775) 88 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:10.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:10 smithi155 bash[18934]: cluster 2024-09-10T19:27:08.584255+0000 mgr.y (mgr.24775) 88 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:10.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:10 smithi189 bash[14634]: cluster 2024-09-10T19:27:08.584255+0000 mgr.y (mgr.24775) 88 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:12.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:12 smithi155 bash[14970]: cluster 2024-09-10T19:27:10.585515+0000 mgr.y (mgr.24775) 89 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:12.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:12 smithi155 bash[18934]: cluster 2024-09-10T19:27:10.585515+0000 mgr.y (mgr.24775) 89 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:12.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:12 smithi189 bash[14634]: cluster 2024-09-10T19:27:10.585515+0000 mgr.y (mgr.24775) 89 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:14.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:14 smithi155 bash[14970]: cluster 2024-09-10T19:27:12.586225+0000 mgr.y (mgr.24775) 90 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:14.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:14 smithi155 bash[18934]: cluster 2024-09-10T19:27:12.586225+0000 mgr.y (mgr.24775) 90 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:14.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:14 smithi189 bash[14634]: cluster 2024-09-10T19:27:12.586225+0000 mgr.y (mgr.24775) 90 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:16.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:16 smithi155 bash[14970]: cluster 2024-09-10T19:27:14.586999+0000 mgr.y (mgr.24775) 91 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:16.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:16 smithi155 bash[18934]: cluster 2024-09-10T19:27:14.586999+0000 mgr.y (mgr.24775) 91 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:16.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:16 smithi189 bash[14634]: cluster 2024-09-10T19:27:14.586999+0000 mgr.y (mgr.24775) 91 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:18.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:18 smithi155 bash[14970]: cluster 2024-09-10T19:27:16.588460+0000 mgr.y (mgr.24775) 92 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:18.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:18 smithi155 bash[18934]: cluster 2024-09-10T19:27:16.588460+0000 mgr.y (mgr.24775) 92 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:18.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:18 smithi189 bash[14634]: cluster 2024-09-10T19:27:16.588460+0000 mgr.y (mgr.24775) 92 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:19.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:19 smithi155 bash[14970]: cluster 2024-09-10T19:27:18.589103+0000 mgr.y (mgr.24775) 93 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:19.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:19 smithi155 bash[18934]: cluster 2024-09-10T19:27:18.589103+0000 mgr.y (mgr.24775) 93 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:19.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:19 smithi189 bash[14634]: cluster 2024-09-10T19:27:18.589103+0000 mgr.y (mgr.24775) 93 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:22.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:22 smithi155 bash[14970]: cluster 2024-09-10T19:27:20.590521+0000 mgr.y (mgr.24775) 94 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:22.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:22 smithi155 bash[18934]: cluster 2024-09-10T19:27:20.590521+0000 mgr.y (mgr.24775) 94 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:22.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:22 smithi189 bash[14634]: cluster 2024-09-10T19:27:20.590521+0000 mgr.y (mgr.24775) 94 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:23.665 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps' 2024-09-10T19:27:24.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:24 smithi155 bash[14970]: cluster 2024-09-10T19:27:22.591202+0000 mgr.y (mgr.24775) 95 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:24.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:24 smithi155 bash[18934]: cluster 2024-09-10T19:27:22.591202+0000 mgr.y (mgr.24775) 95 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:24.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:24 smithi189 bash[14634]: cluster 2024-09-10T19:27:22.591202+0000 mgr.y (mgr.24775) 95 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:25.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:25 smithi155 bash[18934]: audit 2024-09-10T19:27:24.792377+0000 mon.c (mon.1) 131 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-10T19:27:25.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:25 smithi155 bash[18934]: audit 2024-09-10T19:27:24.792933+0000 mon.c (mon.1) 132 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:27:25.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:25 smithi155 bash[18934]: audit 2024-09-10T19:27:24.793104+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-10T19:27:25.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:25 smithi155 bash[18934]: audit 2024-09-10T19:27:24.793567+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:27:25.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:25 smithi155 bash[18934]: audit 2024-09-10T19:27:24.793769+0000 mon.c (mon.1) 133 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T19:27:25.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:25 smithi155 bash[18934]: audit 2024-09-10T19:27:24.794409+0000 mon.c (mon.1) 134 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:27:25.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:25 smithi155 bash[18934]: audit 2024-09-10T19:27:24.794635+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T19:27:25.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:25 smithi155 bash[18934]: audit 2024-09-10T19:27:24.795869+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:27:25.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:25 smithi155 bash[14970]: audit 2024-09-10T19:27:24.792377+0000 mon.c (mon.1) 131 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-10T19:27:25.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:25 smithi155 bash[14970]: audit 2024-09-10T19:27:24.792933+0000 mon.c (mon.1) 132 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:27:25.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:25 smithi155 bash[14970]: audit 2024-09-10T19:27:24.793104+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-10T19:27:25.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:25 smithi155 bash[14970]: audit 2024-09-10T19:27:24.793567+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:27:25.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:25 smithi155 bash[14970]: audit 2024-09-10T19:27:24.793769+0000 mon.c (mon.1) 133 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T19:27:25.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:25 smithi155 bash[14970]: audit 2024-09-10T19:27:24.794409+0000 mon.c (mon.1) 134 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:27:25.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:25 smithi155 bash[14970]: audit 2024-09-10T19:27:24.794635+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T19:27:25.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:25 smithi155 bash[14970]: audit 2024-09-10T19:27:24.795869+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:27:25.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:25 smithi189 bash[14634]: audit 2024-09-10T19:27:24.792377+0000 mon.c (mon.1) 131 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-10T19:27:25.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:25 smithi189 bash[14634]: audit 2024-09-10T19:27:24.792933+0000 mon.c (mon.1) 132 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:27:25.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:25 smithi189 bash[14634]: audit 2024-09-10T19:27:24.793104+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-10T19:27:25.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:25 smithi189 bash[14634]: audit 2024-09-10T19:27:24.793567+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:27:25.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:25 smithi189 bash[14634]: audit 2024-09-10T19:27:24.793769+0000 mon.c (mon.1) 133 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T19:27:25.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:25 smithi189 bash[14634]: audit 2024-09-10T19:27:24.794409+0000 mon.c (mon.1) 134 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:27:25.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:25 smithi189 bash[14634]: audit 2024-09-10T19:27:24.794635+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T19:27:25.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:25 smithi189 bash[14634]: audit 2024-09-10T19:27:24.795869+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:27:26.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:26 smithi155 bash[18934]: cluster 2024-09-10T19:27:24.591872+0000 mgr.y (mgr.24775) 96 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:26.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:26 smithi155 bash[14970]: cluster 2024-09-10T19:27:24.591872+0000 mgr.y (mgr.24775) 96 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:26.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:26 smithi189 bash[14634]: cluster 2024-09-10T19:27:24.591872+0000 mgr.y (mgr.24775) 96 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:27.706 INFO:teuthology.orchestra.run.smithi155.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:27:27.706 INFO:teuthology.orchestra.run.smithi155.stdout:alertmanager.a smithi155 running (9m) 2m ago 20m 16.5M - 0.27.0 11f11916f8cd 16d53bf305cc 2024-09-10T19:27:27.706 INFO:teuthology.orchestra.run.smithi155.stdout:grafana.a smithi189 running (19m) 2m ago 19m 27.0M - 6.6.2 87a51ecf0b1c 44554c6f73ac 2024-09-10T19:27:27.706 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.x smithi189 running (13m) 2m ago 24m 391M - 17.2.7-1606-g5be57395 4c55dd409611 59585f121a78 2024-09-10T19:27:27.707 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.y smithi155 *:8443 running (5m) 2m ago 26m 419M - 17.2.7-1606-g5be57395 4c55dd409611 c3f6bb49e60e 2024-09-10T19:27:27.707 INFO:teuthology.orchestra.run.smithi155.stdout:mon.a smithi155 running (26m) 2m ago 26m 168M 2048M 15.2.0 204a01f9b0b6 9830b2129a22 2024-09-10T19:27:27.707 INFO:teuthology.orchestra.run.smithi155.stdout:mon.b smithi189 running (25m) 2m ago 25m 146M 2048M 15.2.0 204a01f9b0b6 e28fb1d2d63b 2024-09-10T19:27:27.707 INFO:teuthology.orchestra.run.smithi155.stdout:mon.c smithi155 running (25m) 2m ago 25m 141M 2048M 15.2.0 204a01f9b0b6 7cbf0bc7a02d 2024-09-10T19:27:27.707 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.a smithi155 running (20m) 2m ago 20m 13.2M - 1.8.2 71dc9668b154 b8b40d4b621b 2024-09-10T19:27:27.707 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.b smithi189 running (20m) 2m ago 20m 12.1M - 1.8.2 71dc9668b154 a5297c8bfe71 2024-09-10T19:27:27.707 INFO:teuthology.orchestra.run.smithi155.stdout:osd.0 smithi155 running (24m) 2m ago 24m 53.7M 4096M 15.2.0 204a01f9b0b6 7f6023dc1e50 2024-09-10T19:27:27.707 INFO:teuthology.orchestra.run.smithi155.stdout:osd.1 smithi155 running (23m) 2m ago 23m 52.2M 4096M 15.2.0 204a01f9b0b6 42d00c1d93dd 2024-09-10T19:27:27.707 INFO:teuthology.orchestra.run.smithi155.stdout:osd.2 smithi155 running (23m) 2m ago 23m 51.1M 4096M 15.2.0 204a01f9b0b6 6b241c21f8e2 2024-09-10T19:27:27.707 INFO:teuthology.orchestra.run.smithi155.stdout:osd.3 smithi155 running (22m) 2m ago 22m 52.5M 4096M 15.2.0 204a01f9b0b6 8d9201a4db26 2024-09-10T19:27:27.707 INFO:teuthology.orchestra.run.smithi155.stdout:osd.4 smithi189 running (22m) 2m ago 22m 53.7M 4096M 15.2.0 204a01f9b0b6 34cb90c9d5b7 2024-09-10T19:27:27.707 INFO:teuthology.orchestra.run.smithi155.stdout:osd.5 smithi189 running (21m) 2m ago 22m 52.4M 4096M 15.2.0 204a01f9b0b6 4b3a3b60e1d5 2024-09-10T19:27:27.707 INFO:teuthology.orchestra.run.smithi155.stdout:osd.6 smithi189 running (21m) 2m ago 21m 54.2M 4096M 15.2.0 204a01f9b0b6 c58c4c013902 2024-09-10T19:27:27.707 INFO:teuthology.orchestra.run.smithi155.stdout:osd.7 smithi189 running (21m) 2m ago 21m 54.2M 4096M 15.2.0 204a01f9b0b6 fb02b608dde7 2024-09-10T19:27:27.708 INFO:teuthology.orchestra.run.smithi155.stdout:prometheus.a smithi189 running (8m) 2m ago 20m 46.2M - 2.54.1 4022a502929b 272b5a73ebb8 2024-09-10T19:27:27.708 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi155.ehnnyk smithi155 running (18m) 2m ago 18m 52.0M - 15.2.0 204a01f9b0b6 48687c7a211a 2024-09-10T19:27:27.708 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi189.dwpibf smithi189 running (18m) 2m ago 18m 52.2M - 15.2.0 204a01f9b0b6 6bddcdbdbf0b 2024-09-10T19:27:28.521 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions' 2024-09-10T19:27:28.532 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:28 smithi155 bash[18934]: cluster 2024-09-10T19:27:26.593371+0000 mgr.y (mgr.24775) 97 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:28.532 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:28 smithi155 bash[18934]: audit 2024-09-10T19:27:27.683684+0000 mon.c (mon.1) 135 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:27:28.532 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:28 smithi155 bash[18934]: audit 2024-09-10T19:27:27.684632+0000 mon.c (mon.1) 136 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:27:28.532 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:28 smithi155 bash[18934]: audit 2024-09-10T19:27:27.685363+0000 mon.c (mon.1) 137 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:27:28.532 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:28 smithi155 bash[18934]: audit 2024-09-10T19:27:27.686035+0000 mon.c (mon.1) 138 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:27:28.532 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:28 smithi155 bash[18934]: audit 2024-09-10T19:27:27.686741+0000 mon.c (mon.1) 139 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:27:28.532 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:28 smithi155 bash[18934]: audit 2024-09-10T19:27:27.687350+0000 mon.c (mon.1) 140 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:27:28.533 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:28 smithi155 bash[18934]: audit 2024-09-10T19:27:27.690339+0000 mon.c (mon.1) 141 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:27:28.533 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:28 smithi155 bash[18934]: audit 2024-09-10T19:27:27.691091+0000 mon.c (mon.1) 142 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:27:28.533 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:28 smithi155 bash[18934]: audit 2024-09-10T19:27:27.691869+0000 mon.c (mon.1) 143 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:27:28.533 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:28 smithi155 bash[18934]: audit 2024-09-10T19:27:27.692502+0000 mon.c (mon.1) 144 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:27:28.533 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:28 smithi155 bash[18934]: audit 2024-09-10T19:27:27.693088+0000 mon.c (mon.1) 145 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:27:28.533 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:28 smithi155 bash[14970]: cluster 2024-09-10T19:27:26.593371+0000 mgr.y (mgr.24775) 97 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:28.533 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:28 smithi155 bash[14970]: audit 2024-09-10T19:27:27.683684+0000 mon.c (mon.1) 135 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:27:28.533 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:28 smithi155 bash[14970]: audit 2024-09-10T19:27:27.684632+0000 mon.c (mon.1) 136 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:27:28.533 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:28 smithi155 bash[14970]: audit 2024-09-10T19:27:27.685363+0000 mon.c (mon.1) 137 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:27:28.533 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:28 smithi155 bash[14970]: audit 2024-09-10T19:27:27.686035+0000 mon.c (mon.1) 138 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:27:28.534 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:28 smithi155 bash[14970]: audit 2024-09-10T19:27:27.686741+0000 mon.c (mon.1) 139 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:27:28.534 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:28 smithi155 bash[14970]: audit 2024-09-10T19:27:27.687350+0000 mon.c (mon.1) 140 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:27:28.534 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:28 smithi155 bash[14970]: audit 2024-09-10T19:27:27.690339+0000 mon.c (mon.1) 141 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:27:28.534 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:28 smithi155 bash[14970]: audit 2024-09-10T19:27:27.691091+0000 mon.c (mon.1) 142 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:27:28.534 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:28 smithi155 bash[14970]: audit 2024-09-10T19:27:27.691869+0000 mon.c (mon.1) 143 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:27:28.534 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:28 smithi155 bash[14970]: audit 2024-09-10T19:27:27.692502+0000 mon.c (mon.1) 144 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:27:28.534 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:28 smithi155 bash[14970]: audit 2024-09-10T19:27:27.693088+0000 mon.c (mon.1) 145 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:27:28.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:28 smithi189 bash[14634]: cluster 2024-09-10T19:27:26.593371+0000 mgr.y (mgr.24775) 97 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:28.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:28 smithi189 bash[14634]: audit 2024-09-10T19:27:27.683684+0000 mon.c (mon.1) 135 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:27:28.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:28 smithi189 bash[14634]: audit 2024-09-10T19:27:27.684632+0000 mon.c (mon.1) 136 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:27:28.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:28 smithi189 bash[14634]: audit 2024-09-10T19:27:27.685363+0000 mon.c (mon.1) 137 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:27:28.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:28 smithi189 bash[14634]: audit 2024-09-10T19:27:27.686035+0000 mon.c (mon.1) 138 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:27:28.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:28 smithi189 bash[14634]: audit 2024-09-10T19:27:27.686741+0000 mon.c (mon.1) 139 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:27:28.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:28 smithi189 bash[14634]: audit 2024-09-10T19:27:27.687350+0000 mon.c (mon.1) 140 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:27:28.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:28 smithi189 bash[14634]: audit 2024-09-10T19:27:27.690339+0000 mon.c (mon.1) 141 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:27:28.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:28 smithi189 bash[14634]: audit 2024-09-10T19:27:27.691091+0000 mon.c (mon.1) 142 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:27:28.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:28 smithi189 bash[14634]: audit 2024-09-10T19:27:27.691869+0000 mon.c (mon.1) 143 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:27:28.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:28 smithi189 bash[14634]: audit 2024-09-10T19:27:27.692502+0000 mon.c (mon.1) 144 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:27:28.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:28 smithi189 bash[14634]: audit 2024-09-10T19:27:27.693088+0000 mon.c (mon.1) 145 : audit [DBG] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:27:29.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:29 smithi155 bash[14970]: audit 2024-09-10T19:27:27.677984+0000 mgr.y (mgr.24775) 98 : audit [DBG] from='client.24835 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:27:29.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:29 smithi155 bash[18934]: audit 2024-09-10T19:27:27.677984+0000 mgr.y (mgr.24775) 98 : audit [DBG] from='client.24835 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:27:29.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:29 smithi189 bash[14634]: audit 2024-09-10T19:27:27.677984+0000 mgr.y (mgr.24775) 98 : audit [DBG] from='client.24835 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:27:30.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:30 smithi155 bash[14970]: cluster 2024-09-10T19:27:28.594039+0000 mgr.y (mgr.24775) 99 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:30.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:30 smithi155 bash[18934]: cluster 2024-09-10T19:27:28.594039+0000 mgr.y (mgr.24775) 99 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:30.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:30 smithi189 bash[14634]: cluster 2024-09-10T19:27:28.594039+0000 mgr.y (mgr.24775) 99 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:32.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:32 smithi155 bash[14970]: cluster 2024-09-10T19:27:30.595488+0000 mgr.y (mgr.24775) 100 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:32.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:32 smithi155 bash[18934]: cluster 2024-09-10T19:27:30.595488+0000 mgr.y (mgr.24775) 100 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:32.655 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:27:32.655 INFO:teuthology.orchestra.run.smithi155.stdout: "mon": { 2024-09-10T19:27:32.655 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-10T19:27:32.656 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:27:32.656 INFO:teuthology.orchestra.run.smithi155.stdout: "mgr": { 2024-09-10T19:27:32.656 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:27:32.656 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:27:32.656 INFO:teuthology.orchestra.run.smithi155.stdout: "osd": { 2024-09-10T19:27:32.656 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-10T19:27:32.656 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:27:32.656 INFO:teuthology.orchestra.run.smithi155.stdout: "mds": {}, 2024-09-10T19:27:32.656 INFO:teuthology.orchestra.run.smithi155.stdout: "rgw": { 2024-09-10T19:27:32.656 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-10T19:27:32.656 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:27:32.656 INFO:teuthology.orchestra.run.smithi155.stdout: "overall": { 2024-09-10T19:27:32.656 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-09-10T19:27:32.656 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:27:32.657 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-10T19:27:32.657 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:27:32.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:32 smithi189 bash[14634]: cluster 2024-09-10T19:27:30.595488+0000 mgr.y (mgr.24775) 100 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:33.490 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph -s' 2024-09-10T19:27:33.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:33 smithi155 bash[14970]: audit 2024-09-10T19:27:32.653393+0000 mon.c (mon.1) 146 : audit [DBG] from='client.? 172.21.15.155:0/2136658621' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:27:33.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:33 smithi155 bash[18934]: audit 2024-09-10T19:27:32.653393+0000 mon.c (mon.1) 146 : audit [DBG] from='client.? 172.21.15.155:0/2136658621' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:27:33.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:33 smithi189 bash[14634]: audit 2024-09-10T19:27:32.653393+0000 mon.c (mon.1) 146 : audit [DBG] from='client.? 172.21.15.155:0/2136658621' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:27:34.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:34 smithi155 bash[14970]: cluster 2024-09-10T19:27:32.596132+0000 mgr.y (mgr.24775) 101 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:34.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:34 smithi155 bash[14970]: audit 2024-09-10T19:27:33.991055+0000 mon.c (mon.1) 147 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:27:34.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:34 smithi155 bash[14970]: audit 2024-09-10T19:27:33.991602+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:27:34.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:34 smithi155 bash[14970]: audit 2024-09-10T19:27:33.997716+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:27:34.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:34 smithi155 bash[18934]: cluster 2024-09-10T19:27:32.596132+0000 mgr.y (mgr.24775) 101 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:34.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:34 smithi155 bash[18934]: audit 2024-09-10T19:27:33.991055+0000 mon.c (mon.1) 147 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:27:34.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:34 smithi155 bash[18934]: audit 2024-09-10T19:27:33.991602+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:27:34.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:34 smithi155 bash[18934]: audit 2024-09-10T19:27:33.997716+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:27:34.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:34 smithi189 bash[14634]: cluster 2024-09-10T19:27:32.596132+0000 mgr.y (mgr.24775) 101 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:34.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:34 smithi189 bash[14634]: audit 2024-09-10T19:27:33.991055+0000 mon.c (mon.1) 147 : audit [INF] from='mgr.24775 172.21.15.155:0/3597540875' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:27:34.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:34 smithi189 bash[14634]: audit 2024-09-10T19:27:33.991602+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:27:34.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:34 smithi189 bash[14634]: audit 2024-09-10T19:27:33.997716+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:27:36.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:36 smithi155 bash[18934]: cluster 2024-09-10T19:27:34.596807+0000 mgr.y (mgr.24775) 102 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:36.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:36 smithi155 bash[14970]: cluster 2024-09-10T19:27:34.596807+0000 mgr.y (mgr.24775) 102 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:36.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:36 smithi189 bash[14634]: cluster 2024-09-10T19:27:34.596807+0000 mgr.y (mgr.24775) 102 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:37.652 INFO:teuthology.orchestra.run.smithi155.stdout: cluster: 2024-09-10T19:27:37.652 INFO:teuthology.orchestra.run.smithi155.stdout: id: e044737e-6fa6-11ef-bcea-c7b262605968 2024-09-10T19:27:37.652 INFO:teuthology.orchestra.run.smithi155.stdout: health: HEALTH_OK 2024-09-10T19:27:37.652 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T19:27:37.652 INFO:teuthology.orchestra.run.smithi155.stdout: services: 2024-09-10T19:27:37.652 INFO:teuthology.orchestra.run.smithi155.stdout: mon: 3 daemons, quorum a,c,b (age 25m) 2024-09-10T19:27:37.652 INFO:teuthology.orchestra.run.smithi155.stdout: mgr: y(active, since 3m), standbys: x 2024-09-10T19:27:37.653 INFO:teuthology.orchestra.run.smithi155.stdout: osd: 8 osds: 8 up (since 21m), 8 in (since 21m) 2024-09-10T19:27:37.653 INFO:teuthology.orchestra.run.smithi155.stdout: rgw: 2 daemons active (r.z.smithi155.ehnnyk, r.z.smithi189.dwpibf) 2024-09-10T19:27:37.653 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T19:27:37.653 INFO:teuthology.orchestra.run.smithi155.stdout: task status: 2024-09-10T19:27:37.653 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T19:27:37.653 INFO:teuthology.orchestra.run.smithi155.stdout: data: 2024-09-10T19:27:37.653 INFO:teuthology.orchestra.run.smithi155.stdout: pools: 5 pools, 129 pgs 2024-09-10T19:27:37.653 INFO:teuthology.orchestra.run.smithi155.stdout: objects: 203 objects, 584 KiB 2024-09-10T19:27:37.653 INFO:teuthology.orchestra.run.smithi155.stdout: usage: 8.0 GiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:37.653 INFO:teuthology.orchestra.run.smithi155.stdout: pgs: 129 active+clean 2024-09-10T19:27:37.653 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T19:27:38.466 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.mgr | length == 1'"'"'' 2024-09-10T19:27:38.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:38 smithi155 bash[14970]: cluster 2024-09-10T19:27:36.598267+0000 mgr.y (mgr.24775) 103 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:38.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:38 smithi155 bash[14970]: audit 2024-09-10T19:27:37.650368+0000 mon.a (mon.0) 832 : audit [DBG] from='client.? 172.21.15.155:0/4205086124' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T19:27:38.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:38 smithi155 bash[18934]: cluster 2024-09-10T19:27:36.598267+0000 mgr.y (mgr.24775) 103 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:38.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:38 smithi155 bash[18934]: audit 2024-09-10T19:27:37.650368+0000 mon.a (mon.0) 832 : audit [DBG] from='client.? 172.21.15.155:0/4205086124' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T19:27:38.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:38 smithi189 bash[14634]: cluster 2024-09-10T19:27:36.598267+0000 mgr.y (mgr.24775) 103 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:38.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:38 smithi189 bash[14634]: audit 2024-09-10T19:27:37.650368+0000 mon.a (mon.0) 832 : audit [DBG] from='client.? 172.21.15.155:0/4205086124' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T19:27:40.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:40 smithi155 bash[18934]: cluster 2024-09-10T19:27:38.598865+0000 mgr.y (mgr.24775) 104 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:40.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:40 smithi155 bash[14970]: cluster 2024-09-10T19:27:38.598865+0000 mgr.y (mgr.24775) 104 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:40.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:40 smithi189 bash[14634]: cluster 2024-09-10T19:27:38.598865+0000 mgr.y (mgr.24775) 104 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:42.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:42 smithi155 bash[18934]: cluster 2024-09-10T19:27:40.600343+0000 mgr.y (mgr.24775) 105 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:42.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:42 smithi155 bash[14970]: cluster 2024-09-10T19:27:40.600343+0000 mgr.y (mgr.24775) 105 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:42.700 INFO:teuthology.orchestra.run.smithi155.stdout:true 2024-09-10T19:27:42.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:42 smithi189 bash[14634]: cluster 2024-09-10T19:27:40.600343+0000 mgr.y (mgr.24775) 105 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:43.545 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph mgr fail' 2024-09-10T19:27:43.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:43 smithi189 bash[14634]: audit 2024-09-10T19:27:42.681609+0000 mon.c (mon.1) 148 : audit [DBG] from='client.? 172.21.15.155:0/3227544804' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:27:43.759 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:43 smithi155 bash[18934]: audit 2024-09-10T19:27:42.681609+0000 mon.c (mon.1) 148 : audit [DBG] from='client.? 172.21.15.155:0/3227544804' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:27:43.759 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:43 smithi155 bash[14970]: audit 2024-09-10T19:27:42.681609+0000 mon.c (mon.1) 148 : audit [DBG] from='client.? 172.21.15.155:0/3227544804' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:27:44.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:44 smithi189 bash[14634]: cluster 2024-09-10T19:27:42.600957+0000 mgr.y (mgr.24775) 106 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:44.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:44 smithi155 bash[14970]: cluster 2024-09-10T19:27:42.600957+0000 mgr.y (mgr.24775) 106 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:44.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:44 smithi155 bash[18934]: cluster 2024-09-10T19:27:42.600957+0000 mgr.y (mgr.24775) 106 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:46.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:46 smithi189 bash[14634]: cluster 2024-09-10T19:27:44.601679+0000 mgr.y (mgr.24775) 107 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:46.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:46 smithi155 bash[14970]: cluster 2024-09-10T19:27:44.601679+0000 mgr.y (mgr.24775) 107 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:46.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:46 smithi155 bash[18934]: cluster 2024-09-10T19:27:44.601679+0000 mgr.y (mgr.24775) 107 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:48.627 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:48 smithi155 bash[18934]: cluster 2024-09-10T19:27:46.603130+0000 mgr.y (mgr.24775) 108 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:48.627 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:48 smithi155 bash[18934]: audit 2024-09-10T19:27:47.596345+0000 mon.c (mon.1) 149 : audit [INF] from='client.? 172.21.15.155:0/2901283103' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:27:48.628 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:48 smithi155 bash[18934]: audit 2024-09-10T19:27:47.596892+0000 mon.a (mon.0) 833 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:27:48.628 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:48 smithi155 bash[18934]: cluster 2024-09-10T19:27:47.603872+0000 mon.a (mon.0) 834 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-10T19:27:48.628 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:48 smithi155 bash[14970]: cluster 2024-09-10T19:27:46.603130+0000 mgr.y (mgr.24775) 108 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:48.628 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:48 smithi155 bash[14970]: audit 2024-09-10T19:27:47.596345+0000 mon.c (mon.1) 149 : audit [INF] from='client.? 172.21.15.155:0/2901283103' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:27:48.628 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:48 smithi155 bash[14970]: audit 2024-09-10T19:27:47.596892+0000 mon.a (mon.0) 833 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:27:48.628 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:48 smithi155 bash[14970]: cluster 2024-09-10T19:27:47.603872+0000 mon.a (mon.0) 834 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-10T19:27:48.628 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:27:48 smithi155 bash[41040]: debug 2024-09-10T19:27:48.359+0000 7fcc2b307640 -1 mgr handle_mgr_map I was active but no longer am 2024-09-10T19:27:48.628 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:27:48 smithi155 bash[41040]: ignoring --setuser ceph since I am not root 2024-09-10T19:27:48.629 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:27:48 smithi155 bash[41040]: ignoring --setgroup ceph since I am not root 2024-09-10T19:27:48.629 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:27:48 smithi155 bash[41040]: debug 2024-09-10T19:27:48.411+0000 7fccd4c44640 1 -- 172.21.15.155:0/3929529624 <== mon.1 v2:172.21.15.155:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x558b99c74340 con 0x558b99c80800 2024-09-10T19:27:48.629 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:27:48 smithi155 bash[41040]: debug 2024-09-10T19:27:48.535+0000 7fccd749eec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-10T19:27:48.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:48 smithi189 bash[14634]: cluster 2024-09-10T19:27:46.603130+0000 mgr.y (mgr.24775) 108 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:48.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:48 smithi189 bash[14634]: audit 2024-09-10T19:27:47.596345+0000 mon.c (mon.1) 149 : audit [INF] from='client.? 172.21.15.155:0/2901283103' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:27:48.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:48 smithi189 bash[14634]: audit 2024-09-10T19:27:47.596892+0000 mon.a (mon.0) 833 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:27:48.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:48 smithi189 bash[14634]: cluster 2024-09-10T19:27:47.603872+0000 mon.a (mon.0) 834 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-10T19:27:49.206 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'sleep 180' 2024-09-10T19:27:49.456 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:49 smithi155 bash[18934]: audit 2024-09-10T19:27:48.363145+0000 mon.a (mon.0) 835 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-10T19:27:49.456 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:49 smithi155 bash[18934]: cluster 2024-09-10T19:27:48.363218+0000 mon.a (mon.0) 836 : cluster [DBG] mgrmap e28: x(active, starting, since 0.765405s) 2024-09-10T19:27:49.456 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:49 smithi155 bash[14970]: audit 2024-09-10T19:27:48.363145+0000 mon.a (mon.0) 835 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-10T19:27:49.456 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:49 smithi155 bash[14970]: cluster 2024-09-10T19:27:48.363218+0000 mon.a (mon.0) 836 : cluster [DBG] mgrmap e28: x(active, starting, since 0.765405s) 2024-09-10T19:27:49.456 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:27:49 smithi155 bash[41040]: debug 2024-09-10T19:27:49.311+0000 7fccd749eec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-10T19:27:49.456 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:27:49 smithi155 bash[41040]: debug 2024-09-10T19:27:49.379+0000 7fccd749eec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-10T19:27:49.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:49 smithi189 bash[14634]: audit 2024-09-10T19:27:48.363145+0000 mon.a (mon.0) 835 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-10T19:27:49.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:49 smithi189 bash[14634]: cluster 2024-09-10T19:27:48.363218+0000 mon.a (mon.0) 836 : cluster [DBG] mgrmap e28: x(active, starting, since 0.765405s) 2024-09-10T19:27:49.839 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:27:49 smithi155 bash[41040]: debug 2024-09-10T19:27:49.447+0000 7fccd749eec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-10T19:27:49.839 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:27:49 smithi155 bash[41040]: debug 2024-09-10T19:27:49.599+0000 7fccd749eec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-10T19:27:50.339 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:27:49 smithi155 bash[41040]: debug 2024-09-10T19:27:49.843+0000 7fccd749eec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-10T19:27:50.339 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:27:49 smithi155 bash[41040]: debug 2024-09-10T19:27:49.907+0000 7fccd749eec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-10T19:27:50.339 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:27:50 smithi155 bash[41040]: debug 2024-09-10T19:27:50.055+0000 7fccd749eec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-10T19:27:51.010 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:27:50 smithi155 bash[41040]: debug 2024-09-10T19:27:50.687+0000 7fccd749eec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-10T19:27:51.011 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:27:50 smithi155 bash[41040]: debug 2024-09-10T19:27:50.767+0000 7fccd749eec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-10T19:27:51.011 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:27:50 smithi155 bash[41040]: debug 2024-09-10T19:27:50.843+0000 7fccd749eec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-10T19:27:51.269 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:27:51 smithi155 bash[41040]: debug 2024-09-10T19:27:51.127+0000 7fccd749eec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-10T19:27:51.579 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:27:51 smithi155 bash[41040]: debug 2024-09-10T19:27:51.263+0000 7fccd749eec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-10T19:27:51.839 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:27:51 smithi155 bash[41040]: debug 2024-09-10T19:27:51.575+0000 7fccd749eec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-10T19:27:51.839 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:27:51 smithi155 bash[41040]: debug 2024-09-10T19:27:51.791+0000 7fccd749eec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-10T19:27:52.502 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:27:52 smithi155 bash[41040]: debug 2024-09-10T19:27:52.211+0000 7fccd749eec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-10T19:27:52.503 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:27:52 smithi155 bash[41040]: debug 2024-09-10T19:27:52.275+0000 7fccd749eec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-10T19:27:52.503 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:27:52 smithi155 bash[41040]: debug 2024-09-10T19:27:52.339+0000 7fccd749eec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-10T19:27:52.503 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:27:52 smithi155 bash[41040]: debug 2024-09-10T19:27:52.431+0000 7fccd749eec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-10T19:27:52.800 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:27:52 smithi155 bash[41040]: debug 2024-09-10T19:27:52.499+0000 7fccd749eec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-10T19:27:52.800 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:27:52 smithi155 bash[41040]: debug 2024-09-10T19:27:52.571+0000 7fccd749eec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-10T19:27:52.800 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:27:52 smithi155 bash[41040]: debug 2024-09-10T19:27:52.719+0000 7fccd749eec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-10T19:27:53.050 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:27:52 smithi155 bash[41040]: debug 2024-09-10T19:27:52.795+0000 7fccd749eec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-10T19:27:54.089 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:27:53 smithi155 bash[41040]: debug 2024-09-10T19:27:53.751+0000 7fccd749eec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-10T19:27:54.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:53 smithi155 bash[18934]: audit 2024-09-10T19:27:53.757806+0000 mon.c (mon.1) 150 : audit [DBG] from='mgr.? 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-10T19:27:54.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:53 smithi155 bash[18934]: cluster 2024-09-10T19:27:53.758365+0000 mon.a (mon.0) 837 : cluster [DBG] Standby manager daemon y started 2024-09-10T19:27:54.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:53 smithi155 bash[18934]: audit 2024-09-10T19:27:53.758516+0000 mon.c (mon.1) 151 : audit [DBG] from='mgr.? 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:27:54.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:53 smithi155 bash[18934]: audit 2024-09-10T19:27:53.759613+0000 mon.c (mon.1) 152 : audit [DBG] from='mgr.? 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-10T19:27:54.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:53 smithi155 bash[18934]: audit 2024-09-10T19:27:53.760201+0000 mon.c (mon.1) 153 : audit [DBG] from='mgr.? 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:27:54.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:53 smithi155 bash[14970]: audit 2024-09-10T19:27:53.757806+0000 mon.c (mon.1) 150 : audit [DBG] from='mgr.? 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-10T19:27:54.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:53 smithi155 bash[14970]: cluster 2024-09-10T19:27:53.758365+0000 mon.a (mon.0) 837 : cluster [DBG] Standby manager daemon y started 2024-09-10T19:27:54.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:53 smithi155 bash[14970]: audit 2024-09-10T19:27:53.758516+0000 mon.c (mon.1) 151 : audit [DBG] from='mgr.? 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:27:54.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:53 smithi155 bash[14970]: audit 2024-09-10T19:27:53.759613+0000 mon.c (mon.1) 152 : audit [DBG] from='mgr.? 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-10T19:27:54.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:53 smithi155 bash[14970]: audit 2024-09-10T19:27:53.760201+0000 mon.c (mon.1) 153 : audit [DBG] from='mgr.? 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:27:54.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:53 smithi189 bash[14634]: audit 2024-09-10T19:27:53.757806+0000 mon.c (mon.1) 150 : audit [DBG] from='mgr.? 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-10T19:27:54.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:53 smithi189 bash[14634]: cluster 2024-09-10T19:27:53.758365+0000 mon.a (mon.0) 837 : cluster [DBG] Standby manager daemon y started 2024-09-10T19:27:54.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:53 smithi189 bash[14634]: audit 2024-09-10T19:27:53.758516+0000 mon.c (mon.1) 151 : audit [DBG] from='mgr.? 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:27:54.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:53 smithi189 bash[14634]: audit 2024-09-10T19:27:53.759613+0000 mon.c (mon.1) 152 : audit [DBG] from='mgr.? 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-10T19:27:54.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:53 smithi189 bash[14634]: audit 2024-09-10T19:27:53.760201+0000 mon.c (mon.1) 153 : audit [DBG] from='mgr.? 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:27:55.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: cluster 2024-09-10T19:27:53.822435+0000 mon.a (mon.0) 838 : cluster [DBG] mgrmap e29: x(active, starting, since 6s), standbys: y 2024-09-10T19:27:55.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:53.826816+0000 mon.b (mon.2) 261 : audit [DBG] from='mgr.? 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T19:27:55.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:53.827104+0000 mon.b (mon.2) 262 : audit [DBG] from='mgr.? 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T19:27:55.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.365353+0000 mon.b (mon.2) 263 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:27:55.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.365719+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:27:55.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.366361+0000 mon.b (mon.2) 265 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:27:55.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.370902+0000 mon.b (mon.2) 266 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:27:55.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.371463+0000 mon.b (mon.2) 267 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:27:55.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.371963+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:27:55.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.372414+0000 mon.b (mon.2) 269 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:27:55.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.372831+0000 mon.b (mon.2) 270 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:27:55.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.373248+0000 mon.b (mon.2) 271 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:27:55.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.373614+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:27:55.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.373997+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:27:55.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.376509+0000 mon.b (mon.2) 274 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T19:27:55.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.377129+0000 mon.b (mon.2) 275 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T19:27:55.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.378351+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T19:27:55.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.379916+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T19:27:55.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: cluster 2024-09-10T19:27:53.822435+0000 mon.a (mon.0) 838 : cluster [DBG] mgrmap e29: x(active, starting, since 6s), standbys: y 2024-09-10T19:27:55.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:53.826816+0000 mon.b (mon.2) 261 : audit [DBG] from='mgr.? 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T19:27:55.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:53.827104+0000 mon.b (mon.2) 262 : audit [DBG] from='mgr.? 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T19:27:55.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.365353+0000 mon.b (mon.2) 263 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:27:55.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.365719+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:27:55.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.366361+0000 mon.b (mon.2) 265 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:27:55.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.370902+0000 mon.b (mon.2) 266 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:27:55.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.371463+0000 mon.b (mon.2) 267 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:27:55.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.371963+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:27:55.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.372414+0000 mon.b (mon.2) 269 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:27:55.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.372831+0000 mon.b (mon.2) 270 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:27:55.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.373248+0000 mon.b (mon.2) 271 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:27:55.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.373614+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:27:55.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.373997+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:27:55.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.376509+0000 mon.b (mon.2) 274 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T19:27:55.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.377129+0000 mon.b (mon.2) 275 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T19:27:55.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.378351+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T19:27:55.093 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.379916+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T19:27:55.093 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.381594+0000 mon.b (mon.2) 278 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT6232004L400BGN"}]: dispatch 2024-09-10T19:27:55.093 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.382213+0000 mon.b (mon.2) 279 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-10T19:27:55.093 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.382785+0000 mon.b (mon.2) 280 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T19:27:55.093 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.383306+0000 mon.b (mon.2) 281 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T19:27:55.093 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.383822+0000 mon.b (mon.2) 282 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T19:27:55.093 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.384319+0000 mon.b (mon.2) 283 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T19:27:55.093 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.384859+0000 mon.b (mon.2) 284 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-10T19:27:55.093 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.385370+0000 mon.b (mon.2) 285 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155.devices.0"}]: dispatch 2024-09-10T19:27:55.093 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.385937+0000 mon.b (mon.2) 286 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi189"}]: dispatch 2024-09-10T19:27:55.094 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.386480+0000 mon.b (mon.2) 287 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi189.devices.0"}]: dispatch 2024-09-10T19:27:55.094 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.387002+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T19:27:55.094 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.387493+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T19:27:55.094 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.388002+0000 mon.b (mon.2) 290 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T19:27:55.094 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.388509+0000 mon.b (mon.2) 291 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T19:27:55.094 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.389065+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T19:27:55.094 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.389579+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T19:27:55.095 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.381594+0000 mon.b (mon.2) 278 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT6232004L400BGN"}]: dispatch 2024-09-10T19:27:55.095 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.382213+0000 mon.b (mon.2) 279 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-10T19:27:55.095 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.382785+0000 mon.b (mon.2) 280 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T19:27:55.095 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.383306+0000 mon.b (mon.2) 281 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T19:27:55.095 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.383822+0000 mon.b (mon.2) 282 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T19:27:55.095 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.384319+0000 mon.b (mon.2) 283 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T19:27:55.095 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.384859+0000 mon.b (mon.2) 284 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-10T19:27:55.095 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.385370+0000 mon.b (mon.2) 285 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155.devices.0"}]: dispatch 2024-09-10T19:27:55.095 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.385937+0000 mon.b (mon.2) 286 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi189"}]: dispatch 2024-09-10T19:27:55.095 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.386480+0000 mon.b (mon.2) 287 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi189.devices.0"}]: dispatch 2024-09-10T19:27:55.095 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.387002+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T19:27:55.095 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.387493+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T19:27:55.095 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.388002+0000 mon.b (mon.2) 290 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T19:27:55.096 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.388509+0000 mon.b (mon.2) 291 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T19:27:55.096 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.389065+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T19:27:55.096 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.389579+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T19:27:55.096 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.390111+0000 mon.b (mon.2) 294 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T19:27:55.096 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.390610+0000 mon.b (mon.2) 295 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T19:27:55.096 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.391226+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T19:27:55.096 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.391776+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T19:27:55.096 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.392349+0000 mon.b (mon.2) 298 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T19:27:55.096 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.392891+0000 mon.b (mon.2) 299 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T19:27:55.096 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.393408+0000 mon.b (mon.2) 300 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:27:55.097 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.393912+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:27:55.097 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.394412+0000 mon.b (mon.2) 302 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T19:27:55.097 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.394911+0000 mon.b (mon.2) 303 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T19:27:55.097 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.395479+0000 mon.b (mon.2) 304 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T19:27:55.097 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.395962+0000 mon.b (mon.2) 305 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T19:27:55.097 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: audit 2024-09-10T19:27:54.396471+0000 mon.b (mon.2) 306 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T19:27:55.097 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[14970]: cluster 2024-09-10T19:27:54.780760+0000 mon.a (mon.0) 839 : cluster [INF] Manager daemon x is now available 2024-09-10T19:27:55.097 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.390111+0000 mon.b (mon.2) 294 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T19:27:55.097 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.390610+0000 mon.b (mon.2) 295 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T19:27:55.097 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.391226+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T19:27:55.097 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.391776+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T19:27:55.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.392349+0000 mon.b (mon.2) 298 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T19:27:55.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.392891+0000 mon.b (mon.2) 299 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T19:27:55.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.393408+0000 mon.b (mon.2) 300 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:27:55.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.393912+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:27:55.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.394412+0000 mon.b (mon.2) 302 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T19:27:55.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.394911+0000 mon.b (mon.2) 303 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T19:27:55.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.395479+0000 mon.b (mon.2) 304 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T19:27:55.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.395962+0000 mon.b (mon.2) 305 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T19:27:55.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: audit 2024-09-10T19:27:54.396471+0000 mon.b (mon.2) 306 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T19:27:55.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:54 smithi155 bash[18934]: cluster 2024-09-10T19:27:54.780760+0000 mon.a (mon.0) 839 : cluster [INF] Manager daemon x is now available 2024-09-10T19:27:55.174 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: cluster 2024-09-10T19:27:53.822435+0000 mon.a (mon.0) 838 : cluster [DBG] mgrmap e29: x(active, starting, since 6s), standbys: y 2024-09-10T19:27:55.174 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:53.826816+0000 mon.b (mon.2) 261 : audit [DBG] from='mgr.? 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T19:27:55.174 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:53.827104+0000 mon.b (mon.2) 262 : audit [DBG] from='mgr.? 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T19:27:55.174 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.365353+0000 mon.b (mon.2) 263 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:27:55.174 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.365719+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:27:55.174 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.366361+0000 mon.b (mon.2) 265 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:27:55.174 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.370902+0000 mon.b (mon.2) 266 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:27:55.174 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.371463+0000 mon.b (mon.2) 267 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:27:55.174 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.371963+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:27:55.175 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.372414+0000 mon.b (mon.2) 269 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:27:55.175 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.372831+0000 mon.b (mon.2) 270 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:27:55.175 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.373248+0000 mon.b (mon.2) 271 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:27:55.175 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.373614+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:27:55.175 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.373997+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:27:55.175 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.376509+0000 mon.b (mon.2) 274 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T19:27:55.175 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.377129+0000 mon.b (mon.2) 275 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T19:27:55.175 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.378351+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T19:27:55.175 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.379916+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T19:27:55.176 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.381594+0000 mon.b (mon.2) 278 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT6232004L400BGN"}]: dispatch 2024-09-10T19:27:55.176 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.382213+0000 mon.b (mon.2) 279 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-10T19:27:55.176 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.382785+0000 mon.b (mon.2) 280 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T19:27:55.176 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.383306+0000 mon.b (mon.2) 281 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T19:27:55.176 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.383822+0000 mon.b (mon.2) 282 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T19:27:55.176 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.384319+0000 mon.b (mon.2) 283 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T19:27:55.176 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.384859+0000 mon.b (mon.2) 284 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-10T19:27:55.176 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.385370+0000 mon.b (mon.2) 285 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155.devices.0"}]: dispatch 2024-09-10T19:27:55.176 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.385937+0000 mon.b (mon.2) 286 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi189"}]: dispatch 2024-09-10T19:27:55.176 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.386480+0000 mon.b (mon.2) 287 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi189.devices.0"}]: dispatch 2024-09-10T19:27:55.176 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.387002+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T19:27:55.176 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.387493+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T19:27:55.176 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.388002+0000 mon.b (mon.2) 290 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T19:27:55.177 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.388509+0000 mon.b (mon.2) 291 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T19:27:55.177 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.389065+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T19:27:55.177 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.389579+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T19:27:55.177 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.390111+0000 mon.b (mon.2) 294 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T19:27:55.177 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.390610+0000 mon.b (mon.2) 295 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T19:27:55.177 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.391226+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T19:27:55.177 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.391776+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T19:27:55.177 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.392349+0000 mon.b (mon.2) 298 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T19:27:55.177 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.392891+0000 mon.b (mon.2) 299 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T19:27:55.177 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.393408+0000 mon.b (mon.2) 300 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:27:55.177 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.393912+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:27:55.177 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.394412+0000 mon.b (mon.2) 302 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T19:27:55.177 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.394911+0000 mon.b (mon.2) 303 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T19:27:55.178 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.395479+0000 mon.b (mon.2) 304 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T19:27:55.178 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.395962+0000 mon.b (mon.2) 305 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T19:27:55.178 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: audit 2024-09-10T19:27:54.396471+0000 mon.b (mon.2) 306 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T19:27:55.178 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:54 smithi189 bash[14634]: cluster 2024-09-10T19:27:54.780760+0000 mon.a (mon.0) 839 : cluster [INF] Manager daemon x is now available 2024-09-10T19:27:56.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:55 smithi189 bash[14634]: cluster 2024-09-10T19:27:54.851347+0000 mon.a (mon.0) 840 : cluster [DBG] mgrmap e30: x(active, since 7s), standbys: y 2024-09-10T19:27:56.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:55 smithi189 bash[14634]: cluster 2024-09-10T19:27:54.866878+0000 mgr.x (mgr.34763) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:56.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:55 smithi189 bash[14634]: audit 2024-09-10T19:27:54.885963+0000 mon.b (mon.2) 307 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:27:56.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:55 smithi189 bash[14634]: audit 2024-09-10T19:27:54.886734+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:27:56.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:55 smithi189 bash[14634]: audit 2024-09-10T19:27:54.893823+0000 mon.b (mon.2) 308 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T19:27:56.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:55 smithi189 bash[14634]: audit 2024-09-10T19:27:54.894436+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T19:27:56.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:55 smithi189 bash[14634]: audit 2024-09-10T19:27:55.202107+0000 mon.b (mon.2) 309 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:27:56.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:55 smithi189 bash[14634]: audit 2024-09-10T19:27:55.209571+0000 mon.b (mon.2) 310 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:27:56.203 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[26056]: debug 2024-09-10T19:27:56.079+0000 7f6284c52640 -1 log_channel(cephadm) log [ERR] : [10/Sep/2024:19:27:56] ENGINE Error in HTTPServer.serve 2024-09-10T19:27:56.203 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[26056]: Traceback (most recent call last): 2024-09-10T19:27:56.203 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[26056]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:27:56.203 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[26056]: self._connections.run(self.expiration_interval) 2024-09-10T19:27:56.203 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[26056]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:27:56.203 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[26056]: self._run(expiration_interval) 2024-09-10T19:27:56.203 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[26056]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:27:56.203 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[26056]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:27:56.203 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[26056]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:27:56.204 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[26056]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:27:56.204 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[26056]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:27:56.204 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[26056]: s = self.context.wrap_socket( 2024-09-10T19:27:56.204 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[26056]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:27:56.204 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[26056]: return self.sslsocket_class._create( 2024-09-10T19:27:56.204 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[26056]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:27:56.204 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[26056]: self.do_handshake() 2024-09-10T19:27:56.204 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[26056]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:27:56.204 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[26056]: self._sslobj.do_handshake() 2024-09-10T19:27:56.204 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[26056]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:27:56.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:55 smithi155 bash[18934]: cluster 2024-09-10T19:27:54.851347+0000 mon.a (mon.0) 840 : cluster [DBG] mgrmap e30: x(active, since 7s), standbys: y 2024-09-10T19:27:56.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:55 smithi155 bash[18934]: cluster 2024-09-10T19:27:54.866878+0000 mgr.x (mgr.34763) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:56.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:55 smithi155 bash[18934]: audit 2024-09-10T19:27:54.885963+0000 mon.b (mon.2) 307 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:27:56.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:55 smithi155 bash[18934]: audit 2024-09-10T19:27:54.886734+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:27:56.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:55 smithi155 bash[18934]: audit 2024-09-10T19:27:54.893823+0000 mon.b (mon.2) 308 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T19:27:56.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:55 smithi155 bash[18934]: audit 2024-09-10T19:27:54.894436+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T19:27:56.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:55 smithi155 bash[18934]: audit 2024-09-10T19:27:55.202107+0000 mon.b (mon.2) 309 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:27:56.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:55 smithi155 bash[18934]: audit 2024-09-10T19:27:55.209571+0000 mon.b (mon.2) 310 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:27:56.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:55 smithi155 bash[14970]: cluster 2024-09-10T19:27:54.851347+0000 mon.a (mon.0) 840 : cluster [DBG] mgrmap e30: x(active, since 7s), standbys: y 2024-09-10T19:27:56.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:55 smithi155 bash[14970]: cluster 2024-09-10T19:27:54.866878+0000 mgr.x (mgr.34763) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:56.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:55 smithi155 bash[14970]: audit 2024-09-10T19:27:54.885963+0000 mon.b (mon.2) 307 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:27:56.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:55 smithi155 bash[14970]: audit 2024-09-10T19:27:54.886734+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:27:56.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:55 smithi155 bash[14970]: audit 2024-09-10T19:27:54.893823+0000 mon.b (mon.2) 308 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T19:27:56.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:55 smithi155 bash[14970]: audit 2024-09-10T19:27:54.894436+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T19:27:56.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:55 smithi155 bash[14970]: audit 2024-09-10T19:27:55.202107+0000 mon.b (mon.2) 309 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:27:56.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:55 smithi155 bash[14970]: audit 2024-09-10T19:27:55.209571+0000 mon.b (mon.2) 310 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:27:57.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[14634]: cephadm 2024-09-10T19:27:55.952535+0000 mgr.x (mgr.34763) 2 : cephadm [INF] [10/Sep/2024:19:27:55] ENGINE Bus STARTING 2024-09-10T19:27:57.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[14634]: cephadm 2024-09-10T19:27:56.080069+0000 mgr.x (mgr.34763) 3 : cephadm [INF] [10/Sep/2024:19:27:56] ENGINE Serving on https://172.21.15.189:7150 2024-09-10T19:27:57.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[14634]: cephadm 2024-09-10T19:27:56.080268+0000 mgr.x (mgr.34763) 4 : cephadm [INF] [10/Sep/2024:19:27:56] ENGINE Bus STARTED 2024-09-10T19:27:57.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[14634]: audit 2024-09-10T19:27:56.081987+0000 mon.b (mon.2) 311 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUaa2PpPWsxN79rLrOlLylOp+Afy8wDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE5MTc0M1oXDTM0\\nMDkxMTE5MTc0M1owFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf\\n1Bb1LBg1f1dthxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEH\\nlm2MCGtwHKICGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+Ar\\nWJiDNF7gZrZ2z4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hx\\ny/C0V1dKcDH8y8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLH\\nItoV04lIyPZYBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZ\\nUPqbp+jWdI6UEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKD\\nWm0KxZS6MvM4ICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw\\n+hp5ulD1RPoIv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw\\n5rcucCzqfK9/eeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WV\\niSzueuX8Dbd6DcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj\\n5DD+HL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPvTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAQ7uLYCsMqfzeuQrSHobJvdHA+boB0uPXBLrCB\\nkgRMFkaSI3E6M78gqizjKEvmYqoX3Yje5i92301zKr/8/fQgm36INQiGH8ZXZt7j\\nBpM64nCv2mUJWFsOQYzrAG5poKCZwUGFaEltsnvBky3r1lAKY2iXYRqLm4idIGsg\\nv8CSV65yMJ795fucH2cACOapM8ImCjqLEtmUBHZtqUs6/ZIaUCDu6XwMdVmmOcl9\\n+e6dsrRMVibhBqf5SYlMMFf+QQ4RZUYYFrFZtnlUqUhMIUg+rk2UTEmgLk+XsCK1\\nv3fvnF7cXc1btst7b49YG7PBzrTpQKFGMpjP1MvGFQJvxa1GhR9Yf6aP+lxLBYWc\\n3EilOgiUadXYD0MOgydz9ilSKPs/dLhR7TE0jARCN8tJWIQwR+EsCYdMC9haZnCr\\nMcU9JsPEIunn2SS+3XZRu3HRkUSijAsdy1L9bwtGeNywm9mZSA+XApJYPQwiA8pS\\nZD3kH3kkFxyH3DCbVuz///uX0hRynvwn2w35ZbWRKjzo+qv3GbYGKMhH01Ffm12A\\nbjUn5VnOEXZCMTk7tlUduEG8Gkm1GD5BphOqrmSDxUziRo6zYNFiqgFYlkMp0In3\\nY7tQNHaUvldMiyfOpugu2zEOD/2O3aXG5FTEdqHcAz2piqXeE6XOf0/3+18ryNEa\\nI7mJjg==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJJwIBAAKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf1Bb1LBg1f1dt\\nhxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEHlm2MCGtwHKIC\\nGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+ArWJiDNF7gZrZ2\\nz4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hxy/C0V1dKcDH8\\ny8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLHItoV04lIyPZY\\nBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZUPqbp+jWdI6U\\nEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKDWm0KxZS6MvM4\\nICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw+hp5ulD1RPoI\\nv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw5rcucCzqfK9/\\neeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WViSzueuX8Dbd6\\nDcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj5DD+HL0CAwEA\\nAQKCAgAHsPA0lFGkgbfAwp6OJzZmxG0pFrIN4sYTmB7Q6cZ1UToeoEfnWWCBJlwO\\nE356A2RpF0n8EEJ2UuedNKIJQG4NedGeTAEI1AWSefyrrVejb4yK/40tp+tWAN6a\\nj+ClIsacd4d9+G02OsCQIw9kXSi2pZm4qbRI0VumK67mSORUQiiYpdHG0ldZiydF\\nGrzrfLFTc2QgFEyiZko+EHY6yEdVgs3bGmA3vfGC2tyabmgUjBypKjDX6kDX9sxi\\nYrAJCeNVFDMfKvsgtdb97MlOdGny3IzCgStXJal7lvMaPHWrAJZFv4WkL+rpWKsG\\nZJ7AE7r8ZB5vw9MYIrh3X/JAfCdY7YfTx0KLhknajCqyp64mc6p/XSXuLFkUtwEl\\n667dwerL5uGUAPFbFkLagUkueem3pLzFqGMwITYM0+habDGEDOctIwwDmYhLoraN\\nQ1vqt5Uc3WM/MSiBOWNdCpsCTr6MaOBn0QLsdeoe/lOeuU853meXSpBKXrsX1bjb\\nDiaxg+EznE4IYS0PEGte3KBzh974o0yw9kYL2VOvQY5zC3frKUVzMT7dgXy9c1YN\\n2qpfzU08N/Z9tGq9R3ts1dAaGKtYzDzl08ksZHDdUUOFBApXTh5gweOVV3UTrSZ4\\nNP0aIVzAOLMXnx8glj/N6Me9lrHOvrJO46Db6DoFwvno6trV0QKCAQEA8XJs7Or2\\n1qrcGZsNdFkFEKlfDRim+VyKkeTNWUQFFCwFepsN/Rp34tHRoylIIcz7Q3fTdrxi\\nVQJUMMfCd4ybQMiNxXlLr1l/FHHYEdzufbTHmP3yJNND429IyBG3jtO+c50J8S0O\\n2rz/M35nGHKaB8Q/TzIJyGYJDKRRfS6XLnlhhWvDayRYdotavUi64tIRXWN8pQLb\\nQ3rI6D6rhC3xZgGFFbIvmX2/zI+omqIS/775pOVb5HQisWVDG9QaNov2uCrTzicc\\n0XErwWVWjQFxSODvWy+7nyVtAUaevhyherXm9RiIczyyo4Mm0Ni7ye7dGIQ6ga6C\\nQNUNXqnqaqQKiQKCAQEA2IC/muD/6mdLgn+ktdR8Y2hZayeVE8WjS5YPd8zYvIVh\\nq+RKPALsGMef2qF4uDaOcCPiqqskSKrv40hXWEekZiw8QZbwfyX1WVtLhI7XWqK+\\nyZb0lwjByUG4kH29YxFe5lZv8EaLw+MBgSEYLLVVu7AYKbcjoD1p6vXIZwKvSFap\\noWVkFPiJ44EK52OZJOjtVI8pAGQ2kb/waki5oFAGWpOsFP/fepi1EdUABWcxJsr0\\nyJn/gQZNgDDnW64eeJvppbHV+pbOr4ktAbWw7unWsqhujMoq1QzR9RqShbkmW2Ru\\n4FOsD9ra3qkcwJq3TmXght+GCj58xSg33QzjI6ljlQKCAQBr0d9WhS6pei9Dt/vw\\nIviiEiCCJqoZ3Pt8XyJcZIWoFmhz8d3zUuiKf4wQQpUVkwX5gP8LnOCEeb/C8NGk\\ntUN3UJgOwTXNHjgjlxsYDwLpW9tuNKj3TOiaHc3wmgjQXTpFQrF349koURHdmurK\\n/hJOuZJT+VJpDTepT4+cSTv14vprrE3eAKMIfP6OXHYoaAqdG5pDzdzAa4pgO+w3\\n4JRWKwOVRrb+4irOXLC8LPgzAMNWoZ3BjSMY+NFZEgSKq0IHyAhBnTG/TbxuZqSZ\\n3zUJiHkazVwJm5rr4O9ukjaCJ8z1UnlMjKRxZFXnGYHykRpmolXGJ3m/HeUUiuhF\\nqu+RAoIBAGmsTdlWwRK0YFLN4qMtl5kdsadvpoAEE3QtRld/ELrTj5zKzMEF3B8s\\nMIYSEk43ssZhfZ0383nUlUomYRuhvEhyhuasua4V5O88dFu7LLn8fYr/t1qQ16VY\\nArHj7bCRJfTfc7ufc1ClWHKiqJ4J1FLL3L9fuG/aCfy5Apvk35E7W4h/aJ4jwYnd\\nzmiqYHF3j3+acLTUNR5mxP3biV8KME+9jFyjl3zLVHXjtSLt/zukDF5tbByZ6vIK\\n7KH/FrhfwWcyqfKp8TAUkHcpK7cxQ63oMC1f8BAVNdWgpqvGd0ZcexHbRTxn4jST\\n7ojD+3y0lSa/qzkMzvGcc8fdJnCdmRECggEAb4Kkx2DT1aJFcA++H0s98BU9igsg\\nWk5wnA12VdJ5h9t29N87I1UhEFuJVUeQbQgb1nw5is2+k/iVjGN7h+zq4GVj/CYm\\nOzxTuDDPudt6UA4XcIolCdNhHOwOfXASRGhmqEnWLLEhpkVwpt1iq6r6U3163KRk\\nAYX483zupzPqfJIhYrr2jRCkiXyndzlvFl8LjLnB8tNywU5sxLIsXcArrGLmQfdb\\nBhip9Vh0zdtwzpgE/3qHUto1d/xWaCZqPo6qlSYjfmnBId2+OmLRMTHvEdOI2NjL\\nDocrp/Gz4NGo/sSoDdDFD44yShodsKuT2ap3z+nEpgazyRnnMzxRSUE5UA==\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:27:57.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[14634]: audit 2024-09-10T19:27:56.083071+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUaa2PpPWsxN79rLrOlLylOp+Afy8wDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE5MTc0M1oXDTM0\\nMDkxMTE5MTc0M1owFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf\\n1Bb1LBg1f1dthxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEH\\nlm2MCGtwHKICGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+Ar\\nWJiDNF7gZrZ2z4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hx\\ny/C0V1dKcDH8y8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLH\\nItoV04lIyPZYBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZ\\nUPqbp+jWdI6UEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKD\\nWm0KxZS6MvM4ICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw\\n+hp5ulD1RPoIv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw\\n5rcucCzqfK9/eeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WV\\niSzueuX8Dbd6DcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj\\n5DD+HL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPvTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAQ7uLYCsMqfzeuQrSHobJvdHA+boB0uPXBLrCB\\nkgRMFkaSI3E6M78gqizjKEvmYqoX3Yje5i92301zKr/8/fQgm36INQiGH8ZXZt7j\\nBpM64nCv2mUJWFsOQYzrAG5poKCZwUGFaEltsnvBky3r1lAKY2iXYRqLm4idIGsg\\nv8CSV65yMJ795fucH2cACOapM8ImCjqLEtmUBHZtqUs6/ZIaUCDu6XwMdVmmOcl9\\n+e6dsrRMVibhBqf5SYlMMFf+QQ4RZUYYFrFZtnlUqUhMIUg+rk2UTEmgLk+XsCK1\\nv3fvnF7cXc1btst7b49YG7PBzrTpQKFGMpjP1MvGFQJvxa1GhR9Yf6aP+lxLBYWc\\n3EilOgiUadXYD0MOgydz9ilSKPs/dLhR7TE0jARCN8tJWIQwR+EsCYdMC9haZnCr\\nMcU9JsPEIunn2SS+3XZRu3HRkUSijAsdy1L9bwtGeNywm9mZSA+XApJYPQwiA8pS\\nZD3kH3kkFxyH3DCbVuz///uX0hRynvwn2w35ZbWRKjzo+qv3GbYGKMhH01Ffm12A\\nbjUn5VnOEXZCMTk7tlUduEG8Gkm1GD5BphOqrmSDxUziRo6zYNFiqgFYlkMp0In3\\nY7tQNHaUvldMiyfOpugu2zEOD/2O3aXG5FTEdqHcAz2piqXeE6XOf0/3+18ryNEa\\nI7mJjg==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJJwIBAAKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf1Bb1LBg1f1dt\\nhxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEHlm2MCGtwHKIC\\nGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+ArWJiDNF7gZrZ2\\nz4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hxy/C0V1dKcDH8\\ny8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLHItoV04lIyPZY\\nBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZUPqbp+jWdI6U\\nEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKDWm0KxZS6MvM4\\nICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw+hp5ulD1RPoI\\nv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw5rcucCzqfK9/\\neeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WViSzueuX8Dbd6\\nDcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj5DD+HL0CAwEA\\nAQKCAgAHsPA0lFGkgbfAwp6OJzZmxG0pFrIN4sYTmB7Q6cZ1UToeoEfnWWCBJlwO\\nE356A2RpF0n8EEJ2UuedNKIJQG4NedGeTAEI1AWSefyrrVejb4yK/40tp+tWAN6a\\nj+ClIsacd4d9+G02OsCQIw9kXSi2pZm4qbRI0VumK67mSORUQiiYpdHG0ldZiydF\\nGrzrfLFTc2QgFEyiZko+EHY6yEdVgs3bGmA3vfGC2tyabmgUjBypKjDX6kDX9sxi\\nYrAJCeNVFDMfKvsgtdb97MlOdGny3IzCgStXJal7lvMaPHWrAJZFv4WkL+rpWKsG\\nZJ7AE7r8ZB5vw9MYIrh3X/JAfCdY7YfTx0KLhknajCqyp64mc6p/XSXuLFkUtwEl\\n667dwerL5uGUAPFbFkLagUkueem3pLzFqGMwITYM0+habDGEDOctIwwDmYhLoraN\\nQ1vqt5Uc3WM/MSiBOWNdCpsCTr6MaOBn0QLsdeoe/lOeuU853meXSpBKXrsX1bjb\\nDiaxg+EznE4IYS0PEGte3KBzh974o0yw9kYL2VOvQY5zC3frKUVzMT7dgXy9c1YN\\n2qpfzU08N/Z9tGq9R3ts1dAaGKtYzDzl08ksZHDdUUOFBApXTh5gweOVV3UTrSZ4\\nNP0aIVzAOLMXnx8glj/N6Me9lrHOvrJO46Db6DoFwvno6trV0QKCAQEA8XJs7Or2\\n1qrcGZsNdFkFEKlfDRim+VyKkeTNWUQFFCwFepsN/Rp34tHRoylIIcz7Q3fTdrxi\\nVQJUMMfCd4ybQMiNxXlLr1l/FHHYEdzufbTHmP3yJNND429IyBG3jtO+c50J8S0O\\n2rz/M35nGHKaB8Q/TzIJyGYJDKRRfS6XLnlhhWvDayRYdotavUi64tIRXWN8pQLb\\nQ3rI6D6rhC3xZgGFFbIvmX2/zI+omqIS/775pOVb5HQisWVDG9QaNov2uCrTzicc\\n0XErwWVWjQFxSODvWy+7nyVtAUaevhyherXm9RiIczyyo4Mm0Ni7ye7dGIQ6ga6C\\nQNUNXqnqaqQKiQKCAQEA2IC/muD/6mdLgn+ktdR8Y2hZayeVE8WjS5YPd8zYvIVh\\nq+RKPALsGMef2qF4uDaOcCPiqqskSKrv40hXWEekZiw8QZbwfyX1WVtLhI7XWqK+\\nyZb0lwjByUG4kH29YxFe5lZv8EaLw+MBgSEYLLVVu7AYKbcjoD1p6vXIZwKvSFap\\noWVkFPiJ44EK52OZJOjtVI8pAGQ2kb/waki5oFAGWpOsFP/fepi1EdUABWcxJsr0\\nyJn/gQZNgDDnW64eeJvppbHV+pbOr4ktAbWw7unWsqhujMoq1QzR9RqShbkmW2Ru\\n4FOsD9ra3qkcwJq3TmXght+GCj58xSg33QzjI6ljlQKCAQBr0d9WhS6pei9Dt/vw\\nIviiEiCCJqoZ3Pt8XyJcZIWoFmhz8d3zUuiKf4wQQpUVkwX5gP8LnOCEeb/C8NGk\\ntUN3UJgOwTXNHjgjlxsYDwLpW9tuNKj3TOiaHc3wmgjQXTpFQrF349koURHdmurK\\n/hJOuZJT+VJpDTepT4+cSTv14vprrE3eAKMIfP6OXHYoaAqdG5pDzdzAa4pgO+w3\\n4JRWKwOVRrb+4irOXLC8LPgzAMNWoZ3BjSMY+NFZEgSKq0IHyAhBnTG/TbxuZqSZ\\n3zUJiHkazVwJm5rr4O9ukjaCJ8z1UnlMjKRxZFXnGYHykRpmolXGJ3m/HeUUiuhF\\nqu+RAoIBAGmsTdlWwRK0YFLN4qMtl5kdsadvpoAEE3QtRld/ELrTj5zKzMEF3B8s\\nMIYSEk43ssZhfZ0383nUlUomYRuhvEhyhuasua4V5O88dFu7LLn8fYr/t1qQ16VY\\nArHj7bCRJfTfc7ufc1ClWHKiqJ4J1FLL3L9fuG/aCfy5Apvk35E7W4h/aJ4jwYnd\\nzmiqYHF3j3+acLTUNR5mxP3biV8KME+9jFyjl3zLVHXjtSLt/zukDF5tbByZ6vIK\\n7KH/FrhfwWcyqfKp8TAUkHcpK7cxQ63oMC1f8BAVNdWgpqvGd0ZcexHbRTxn4jST\\n7ojD+3y0lSa/qzkMzvGcc8fdJnCdmRECggEAb4Kkx2DT1aJFcA++H0s98BU9igsg\\nWk5wnA12VdJ5h9t29N87I1UhEFuJVUeQbQgb1nw5is2+k/iVjGN7h+zq4GVj/CYm\\nOzxTuDDPudt6UA4XcIolCdNhHOwOfXASRGhmqEnWLLEhpkVwpt1iq6r6U3163KRk\\nAYX483zupzPqfJIhYrr2jRCkiXyndzlvFl8LjLnB8tNywU5sxLIsXcArrGLmQfdb\\nBhip9Vh0zdtwzpgE/3qHUto1d/xWaCZqPo6qlSYjfmnBId2+OmLRMTHvEdOI2NjL\\nDocrp/Gz4NGo/sSoDdDFD44yShodsKuT2ap3z+nEpgazyRnnMzxRSUE5UA==\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:27:57.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[14634]: cephadm 2024-09-10T19:27:56.083192+0000 mgr.x (mgr.34763) 5 : cephadm [ERR] [10/Sep/2024:19:27:56] ENGINE Error in HTTPServer.serve 2024-09-10T19:27:57.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[14634]: Traceback (most recent call last): 2024-09-10T19:27:57.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[14634]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:27:57.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[14634]: self._connections.run(self.expiration_interval) 2024-09-10T19:27:57.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[14634]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:27:57.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[14634]: self._run(expiration_interval) 2024-09-10T19:27:57.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[14634]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:27:57.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[14634]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:27:57.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[14634]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:27:57.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[14634]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:27:57.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[14634]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:27:57.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[14634]: s = self.context.wrap_socket( 2024-09-10T19:27:57.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[14634]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:27:57.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[14634]: return self.sslsocket_class._create( 2024-09-10T19:27:57.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[14634]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:27:57.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[14634]: self.do_handshake() 2024-09-10T19:27:57.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[14634]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:27:57.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[14634]: self._sslobj.do_handshake() 2024-09-10T19:27:57.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[14634]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:27:57.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[14634]: audit 2024-09-10T19:27:56.089689+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUaa2PpPWsxN79rLrOlLylOp+Afy8wDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE5MTc0M1oXDTM0\\nMDkxMTE5MTc0M1owFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf\\n1Bb1LBg1f1dthxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEH\\nlm2MCGtwHKICGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+Ar\\nWJiDNF7gZrZ2z4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hx\\ny/C0V1dKcDH8y8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLH\\nItoV04lIyPZYBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZ\\nUPqbp+jWdI6UEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKD\\nWm0KxZS6MvM4ICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw\\n+hp5ulD1RPoIv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw\\n5rcucCzqfK9/eeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WV\\niSzueuX8Dbd6DcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj\\n5DD+HL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPvTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAQ7uLYCsMqfzeuQrSHobJvdHA+boB0uPXBLrCB\\nkgRMFkaSI3E6M78gqizjKEvmYqoX3Yje5i92301zKr/8/fQgm36INQiGH8ZXZt7j\\nBpM64nCv2mUJWFsOQYzrAG5poKCZwUGFaEltsnvBky3r1lAKY2iXYRqLm4idIGsg\\nv8CSV65yMJ795fucH2cACOapM8ImCjqLEtmUBHZtqUs6/ZIaUCDu6XwMdVmmOcl9\\n+e6dsrRMVibhBqf5SYlMMFf+QQ4RZUYYFrFZtnlUqUhMIUg+rk2UTEmgLk+XsCK1\\nv3fvnF7cXc1btst7b49YG7PBzrTpQKFGMpjP1MvGFQJvxa1GhR9Yf6aP+lxLBYWc\\n3EilOgiUadXYD0MOgydz9ilSKPs/dLhR7TE0jARCN8tJWIQwR+EsCYdMC9haZnCr\\nMcU9JsPEIunn2SS+3XZRu3HRkUSijAsdy1L9bwtGeNywm9mZSA+XApJYPQwiA8pS\\nZD3kH3kkFxyH3DCbVuz///uX0hRynvwn2w35ZbWRKjzo+qv3GbYGKMhH01Ffm12A\\nbjUn5VnOEXZCMTk7tlUduEG8Gkm1GD5BphOqrmSDxUziRo6zYNFiqgFYlkMp0In3\\nY7tQNHaUvldMiyfOpugu2zEOD/2O3aXG5FTEdqHcAz2piqXeE6XOf0/3+18ryNEa\\nI7mJjg==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJJwIBAAKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf1Bb1LBg1f1dt\\nhxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEHlm2MCGtwHKIC\\nGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+ArWJiDNF7gZrZ2\\nz4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hxy/C0V1dKcDH8\\ny8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLHItoV04lIyPZY\\nBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZUPqbp+jWdI6U\\nEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKDWm0KxZS6MvM4\\nICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw+hp5ulD1RPoI\\nv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw5rcucCzqfK9/\\neeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WViSzueuX8Dbd6\\nDcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj5DD+HL0CAwEA\\nAQKCAgAHsPA0lFGkgbfAwp6OJzZmxG0pFrIN4sYTmB7Q6cZ1UToeoEfnWWCBJlwO\\nE356A2RpF0n8EEJ2UuedNKIJQG4NedGeTAEI1AWSefyrrVejb4yK/40tp+tWAN6a\\nj+ClIsacd4d9+G02OsCQIw9kXSi2pZm4qbRI0VumK67mSORUQiiYpdHG0ldZiydF\\nGrzrfLFTc2QgFEyiZko+EHY6yEdVgs3bGmA3vfGC2tyabmgUjBypKjDX6kDX9sxi\\nYrAJCeNVFDMfKvsgtdb97MlOdGny3IzCgStXJal7lvMaPHWrAJZFv4WkL+rpWKsG\\nZJ7AE7r8ZB5vw9MYIrh3X/JAfCdY7YfTx0KLhknajCqyp64mc6p/XSXuLFkUtwEl\\n667dwerL5uGUAPFbFkLagUkueem3pLzFqGMwITYM0+habDGEDOctIwwDmYhLoraN\\nQ1vqt5Uc3WM/MSiBOWNdCpsCTr6MaOBn0QLsdeoe/lOeuU853meXSpBKXrsX1bjb\\nDiaxg+EznE4IYS0PEGte3KBzh974o0yw9kYL2VOvQY5zC3frKUVzMT7dgXy9c1YN\\n2qpfzU08N/Z9tGq9R3ts1dAaGKtYzDzl08ksZHDdUUOFBApXTh5gweOVV3UTrSZ4\\nNP0aIVzAOLMXnx8glj/N6Me9lrHOvrJO46Db6DoFwvno6trV0QKCAQEA8XJs7Or2\\n1qrcGZsNdFkFEKlfDRim+VyKkeTNWUQFFCwFepsN/Rp34tHRoylIIcz7Q3fTdrxi\\nVQJUMMfCd4ybQMiNxXlLr1l/FHHYEdzufbTHmP3yJNND429IyBG3jtO+c50J8S0O\\n2rz/M35nGHKaB8Q/TzIJyGYJDKRRfS6XLnlhhWvDayRYdotavUi64tIRXWN8pQLb\\nQ3rI6D6rhC3xZgGFFbIvmX2/zI+omqIS/775pOVb5HQisWVDG9QaNov2uCrTzicc\\n0XErwWVWjQFxSODvWy+7nyVtAUaevhyherXm9RiIczyyo4Mm0Ni7ye7dGIQ6ga6C\\nQNUNXqnqaqQKiQKCAQEA2IC/muD/6mdLgn+ktdR8Y2hZayeVE8WjS5YPd8zYvIVh\\nq+RKPALsGMef2qF4uDaOcCPiqqskSKrv40hXWEekZiw8QZbwfyX1WVtLhI7XWqK+\\nyZb0lwjByUG4kH29YxFe5lZv8EaLw+MBgSEYLLVVu7AYKbcjoD1p6vXIZwKvSFap\\noWVkFPiJ44EK52OZJOjtVI8pAGQ2kb/waki5oFAGWpOsFP/fepi1EdUABWcxJsr0\\nyJn/gQZNgDDnW64eeJvppbHV+pbOr4ktAbWw7unWsqhujMoq1QzR9RqShbkmW2Ru\\n4FOsD9ra3qkcwJq3TmXght+GCj58xSg33QzjI6ljlQKCAQBr0d9WhS6pei9Dt/vw\\nIviiEiCCJqoZ3Pt8XyJcZIWoFmhz8d3zUuiKf4wQQpUVkwX5gP8LnOCEeb/C8NGk\\ntUN3UJgOwTXNHjgjlxsYDwLpW9tuNKj3TOiaHc3wmgjQXTpFQrF349koURHdmurK\\n/hJOuZJT+VJpDTepT4+cSTv14vprrE3eAKMIfP6OXHYoaAqdG5pDzdzAa4pgO+w3\\n4JRWKwOVRrb+4irOXLC8LPgzAMNWoZ3BjSMY+NFZEgSKq0IHyAhBnTG/TbxuZqSZ\\n3zUJiHkazVwJm5rr4O9ukjaCJ8z1UnlMjKRxZFXnGYHykRpmolXGJ3m/HeUUiuhF\\nqu+RAoIBAGmsTdlWwRK0YFLN4qMtl5kdsadvpoAEE3QtRld/ELrTj5zKzMEF3B8s\\nMIYSEk43ssZhfZ0383nUlUomYRuhvEhyhuasua4V5O88dFu7LLn8fYr/t1qQ16VY\\nArHj7bCRJfTfc7ufc1ClWHKiqJ4J1FLL3L9fuG/aCfy5Apvk35E7W4h/aJ4jwYnd\\nzmiqYHF3j3+acLTUNR5mxP3biV8KME+9jFyjl3zLVHXjtSLt/zukDF5tbByZ6vIK\\n7KH/FrhfwWcyqfKp8TAUkHcpK7cxQ63oMC1f8BAVNdWgpqvGd0ZcexHbRTxn4jST\\n7ojD+3y0lSa/qzkMzvGcc8fdJnCdmRECggEAb4Kkx2DT1aJFcA++H0s98BU9igsg\\nWk5wnA12VdJ5h9t29N87I1UhEFuJVUeQbQgb1nw5is2+k/iVjGN7h+zq4GVj/CYm\\nOzxTuDDPudt6UA4XcIolCdNhHOwOfXASRGhmqEnWLLEhpkVwpt1iq6r6U3163KRk\\nAYX483zupzPqfJIhYrr2jRCkiXyndzlvFl8LjLnB8tNywU5sxLIsXcArrGLmQfdb\\nBhip9Vh0zdtwzpgE/3qHUto1d/xWaCZqPo6qlSYjfmnBId2+OmLRMTHvEdOI2NjL\\nDocrp/Gz4NGo/sSoDdDFD44yShodsKuT2ap3z+nEpgazyRnnMzxRSUE5UA==\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-10T19:27:57.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[14634]: cluster 2024-09-10T19:27:56.261775+0000 mon.a (mon.0) 845 : cluster [DBG] mgrmap e31: x(active, since 8s), standbys: y 2024-09-10T19:27:57.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:56 smithi189 bash[14634]: cluster 2024-09-10T19:27:56.376692+0000 mgr.x (mgr.34763) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:57.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[14970]: cephadm 2024-09-10T19:27:55.952535+0000 mgr.x (mgr.34763) 2 : cephadm [INF] [10/Sep/2024:19:27:55] ENGINE Bus STARTING 2024-09-10T19:27:57.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[14970]: cephadm 2024-09-10T19:27:56.080069+0000 mgr.x (mgr.34763) 3 : cephadm [INF] [10/Sep/2024:19:27:56] ENGINE Serving on https://172.21.15.189:7150 2024-09-10T19:27:57.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[14970]: cephadm 2024-09-10T19:27:56.080268+0000 mgr.x (mgr.34763) 4 : cephadm [INF] [10/Sep/2024:19:27:56] ENGINE Bus STARTED 2024-09-10T19:27:57.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[18934]: cephadm 2024-09-10T19:27:55.952535+0000 mgr.x (mgr.34763) 2 : cephadm [INF] [10/Sep/2024:19:27:55] ENGINE Bus STARTING 2024-09-10T19:27:57.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[18934]: cephadm 2024-09-10T19:27:56.080069+0000 mgr.x (mgr.34763) 3 : cephadm [INF] [10/Sep/2024:19:27:56] ENGINE Serving on https://172.21.15.189:7150 2024-09-10T19:27:57.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[18934]: cephadm 2024-09-10T19:27:56.080268+0000 mgr.x (mgr.34763) 4 : cephadm [INF] [10/Sep/2024:19:27:56] ENGINE Bus STARTED 2024-09-10T19:27:57.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[18934]: audit 2024-09-10T19:27:56.081987+0000 mon.b (mon.2) 311 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUaa2PpPWsxN79rLrOlLylOp+Afy8wDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE5MTc0M1oXDTM0\\nMDkxMTE5MTc0M1owFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf\\n1Bb1LBg1f1dthxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEH\\nlm2MCGtwHKICGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+Ar\\nWJiDNF7gZrZ2z4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hx\\ny/C0V1dKcDH8y8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLH\\nItoV04lIyPZYBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZ\\nUPqbp+jWdI6UEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKD\\nWm0KxZS6MvM4ICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw\\n+hp5ulD1RPoIv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw\\n5rcucCzqfK9/eeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WV\\niSzueuX8Dbd6DcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj\\n5DD+HL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPvTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAQ7uLYCsMqfzeuQrSHobJvdHA+boB0uPXBLrCB\\nkgRMFkaSI3E6M78gqizjKEvmYqoX3Yje5i92301zKr/8/fQgm36INQiGH8ZXZt7j\\nBpM64nCv2mUJWFsOQYzrAG5poKCZwUGFaEltsnvBky3r1lAKY2iXYRqLm4idIGsg\\nv8CSV65yMJ795fucH2cACOapM8ImCjqLEtmUBHZtqUs6/ZIaUCDu6XwMdVmmOcl9\\n+e6dsrRMVibhBqf5SYlMMFf+QQ4RZUYYFrFZtnlUqUhMIUg+rk2UTEmgLk+XsCK1\\nv3fvnF7cXc1btst7b49YG7PBzrTpQKFGMpjP1MvGFQJvxa1GhR9Yf6aP+lxLBYWc\\n3EilOgiUadXYD0MOgydz9ilSKPs/dLhR7TE0jARCN8tJWIQwR+EsCYdMC9haZnCr\\nMcU9JsPEIunn2SS+3XZRu3HRkUSijAsdy1L9bwtGeNywm9mZSA+XApJYPQwiA8pS\\nZD3kH3kkFxyH3DCbVuz///uX0hRynvwn2w35ZbWRKjzo+qv3GbYGKMhH01Ffm12A\\nbjUn5VnOEXZCMTk7tlUduEG8Gkm1GD5BphOqrmSDxUziRo6zYNFiqgFYlkMp0In3\\nY7tQNHaUvldMiyfOpugu2zEOD/2O3aXG5FTEdqHcAz2piqXeE6XOf0/3+18ryNEa\\nI7mJjg==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJJwIBAAKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf1Bb1LBg1f1dt\\nhxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEHlm2MCGtwHKIC\\nGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+ArWJiDNF7gZrZ2\\nz4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hxy/C0V1dKcDH8\\ny8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLHItoV04lIyPZY\\nBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZUPqbp+jWdI6U\\nEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKDWm0KxZS6MvM4\\nICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw+hp5ulD1RPoI\\nv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw5rcucCzqfK9/\\neeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WViSzueuX8Dbd6\\nDcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj5DD+HL0CAwEA\\nAQKCAgAHsPA0lFGkgbfAwp6OJzZmxG0pFrIN4sYTmB7Q6cZ1UToeoEfnWWCBJlwO\\nE356A2RpF0n8EEJ2UuedNKIJQG4NedGeTAEI1AWSefyrrVejb4yK/40tp+tWAN6a\\nj+ClIsacd4d9+G02OsCQIw9kXSi2pZm4qbRI0VumK67mSORUQiiYpdHG0ldZiydF\\nGrzrfLFTc2QgFEyiZko+EHY6yEdVgs3bGmA3vfGC2tyabmgUjBypKjDX6kDX9sxi\\nYrAJCeNVFDMfKvsgtdb97MlOdGny3IzCgStXJal7lvMaPHWrAJZFv4WkL+rpWKsG\\nZJ7AE7r8ZB5vw9MYIrh3X/JAfCdY7YfTx0KLhknajCqyp64mc6p/XSXuLFkUtwEl\\n667dwerL5uGUAPFbFkLagUkueem3pLzFqGMwITYM0+habDGEDOctIwwDmYhLoraN\\nQ1vqt5Uc3WM/MSiBOWNdCpsCTr6MaOBn0QLsdeoe/lOeuU853meXSpBKXrsX1bjb\\nDiaxg+EznE4IYS0PEGte3KBzh974o0yw9kYL2VOvQY5zC3frKUVzMT7dgXy9c1YN\\n2qpfzU08N/Z9tGq9R3ts1dAaGKtYzDzl08ksZHDdUUOFBApXTh5gweOVV3UTrSZ4\\nNP0aIVzAOLMXnx8glj/N6Me9lrHOvrJO46Db6DoFwvno6trV0QKCAQEA8XJs7Or2\\n1qrcGZsNdFkFEKlfDRim+VyKkeTNWUQFFCwFepsN/Rp34tHRoylIIcz7Q3fTdrxi\\nVQJUMMfCd4ybQMiNxXlLr1l/FHHYEdzufbTHmP3yJNND429IyBG3jtO+c50J8S0O\\n2rz/M35nGHKaB8Q/TzIJyGYJDKRRfS6XLnlhhWvDayRYdotavUi64tIRXWN8pQLb\\nQ3rI6D6rhC3xZgGFFbIvmX2/zI+omqIS/775pOVb5HQisWVDG9QaNov2uCrTzicc\\n0XErwWVWjQFxSODvWy+7nyVtAUaevhyherXm9RiIczyyo4Mm0Ni7ye7dGIQ6ga6C\\nQNUNXqnqaqQKiQKCAQEA2IC/muD/6mdLgn+ktdR8Y2hZayeVE8WjS5YPd8zYvIVh\\nq+RKPALsGMef2qF4uDaOcCPiqqskSKrv40hXWEekZiw8QZbwfyX1WVtLhI7XWqK+\\nyZb0lwjByUG4kH29YxFe5lZv8EaLw+MBgSEYLLVVu7AYKbcjoD1p6vXIZwKvSFap\\noWVkFPiJ44EK52OZJOjtVI8pAGQ2kb/waki5oFAGWpOsFP/fepi1EdUABWcxJsr0\\nyJn/gQZNgDDnW64eeJvppbHV+pbOr4ktAbWw7unWsqhujMoq1QzR9RqShbkmW2Ru\\n4FOsD9ra3qkcwJq3TmXght+GCj58xSg33QzjI6ljlQKCAQBr0d9WhS6pei9Dt/vw\\nIviiEiCCJqoZ3Pt8XyJcZIWoFmhz8d3zUuiKf4wQQpUVkwX5gP8LnOCEeb/C8NGk\\ntUN3UJgOwTXNHjgjlxsYDwLpW9tuNKj3TOiaHc3wmgjQXTpFQrF349koURHdmurK\\n/hJOuZJT+VJpDTepT4+cSTv14vprrE3eAKMIfP6OXHYoaAqdG5pDzdzAa4pgO+w3\\n4JRWKwOVRrb+4irOXLC8LPgzAMNWoZ3BjSMY+NFZEgSKq0IHyAhBnTG/TbxuZqSZ\\n3zUJiHkazVwJm5rr4O9ukjaCJ8z1UnlMjKRxZFXnGYHykRpmolXGJ3m/HeUUiuhF\\nqu+RAoIBAGmsTdlWwRK0YFLN4qMtl5kdsadvpoAEE3QtRld/ELrTj5zKzMEF3B8s\\nMIYSEk43ssZhfZ0383nUlUomYRuhvEhyhuasua4V5O88dFu7LLn8fYr/t1qQ16VY\\nArHj7bCRJfTfc7ufc1ClWHKiqJ4J1FLL3L9fuG/aCfy5Apvk35E7W4h/aJ4jwYnd\\nzmiqYHF3j3+acLTUNR5mxP3biV8KME+9jFyjl3zLVHXjtSLt/zukDF5tbByZ6vIK\\n7KH/FrhfwWcyqfKp8TAUkHcpK7cxQ63oMC1f8BAVNdWgpqvGd0ZcexHbRTxn4jST\\n7ojD+3y0lSa/qzkMzvGcc8fdJnCdmRECggEAb4Kkx2DT1aJFcA++H0s98BU9igsg\\nWk5wnA12VdJ5h9t29N87I1UhEFuJVUeQbQgb1nw5is2+k/iVjGN7h+zq4GVj/CYm\\nOzxTuDDPudt6UA4XcIolCdNhHOwOfXASRGhmqEnWLLEhpkVwpt1iq6r6U3163KRk\\nAYX483zupzPqfJIhYrr2jRCkiXyndzlvFl8LjLnB8tNywU5sxLIsXcArrGLmQfdb\\nBhip9Vh0zdtwzpgE/3qHUto1d/xWaCZqPo6qlSYjfmnBId2+OmLRMTHvEdOI2NjL\\nDocrp/Gz4NGo/sSoDdDFD44yShodsKuT2ap3z+nEpgazyRnnMzxRSUE5UA==\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:27:57.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[14970]: audit 2024-09-10T19:27:56.081987+0000 mon.b (mon.2) 311 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUaa2PpPWsxN79rLrOlLylOp+Afy8wDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE5MTc0M1oXDTM0\\nMDkxMTE5MTc0M1owFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf\\n1Bb1LBg1f1dthxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEH\\nlm2MCGtwHKICGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+Ar\\nWJiDNF7gZrZ2z4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hx\\ny/C0V1dKcDH8y8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLH\\nItoV04lIyPZYBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZ\\nUPqbp+jWdI6UEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKD\\nWm0KxZS6MvM4ICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw\\n+hp5ulD1RPoIv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw\\n5rcucCzqfK9/eeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WV\\niSzueuX8Dbd6DcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj\\n5DD+HL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPvTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAQ7uLYCsMqfzeuQrSHobJvdHA+boB0uPXBLrCB\\nkgRMFkaSI3E6M78gqizjKEvmYqoX3Yje5i92301zKr/8/fQgm36INQiGH8ZXZt7j\\nBpM64nCv2mUJWFsOQYzrAG5poKCZwUGFaEltsnvBky3r1lAKY2iXYRqLm4idIGsg\\nv8CSV65yMJ795fucH2cACOapM8ImCjqLEtmUBHZtqUs6/ZIaUCDu6XwMdVmmOcl9\\n+e6dsrRMVibhBqf5SYlMMFf+QQ4RZUYYFrFZtnlUqUhMIUg+rk2UTEmgLk+XsCK1\\nv3fvnF7cXc1btst7b49YG7PBzrTpQKFGMpjP1MvGFQJvxa1GhR9Yf6aP+lxLBYWc\\n3EilOgiUadXYD0MOgydz9ilSKPs/dLhR7TE0jARCN8tJWIQwR+EsCYdMC9haZnCr\\nMcU9JsPEIunn2SS+3XZRu3HRkUSijAsdy1L9bwtGeNywm9mZSA+XApJYPQwiA8pS\\nZD3kH3kkFxyH3DCbVuz///uX0hRynvwn2w35ZbWRKjzo+qv3GbYGKMhH01Ffm12A\\nbjUn5VnOEXZCMTk7tlUduEG8Gkm1GD5BphOqrmSDxUziRo6zYNFiqgFYlkMp0In3\\nY7tQNHaUvldMiyfOpugu2zEOD/2O3aXG5FTEdqHcAz2piqXeE6XOf0/3+18ryNEa\\nI7mJjg==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJJwIBAAKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf1Bb1LBg1f1dt\\nhxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEHlm2MCGtwHKIC\\nGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+ArWJiDNF7gZrZ2\\nz4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hxy/C0V1dKcDH8\\ny8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLHItoV04lIyPZY\\nBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZUPqbp+jWdI6U\\nEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKDWm0KxZS6MvM4\\nICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw+hp5ulD1RPoI\\nv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw5rcucCzqfK9/\\neeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WViSzueuX8Dbd6\\nDcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj5DD+HL0CAwEA\\nAQKCAgAHsPA0lFGkgbfAwp6OJzZmxG0pFrIN4sYTmB7Q6cZ1UToeoEfnWWCBJlwO\\nE356A2RpF0n8EEJ2UuedNKIJQG4NedGeTAEI1AWSefyrrVejb4yK/40tp+tWAN6a\\nj+ClIsacd4d9+G02OsCQIw9kXSi2pZm4qbRI0VumK67mSORUQiiYpdHG0ldZiydF\\nGrzrfLFTc2QgFEyiZko+EHY6yEdVgs3bGmA3vfGC2tyabmgUjBypKjDX6kDX9sxi\\nYrAJCeNVFDMfKvsgtdb97MlOdGny3IzCgStXJal7lvMaPHWrAJZFv4WkL+rpWKsG\\nZJ7AE7r8ZB5vw9MYIrh3X/JAfCdY7YfTx0KLhknajCqyp64mc6p/XSXuLFkUtwEl\\n667dwerL5uGUAPFbFkLagUkueem3pLzFqGMwITYM0+habDGEDOctIwwDmYhLoraN\\nQ1vqt5Uc3WM/MSiBOWNdCpsCTr6MaOBn0QLsdeoe/lOeuU853meXSpBKXrsX1bjb\\nDiaxg+EznE4IYS0PEGte3KBzh974o0yw9kYL2VOvQY5zC3frKUVzMT7dgXy9c1YN\\n2qpfzU08N/Z9tGq9R3ts1dAaGKtYzDzl08ksZHDdUUOFBApXTh5gweOVV3UTrSZ4\\nNP0aIVzAOLMXnx8glj/N6Me9lrHOvrJO46Db6DoFwvno6trV0QKCAQEA8XJs7Or2\\n1qrcGZsNdFkFEKlfDRim+VyKkeTNWUQFFCwFepsN/Rp34tHRoylIIcz7Q3fTdrxi\\nVQJUMMfCd4ybQMiNxXlLr1l/FHHYEdzufbTHmP3yJNND429IyBG3jtO+c50J8S0O\\n2rz/M35nGHKaB8Q/TzIJyGYJDKRRfS6XLnlhhWvDayRYdotavUi64tIRXWN8pQLb\\nQ3rI6D6rhC3xZgGFFbIvmX2/zI+omqIS/775pOVb5HQisWVDG9QaNov2uCrTzicc\\n0XErwWVWjQFxSODvWy+7nyVtAUaevhyherXm9RiIczyyo4Mm0Ni7ye7dGIQ6ga6C\\nQNUNXqnqaqQKiQKCAQEA2IC/muD/6mdLgn+ktdR8Y2hZayeVE8WjS5YPd8zYvIVh\\nq+RKPALsGMef2qF4uDaOcCPiqqskSKrv40hXWEekZiw8QZbwfyX1WVtLhI7XWqK+\\nyZb0lwjByUG4kH29YxFe5lZv8EaLw+MBgSEYLLVVu7AYKbcjoD1p6vXIZwKvSFap\\noWVkFPiJ44EK52OZJOjtVI8pAGQ2kb/waki5oFAGWpOsFP/fepi1EdUABWcxJsr0\\nyJn/gQZNgDDnW64eeJvppbHV+pbOr4ktAbWw7unWsqhujMoq1QzR9RqShbkmW2Ru\\n4FOsD9ra3qkcwJq3TmXght+GCj58xSg33QzjI6ljlQKCAQBr0d9WhS6pei9Dt/vw\\nIviiEiCCJqoZ3Pt8XyJcZIWoFmhz8d3zUuiKf4wQQpUVkwX5gP8LnOCEeb/C8NGk\\ntUN3UJgOwTXNHjgjlxsYDwLpW9tuNKj3TOiaHc3wmgjQXTpFQrF349koURHdmurK\\n/hJOuZJT+VJpDTepT4+cSTv14vprrE3eAKMIfP6OXHYoaAqdG5pDzdzAa4pgO+w3\\n4JRWKwOVRrb+4irOXLC8LPgzAMNWoZ3BjSMY+NFZEgSKq0IHyAhBnTG/TbxuZqSZ\\n3zUJiHkazVwJm5rr4O9ukjaCJ8z1UnlMjKRxZFXnGYHykRpmolXGJ3m/HeUUiuhF\\nqu+RAoIBAGmsTdlWwRK0YFLN4qMtl5kdsadvpoAEE3QtRld/ELrTj5zKzMEF3B8s\\nMIYSEk43ssZhfZ0383nUlUomYRuhvEhyhuasua4V5O88dFu7LLn8fYr/t1qQ16VY\\nArHj7bCRJfTfc7ufc1ClWHKiqJ4J1FLL3L9fuG/aCfy5Apvk35E7W4h/aJ4jwYnd\\nzmiqYHF3j3+acLTUNR5mxP3biV8KME+9jFyjl3zLVHXjtSLt/zukDF5tbByZ6vIK\\n7KH/FrhfwWcyqfKp8TAUkHcpK7cxQ63oMC1f8BAVNdWgpqvGd0ZcexHbRTxn4jST\\n7ojD+3y0lSa/qzkMzvGcc8fdJnCdmRECggEAb4Kkx2DT1aJFcA++H0s98BU9igsg\\nWk5wnA12VdJ5h9t29N87I1UhEFuJVUeQbQgb1nw5is2+k/iVjGN7h+zq4GVj/CYm\\nOzxTuDDPudt6UA4XcIolCdNhHOwOfXASRGhmqEnWLLEhpkVwpt1iq6r6U3163KRk\\nAYX483zupzPqfJIhYrr2jRCkiXyndzlvFl8LjLnB8tNywU5sxLIsXcArrGLmQfdb\\nBhip9Vh0zdtwzpgE/3qHUto1d/xWaCZqPo6qlSYjfmnBId2+OmLRMTHvEdOI2NjL\\nDocrp/Gz4NGo/sSoDdDFD44yShodsKuT2ap3z+nEpgazyRnnMzxRSUE5UA==\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:27:57.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[14970]: audit 2024-09-10T19:27:56.083071+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUaa2PpPWsxN79rLrOlLylOp+Afy8wDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE5MTc0M1oXDTM0\\nMDkxMTE5MTc0M1owFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf\\n1Bb1LBg1f1dthxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEH\\nlm2MCGtwHKICGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+Ar\\nWJiDNF7gZrZ2z4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hx\\ny/C0V1dKcDH8y8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLH\\nItoV04lIyPZYBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZ\\nUPqbp+jWdI6UEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKD\\nWm0KxZS6MvM4ICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw\\n+hp5ulD1RPoIv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw\\n5rcucCzqfK9/eeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WV\\niSzueuX8Dbd6DcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj\\n5DD+HL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPvTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAQ7uLYCsMqfzeuQrSHobJvdHA+boB0uPXBLrCB\\nkgRMFkaSI3E6M78gqizjKEvmYqoX3Yje5i92301zKr/8/fQgm36INQiGH8ZXZt7j\\nBpM64nCv2mUJWFsOQYzrAG5poKCZwUGFaEltsnvBky3r1lAKY2iXYRqLm4idIGsg\\nv8CSV65yMJ795fucH2cACOapM8ImCjqLEtmUBHZtqUs6/ZIaUCDu6XwMdVmmOcl9\\n+e6dsrRMVibhBqf5SYlMMFf+QQ4RZUYYFrFZtnlUqUhMIUg+rk2UTEmgLk+XsCK1\\nv3fvnF7cXc1btst7b49YG7PBzrTpQKFGMpjP1MvGFQJvxa1GhR9Yf6aP+lxLBYWc\\n3EilOgiUadXYD0MOgydz9ilSKPs/dLhR7TE0jARCN8tJWIQwR+EsCYdMC9haZnCr\\nMcU9JsPEIunn2SS+3XZRu3HRkUSijAsdy1L9bwtGeNywm9mZSA+XApJYPQwiA8pS\\nZD3kH3kkFxyH3DCbVuz///uX0hRynvwn2w35ZbWRKjzo+qv3GbYGKMhH01Ffm12A\\nbjUn5VnOEXZCMTk7tlUduEG8Gkm1GD5BphOqrmSDxUziRo6zYNFiqgFYlkMp0In3\\nY7tQNHaUvldMiyfOpugu2zEOD/2O3aXG5FTEdqHcAz2piqXeE6XOf0/3+18ryNEa\\nI7mJjg==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJJwIBAAKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf1Bb1LBg1f1dt\\nhxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEHlm2MCGtwHKIC\\nGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+ArWJiDNF7gZrZ2\\nz4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hxy/C0V1dKcDH8\\ny8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLHItoV04lIyPZY\\nBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZUPqbp+jWdI6U\\nEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKDWm0KxZS6MvM4\\nICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw+hp5ulD1RPoI\\nv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw5rcucCzqfK9/\\neeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WViSzueuX8Dbd6\\nDcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj5DD+HL0CAwEA\\nAQKCAgAHsPA0lFGkgbfAwp6OJzZmxG0pFrIN4sYTmB7Q6cZ1UToeoEfnWWCBJlwO\\nE356A2RpF0n8EEJ2UuedNKIJQG4NedGeTAEI1AWSefyrrVejb4yK/40tp+tWAN6a\\nj+ClIsacd4d9+G02OsCQIw9kXSi2pZm4qbRI0VumK67mSORUQiiYpdHG0ldZiydF\\nGrzrfLFTc2QgFEyiZko+EHY6yEdVgs3bGmA3vfGC2tyabmgUjBypKjDX6kDX9sxi\\nYrAJCeNVFDMfKvsgtdb97MlOdGny3IzCgStXJal7lvMaPHWrAJZFv4WkL+rpWKsG\\nZJ7AE7r8ZB5vw9MYIrh3X/JAfCdY7YfTx0KLhknajCqyp64mc6p/XSXuLFkUtwEl\\n667dwerL5uGUAPFbFkLagUkueem3pLzFqGMwITYM0+habDGEDOctIwwDmYhLoraN\\nQ1vqt5Uc3WM/MSiBOWNdCpsCTr6MaOBn0QLsdeoe/lOeuU853meXSpBKXrsX1bjb\\nDiaxg+EznE4IYS0PEGte3KBzh974o0yw9kYL2VOvQY5zC3frKUVzMT7dgXy9c1YN\\n2qpfzU08N/Z9tGq9R3ts1dAaGKtYzDzl08ksZHDdUUOFBApXTh5gweOVV3UTrSZ4\\nNP0aIVzAOLMXnx8glj/N6Me9lrHOvrJO46Db6DoFwvno6trV0QKCAQEA8XJs7Or2\\n1qrcGZsNdFkFEKlfDRim+VyKkeTNWUQFFCwFepsN/Rp34tHRoylIIcz7Q3fTdrxi\\nVQJUMMfCd4ybQMiNxXlLr1l/FHHYEdzufbTHmP3yJNND429IyBG3jtO+c50J8S0O\\n2rz/M35nGHKaB8Q/TzIJyGYJDKRRfS6XLnlhhWvDayRYdotavUi64tIRXWN8pQLb\\nQ3rI6D6rhC3xZgGFFbIvmX2/zI+omqIS/775pOVb5HQisWVDG9QaNov2uCrTzicc\\n0XErwWVWjQFxSODvWy+7nyVtAUaevhyherXm9RiIczyyo4Mm0Ni7ye7dGIQ6ga6C\\nQNUNXqnqaqQKiQKCAQEA2IC/muD/6mdLgn+ktdR8Y2hZayeVE8WjS5YPd8zYvIVh\\nq+RKPALsGMef2qF4uDaOcCPiqqskSKrv40hXWEekZiw8QZbwfyX1WVtLhI7XWqK+\\nyZb0lwjByUG4kH29YxFe5lZv8EaLw+MBgSEYLLVVu7AYKbcjoD1p6vXIZwKvSFap\\noWVkFPiJ44EK52OZJOjtVI8pAGQ2kb/waki5oFAGWpOsFP/fepi1EdUABWcxJsr0\\nyJn/gQZNgDDnW64eeJvppbHV+pbOr4ktAbWw7unWsqhujMoq1QzR9RqShbkmW2Ru\\n4FOsD9ra3qkcwJq3TmXght+GCj58xSg33QzjI6ljlQKCAQBr0d9WhS6pei9Dt/vw\\nIviiEiCCJqoZ3Pt8XyJcZIWoFmhz8d3zUuiKf4wQQpUVkwX5gP8LnOCEeb/C8NGk\\ntUN3UJgOwTXNHjgjlxsYDwLpW9tuNKj3TOiaHc3wmgjQXTpFQrF349koURHdmurK\\n/hJOuZJT+VJpDTepT4+cSTv14vprrE3eAKMIfP6OXHYoaAqdG5pDzdzAa4pgO+w3\\n4JRWKwOVRrb+4irOXLC8LPgzAMNWoZ3BjSMY+NFZEgSKq0IHyAhBnTG/TbxuZqSZ\\n3zUJiHkazVwJm5rr4O9ukjaCJ8z1UnlMjKRxZFXnGYHykRpmolXGJ3m/HeUUiuhF\\nqu+RAoIBAGmsTdlWwRK0YFLN4qMtl5kdsadvpoAEE3QtRld/ELrTj5zKzMEF3B8s\\nMIYSEk43ssZhfZ0383nUlUomYRuhvEhyhuasua4V5O88dFu7LLn8fYr/t1qQ16VY\\nArHj7bCRJfTfc7ufc1ClWHKiqJ4J1FLL3L9fuG/aCfy5Apvk35E7W4h/aJ4jwYnd\\nzmiqYHF3j3+acLTUNR5mxP3biV8KME+9jFyjl3zLVHXjtSLt/zukDF5tbByZ6vIK\\n7KH/FrhfwWcyqfKp8TAUkHcpK7cxQ63oMC1f8BAVNdWgpqvGd0ZcexHbRTxn4jST\\n7ojD+3y0lSa/qzkMzvGcc8fdJnCdmRECggEAb4Kkx2DT1aJFcA++H0s98BU9igsg\\nWk5wnA12VdJ5h9t29N87I1UhEFuJVUeQbQgb1nw5is2+k/iVjGN7h+zq4GVj/CYm\\nOzxTuDDPudt6UA4XcIolCdNhHOwOfXASRGhmqEnWLLEhpkVwpt1iq6r6U3163KRk\\nAYX483zupzPqfJIhYrr2jRCkiXyndzlvFl8LjLnB8tNywU5sxLIsXcArrGLmQfdb\\nBhip9Vh0zdtwzpgE/3qHUto1d/xWaCZqPo6qlSYjfmnBId2+OmLRMTHvEdOI2NjL\\nDocrp/Gz4NGo/sSoDdDFD44yShodsKuT2ap3z+nEpgazyRnnMzxRSUE5UA==\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:27:57.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[14970]: cephadm 2024-09-10T19:27:56.083192+0000 mgr.x (mgr.34763) 5 : cephadm [ERR] [10/Sep/2024:19:27:56] ENGINE Error in HTTPServer.serve 2024-09-10T19:27:57.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[14970]: Traceback (most recent call last): 2024-09-10T19:27:57.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[14970]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:27:57.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[14970]: self._connections.run(self.expiration_interval) 2024-09-10T19:27:57.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[14970]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:27:57.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[14970]: self._run(expiration_interval) 2024-09-10T19:27:57.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[14970]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:27:57.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[14970]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:27:57.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[18934]: audit 2024-09-10T19:27:56.083071+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUaa2PpPWsxN79rLrOlLylOp+Afy8wDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE5MTc0M1oXDTM0\\nMDkxMTE5MTc0M1owFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf\\n1Bb1LBg1f1dthxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEH\\nlm2MCGtwHKICGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+Ar\\nWJiDNF7gZrZ2z4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hx\\ny/C0V1dKcDH8y8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLH\\nItoV04lIyPZYBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZ\\nUPqbp+jWdI6UEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKD\\nWm0KxZS6MvM4ICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw\\n+hp5ulD1RPoIv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw\\n5rcucCzqfK9/eeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WV\\niSzueuX8Dbd6DcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj\\n5DD+HL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPvTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAQ7uLYCsMqfzeuQrSHobJvdHA+boB0uPXBLrCB\\nkgRMFkaSI3E6M78gqizjKEvmYqoX3Yje5i92301zKr/8/fQgm36INQiGH8ZXZt7j\\nBpM64nCv2mUJWFsOQYzrAG5poKCZwUGFaEltsnvBky3r1lAKY2iXYRqLm4idIGsg\\nv8CSV65yMJ795fucH2cACOapM8ImCjqLEtmUBHZtqUs6/ZIaUCDu6XwMdVmmOcl9\\n+e6dsrRMVibhBqf5SYlMMFf+QQ4RZUYYFrFZtnlUqUhMIUg+rk2UTEmgLk+XsCK1\\nv3fvnF7cXc1btst7b49YG7PBzrTpQKFGMpjP1MvGFQJvxa1GhR9Yf6aP+lxLBYWc\\n3EilOgiUadXYD0MOgydz9ilSKPs/dLhR7TE0jARCN8tJWIQwR+EsCYdMC9haZnCr\\nMcU9JsPEIunn2SS+3XZRu3HRkUSijAsdy1L9bwtGeNywm9mZSA+XApJYPQwiA8pS\\nZD3kH3kkFxyH3DCbVuz///uX0hRynvwn2w35ZbWRKjzo+qv3GbYGKMhH01Ffm12A\\nbjUn5VnOEXZCMTk7tlUduEG8Gkm1GD5BphOqrmSDxUziRo6zYNFiqgFYlkMp0In3\\nY7tQNHaUvldMiyfOpugu2zEOD/2O3aXG5FTEdqHcAz2piqXeE6XOf0/3+18ryNEa\\nI7mJjg==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJJwIBAAKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf1Bb1LBg1f1dt\\nhxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEHlm2MCGtwHKIC\\nGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+ArWJiDNF7gZrZ2\\nz4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hxy/C0V1dKcDH8\\ny8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLHItoV04lIyPZY\\nBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZUPqbp+jWdI6U\\nEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKDWm0KxZS6MvM4\\nICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw+hp5ulD1RPoI\\nv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw5rcucCzqfK9/\\neeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WViSzueuX8Dbd6\\nDcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj5DD+HL0CAwEA\\nAQKCAgAHsPA0lFGkgbfAwp6OJzZmxG0pFrIN4sYTmB7Q6cZ1UToeoEfnWWCBJlwO\\nE356A2RpF0n8EEJ2UuedNKIJQG4NedGeTAEI1AWSefyrrVejb4yK/40tp+tWAN6a\\nj+ClIsacd4d9+G02OsCQIw9kXSi2pZm4qbRI0VumK67mSORUQiiYpdHG0ldZiydF\\nGrzrfLFTc2QgFEyiZko+EHY6yEdVgs3bGmA3vfGC2tyabmgUjBypKjDX6kDX9sxi\\nYrAJCeNVFDMfKvsgtdb97MlOdGny3IzCgStXJal7lvMaPHWrAJZFv4WkL+rpWKsG\\nZJ7AE7r8ZB5vw9MYIrh3X/JAfCdY7YfTx0KLhknajCqyp64mc6p/XSXuLFkUtwEl\\n667dwerL5uGUAPFbFkLagUkueem3pLzFqGMwITYM0+habDGEDOctIwwDmYhLoraN\\nQ1vqt5Uc3WM/MSiBOWNdCpsCTr6MaOBn0QLsdeoe/lOeuU853meXSpBKXrsX1bjb\\nDiaxg+EznE4IYS0PEGte3KBzh974o0yw9kYL2VOvQY5zC3frKUVzMT7dgXy9c1YN\\n2qpfzU08N/Z9tGq9R3ts1dAaGKtYzDzl08ksZHDdUUOFBApXTh5gweOVV3UTrSZ4\\nNP0aIVzAOLMXnx8glj/N6Me9lrHOvrJO46Db6DoFwvno6trV0QKCAQEA8XJs7Or2\\n1qrcGZsNdFkFEKlfDRim+VyKkeTNWUQFFCwFepsN/Rp34tHRoylIIcz7Q3fTdrxi\\nVQJUMMfCd4ybQMiNxXlLr1l/FHHYEdzufbTHmP3yJNND429IyBG3jtO+c50J8S0O\\n2rz/M35nGHKaB8Q/TzIJyGYJDKRRfS6XLnlhhWvDayRYdotavUi64tIRXWN8pQLb\\nQ3rI6D6rhC3xZgGFFbIvmX2/zI+omqIS/775pOVb5HQisWVDG9QaNov2uCrTzicc\\n0XErwWVWjQFxSODvWy+7nyVtAUaevhyherXm9RiIczyyo4Mm0Ni7ye7dGIQ6ga6C\\nQNUNXqnqaqQKiQKCAQEA2IC/muD/6mdLgn+ktdR8Y2hZayeVE8WjS5YPd8zYvIVh\\nq+RKPALsGMef2qF4uDaOcCPiqqskSKrv40hXWEekZiw8QZbwfyX1WVtLhI7XWqK+\\nyZb0lwjByUG4kH29YxFe5lZv8EaLw+MBgSEYLLVVu7AYKbcjoD1p6vXIZwKvSFap\\noWVkFPiJ44EK52OZJOjtVI8pAGQ2kb/waki5oFAGWpOsFP/fepi1EdUABWcxJsr0\\nyJn/gQZNgDDnW64eeJvppbHV+pbOr4ktAbWw7unWsqhujMoq1QzR9RqShbkmW2Ru\\n4FOsD9ra3qkcwJq3TmXght+GCj58xSg33QzjI6ljlQKCAQBr0d9WhS6pei9Dt/vw\\nIviiEiCCJqoZ3Pt8XyJcZIWoFmhz8d3zUuiKf4wQQpUVkwX5gP8LnOCEeb/C8NGk\\ntUN3UJgOwTXNHjgjlxsYDwLpW9tuNKj3TOiaHc3wmgjQXTpFQrF349koURHdmurK\\n/hJOuZJT+VJpDTepT4+cSTv14vprrE3eAKMIfP6OXHYoaAqdG5pDzdzAa4pgO+w3\\n4JRWKwOVRrb+4irOXLC8LPgzAMNWoZ3BjSMY+NFZEgSKq0IHyAhBnTG/TbxuZqSZ\\n3zUJiHkazVwJm5rr4O9ukjaCJ8z1UnlMjKRxZFXnGYHykRpmolXGJ3m/HeUUiuhF\\nqu+RAoIBAGmsTdlWwRK0YFLN4qMtl5kdsadvpoAEE3QtRld/ELrTj5zKzMEF3B8s\\nMIYSEk43ssZhfZ0383nUlUomYRuhvEhyhuasua4V5O88dFu7LLn8fYr/t1qQ16VY\\nArHj7bCRJfTfc7ufc1ClWHKiqJ4J1FLL3L9fuG/aCfy5Apvk35E7W4h/aJ4jwYnd\\nzmiqYHF3j3+acLTUNR5mxP3biV8KME+9jFyjl3zLVHXjtSLt/zukDF5tbByZ6vIK\\n7KH/FrhfwWcyqfKp8TAUkHcpK7cxQ63oMC1f8BAVNdWgpqvGd0ZcexHbRTxn4jST\\n7ojD+3y0lSa/qzkMzvGcc8fdJnCdmRECggEAb4Kkx2DT1aJFcA++H0s98BU9igsg\\nWk5wnA12VdJ5h9t29N87I1UhEFuJVUeQbQgb1nw5is2+k/iVjGN7h+zq4GVj/CYm\\nOzxTuDDPudt6UA4XcIolCdNhHOwOfXASRGhmqEnWLLEhpkVwpt1iq6r6U3163KRk\\nAYX483zupzPqfJIhYrr2jRCkiXyndzlvFl8LjLnB8tNywU5sxLIsXcArrGLmQfdb\\nBhip9Vh0zdtwzpgE/3qHUto1d/xWaCZqPo6qlSYjfmnBId2+OmLRMTHvEdOI2NjL\\nDocrp/Gz4NGo/sSoDdDFD44yShodsKuT2ap3z+nEpgazyRnnMzxRSUE5UA==\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:27:57.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[18934]: cephadm 2024-09-10T19:27:56.083192+0000 mgr.x (mgr.34763) 5 : cephadm [ERR] [10/Sep/2024:19:27:56] ENGINE Error in HTTPServer.serve 2024-09-10T19:27:57.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[18934]: Traceback (most recent call last): 2024-09-10T19:27:57.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[18934]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:27:57.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[18934]: self._connections.run(self.expiration_interval) 2024-09-10T19:27:57.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[18934]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:27:57.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[18934]: self._run(expiration_interval) 2024-09-10T19:27:57.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[18934]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:27:57.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[18934]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:27:57.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[14970]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:27:57.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[14970]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:27:57.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[14970]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:27:57.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[14970]: s = self.context.wrap_socket( 2024-09-10T19:27:57.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[14970]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:27:57.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[14970]: return self.sslsocket_class._create( 2024-09-10T19:27:57.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[14970]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:27:57.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[14970]: self.do_handshake() 2024-09-10T19:27:57.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[14970]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:27:57.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[14970]: self._sslobj.do_handshake() 2024-09-10T19:27:57.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[14970]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:27:57.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[14970]: audit 2024-09-10T19:27:56.089689+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUaa2PpPWsxN79rLrOlLylOp+Afy8wDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE5MTc0M1oXDTM0\\nMDkxMTE5MTc0M1owFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf\\n1Bb1LBg1f1dthxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEH\\nlm2MCGtwHKICGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+Ar\\nWJiDNF7gZrZ2z4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hx\\ny/C0V1dKcDH8y8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLH\\nItoV04lIyPZYBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZ\\nUPqbp+jWdI6UEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKD\\nWm0KxZS6MvM4ICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw\\n+hp5ulD1RPoIv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw\\n5rcucCzqfK9/eeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WV\\niSzueuX8Dbd6DcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj\\n5DD+HL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPvTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAQ7uLYCsMqfzeuQrSHobJvdHA+boB0uPXBLrCB\\nkgRMFkaSI3E6M78gqizjKEvmYqoX3Yje5i92301zKr/8/fQgm36INQiGH8ZXZt7j\\nBpM64nCv2mUJWFsOQYzrAG5poKCZwUGFaEltsnvBky3r1lAKY2iXYRqLm4idIGsg\\nv8CSV65yMJ795fucH2cACOapM8ImCjqLEtmUBHZtqUs6/ZIaUCDu6XwMdVmmOcl9\\n+e6dsrRMVibhBqf5SYlMMFf+QQ4RZUYYFrFZtnlUqUhMIUg+rk2UTEmgLk+XsCK1\\nv3fvnF7cXc1btst7b49YG7PBzrTpQKFGMpjP1MvGFQJvxa1GhR9Yf6aP+lxLBYWc\\n3EilOgiUadXYD0MOgydz9ilSKPs/dLhR7TE0jARCN8tJWIQwR+EsCYdMC9haZnCr\\nMcU9JsPEIunn2SS+3XZRu3HRkUSijAsdy1L9bwtGeNywm9mZSA+XApJYPQwiA8pS\\nZD3kH3kkFxyH3DCbVuz///uX0hRynvwn2w35ZbWRKjzo+qv3GbYGKMhH01Ffm12A\\nbjUn5VnOEXZCMTk7tlUduEG8Gkm1GD5BphOqrmSDxUziRo6zYNFiqgFYlkMp0In3\\nY7tQNHaUvldMiyfOpugu2zEOD/2O3aXG5FTEdqHcAz2piqXeE6XOf0/3+18ryNEa\\nI7mJjg==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJJwIBAAKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf1Bb1LBg1f1dt\\nhxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEHlm2MCGtwHKIC\\nGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+ArWJiDNF7gZrZ2\\nz4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hxy/C0V1dKcDH8\\ny8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLHItoV04lIyPZY\\nBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZUPqbp+jWdI6U\\nEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKDWm0KxZS6MvM4\\nICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw+hp5ulD1RPoI\\nv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw5rcucCzqfK9/\\neeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WViSzueuX8Dbd6\\nDcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj5DD+HL0CAwEA\\nAQKCAgAHsPA0lFGkgbfAwp6OJzZmxG0pFrIN4sYTmB7Q6cZ1UToeoEfnWWCBJlwO\\nE356A2RpF0n8EEJ2UuedNKIJQG4NedGeTAEI1AWSefyrrVejb4yK/40tp+tWAN6a\\nj+ClIsacd4d9+G02OsCQIw9kXSi2pZm4qbRI0VumK67mSORUQiiYpdHG0ldZiydF\\nGrzrfLFTc2QgFEyiZko+EHY6yEdVgs3bGmA3vfGC2tyabmgUjBypKjDX6kDX9sxi\\nYrAJCeNVFDMfKvsgtdb97MlOdGny3IzCgStXJal7lvMaPHWrAJZFv4WkL+rpWKsG\\nZJ7AE7r8ZB5vw9MYIrh3X/JAfCdY7YfTx0KLhknajCqyp64mc6p/XSXuLFkUtwEl\\n667dwerL5uGUAPFbFkLagUkueem3pLzFqGMwITYM0+habDGEDOctIwwDmYhLoraN\\nQ1vqt5Uc3WM/MSiBOWNdCpsCTr6MaOBn0QLsdeoe/lOeuU853meXSpBKXrsX1bjb\\nDiaxg+EznE4IYS0PEGte3KBzh974o0yw9kYL2VOvQY5zC3frKUVzMT7dgXy9c1YN\\n2qpfzU08N/Z9tGq9R3ts1dAaGKtYzDzl08ksZHDdUUOFBApXTh5gweOVV3UTrSZ4\\nNP0aIVzAOLMXnx8glj/N6Me9lrHOvrJO46Db6DoFwvno6trV0QKCAQEA8XJs7Or2\\n1qrcGZsNdFkFEKlfDRim+VyKkeTNWUQFFCwFepsN/Rp34tHRoylIIcz7Q3fTdrxi\\nVQJUMMfCd4ybQMiNxXlLr1l/FHHYEdzufbTHmP3yJNND429IyBG3jtO+c50J8S0O\\n2rz/M35nGHKaB8Q/TzIJyGYJDKRRfS6XLnlhhWvDayRYdotavUi64tIRXWN8pQLb\\nQ3rI6D6rhC3xZgGFFbIvmX2/zI+omqIS/775pOVb5HQisWVDG9QaNov2uCrTzicc\\n0XErwWVWjQFxSODvWy+7nyVtAUaevhyherXm9RiIczyyo4Mm0Ni7ye7dGIQ6ga6C\\nQNUNXqnqaqQKiQKCAQEA2IC/muD/6mdLgn+ktdR8Y2hZayeVE8WjS5YPd8zYvIVh\\nq+RKPALsGMef2qF4uDaOcCPiqqskSKrv40hXWEekZiw8QZbwfyX1WVtLhI7XWqK+\\nyZb0lwjByUG4kH29YxFe5lZv8EaLw+MBgSEYLLVVu7AYKbcjoD1p6vXIZwKvSFap\\noWVkFPiJ44EK52OZJOjtVI8pAGQ2kb/waki5oFAGWpOsFP/fepi1EdUABWcxJsr0\\nyJn/gQZNgDDnW64eeJvppbHV+pbOr4ktAbWw7unWsqhujMoq1QzR9RqShbkmW2Ru\\n4FOsD9ra3qkcwJq3TmXght+GCj58xSg33QzjI6ljlQKCAQBr0d9WhS6pei9Dt/vw\\nIviiEiCCJqoZ3Pt8XyJcZIWoFmhz8d3zUuiKf4wQQpUVkwX5gP8LnOCEeb/C8NGk\\ntUN3UJgOwTXNHjgjlxsYDwLpW9tuNKj3TOiaHc3wmgjQXTpFQrF349koURHdmurK\\n/hJOuZJT+VJpDTepT4+cSTv14vprrE3eAKMIfP6OXHYoaAqdG5pDzdzAa4pgO+w3\\n4JRWKwOVRrb+4irOXLC8LPgzAMNWoZ3BjSMY+NFZEgSKq0IHyAhBnTG/TbxuZqSZ\\n3zUJiHkazVwJm5rr4O9ukjaCJ8z1UnlMjKRxZFXnGYHykRpmolXGJ3m/HeUUiuhF\\nqu+RAoIBAGmsTdlWwRK0YFLN4qMtl5kdsadvpoAEE3QtRld/ELrTj5zKzMEF3B8s\\nMIYSEk43ssZhfZ0383nUlUomYRuhvEhyhuasua4V5O88dFu7LLn8fYr/t1qQ16VY\\nArHj7bCRJfTfc7ufc1ClWHKiqJ4J1FLL3L9fuG/aCfy5Apvk35E7W4h/aJ4jwYnd\\nzmiqYHF3j3+acLTUNR5mxP3biV8KME+9jFyjl3zLVHXjtSLt/zukDF5tbByZ6vIK\\n7KH/FrhfwWcyqfKp8TAUkHcpK7cxQ63oMC1f8BAVNdWgpqvGd0ZcexHbRTxn4jST\\n7ojD+3y0lSa/qzkMzvGcc8fdJnCdmRECggEAb4Kkx2DT1aJFcA++H0s98BU9igsg\\nWk5wnA12VdJ5h9t29N87I1UhEFuJVUeQbQgb1nw5is2+k/iVjGN7h+zq4GVj/CYm\\nOzxTuDDPudt6UA4XcIolCdNhHOwOfXASRGhmqEnWLLEhpkVwpt1iq6r6U3163KRk\\nAYX483zupzPqfJIhYrr2jRCkiXyndzlvFl8LjLnB8tNywU5sxLIsXcArrGLmQfdb\\nBhip9Vh0zdtwzpgE/3qHUto1d/xWaCZqPo6qlSYjfmnBId2+OmLRMTHvEdOI2NjL\\nDocrp/Gz4NGo/sSoDdDFD44yShodsKuT2ap3z+nEpgazyRnnMzxRSUE5UA==\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-10T19:27:57.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[14970]: cluster 2024-09-10T19:27:56.261775+0000 mon.a (mon.0) 845 : cluster [DBG] mgrmap e31: x(active, since 8s), standbys: y 2024-09-10T19:27:57.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[14970]: cluster 2024-09-10T19:27:56.376692+0000 mgr.x (mgr.34763) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:57.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[18934]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:27:57.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[18934]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:27:57.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[18934]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:27:57.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[18934]: s = self.context.wrap_socket( 2024-09-10T19:27:57.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[18934]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:27:57.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[18934]: return self.sslsocket_class._create( 2024-09-10T19:27:57.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[18934]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:27:57.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[18934]: self.do_handshake() 2024-09-10T19:27:57.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[18934]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:27:57.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[18934]: self._sslobj.do_handshake() 2024-09-10T19:27:57.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[18934]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:27:57.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[18934]: audit 2024-09-10T19:27:56.089689+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUaa2PpPWsxN79rLrOlLylOp+Afy8wDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE5MTc0M1oXDTM0\\nMDkxMTE5MTc0M1owFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf\\n1Bb1LBg1f1dthxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEH\\nlm2MCGtwHKICGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+Ar\\nWJiDNF7gZrZ2z4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hx\\ny/C0V1dKcDH8y8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLH\\nItoV04lIyPZYBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZ\\nUPqbp+jWdI6UEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKD\\nWm0KxZS6MvM4ICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw\\n+hp5ulD1RPoIv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw\\n5rcucCzqfK9/eeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WV\\niSzueuX8Dbd6DcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj\\n5DD+HL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPvTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAQ7uLYCsMqfzeuQrSHobJvdHA+boB0uPXBLrCB\\nkgRMFkaSI3E6M78gqizjKEvmYqoX3Yje5i92301zKr/8/fQgm36INQiGH8ZXZt7j\\nBpM64nCv2mUJWFsOQYzrAG5poKCZwUGFaEltsnvBky3r1lAKY2iXYRqLm4idIGsg\\nv8CSV65yMJ795fucH2cACOapM8ImCjqLEtmUBHZtqUs6/ZIaUCDu6XwMdVmmOcl9\\n+e6dsrRMVibhBqf5SYlMMFf+QQ4RZUYYFrFZtnlUqUhMIUg+rk2UTEmgLk+XsCK1\\nv3fvnF7cXc1btst7b49YG7PBzrTpQKFGMpjP1MvGFQJvxa1GhR9Yf6aP+lxLBYWc\\n3EilOgiUadXYD0MOgydz9ilSKPs/dLhR7TE0jARCN8tJWIQwR+EsCYdMC9haZnCr\\nMcU9JsPEIunn2SS+3XZRu3HRkUSijAsdy1L9bwtGeNywm9mZSA+XApJYPQwiA8pS\\nZD3kH3kkFxyH3DCbVuz///uX0hRynvwn2w35ZbWRKjzo+qv3GbYGKMhH01Ffm12A\\nbjUn5VnOEXZCMTk7tlUduEG8Gkm1GD5BphOqrmSDxUziRo6zYNFiqgFYlkMp0In3\\nY7tQNHaUvldMiyfOpugu2zEOD/2O3aXG5FTEdqHcAz2piqXeE6XOf0/3+18ryNEa\\nI7mJjg==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJJwIBAAKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf1Bb1LBg1f1dt\\nhxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEHlm2MCGtwHKIC\\nGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+ArWJiDNF7gZrZ2\\nz4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hxy/C0V1dKcDH8\\ny8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLHItoV04lIyPZY\\nBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZUPqbp+jWdI6U\\nEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKDWm0KxZS6MvM4\\nICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw+hp5ulD1RPoI\\nv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw5rcucCzqfK9/\\neeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WViSzueuX8Dbd6\\nDcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj5DD+HL0CAwEA\\nAQKCAgAHsPA0lFGkgbfAwp6OJzZmxG0pFrIN4sYTmB7Q6cZ1UToeoEfnWWCBJlwO\\nE356A2RpF0n8EEJ2UuedNKIJQG4NedGeTAEI1AWSefyrrVejb4yK/40tp+tWAN6a\\nj+ClIsacd4d9+G02OsCQIw9kXSi2pZm4qbRI0VumK67mSORUQiiYpdHG0ldZiydF\\nGrzrfLFTc2QgFEyiZko+EHY6yEdVgs3bGmA3vfGC2tyabmgUjBypKjDX6kDX9sxi\\nYrAJCeNVFDMfKvsgtdb97MlOdGny3IzCgStXJal7lvMaPHWrAJZFv4WkL+rpWKsG\\nZJ7AE7r8ZB5vw9MYIrh3X/JAfCdY7YfTx0KLhknajCqyp64mc6p/XSXuLFkUtwEl\\n667dwerL5uGUAPFbFkLagUkueem3pLzFqGMwITYM0+habDGEDOctIwwDmYhLoraN\\nQ1vqt5Uc3WM/MSiBOWNdCpsCTr6MaOBn0QLsdeoe/lOeuU853meXSpBKXrsX1bjb\\nDiaxg+EznE4IYS0PEGte3KBzh974o0yw9kYL2VOvQY5zC3frKUVzMT7dgXy9c1YN\\n2qpfzU08N/Z9tGq9R3ts1dAaGKtYzDzl08ksZHDdUUOFBApXTh5gweOVV3UTrSZ4\\nNP0aIVzAOLMXnx8glj/N6Me9lrHOvrJO46Db6DoFwvno6trV0QKCAQEA8XJs7Or2\\n1qrcGZsNdFkFEKlfDRim+VyKkeTNWUQFFCwFepsN/Rp34tHRoylIIcz7Q3fTdrxi\\nVQJUMMfCd4ybQMiNxXlLr1l/FHHYEdzufbTHmP3yJNND429IyBG3jtO+c50J8S0O\\n2rz/M35nGHKaB8Q/TzIJyGYJDKRRfS6XLnlhhWvDayRYdotavUi64tIRXWN8pQLb\\nQ3rI6D6rhC3xZgGFFbIvmX2/zI+omqIS/775pOVb5HQisWVDG9QaNov2uCrTzicc\\n0XErwWVWjQFxSODvWy+7nyVtAUaevhyherXm9RiIczyyo4Mm0Ni7ye7dGIQ6ga6C\\nQNUNXqnqaqQKiQKCAQEA2IC/muD/6mdLgn+ktdR8Y2hZayeVE8WjS5YPd8zYvIVh\\nq+RKPALsGMef2qF4uDaOcCPiqqskSKrv40hXWEekZiw8QZbwfyX1WVtLhI7XWqK+\\nyZb0lwjByUG4kH29YxFe5lZv8EaLw+MBgSEYLLVVu7AYKbcjoD1p6vXIZwKvSFap\\noWVkFPiJ44EK52OZJOjtVI8pAGQ2kb/waki5oFAGWpOsFP/fepi1EdUABWcxJsr0\\nyJn/gQZNgDDnW64eeJvppbHV+pbOr4ktAbWw7unWsqhujMoq1QzR9RqShbkmW2Ru\\n4FOsD9ra3qkcwJq3TmXght+GCj58xSg33QzjI6ljlQKCAQBr0d9WhS6pei9Dt/vw\\nIviiEiCCJqoZ3Pt8XyJcZIWoFmhz8d3zUuiKf4wQQpUVkwX5gP8LnOCEeb/C8NGk\\ntUN3UJgOwTXNHjgjlxsYDwLpW9tuNKj3TOiaHc3wmgjQXTpFQrF349koURHdmurK\\n/hJOuZJT+VJpDTepT4+cSTv14vprrE3eAKMIfP6OXHYoaAqdG5pDzdzAa4pgO+w3\\n4JRWKwOVRrb+4irOXLC8LPgzAMNWoZ3BjSMY+NFZEgSKq0IHyAhBnTG/TbxuZqSZ\\n3zUJiHkazVwJm5rr4O9ukjaCJ8z1UnlMjKRxZFXnGYHykRpmolXGJ3m/HeUUiuhF\\nqu+RAoIBAGmsTdlWwRK0YFLN4qMtl5kdsadvpoAEE3QtRld/ELrTj5zKzMEF3B8s\\nMIYSEk43ssZhfZ0383nUlUomYRuhvEhyhuasua4V5O88dFu7LLn8fYr/t1qQ16VY\\nArHj7bCRJfTfc7ufc1ClWHKiqJ4J1FLL3L9fuG/aCfy5Apvk35E7W4h/aJ4jwYnd\\nzmiqYHF3j3+acLTUNR5mxP3biV8KME+9jFyjl3zLVHXjtSLt/zukDF5tbByZ6vIK\\n7KH/FrhfwWcyqfKp8TAUkHcpK7cxQ63oMC1f8BAVNdWgpqvGd0ZcexHbRTxn4jST\\n7ojD+3y0lSa/qzkMzvGcc8fdJnCdmRECggEAb4Kkx2DT1aJFcA++H0s98BU9igsg\\nWk5wnA12VdJ5h9t29N87I1UhEFuJVUeQbQgb1nw5is2+k/iVjGN7h+zq4GVj/CYm\\nOzxTuDDPudt6UA4XcIolCdNhHOwOfXASRGhmqEnWLLEhpkVwpt1iq6r6U3163KRk\\nAYX483zupzPqfJIhYrr2jRCkiXyndzlvFl8LjLnB8tNywU5sxLIsXcArrGLmQfdb\\nBhip9Vh0zdtwzpgE/3qHUto1d/xWaCZqPo6qlSYjfmnBId2+OmLRMTHvEdOI2NjL\\nDocrp/Gz4NGo/sSoDdDFD44yShodsKuT2ap3z+nEpgazyRnnMzxRSUE5UA==\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-10T19:27:57.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[18934]: cluster 2024-09-10T19:27:56.261775+0000 mon.a (mon.0) 845 : cluster [DBG] mgrmap e31: x(active, since 8s), standbys: y 2024-09-10T19:27:57.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:56 smithi155 bash[18934]: cluster 2024-09-10T19:27:56.376692+0000 mgr.x (mgr.34763) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:59.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:59 smithi155 bash[14970]: cluster 2024-09-10T19:27:58.269535+0000 mon.a (mon.0) 846 : cluster [DBG] mgrmap e32: x(active, since 10s), standbys: y 2024-09-10T19:27:59.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:27:59 smithi155 bash[14970]: cluster 2024-09-10T19:27:58.377600+0000 mgr.x (mgr.34763) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:59.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:59 smithi155 bash[18934]: cluster 2024-09-10T19:27:58.269535+0000 mon.a (mon.0) 846 : cluster [DBG] mgrmap e32: x(active, since 10s), standbys: y 2024-09-10T19:27:59.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:27:59 smithi155 bash[18934]: cluster 2024-09-10T19:27:58.377600+0000 mgr.x (mgr.34763) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:27:59.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:59 smithi189 bash[14634]: cluster 2024-09-10T19:27:58.269535+0000 mon.a (mon.0) 846 : cluster [DBG] mgrmap e32: x(active, since 10s), standbys: y 2024-09-10T19:27:59.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:27:59 smithi189 bash[14634]: cluster 2024-09-10T19:27:58.377600+0000 mgr.x (mgr.34763) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:01.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:01 smithi155 bash[14970]: cluster 2024-09-10T19:28:00.379363+0000 mgr.x (mgr.34763) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-10T19:28:01.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:01 smithi155 bash[18934]: cluster 2024-09-10T19:28:00.379363+0000 mgr.x (mgr.34763) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-10T19:28:01.701 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:01 smithi189 bash[14634]: cluster 2024-09-10T19:28:00.379363+0000 mgr.x (mgr.34763) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-10T19:28:02.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:01.492641+0000 mon.b (mon.2) 312 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:28:02.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:01.494141+0000 mon.b (mon.2) 313 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:28:02.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:01.492641+0000 mon.b (mon.2) 312 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:28:02.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:01.494141+0000 mon.b (mon.2) 313 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:28:02.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:01.494893+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:28:02.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:01.494893+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:28:02.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:01.500724+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:28:02.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:01.500724+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:28:02.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:01.506167+0000 mon.b (mon.2) 314 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 200907161, \"cpu_percentage\": \"1.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.488548Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409993216, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:28:01.488914Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 178048204, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489177Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56979619, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489404Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55176069, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489622Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53791948, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489837Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55668899, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490051Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13841203, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490268Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17563648, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490519Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490736Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:28:01.491103Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:28:02.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:01.506167+0000 mon.b (mon.2) 314 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 200907161, \"cpu_percentage\": \"1.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.488548Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409993216, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:28:01.488914Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 178048204, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489177Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56979619, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489404Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55176069, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489622Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53791948, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489837Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55668899, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490051Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13841203, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490268Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17563648, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490519Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490736Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:28:01.491103Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:28:02.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:01.507244+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 200907161, \"cpu_percentage\": \"1.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.488548Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409993216, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:28:01.488914Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 178048204, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489177Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56979619, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489404Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55176069, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489622Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53791948, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489837Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55668899, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490051Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13841203, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490268Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17563648, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490519Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490736Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:28:01.491103Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:28:02.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:01.507244+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 200907161, \"cpu_percentage\": \"1.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.488548Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409993216, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:28:01.488914Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 178048204, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489177Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56979619, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489404Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55176069, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489622Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53791948, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489837Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55668899, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490051Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13841203, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490268Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17563648, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490519Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490736Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:28:01.491103Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:28:02.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:01.511878+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 200907161, \"cpu_percentage\": \"1.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.488548Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409993216, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:28:01.488914Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 178048204, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489177Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56979619, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489404Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55176069, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489622Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53791948, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489837Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55668899, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490051Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13841203, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490268Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17563648, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490519Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490736Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:28:01.491103Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:28:02.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:01.604714+0000 mon.b (mon.2) 315 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:28:02.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:01.511878+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 200907161, \"cpu_percentage\": \"1.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.488548Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409993216, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:28:01.488914Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 178048204, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489177Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56979619, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489404Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55176069, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489622Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53791948, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489837Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55668899, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490051Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13841203, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490268Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17563648, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490519Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490736Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:28:01.491103Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:28:02.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:01.604714+0000 mon.b (mon.2) 315 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:28:02.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:01.605575+0000 mon.b (mon.2) 316 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:28:02.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:01.606421+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:28:02.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:01.605575+0000 mon.b (mon.2) 316 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:28:02.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:01.606421+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:28:02.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:01.613370+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:28:02.596 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:01.613370+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:28:02.596 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:01.616006+0000 mon.b (mon.2) 317 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 182032793, \"cpu_percentage\": \"1.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.602762Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441765068, \"cpu_percentage\": \"0.32%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.602963Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56895733, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603070Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55490641, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603171Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57346621, \"cpu_percentage\": \"0.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603269Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_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.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603365Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.07%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603460Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603556Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28877783, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603651Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_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.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603745Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:28:01.603933Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:28:02.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:01.616006+0000 mon.b (mon.2) 317 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 182032793, \"cpu_percentage\": \"1.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.602762Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441765068, \"cpu_percentage\": \"0.32%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.602963Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56895733, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603070Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55490641, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603171Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57346621, \"cpu_percentage\": \"0.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603269Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_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.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603365Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.07%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603460Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603556Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28877783, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603651Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_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.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603745Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:28:01.603933Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:28:02.597 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:01.616974+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 182032793, \"cpu_percentage\": \"1.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.602762Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441765068, \"cpu_percentage\": \"0.32%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.602963Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56895733, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603070Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55490641, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603171Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57346621, \"cpu_percentage\": \"0.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603269Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_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.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603365Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.07%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603460Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603556Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28877783, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603651Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_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.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603745Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:28:01.603933Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:28:02.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:01.616974+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 182032793, \"cpu_percentage\": \"1.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.602762Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441765068, \"cpu_percentage\": \"0.32%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.602963Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56895733, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603070Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55490641, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603171Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57346621, \"cpu_percentage\": \"0.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603269Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_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.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603365Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.07%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603460Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603556Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28877783, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603651Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_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.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603745Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:28:01.603933Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:28:02.598 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:01.623678+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 182032793, \"cpu_percentage\": \"1.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.602762Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441765068, \"cpu_percentage\": \"0.32%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.602963Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56895733, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603070Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55490641, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603171Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57346621, \"cpu_percentage\": \"0.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603269Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_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.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603365Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.07%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603460Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603556Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28877783, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603651Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_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.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603745Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:28:01.603933Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:28:02.598 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:01.902887+0000 mon.b (mon.2) 318 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:28:02.598 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:01.996665+0000 mon.b (mon.2) 319 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:28:02.598 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:02.196286+0000 mon.b (mon.2) 320 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:28:02.598 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:01.623678+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 182032793, \"cpu_percentage\": \"1.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.602762Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441765068, \"cpu_percentage\": \"0.32%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.602963Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56895733, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603070Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55490641, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603171Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57346621, \"cpu_percentage\": \"0.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603269Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_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.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603365Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.07%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603460Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603556Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28877783, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603651Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_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.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603745Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:28:01.603933Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:28:02.598 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:01.902887+0000 mon.b (mon.2) 318 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:28:02.599 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:01.996665+0000 mon.b (mon.2) 319 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:28:02.599 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:02.196286+0000 mon.b (mon.2) 320 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:28:02.599 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:02.197972+0000 mon.b (mon.2) 321 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:28:02.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:02.197972+0000 mon.b (mon.2) 321 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:28:02.600 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:02.198847+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:28:02.600 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:02.204641+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:28:02.601 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:02.198847+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:28:02.601 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:02.204641+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:28:02.601 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:02.207404+0000 mon.b (mon.2) 322 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 200907161, \"cpu_percentage\": \"1.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.488548Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409993216, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:28:01.488914Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 178048204, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489177Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56979619, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489404Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55176069, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489622Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53791948, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489837Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55668899, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490051Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13841203, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490268Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17563648, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490519Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490736Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:28:01.491103Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:28:02.194615Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:28:02.601 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:02.207404+0000 mon.b (mon.2) 322 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 200907161, \"cpu_percentage\": \"1.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.488548Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409993216, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:28:01.488914Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 178048204, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489177Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56979619, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489404Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55176069, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489622Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53791948, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489837Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55668899, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490051Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13841203, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490268Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17563648, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490519Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490736Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:28:01.491103Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:28:02.194615Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:28:02.602 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:02.208381+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 200907161, \"cpu_percentage\": \"1.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.488548Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409993216, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:28:01.488914Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 178048204, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489177Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56979619, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489404Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55176069, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489622Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53791948, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489837Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55668899, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490051Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13841203, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490268Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17563648, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490519Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490736Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:28:01.491103Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:28:02.194615Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:28:02.602 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:02.213794+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 200907161, \"cpu_percentage\": \"1.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.488548Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409993216, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:28:01.488914Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 178048204, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489177Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56979619, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489404Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55176069, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489622Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53791948, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489837Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55668899, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490051Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13841203, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490268Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17563648, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490519Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490736Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:28:01.491103Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:28:02.194615Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:28:02.602 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:02.216529+0000 mon.b (mon.2) 323 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:28:02.602 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:02.216980+0000 mon.b (mon.2) 324 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:28:02.603 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:02.208381+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 200907161, \"cpu_percentage\": \"1.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.488548Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409993216, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:28:01.488914Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 178048204, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489177Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56979619, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489404Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55176069, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489622Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53791948, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489837Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55668899, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490051Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13841203, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490268Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17563648, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490519Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490736Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:28:01.491103Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:28:02.194615Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:28:02.603 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:02.217543+0000 mon.b (mon.2) 325 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:28:02.603 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:02.217832+0000 mon.b (mon.2) 326 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:28:02.603 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:02.213794+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 200907161, \"cpu_percentage\": \"1.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.488548Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409993216, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:28:01.488914Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 178048204, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489177Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56979619, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489404Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55176069, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489622Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53791948, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489837Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55668899, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490051Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13841203, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490268Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17563648, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490519Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490736Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:28:01.491103Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:28:02.194615Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:28:02.603 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:02.216529+0000 mon.b (mon.2) 323 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:28:02.603 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:02.216980+0000 mon.b (mon.2) 324 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:28:02.604 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:02.218123+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:28:02.604 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:02.218322+0000 mon.b (mon.2) 327 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:28:02.604 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:02.218746+0000 mon.b (mon.2) 328 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:28:02.604 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:02.219185+0000 mon.b (mon.2) 329 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:28:02.604 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:02.217543+0000 mon.b (mon.2) 325 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:28:02.605 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:02.217832+0000 mon.b (mon.2) 326 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:28:02.605 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:02.218123+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:28:02.605 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:02.218322+0000 mon.b (mon.2) 327 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:28:02.605 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:02.218746+0000 mon.b (mon.2) 328 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:28:02.605 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:02.219185+0000 mon.b (mon.2) 329 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:28:02.605 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:02.224568+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:28:02.606 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:02.224568+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:28:02.606 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:02.226155+0000 mon.b (mon.2) 330 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 182032793, \"cpu_percentage\": \"1.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.602762Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441765068, \"cpu_percentage\": \"0.32%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.602963Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56895733, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603070Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55490641, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603171Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57346621, \"cpu_percentage\": \"0.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603269Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_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.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603365Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.07%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603460Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603556Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28877783, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603651Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_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.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603745Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:28:01.603933Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:28:02.214206Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:28:02.606 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:02.226412+0000 mon.b (mon.2) 331 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:28:02.606 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:02.226843+0000 mon.b (mon.2) 332 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:28:02.607 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:02.226155+0000 mon.b (mon.2) 330 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 182032793, \"cpu_percentage\": \"1.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.602762Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441765068, \"cpu_percentage\": \"0.32%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.602963Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56895733, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603070Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55490641, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603171Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57346621, \"cpu_percentage\": \"0.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603269Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_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.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603365Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.07%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603460Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603556Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28877783, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603651Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_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.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603745Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:28:01.603933Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:28:02.214206Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:28:02.607 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:02.226412+0000 mon.b (mon.2) 331 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:28:02.607 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:02.226843+0000 mon.b (mon.2) 332 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:28:02.607 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:02.226881+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 182032793, \"cpu_percentage\": \"1.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.602762Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441765068, \"cpu_percentage\": \"0.32%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.602963Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56895733, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603070Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55490641, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603171Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57346621, \"cpu_percentage\": \"0.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603269Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_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.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603365Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.07%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603460Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603556Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28877783, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603651Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_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.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603745Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:28:01.603933Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:28:02.214206Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:28:02.608 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:02.227291+0000 mon.b (mon.2) 333 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:28:02.608 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:02.227868+0000 mon.b (mon.2) 334 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:28:02.608 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:02.233726+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 182032793, \"cpu_percentage\": \"1.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.602762Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441765068, \"cpu_percentage\": \"0.32%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.602963Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56895733, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603070Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55490641, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603171Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57346621, \"cpu_percentage\": \"0.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603269Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_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.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603365Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.07%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603460Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603556Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28877783, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603651Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_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.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603745Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:28:01.603933Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:28:02.214206Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:28:02.608 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:02.235199+0000 mon.b (mon.2) 335 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:28:02.608 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:02.235819+0000 mon.b (mon.2) 336 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:28:02.609 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:02.236442+0000 mon.b (mon.2) 337 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:28:02.609 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:02.237071+0000 mon.b (mon.2) 338 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:28:02.609 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:02.237683+0000 mon.b (mon.2) 339 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:28:02.609 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:02.238255+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:28:02.609 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:02.238865+0000 mon.b (mon.2) 341 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:28:02.609 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:02.239442+0000 mon.b (mon.2) 342 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:28:02.609 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:02.240042+0000 mon.b (mon.2) 343 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:28:02.609 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:02.242852+0000 mon.b (mon.2) 344 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:28:02.610 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:02.243409+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:28:02.610 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[18934]: audit 2024-09-10T19:28:02.247739+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:28:02.610 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:02.226881+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 182032793, \"cpu_percentage\": \"1.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.602762Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441765068, \"cpu_percentage\": \"0.32%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.602963Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56895733, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603070Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55490641, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603171Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57346621, \"cpu_percentage\": \"0.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603269Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_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.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603365Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.07%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603460Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603556Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28877783, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603651Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_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.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603745Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:28:01.603933Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:28:02.214206Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:28:02.610 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:02.227291+0000 mon.b (mon.2) 333 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:28:02.610 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:02.227868+0000 mon.b (mon.2) 334 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:28:02.610 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:02.233726+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 182032793, \"cpu_percentage\": \"1.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.602762Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441765068, \"cpu_percentage\": \"0.32%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.602963Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56895733, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603070Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55490641, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603171Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57346621, \"cpu_percentage\": \"0.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603269Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_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.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603365Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.07%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603460Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603556Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28877783, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603651Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_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.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603745Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:28:01.603933Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:28:02.214206Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:28:02.611 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:02.235199+0000 mon.b (mon.2) 335 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:28:02.611 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:02.235819+0000 mon.b (mon.2) 336 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:28:02.611 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:02.236442+0000 mon.b (mon.2) 337 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:28:02.611 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:02.237071+0000 mon.b (mon.2) 338 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:28:02.611 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:02.237683+0000 mon.b (mon.2) 339 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:28:02.611 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:02.238255+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:28:02.611 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:02.238865+0000 mon.b (mon.2) 341 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:28:02.611 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:02.239442+0000 mon.b (mon.2) 342 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:28:02.611 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:02.240042+0000 mon.b (mon.2) 343 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:28:02.611 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:02.242852+0000 mon.b (mon.2) 344 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:28:02.611 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:02.243409+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:28:02.611 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:02 smithi155 bash[14970]: audit 2024-09-10T19:28:02.247739+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:28:02.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:01.492641+0000 mon.b (mon.2) 312 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:28:02.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:01.494141+0000 mon.b (mon.2) 313 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:28:02.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:01.494893+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:28:02.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:01.500724+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:28:02.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:01.506167+0000 mon.b (mon.2) 314 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 200907161, \"cpu_percentage\": \"1.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.488548Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409993216, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:28:01.488914Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 178048204, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489177Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56979619, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489404Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55176069, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489622Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53791948, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489837Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55668899, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490051Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13841203, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490268Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17563648, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490519Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490736Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:28:01.491103Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:28:02.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:01.507244+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 200907161, \"cpu_percentage\": \"1.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.488548Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409993216, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:28:01.488914Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 178048204, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489177Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56979619, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489404Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55176069, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489622Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53791948, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489837Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55668899, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490051Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13841203, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490268Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17563648, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490519Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490736Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:28:01.491103Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:28:02.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:01.511878+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 200907161, \"cpu_percentage\": \"1.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.488548Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409993216, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:28:01.488914Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 178048204, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489177Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56979619, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489404Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55176069, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489622Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53791948, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489837Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55668899, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490051Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13841203, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490268Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17563648, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490519Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490736Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:28:01.491103Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:28:02.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:01.604714+0000 mon.b (mon.2) 315 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:28:02.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:01.605575+0000 mon.b (mon.2) 316 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:28:02.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:01.606421+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:28:02.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:01.613370+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:28:02.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:01.616006+0000 mon.b (mon.2) 317 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 182032793, \"cpu_percentage\": \"1.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.602762Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441765068, \"cpu_percentage\": \"0.32%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.602963Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56895733, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603070Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55490641, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603171Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57346621, \"cpu_percentage\": \"0.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603269Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_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.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603365Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.07%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603460Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603556Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28877783, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603651Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_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.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603745Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:28:01.603933Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:28:02.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:01.616974+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 182032793, \"cpu_percentage\": \"1.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.602762Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441765068, \"cpu_percentage\": \"0.32%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.602963Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56895733, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603070Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55490641, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603171Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57346621, \"cpu_percentage\": \"0.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603269Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_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.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603365Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.07%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603460Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603556Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28877783, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603651Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_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.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603745Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:28:01.603933Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:28:02.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:01.623678+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 182032793, \"cpu_percentage\": \"1.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.602762Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441765068, \"cpu_percentage\": \"0.32%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.602963Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56895733, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603070Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55490641, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603171Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57346621, \"cpu_percentage\": \"0.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603269Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_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.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603365Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.07%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603460Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603556Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28877783, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603651Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_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.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603745Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:28:01.603933Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:28:02.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:01.902887+0000 mon.b (mon.2) 318 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:28:02.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:01.996665+0000 mon.b (mon.2) 319 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:28:02.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:02.196286+0000 mon.b (mon.2) 320 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:28:02.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:02.197972+0000 mon.b (mon.2) 321 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:28:02.708 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:02.198847+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:28:02.708 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:02.204641+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:28:02.708 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:02.207404+0000 mon.b (mon.2) 322 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 200907161, \"cpu_percentage\": \"1.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.488548Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409993216, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:28:01.488914Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 178048204, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489177Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56979619, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489404Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55176069, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489622Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53791948, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489837Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55668899, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490051Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13841203, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490268Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17563648, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490519Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490736Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:28:01.491103Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:28:02.194615Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:28:02.708 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:02.208381+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 200907161, \"cpu_percentage\": \"1.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.488548Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409993216, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:28:01.488914Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 178048204, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489177Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56979619, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489404Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55176069, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489622Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53791948, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489837Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55668899, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490051Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13841203, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490268Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17563648, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490519Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490736Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:28:01.491103Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:28:02.194615Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:28:02.708 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:02.213794+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 200907161, \"cpu_percentage\": \"1.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.488548Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409993216, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:28:01.488914Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 178048204, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489177Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56979619, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489404Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55176069, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489622Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53791948, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.489837Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55668899, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490051Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13841203, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490268Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17563648, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490519Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.490736Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:28:01.491103Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:28:02.194615Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:28:02.709 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:02.216529+0000 mon.b (mon.2) 323 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:28:02.709 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:02.216980+0000 mon.b (mon.2) 324 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:28:02.709 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:02.217543+0000 mon.b (mon.2) 325 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:28:02.709 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:02.217832+0000 mon.b (mon.2) 326 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:28:02.709 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:02.218123+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:28:02.709 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:02.218322+0000 mon.b (mon.2) 327 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:28:02.709 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:02.218746+0000 mon.b (mon.2) 328 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:28:02.709 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:02.219185+0000 mon.b (mon.2) 329 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:28:02.709 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:02.224568+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:28:02.710 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:02.226155+0000 mon.b (mon.2) 330 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 182032793, \"cpu_percentage\": \"1.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.602762Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441765068, \"cpu_percentage\": \"0.32%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.602963Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56895733, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603070Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55490641, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603171Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57346621, \"cpu_percentage\": \"0.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603269Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_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.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603365Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.07%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603460Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603556Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28877783, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603651Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_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.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603745Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:28:01.603933Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:28:02.214206Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:28:02.710 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:02.226412+0000 mon.b (mon.2) 331 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:28:02.711 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:02.226843+0000 mon.b (mon.2) 332 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:28:02.711 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:02.226881+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 182032793, \"cpu_percentage\": \"1.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.602762Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441765068, \"cpu_percentage\": \"0.32%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.602963Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56895733, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603070Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55490641, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603171Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57346621, \"cpu_percentage\": \"0.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603269Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_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.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603365Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.07%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603460Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603556Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28877783, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603651Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_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.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603745Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:28:01.603933Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:28:02.214206Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:28:02.711 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:02.227291+0000 mon.b (mon.2) 333 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:28:02.711 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:02.227868+0000 mon.b (mon.2) 334 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:28:02.711 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:02.233726+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 182032793, \"cpu_percentage\": \"1.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.602762Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441765068, \"cpu_percentage\": \"0.32%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.602963Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56895733, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603070Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55490641, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603171Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57346621, \"cpu_percentage\": \"0.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603269Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_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.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603365Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49723473, \"cpu_percentage\": \"0.07%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603460Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603556Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28877783, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603651Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_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.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:28:01.603745Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:28:01.603933Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:28:02.214206Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:28:02.711 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:02.235199+0000 mon.b (mon.2) 335 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:28:02.711 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:02.235819+0000 mon.b (mon.2) 336 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:28:02.711 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:02.236442+0000 mon.b (mon.2) 337 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:28:02.711 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:02.237071+0000 mon.b (mon.2) 338 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:28:02.711 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:02.237683+0000 mon.b (mon.2) 339 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:28:02.712 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:02.238255+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:28:02.712 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:02.238865+0000 mon.b (mon.2) 341 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:28:02.712 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:02.239442+0000 mon.b (mon.2) 342 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:28:02.712 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:02.240042+0000 mon.b (mon.2) 343 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:28:02.712 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:02.242852+0000 mon.b (mon.2) 344 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:28:02.712 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:02.243409+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:28:02.712 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:02 smithi189 bash[14634]: audit 2024-09-10T19:28:02.247739+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:28:03.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:03 smithi155 bash[18934]: audit 2024-09-10T19:28:02.309560+0000 mon.b (mon.2) 345 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:28:03.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:03 smithi155 bash[18934]: audit 2024-09-10T19:28:02.310201+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:28:03.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:03 smithi155 bash[18934]: audit 2024-09-10T19:28:02.318036+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:28:03.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:03 smithi155 bash[18934]: cluster 2024-09-10T19:28:02.380024+0000 mgr.x (mgr.34763) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-10T19:28:03.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:03 smithi155 bash[14970]: audit 2024-09-10T19:28:02.309560+0000 mon.b (mon.2) 345 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:28:03.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:03 smithi155 bash[14970]: audit 2024-09-10T19:28:02.310201+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:28:03.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:03 smithi155 bash[14970]: audit 2024-09-10T19:28:02.318036+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:28:03.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:03 smithi155 bash[14970]: cluster 2024-09-10T19:28:02.380024+0000 mgr.x (mgr.34763) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-10T19:28:03.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:03 smithi189 bash[14634]: audit 2024-09-10T19:28:02.309560+0000 mon.b (mon.2) 345 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:28:03.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:03 smithi189 bash[14634]: audit 2024-09-10T19:28:02.310201+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:28:03.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:03 smithi189 bash[14634]: audit 2024-09-10T19:28:02.318036+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:28:03.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:03 smithi189 bash[14634]: cluster 2024-09-10T19:28:02.380024+0000 mgr.x (mgr.34763) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-10T19:28:05.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:05 smithi189 bash[14634]: cluster 2024-09-10T19:28:04.380739+0000 mgr.x (mgr.34763) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T19:28:05.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:05 smithi155 bash[14970]: cluster 2024-09-10T19:28:04.380739+0000 mgr.x (mgr.34763) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T19:28:05.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:05 smithi155 bash[18934]: cluster 2024-09-10T19:28:04.380739+0000 mgr.x (mgr.34763) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T19:28:07.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:07 smithi155 bash[14970]: cluster 2024-09-10T19:28:06.382173+0000 mgr.x (mgr.34763) 11 : cluster [DBG] pgmap v9: 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, 6 op/s 2024-09-10T19:28:07.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:07 smithi155 bash[18934]: cluster 2024-09-10T19:28:06.382173+0000 mgr.x (mgr.34763) 11 : cluster [DBG] pgmap v9: 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, 6 op/s 2024-09-10T19:28:07.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:07 smithi189 bash[14634]: cluster 2024-09-10T19:28:06.382173+0000 mgr.x (mgr.34763) 11 : cluster [DBG] pgmap v9: 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, 6 op/s 2024-09-10T19:28:09.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:09 smithi155 bash[14970]: cluster 2024-09-10T19:28:08.382835+0000 mgr.x (mgr.34763) 12 : 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-10T19:28:09.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:09 smithi155 bash[18934]: cluster 2024-09-10T19:28:08.382835+0000 mgr.x (mgr.34763) 12 : 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-10T19:28:09.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:09 smithi189 bash[14634]: cluster 2024-09-10T19:28:08.382835+0000 mgr.x (mgr.34763) 12 : 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-10T19:28:11.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:11 smithi155 bash[14970]: cluster 2024-09-10T19:28:10.384318+0000 mgr.x (mgr.34763) 13 : 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-10T19:28:11.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:11 smithi155 bash[18934]: cluster 2024-09-10T19:28:10.384318+0000 mgr.x (mgr.34763) 13 : 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-10T19:28:11.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:11 smithi189 bash[14634]: cluster 2024-09-10T19:28:10.384318+0000 mgr.x (mgr.34763) 13 : 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-10T19:28:13.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:13 smithi189 bash[14634]: cluster 2024-09-10T19:28:12.385043+0000 mgr.x (mgr.34763) 14 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:13.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:13 smithi155 bash[14970]: cluster 2024-09-10T19:28:12.385043+0000 mgr.x (mgr.34763) 14 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:13.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:13 smithi155 bash[18934]: cluster 2024-09-10T19:28:12.385043+0000 mgr.x (mgr.34763) 14 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:15.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:15 smithi155 bash[18934]: cluster 2024-09-10T19:28:14.385667+0000 mgr.x (mgr.34763) 15 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:15.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:15 smithi155 bash[14970]: cluster 2024-09-10T19:28:14.385667+0000 mgr.x (mgr.34763) 15 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:15.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:15 smithi189 bash[14634]: cluster 2024-09-10T19:28:14.385667+0000 mgr.x (mgr.34763) 15 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:17.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:17 smithi155 bash[18934]: cluster 2024-09-10T19:28:16.387145+0000 mgr.x (mgr.34763) 16 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:17.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:17 smithi155 bash[14970]: cluster 2024-09-10T19:28:16.387145+0000 mgr.x (mgr.34763) 16 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:17.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:17 smithi189 bash[14634]: cluster 2024-09-10T19:28:16.387145+0000 mgr.x (mgr.34763) 16 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:19.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:19 smithi155 bash[14970]: cluster 2024-09-10T19:28:18.387837+0000 mgr.x (mgr.34763) 17 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:19.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:19 smithi155 bash[18934]: cluster 2024-09-10T19:28:18.387837+0000 mgr.x (mgr.34763) 17 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:19.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:19 smithi189 bash[14634]: cluster 2024-09-10T19:28:18.387837+0000 mgr.x (mgr.34763) 17 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:21.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:21 smithi155 bash[14970]: cluster 2024-09-10T19:28:20.389289+0000 mgr.x (mgr.34763) 18 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:21.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:21 smithi155 bash[18934]: cluster 2024-09-10T19:28:20.389289+0000 mgr.x (mgr.34763) 18 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:21.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:21 smithi189 bash[14634]: cluster 2024-09-10T19:28:20.389289+0000 mgr.x (mgr.34763) 18 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:23.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:23 smithi155 bash[14970]: cluster 2024-09-10T19:28:22.389988+0000 mgr.x (mgr.34763) 19 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:23.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:23 smithi155 bash[18934]: cluster 2024-09-10T19:28:22.389988+0000 mgr.x (mgr.34763) 19 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:23.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:23 smithi189 bash[14634]: cluster 2024-09-10T19:28:22.389988+0000 mgr.x (mgr.34763) 19 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:25.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:25 smithi155 bash[14970]: cluster 2024-09-10T19:28:24.390629+0000 mgr.x (mgr.34763) 20 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:25.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:25 smithi155 bash[18934]: cluster 2024-09-10T19:28:24.390629+0000 mgr.x (mgr.34763) 20 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:25.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:25 smithi189 bash[14634]: cluster 2024-09-10T19:28:24.390629+0000 mgr.x (mgr.34763) 20 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:27.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:27 smithi155 bash[14970]: cluster 2024-09-10T19:28:26.392075+0000 mgr.x (mgr.34763) 21 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:27.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:27 smithi155 bash[18934]: cluster 2024-09-10T19:28:26.392075+0000 mgr.x (mgr.34763) 21 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:27.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:27 smithi189 bash[14634]: cluster 2024-09-10T19:28:26.392075+0000 mgr.x (mgr.34763) 21 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:29.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:29 smithi155 bash[14970]: cluster 2024-09-10T19:28:28.392809+0000 mgr.x (mgr.34763) 22 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:29.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:29 smithi155 bash[18934]: cluster 2024-09-10T19:28:28.392809+0000 mgr.x (mgr.34763) 22 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:29.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:29 smithi189 bash[14634]: cluster 2024-09-10T19:28:28.392809+0000 mgr.x (mgr.34763) 22 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:31.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:31 smithi155 bash[14970]: cluster 2024-09-10T19:28:30.394222+0000 mgr.x (mgr.34763) 23 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:31.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:31 smithi155 bash[18934]: cluster 2024-09-10T19:28:30.394222+0000 mgr.x (mgr.34763) 23 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:31.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:31 smithi189 bash[14634]: cluster 2024-09-10T19:28:30.394222+0000 mgr.x (mgr.34763) 23 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:33.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:33 smithi155 bash[14970]: cluster 2024-09-10T19:28:32.394994+0000 mgr.x (mgr.34763) 24 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:33.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:33 smithi155 bash[18934]: cluster 2024-09-10T19:28:32.394994+0000 mgr.x (mgr.34763) 24 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:33.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:33 smithi189 bash[14634]: cluster 2024-09-10T19:28:32.394994+0000 mgr.x (mgr.34763) 24 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:35.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:35 smithi155 bash[14970]: cluster 2024-09-10T19:28:34.395789+0000 mgr.x (mgr.34763) 25 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:35.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:35 smithi155 bash[18934]: cluster 2024-09-10T19:28:34.395789+0000 mgr.x (mgr.34763) 25 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:35.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:35 smithi189 bash[14634]: cluster 2024-09-10T19:28:34.395789+0000 mgr.x (mgr.34763) 25 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:37.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:37 smithi155 bash[14970]: cluster 2024-09-10T19:28:36.397258+0000 mgr.x (mgr.34763) 26 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:37.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:37 smithi155 bash[18934]: cluster 2024-09-10T19:28:36.397258+0000 mgr.x (mgr.34763) 26 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:37.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:37 smithi189 bash[14634]: cluster 2024-09-10T19:28:36.397258+0000 mgr.x (mgr.34763) 26 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:39.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:39 smithi155 bash[14970]: cluster 2024-09-10T19:28:38.397944+0000 mgr.x (mgr.34763) 27 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:39.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:39 smithi155 bash[18934]: cluster 2024-09-10T19:28:38.397944+0000 mgr.x (mgr.34763) 27 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:39.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:39 smithi189 bash[14634]: cluster 2024-09-10T19:28:38.397944+0000 mgr.x (mgr.34763) 27 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:41.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:41 smithi155 bash[14970]: cluster 2024-09-10T19:28:40.399394+0000 mgr.x (mgr.34763) 28 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:41.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:41 smithi155 bash[18934]: cluster 2024-09-10T19:28:40.399394+0000 mgr.x (mgr.34763) 28 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:41.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:41 smithi189 bash[14634]: cluster 2024-09-10T19:28:40.399394+0000 mgr.x (mgr.34763) 28 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:43.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:43 smithi155 bash[14970]: cluster 2024-09-10T19:28:42.400112+0000 mgr.x (mgr.34763) 29 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:43.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:43 smithi155 bash[18934]: cluster 2024-09-10T19:28:42.400112+0000 mgr.x (mgr.34763) 29 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:43.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:43 smithi189 bash[14634]: cluster 2024-09-10T19:28:42.400112+0000 mgr.x (mgr.34763) 29 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:45.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:45 smithi155 bash[18934]: cluster 2024-09-10T19:28:44.400824+0000 mgr.x (mgr.34763) 30 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:45.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:45 smithi155 bash[14970]: cluster 2024-09-10T19:28:44.400824+0000 mgr.x (mgr.34763) 30 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:45.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:45 smithi189 bash[14634]: cluster 2024-09-10T19:28:44.400824+0000 mgr.x (mgr.34763) 30 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:47.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:47 smithi155 bash[14970]: cluster 2024-09-10T19:28:46.402214+0000 mgr.x (mgr.34763) 31 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:47.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:47 smithi155 bash[18934]: cluster 2024-09-10T19:28:46.402214+0000 mgr.x (mgr.34763) 31 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:47.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:47 smithi189 bash[14634]: cluster 2024-09-10T19:28:46.402214+0000 mgr.x (mgr.34763) 31 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:49.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:49 smithi155 bash[14970]: cluster 2024-09-10T19:28:48.402898+0000 mgr.x (mgr.34763) 32 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:49.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:49 smithi155 bash[18934]: cluster 2024-09-10T19:28:48.402898+0000 mgr.x (mgr.34763) 32 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:49.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:49 smithi189 bash[14634]: cluster 2024-09-10T19:28:48.402898+0000 mgr.x (mgr.34763) 32 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:51.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:51 smithi155 bash[18934]: cluster 2024-09-10T19:28:50.404348+0000 mgr.x (mgr.34763) 33 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:51.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:51 smithi155 bash[14970]: cluster 2024-09-10T19:28:50.404348+0000 mgr.x (mgr.34763) 33 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:51.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:51 smithi189 bash[14634]: cluster 2024-09-10T19:28:50.404348+0000 mgr.x (mgr.34763) 33 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:53.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:53 smithi155 bash[14970]: cluster 2024-09-10T19:28:52.405078+0000 mgr.x (mgr.34763) 34 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:53.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:53 smithi155 bash[18934]: cluster 2024-09-10T19:28:52.405078+0000 mgr.x (mgr.34763) 34 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:53.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:53 smithi189 bash[14634]: cluster 2024-09-10T19:28:52.405078+0000 mgr.x (mgr.34763) 34 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:55.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:55 smithi155 bash[14970]: cluster 2024-09-10T19:28:54.405732+0000 mgr.x (mgr.34763) 35 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:55.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:55 smithi155 bash[14970]: audit 2024-09-10T19:28:54.794048+0000 mon.b (mon.2) 346 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2024-09-10T19:28:55.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:55 smithi155 bash[14970]: audit 2024-09-10T19:28:54.794537+0000 mon.b (mon.2) 347 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T19:28:55.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:55 smithi155 bash[14970]: audit 2024-09-10T19:28:54.794930+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2024-09-10T19:28:55.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:55 smithi155 bash[14970]: audit 2024-09-10T19:28:54.794965+0000 mon.b (mon.2) 348 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 5]}]: dispatch 2024-09-10T19:28:55.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:55 smithi155 bash[14970]: audit 2024-09-10T19:28:54.795331+0000 mon.b (mon.2) 349 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:28:55.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:55 smithi155 bash[14970]: audit 2024-09-10T19:28:54.795780+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T19:28:55.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:55 smithi155 bash[14970]: audit 2024-09-10T19:28:54.796347+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 5]}]: dispatch 2024-09-10T19:28:55.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:55 smithi155 bash[14970]: audit 2024-09-10T19:28:54.796774+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:28:55.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:55 smithi155 bash[18934]: cluster 2024-09-10T19:28:54.405732+0000 mgr.x (mgr.34763) 35 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:55.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:55 smithi155 bash[18934]: audit 2024-09-10T19:28:54.794048+0000 mon.b (mon.2) 346 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2024-09-10T19:28:55.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:55 smithi155 bash[18934]: audit 2024-09-10T19:28:54.794537+0000 mon.b (mon.2) 347 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T19:28:55.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:55 smithi155 bash[18934]: audit 2024-09-10T19:28:54.794930+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2024-09-10T19:28:55.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:55 smithi155 bash[18934]: audit 2024-09-10T19:28:54.794965+0000 mon.b (mon.2) 348 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 5]}]: dispatch 2024-09-10T19:28:55.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:55 smithi155 bash[18934]: audit 2024-09-10T19:28:54.795331+0000 mon.b (mon.2) 349 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:28:55.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:55 smithi155 bash[18934]: audit 2024-09-10T19:28:54.795780+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T19:28:55.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:55 smithi155 bash[18934]: audit 2024-09-10T19:28:54.796347+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 5]}]: dispatch 2024-09-10T19:28:55.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:55 smithi155 bash[18934]: audit 2024-09-10T19:28:54.796774+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:28:55.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:55 smithi189 bash[14634]: cluster 2024-09-10T19:28:54.405732+0000 mgr.x (mgr.34763) 35 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:55.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:55 smithi189 bash[14634]: audit 2024-09-10T19:28:54.794048+0000 mon.b (mon.2) 346 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2024-09-10T19:28:55.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:55 smithi189 bash[14634]: audit 2024-09-10T19:28:54.794537+0000 mon.b (mon.2) 347 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T19:28:55.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:55 smithi189 bash[14634]: audit 2024-09-10T19:28:54.794930+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2024-09-10T19:28:55.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:55 smithi189 bash[14634]: audit 2024-09-10T19:28:54.794965+0000 mon.b (mon.2) 348 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 5]}]: dispatch 2024-09-10T19:28:55.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:55 smithi189 bash[14634]: audit 2024-09-10T19:28:54.795331+0000 mon.b (mon.2) 349 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:28:55.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:55 smithi189 bash[14634]: audit 2024-09-10T19:28:54.795780+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T19:28:55.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:55 smithi189 bash[14634]: audit 2024-09-10T19:28:54.796347+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 5]}]: dispatch 2024-09-10T19:28:55.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:55 smithi189 bash[14634]: audit 2024-09-10T19:28:54.796774+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:28:57.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:57 smithi155 bash[14970]: cluster 2024-09-10T19:28:56.407162+0000 mgr.x (mgr.34763) 36 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:57.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:57 smithi155 bash[18934]: cluster 2024-09-10T19:28:56.407162+0000 mgr.x (mgr.34763) 36 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:57.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:57 smithi189 bash[14634]: cluster 2024-09-10T19:28:56.407162+0000 mgr.x (mgr.34763) 36 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:59.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:28:59 smithi155 bash[14970]: cluster 2024-09-10T19:28:58.407848+0000 mgr.x (mgr.34763) 37 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:59.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:28:59 smithi155 bash[18934]: cluster 2024-09-10T19:28:58.407848+0000 mgr.x (mgr.34763) 37 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:28:59.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:28:59 smithi189 bash[14634]: cluster 2024-09-10T19:28:58.407848+0000 mgr.x (mgr.34763) 37 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:01.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:01 smithi155 bash[18934]: cluster 2024-09-10T19:29:00.409325+0000 mgr.x (mgr.34763) 38 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:01.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:01 smithi155 bash[14970]: cluster 2024-09-10T19:29:00.409325+0000 mgr.x (mgr.34763) 38 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:01.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:01 smithi189 bash[14634]: cluster 2024-09-10T19:29:00.409325+0000 mgr.x (mgr.34763) 38 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:03.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:03 smithi155 bash[14970]: cluster 2024-09-10T19:29:02.409988+0000 mgr.x (mgr.34763) 39 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:03.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:03 smithi155 bash[14970]: audit 2024-09-10T19:29:02.824375+0000 mon.b (mon.2) 350 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:29:03.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:03 smithi155 bash[14970]: audit 2024-09-10T19:29:02.825304+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:29:03.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:03 smithi155 bash[14970]: audit 2024-09-10T19:29:02.833730+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:29:03.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:03 smithi155 bash[18934]: cluster 2024-09-10T19:29:02.409988+0000 mgr.x (mgr.34763) 39 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:03.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:03 smithi155 bash[18934]: audit 2024-09-10T19:29:02.824375+0000 mon.b (mon.2) 350 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:29:03.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:03 smithi155 bash[18934]: audit 2024-09-10T19:29:02.825304+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:29:03.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:03 smithi155 bash[18934]: audit 2024-09-10T19:29:02.833730+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:29:03.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:03 smithi189 bash[14634]: cluster 2024-09-10T19:29:02.409988+0000 mgr.x (mgr.34763) 39 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:03.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:03 smithi189 bash[14634]: audit 2024-09-10T19:29:02.824375+0000 mon.b (mon.2) 350 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:29:03.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:03 smithi189 bash[14634]: audit 2024-09-10T19:29:02.825304+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:29:03.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:03 smithi189 bash[14634]: audit 2024-09-10T19:29:02.833730+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:29:05.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:05 smithi155 bash[14970]: cluster 2024-09-10T19:29:04.410642+0000 mgr.x (mgr.34763) 40 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:05.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:05 smithi155 bash[18934]: cluster 2024-09-10T19:29:04.410642+0000 mgr.x (mgr.34763) 40 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:05.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:05 smithi189 bash[14634]: cluster 2024-09-10T19:29:04.410642+0000 mgr.x (mgr.34763) 40 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:07.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:07 smithi155 bash[18934]: cluster 2024-09-10T19:29:06.412096+0000 mgr.x (mgr.34763) 41 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:07.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:07 smithi155 bash[14970]: cluster 2024-09-10T19:29:06.412096+0000 mgr.x (mgr.34763) 41 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:07.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:07 smithi189 bash[14634]: cluster 2024-09-10T19:29:06.412096+0000 mgr.x (mgr.34763) 41 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:09.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:09 smithi155 bash[14970]: cluster 2024-09-10T19:29:08.412839+0000 mgr.x (mgr.34763) 42 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:09.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:09 smithi155 bash[18934]: cluster 2024-09-10T19:29:08.412839+0000 mgr.x (mgr.34763) 42 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:09.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:09 smithi189 bash[14634]: cluster 2024-09-10T19:29:08.412839+0000 mgr.x (mgr.34763) 42 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:11.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:11 smithi155 bash[14970]: cluster 2024-09-10T19:29:10.414291+0000 mgr.x (mgr.34763) 43 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:11.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:11 smithi155 bash[18934]: cluster 2024-09-10T19:29:10.414291+0000 mgr.x (mgr.34763) 43 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:11.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:11 smithi189 bash[14634]: cluster 2024-09-10T19:29:10.414291+0000 mgr.x (mgr.34763) 43 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:13.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:13 smithi155 bash[14970]: cluster 2024-09-10T19:29:12.415005+0000 mgr.x (mgr.34763) 44 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:13.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:13 smithi155 bash[18934]: cluster 2024-09-10T19:29:12.415005+0000 mgr.x (mgr.34763) 44 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:13.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:13 smithi189 bash[14634]: cluster 2024-09-10T19:29:12.415005+0000 mgr.x (mgr.34763) 44 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:15.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:15 smithi155 bash[14970]: cluster 2024-09-10T19:29:14.415705+0000 mgr.x (mgr.34763) 45 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:15.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:15 smithi155 bash[18934]: cluster 2024-09-10T19:29:14.415705+0000 mgr.x (mgr.34763) 45 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:15.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:15 smithi189 bash[14634]: cluster 2024-09-10T19:29:14.415705+0000 mgr.x (mgr.34763) 45 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:17.339 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:29:16 smithi155 bash[39610]: ts=2024-09-10T19:29:16.958Z 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-10T19:29:17.340 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:29:16 smithi155 bash[39610]: ts=2024-09-10T19:29:16.960Z caller=notify.go:848 level=warn component=dispatcher receiver=web.hook integration=webhook[0] aggrGroup="{}:{alertname=\"CephNodeDiskspaceWarning\"}" msg="Notify attempt failed, will retry later" attempts=1 err="Post \"\": dial tcp 127.0.0.1:5001: connect: connection refused" 2024-09-10T19:29:17.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:17 smithi155 bash[14970]: cluster 2024-09-10T19:29:16.417258+0000 mgr.x (mgr.34763) 46 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 61 KiB/s rd, 0 B/s wr, 102 op/s 2024-09-10T19:29:17.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:17 smithi155 bash[18934]: cluster 2024-09-10T19:29:16.417258+0000 mgr.x (mgr.34763) 46 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 61 KiB/s rd, 0 B/s wr, 102 op/s 2024-09-10T19:29:17.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:17 smithi189 bash[14634]: cluster 2024-09-10T19:29:16.417258+0000 mgr.x (mgr.34763) 46 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 61 KiB/s rd, 0 B/s wr, 102 op/s 2024-09-10T19:29:19.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:19 smithi155 bash[14970]: cluster 2024-09-10T19:29:18.417976+0000 mgr.x (mgr.34763) 47 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 61 KiB/s rd, 0 B/s wr, 102 op/s 2024-09-10T19:29:19.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:19 smithi155 bash[18934]: cluster 2024-09-10T19:29:18.417976+0000 mgr.x (mgr.34763) 47 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 61 KiB/s rd, 0 B/s wr, 102 op/s 2024-09-10T19:29:19.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:19 smithi189 bash[14634]: cluster 2024-09-10T19:29:18.417976+0000 mgr.x (mgr.34763) 47 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 61 KiB/s rd, 0 B/s wr, 102 op/s 2024-09-10T19:29:21.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:21 smithi155 bash[14970]: cluster 2024-09-10T19:29:20.419401+0000 mgr.x (mgr.34763) 48 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:29:21.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:21 smithi155 bash[18934]: cluster 2024-09-10T19:29:20.419401+0000 mgr.x (mgr.34763) 48 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:29:21.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:21 smithi189 bash[14634]: cluster 2024-09-10T19:29:20.419401+0000 mgr.x (mgr.34763) 48 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:29:23.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:23 smithi155 bash[14970]: cluster 2024-09-10T19:29:22.420087+0000 mgr.x (mgr.34763) 49 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:29:23.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:23 smithi155 bash[18934]: cluster 2024-09-10T19:29:22.420087+0000 mgr.x (mgr.34763) 49 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:29:23.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:23 smithi189 bash[14634]: cluster 2024-09-10T19:29:22.420087+0000 mgr.x (mgr.34763) 49 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:29:25.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:25 smithi155 bash[14970]: cluster 2024-09-10T19:29:24.420813+0000 mgr.x (mgr.34763) 50 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:29:25.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:25 smithi155 bash[18934]: cluster 2024-09-10T19:29:24.420813+0000 mgr.x (mgr.34763) 50 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:29:25.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:25 smithi189 bash[14634]: cluster 2024-09-10T19:29:24.420813+0000 mgr.x (mgr.34763) 50 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:29:27.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:27 smithi155 bash[14970]: cluster 2024-09-10T19:29:26.422257+0000 mgr.x (mgr.34763) 51 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:29:27.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:27 smithi155 bash[18934]: cluster 2024-09-10T19:29:26.422257+0000 mgr.x (mgr.34763) 51 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:29:27.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:27 smithi189 bash[14634]: cluster 2024-09-10T19:29:26.422257+0000 mgr.x (mgr.34763) 51 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:29:29.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:29 smithi155 bash[14970]: cluster 2024-09-10T19:29:28.422992+0000 mgr.x (mgr.34763) 52 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 17 op/s 2024-09-10T19:29:29.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:29 smithi155 bash[18934]: cluster 2024-09-10T19:29:28.422992+0000 mgr.x (mgr.34763) 52 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 17 op/s 2024-09-10T19:29:29.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:29 smithi189 bash[14634]: cluster 2024-09-10T19:29:28.422992+0000 mgr.x (mgr.34763) 52 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 17 op/s 2024-09-10T19:29:31.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:31 smithi155 bash[14970]: cluster 2024-09-10T19:29:30.424448+0000 mgr.x (mgr.34763) 53 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 17 op/s 2024-09-10T19:29:31.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:31 smithi155 bash[18934]: cluster 2024-09-10T19:29:30.424448+0000 mgr.x (mgr.34763) 53 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 17 op/s 2024-09-10T19:29:31.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:31 smithi189 bash[14634]: cluster 2024-09-10T19:29:30.424448+0000 mgr.x (mgr.34763) 53 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 17 op/s 2024-09-10T19:29:33.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:33 smithi155 bash[14970]: cluster 2024-09-10T19:29:32.425195+0000 mgr.x (mgr.34763) 54 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:33.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:33 smithi155 bash[18934]: cluster 2024-09-10T19:29:32.425195+0000 mgr.x (mgr.34763) 54 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:33.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:33 smithi189 bash[14634]: cluster 2024-09-10T19:29:32.425195+0000 mgr.x (mgr.34763) 54 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:35.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:35 smithi155 bash[14970]: cluster 2024-09-10T19:29:34.425857+0000 mgr.x (mgr.34763) 55 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:35.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:35 smithi155 bash[18934]: cluster 2024-09-10T19:29:34.425857+0000 mgr.x (mgr.34763) 55 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:35.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:35 smithi189 bash[14634]: cluster 2024-09-10T19:29:34.425857+0000 mgr.x (mgr.34763) 55 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:37.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:37 smithi155 bash[14970]: cluster 2024-09-10T19:29:36.427312+0000 mgr.x (mgr.34763) 56 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:37.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:37 smithi155 bash[18934]: cluster 2024-09-10T19:29:36.427312+0000 mgr.x (mgr.34763) 56 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:37.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:37 smithi189 bash[14634]: cluster 2024-09-10T19:29:36.427312+0000 mgr.x (mgr.34763) 56 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:39.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:39 smithi155 bash[14970]: cluster 2024-09-10T19:29:38.428029+0000 mgr.x (mgr.34763) 57 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:39.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:39 smithi155 bash[18934]: cluster 2024-09-10T19:29:38.428029+0000 mgr.x (mgr.34763) 57 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:39.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:39 smithi189 bash[14634]: cluster 2024-09-10T19:29:38.428029+0000 mgr.x (mgr.34763) 57 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:41.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:41 smithi155 bash[14970]: cluster 2024-09-10T19:29:40.429494+0000 mgr.x (mgr.34763) 58 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:41.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:41 smithi155 bash[18934]: cluster 2024-09-10T19:29:40.429494+0000 mgr.x (mgr.34763) 58 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:41.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:41 smithi189 bash[14634]: cluster 2024-09-10T19:29:40.429494+0000 mgr.x (mgr.34763) 58 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:43.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:43 smithi155 bash[14970]: cluster 2024-09-10T19:29:42.430111+0000 mgr.x (mgr.34763) 59 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:43.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:43 smithi155 bash[18934]: cluster 2024-09-10T19:29:42.430111+0000 mgr.x (mgr.34763) 59 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:43.951 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:43 smithi189 bash[14634]: cluster 2024-09-10T19:29:42.430111+0000 mgr.x (mgr.34763) 59 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:45.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:45 smithi155 bash[14970]: cluster 2024-09-10T19:29:44.430728+0000 mgr.x (mgr.34763) 60 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:45.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:45 smithi155 bash[18934]: cluster 2024-09-10T19:29:44.430728+0000 mgr.x (mgr.34763) 60 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:45.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:45 smithi189 bash[14634]: cluster 2024-09-10T19:29:44.430728+0000 mgr.x (mgr.34763) 60 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:47.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:47 smithi155 bash[14970]: cluster 2024-09-10T19:29:46.432184+0000 mgr.x (mgr.34763) 61 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:47.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:47 smithi155 bash[18934]: cluster 2024-09-10T19:29:46.432184+0000 mgr.x (mgr.34763) 61 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:47.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:47 smithi189 bash[14634]: cluster 2024-09-10T19:29:46.432184+0000 mgr.x (mgr.34763) 61 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:49.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:49 smithi155 bash[14970]: cluster 2024-09-10T19:29:48.432918+0000 mgr.x (mgr.34763) 62 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:49.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:49 smithi155 bash[18934]: cluster 2024-09-10T19:29:48.432918+0000 mgr.x (mgr.34763) 62 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:49.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:49 smithi189 bash[14634]: cluster 2024-09-10T19:29:48.432918+0000 mgr.x (mgr.34763) 62 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:51.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:51 smithi155 bash[14970]: cluster 2024-09-10T19:29:50.434317+0000 mgr.x (mgr.34763) 63 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:51.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:51 smithi155 bash[18934]: cluster 2024-09-10T19:29:50.434317+0000 mgr.x (mgr.34763) 63 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:51.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:51 smithi189 bash[14634]: cluster 2024-09-10T19:29:50.434317+0000 mgr.x (mgr.34763) 63 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:53.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:53 smithi155 bash[14970]: cluster 2024-09-10T19:29:52.435050+0000 mgr.x (mgr.34763) 64 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:53.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:53 smithi155 bash[18934]: cluster 2024-09-10T19:29:52.435050+0000 mgr.x (mgr.34763) 64 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:53.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:53 smithi189 bash[14634]: cluster 2024-09-10T19:29:52.435050+0000 mgr.x (mgr.34763) 64 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:55.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:55 smithi155 bash[18934]: cluster 2024-09-10T19:29:54.435760+0000 mgr.x (mgr.34763) 65 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:55.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:55 smithi155 bash[18934]: audit 2024-09-10T19:29:54.802765+0000 mon.b (mon.2) 351 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-10T19:29:55.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:55 smithi155 bash[18934]: audit 2024-09-10T19:29:54.803439+0000 mon.b (mon.2) 352 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-10T19:29:55.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:55 smithi155 bash[18934]: audit 2024-09-10T19:29:54.803739+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-10T19:29:55.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:55 smithi155 bash[18934]: audit 2024-09-10T19:29:54.804020+0000 mon.b (mon.2) 353 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-10T19:29:55.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:55 smithi155 bash[18934]: audit 2024-09-10T19:29:54.804536+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-10T19:29:55.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:55 smithi155 bash[18934]: audit 2024-09-10T19:29:54.804732+0000 mon.b (mon.2) 354 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:29:55.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:55 smithi155 bash[18934]: audit 2024-09-10T19:29:54.805102+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-10T19:29:55.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:55 smithi155 bash[18934]: audit 2024-09-10T19:29:54.805659+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:29:55.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:55 smithi155 bash[14970]: cluster 2024-09-10T19:29:54.435760+0000 mgr.x (mgr.34763) 65 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:55.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:55 smithi155 bash[14970]: audit 2024-09-10T19:29:54.802765+0000 mon.b (mon.2) 351 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-10T19:29:55.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:55 smithi155 bash[14970]: audit 2024-09-10T19:29:54.803439+0000 mon.b (mon.2) 352 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-10T19:29:55.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:55 smithi155 bash[14970]: audit 2024-09-10T19:29:54.803739+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-10T19:29:55.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:55 smithi155 bash[14970]: audit 2024-09-10T19:29:54.804020+0000 mon.b (mon.2) 353 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-10T19:29:55.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:55 smithi155 bash[14970]: audit 2024-09-10T19:29:54.804536+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-10T19:29:55.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:55 smithi155 bash[14970]: audit 2024-09-10T19:29:54.804732+0000 mon.b (mon.2) 354 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:29:55.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:55 smithi155 bash[14970]: audit 2024-09-10T19:29:54.805102+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-10T19:29:55.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:55 smithi155 bash[14970]: audit 2024-09-10T19:29:54.805659+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:29:55.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:55 smithi189 bash[14634]: cluster 2024-09-10T19:29:54.435760+0000 mgr.x (mgr.34763) 65 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:55.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:55 smithi189 bash[14634]: audit 2024-09-10T19:29:54.802765+0000 mon.b (mon.2) 351 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-10T19:29:55.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:55 smithi189 bash[14634]: audit 2024-09-10T19:29:54.803439+0000 mon.b (mon.2) 352 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-10T19:29:55.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:55 smithi189 bash[14634]: audit 2024-09-10T19:29:54.803739+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-10T19:29:55.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:55 smithi189 bash[14634]: audit 2024-09-10T19:29:54.804020+0000 mon.b (mon.2) 353 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-10T19:29:55.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:55 smithi189 bash[14634]: audit 2024-09-10T19:29:54.804536+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-10T19:29:55.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:55 smithi189 bash[14634]: audit 2024-09-10T19:29:54.804732+0000 mon.b (mon.2) 354 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:29:55.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:55 smithi189 bash[14634]: audit 2024-09-10T19:29:54.805102+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-10T19:29:55.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:55 smithi189 bash[14634]: audit 2024-09-10T19:29:54.805659+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:29:57.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:57 smithi155 bash[14970]: cluster 2024-09-10T19:29:56.437290+0000 mgr.x (mgr.34763) 66 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:57.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:57 smithi155 bash[18934]: cluster 2024-09-10T19:29:56.437290+0000 mgr.x (mgr.34763) 66 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:57.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:57 smithi189 bash[14634]: cluster 2024-09-10T19:29:56.437290+0000 mgr.x (mgr.34763) 66 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:59.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:29:59 smithi155 bash[14970]: cluster 2024-09-10T19:29:58.438003+0000 mgr.x (mgr.34763) 67 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:59.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:29:59 smithi155 bash[18934]: cluster 2024-09-10T19:29:58.438003+0000 mgr.x (mgr.34763) 67 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:29:59.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:29:59 smithi189 bash[14634]: cluster 2024-09-10T19:29:58.438003+0000 mgr.x (mgr.34763) 67 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:01.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:01 smithi155 bash[14970]: cluster 2024-09-10T19:30:00.439473+0000 mgr.x (mgr.34763) 68 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:01.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:01 smithi155 bash[18934]: cluster 2024-09-10T19:30:00.439473+0000 mgr.x (mgr.34763) 68 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:01.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:01 smithi189 bash[14634]: cluster 2024-09-10T19:30:00.439473+0000 mgr.x (mgr.34763) 68 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:03.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:03 smithi155 bash[14970]: cluster 2024-09-10T19:30:02.440167+0000 mgr.x (mgr.34763) 69 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:03.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:03 smithi155 bash[14970]: audit 2024-09-10T19:30:03.342074+0000 mon.b (mon.2) 355 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:30:03.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:03 smithi155 bash[14970]: audit 2024-09-10T19:30:03.342965+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:30:03.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:03 smithi155 bash[14970]: audit 2024-09-10T19:30:03.349353+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:30:03.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:03 smithi155 bash[18934]: cluster 2024-09-10T19:30:02.440167+0000 mgr.x (mgr.34763) 69 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:03.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:03 smithi155 bash[18934]: audit 2024-09-10T19:30:03.342074+0000 mon.b (mon.2) 355 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:30:03.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:03 smithi155 bash[18934]: audit 2024-09-10T19:30:03.342965+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:30:03.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:03 smithi155 bash[18934]: audit 2024-09-10T19:30:03.349353+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:30:03.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:03 smithi189 bash[14634]: cluster 2024-09-10T19:30:02.440167+0000 mgr.x (mgr.34763) 69 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:03.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:03 smithi189 bash[14634]: audit 2024-09-10T19:30:03.342074+0000 mon.b (mon.2) 355 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:30:03.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:03 smithi189 bash[14634]: audit 2024-09-10T19:30:03.342965+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:30:03.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:03 smithi189 bash[14634]: audit 2024-09-10T19:30:03.349353+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:30:05.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:05 smithi155 bash[18934]: cluster 2024-09-10T19:30:04.440865+0000 mgr.x (mgr.34763) 70 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:05.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:05 smithi155 bash[14970]: cluster 2024-09-10T19:30:04.440865+0000 mgr.x (mgr.34763) 70 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:05.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:05 smithi189 bash[14634]: cluster 2024-09-10T19:30:04.440865+0000 mgr.x (mgr.34763) 70 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:07.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:07 smithi155 bash[18934]: cluster 2024-09-10T19:30:06.442395+0000 mgr.x (mgr.34763) 71 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:07.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:07 smithi155 bash[14970]: cluster 2024-09-10T19:30:06.442395+0000 mgr.x (mgr.34763) 71 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:07.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:07 smithi189 bash[14634]: cluster 2024-09-10T19:30:06.442395+0000 mgr.x (mgr.34763) 71 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:09.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:09 smithi155 bash[14970]: cluster 2024-09-10T19:30:08.443136+0000 mgr.x (mgr.34763) 72 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:09.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:09 smithi155 bash[18934]: cluster 2024-09-10T19:30:08.443136+0000 mgr.x (mgr.34763) 72 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:09.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:09 smithi189 bash[14634]: cluster 2024-09-10T19:30:08.443136+0000 mgr.x (mgr.34763) 72 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:11.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:11 smithi155 bash[14970]: cluster 2024-09-10T19:30:10.444609+0000 mgr.x (mgr.34763) 73 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:11.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:11 smithi155 bash[18934]: cluster 2024-09-10T19:30:10.444609+0000 mgr.x (mgr.34763) 73 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:11.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:11 smithi189 bash[14634]: cluster 2024-09-10T19:30:10.444609+0000 mgr.x (mgr.34763) 73 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:13.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:13 smithi155 bash[18934]: cluster 2024-09-10T19:30:12.445263+0000 mgr.x (mgr.34763) 74 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:13.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:13 smithi155 bash[14970]: cluster 2024-09-10T19:30:12.445263+0000 mgr.x (mgr.34763) 74 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:13.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:13 smithi189 bash[14634]: cluster 2024-09-10T19:30:12.445263+0000 mgr.x (mgr.34763) 74 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:15.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:15 smithi155 bash[14970]: cluster 2024-09-10T19:30:14.445934+0000 mgr.x (mgr.34763) 75 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:15.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:15 smithi155 bash[18934]: cluster 2024-09-10T19:30:14.445934+0000 mgr.x (mgr.34763) 75 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:15.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:15 smithi189 bash[14634]: cluster 2024-09-10T19:30:14.445934+0000 mgr.x (mgr.34763) 75 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:17.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:17 smithi155 bash[14970]: cluster 2024-09-10T19:30:16.447402+0000 mgr.x (mgr.34763) 76 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:17.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:17 smithi155 bash[18934]: cluster 2024-09-10T19:30:16.447402+0000 mgr.x (mgr.34763) 76 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:17.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:17 smithi189 bash[14634]: cluster 2024-09-10T19:30:16.447402+0000 mgr.x (mgr.34763) 76 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:19.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:19 smithi155 bash[14970]: cluster 2024-09-10T19:30:18.448113+0000 mgr.x (mgr.34763) 77 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:19.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:19 smithi155 bash[18934]: cluster 2024-09-10T19:30:18.448113+0000 mgr.x (mgr.34763) 77 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:19.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:19 smithi189 bash[14634]: cluster 2024-09-10T19:30:18.448113+0000 mgr.x (mgr.34763) 77 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:21.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:21 smithi155 bash[14970]: cluster 2024-09-10T19:30:20.449563+0000 mgr.x (mgr.34763) 78 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:21.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:21 smithi155 bash[18934]: cluster 2024-09-10T19:30:20.449563+0000 mgr.x (mgr.34763) 78 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:21.701 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:21 smithi189 bash[14634]: cluster 2024-09-10T19:30:20.449563+0000 mgr.x (mgr.34763) 78 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:23.510 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:30:23 smithi155 bash[39610]: ts=2024-09-10T19:30:23.250Z caller=dispatch.go:353 level=error component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="web.hook/webhook[0]: notify retry canceled after 17 attempts: Post \"\": dial tcp 127.0.0.1:5001: connect: connection refused" 2024-09-10T19:30:23.510 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:30:23 smithi155 bash[39610]: ts=2024-09-10T19:30:23.251Z caller=notify.go:848 level=warn component=dispatcher receiver=web.hook integration=webhook[0] aggrGroup="{}:{alertname=\"CephMgrPrometheusModuleInactive\"}" msg="Notify attempt failed, will retry later" attempts=1 err="Post \"\": dial tcp 127.0.0.1:5001: connect: connection refused" 2024-09-10T19:30:23.511 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:23 smithi155 bash[14970]: cluster 2024-09-10T19:30:22.450311+0000 mgr.x (mgr.34763) 79 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:23.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:23 smithi155 bash[18934]: cluster 2024-09-10T19:30:22.450311+0000 mgr.x (mgr.34763) 79 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:23.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:23 smithi189 bash[14634]: cluster 2024-09-10T19:30:22.450311+0000 mgr.x (mgr.34763) 79 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:25.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:25 smithi155 bash[14970]: cluster 2024-09-10T19:30:24.451021+0000 mgr.x (mgr.34763) 80 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:25.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:25 smithi155 bash[18934]: cluster 2024-09-10T19:30:24.451021+0000 mgr.x (mgr.34763) 80 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:25.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:25 smithi189 bash[14634]: cluster 2024-09-10T19:30:24.451021+0000 mgr.x (mgr.34763) 80 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:27.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:27 smithi155 bash[14970]: cluster 2024-09-10T19:30:26.452554+0000 mgr.x (mgr.34763) 81 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:27.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:27 smithi155 bash[18934]: cluster 2024-09-10T19:30:26.452554+0000 mgr.x (mgr.34763) 81 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:27.951 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:27 smithi189 bash[14634]: cluster 2024-09-10T19:30:26.452554+0000 mgr.x (mgr.34763) 81 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:29.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:29 smithi155 bash[14970]: cluster 2024-09-10T19:30:28.453221+0000 mgr.x (mgr.34763) 82 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:29.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:29 smithi155 bash[18934]: cluster 2024-09-10T19:30:28.453221+0000 mgr.x (mgr.34763) 82 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:29.951 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:29 smithi189 bash[14634]: cluster 2024-09-10T19:30:28.453221+0000 mgr.x (mgr.34763) 82 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:31.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:31 smithi189 bash[14634]: cluster 2024-09-10T19:30:30.454692+0000 mgr.x (mgr.34763) 83 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:31.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:31 smithi155 bash[14970]: cluster 2024-09-10T19:30:30.454692+0000 mgr.x (mgr.34763) 83 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:31.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:31 smithi155 bash[18934]: cluster 2024-09-10T19:30:30.454692+0000 mgr.x (mgr.34763) 83 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:33.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:33 smithi155 bash[14970]: cluster 2024-09-10T19:30:32.455433+0000 mgr.x (mgr.34763) 84 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:33.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:33 smithi155 bash[18934]: cluster 2024-09-10T19:30:32.455433+0000 mgr.x (mgr.34763) 84 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:33.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:33 smithi189 bash[14634]: cluster 2024-09-10T19:30:32.455433+0000 mgr.x (mgr.34763) 84 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:35.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:35 smithi155 bash[14970]: cluster 2024-09-10T19:30:34.456105+0000 mgr.x (mgr.34763) 85 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:35.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:35 smithi155 bash[18934]: cluster 2024-09-10T19:30:34.456105+0000 mgr.x (mgr.34763) 85 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:35.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:35 smithi189 bash[14634]: cluster 2024-09-10T19:30:34.456105+0000 mgr.x (mgr.34763) 85 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:37.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:37 smithi155 bash[18934]: cluster 2024-09-10T19:30:36.457583+0000 mgr.x (mgr.34763) 86 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:37.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:37 smithi155 bash[14970]: cluster 2024-09-10T19:30:36.457583+0000 mgr.x (mgr.34763) 86 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:37.951 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:37 smithi189 bash[14634]: cluster 2024-09-10T19:30:36.457583+0000 mgr.x (mgr.34763) 86 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:39.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:39 smithi155 bash[18934]: cluster 2024-09-10T19:30:38.458362+0000 mgr.x (mgr.34763) 87 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:39.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:39 smithi155 bash[14970]: cluster 2024-09-10T19:30:38.458362+0000 mgr.x (mgr.34763) 87 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:39.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:39 smithi189 bash[14634]: cluster 2024-09-10T19:30:38.458362+0000 mgr.x (mgr.34763) 87 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:41.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:41 smithi189 bash[14634]: cluster 2024-09-10T19:30:40.459832+0000 mgr.x (mgr.34763) 88 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:41.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:41 smithi155 bash[14970]: cluster 2024-09-10T19:30:40.459832+0000 mgr.x (mgr.34763) 88 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:41.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:41 smithi155 bash[18934]: cluster 2024-09-10T19:30:40.459832+0000 mgr.x (mgr.34763) 88 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:43.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:43 smithi155 bash[14970]: cluster 2024-09-10T19:30:42.460589+0000 mgr.x (mgr.34763) 89 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:43.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:43 smithi155 bash[18934]: cluster 2024-09-10T19:30:42.460589+0000 mgr.x (mgr.34763) 89 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:43.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:43 smithi189 bash[14634]: cluster 2024-09-10T19:30:42.460589+0000 mgr.x (mgr.34763) 89 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:45.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:45 smithi155 bash[14970]: cluster 2024-09-10T19:30:44.461293+0000 mgr.x (mgr.34763) 90 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:45.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:45 smithi155 bash[18934]: cluster 2024-09-10T19:30:44.461293+0000 mgr.x (mgr.34763) 90 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:45.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:45 smithi189 bash[14634]: cluster 2024-09-10T19:30:44.461293+0000 mgr.x (mgr.34763) 90 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:47.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:47 smithi155 bash[14970]: cluster 2024-09-10T19:30:46.462792+0000 mgr.x (mgr.34763) 91 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:47.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:47 smithi155 bash[18934]: cluster 2024-09-10T19:30:46.462792+0000 mgr.x (mgr.34763) 91 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:47.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:47 smithi189 bash[14634]: cluster 2024-09-10T19:30:46.462792+0000 mgr.x (mgr.34763) 91 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:49.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:49 smithi155 bash[18934]: cluster 2024-09-10T19:30:48.463474+0000 mgr.x (mgr.34763) 92 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:49.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:49 smithi155 bash[14970]: cluster 2024-09-10T19:30:48.463474+0000 mgr.x (mgr.34763) 92 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:49.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:49 smithi189 bash[14634]: cluster 2024-09-10T19:30:48.463474+0000 mgr.x (mgr.34763) 92 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:51.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:51 smithi189 bash[14634]: cluster 2024-09-10T19:30:50.464947+0000 mgr.x (mgr.34763) 93 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:51.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:51 smithi155 bash[14970]: cluster 2024-09-10T19:30:50.464947+0000 mgr.x (mgr.34763) 93 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:51.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:51 smithi155 bash[18934]: cluster 2024-09-10T19:30:50.464947+0000 mgr.x (mgr.34763) 93 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:53.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:53 smithi155 bash[14970]: cluster 2024-09-10T19:30:52.465654+0000 mgr.x (mgr.34763) 94 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:53.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:53 smithi155 bash[18934]: cluster 2024-09-10T19:30:52.465654+0000 mgr.x (mgr.34763) 94 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:53.951 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:53 smithi189 bash[14634]: cluster 2024-09-10T19:30:52.465654+0000 mgr.x (mgr.34763) 94 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:53.998 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps' 2024-09-10T19:30:55.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:55 smithi155 bash[18934]: cluster 2024-09-10T19:30:54.466324+0000 mgr.x (mgr.34763) 95 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:55.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:55 smithi155 bash[18934]: audit 2024-09-10T19:30:54.811449+0000 mon.b (mon.2) 356 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-09-10T19:30:55.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:55 smithi155 bash[18934]: audit 2024-09-10T19:30:54.811882+0000 mon.b (mon.2) 357 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:30:55.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:55 smithi155 bash[18934]: audit 2024-09-10T19:30:54.812277+0000 mon.b (mon.2) 358 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-10T19:30:55.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:55 smithi155 bash[18934]: audit 2024-09-10T19:30:54.812348+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-09-10T19:30:55.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:55 smithi155 bash[18934]: audit 2024-09-10T19:30:54.812744+0000 mon.b (mon.2) 359 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T19:30:55.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:55 smithi155 bash[18934]: audit 2024-09-10T19:30:54.813961+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:30:55.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:55 smithi155 bash[18934]: audit 2024-09-10T19:30:54.814655+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-10T19:30:55.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:55 smithi155 bash[18934]: audit 2024-09-10T19:30:54.815328+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T19:30:55.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:55 smithi155 bash[14970]: cluster 2024-09-10T19:30:54.466324+0000 mgr.x (mgr.34763) 95 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:55.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:55 smithi155 bash[14970]: audit 2024-09-10T19:30:54.811449+0000 mon.b (mon.2) 356 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-09-10T19:30:55.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:55 smithi155 bash[14970]: audit 2024-09-10T19:30:54.811882+0000 mon.b (mon.2) 357 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:30:55.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:55 smithi155 bash[14970]: audit 2024-09-10T19:30:54.812277+0000 mon.b (mon.2) 358 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-10T19:30:55.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:55 smithi155 bash[14970]: audit 2024-09-10T19:30:54.812348+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-09-10T19:30:55.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:55 smithi155 bash[14970]: audit 2024-09-10T19:30:54.812744+0000 mon.b (mon.2) 359 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T19:30:55.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:55 smithi155 bash[14970]: audit 2024-09-10T19:30:54.813961+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:30:55.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:55 smithi155 bash[14970]: audit 2024-09-10T19:30:54.814655+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-10T19:30:55.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:55 smithi155 bash[14970]: audit 2024-09-10T19:30:54.815328+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T19:30:55.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:55 smithi189 bash[14634]: cluster 2024-09-10T19:30:54.466324+0000 mgr.x (mgr.34763) 95 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:55.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:55 smithi189 bash[14634]: audit 2024-09-10T19:30:54.811449+0000 mon.b (mon.2) 356 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-09-10T19:30:55.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:55 smithi189 bash[14634]: audit 2024-09-10T19:30:54.811882+0000 mon.b (mon.2) 357 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:30:55.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:55 smithi189 bash[14634]: audit 2024-09-10T19:30:54.812277+0000 mon.b (mon.2) 358 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-10T19:30:55.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:55 smithi189 bash[14634]: audit 2024-09-10T19:30:54.812348+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-09-10T19:30:55.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:55 smithi189 bash[14634]: audit 2024-09-10T19:30:54.812744+0000 mon.b (mon.2) 359 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T19:30:55.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:55 smithi189 bash[14634]: audit 2024-09-10T19:30:54.813961+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:30:55.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:55 smithi189 bash[14634]: audit 2024-09-10T19:30:54.814655+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-10T19:30:55.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:55 smithi189 bash[14634]: audit 2024-09-10T19:30:54.815328+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T19:30:57.528 INFO:teuthology.orchestra.run.smithi155.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:30:57.529 INFO:teuthology.orchestra.run.smithi155.stdout:alertmanager.a smithi155 running (12m) 2m ago 23m 16.7M - 0.27.0 11f11916f8cd 16d53bf305cc 2024-09-10T19:30:57.529 INFO:teuthology.orchestra.run.smithi155.stdout:grafana.a smithi189 running (23m) 2m ago 23m 27.5M - 6.6.2 87a51ecf0b1c 44554c6f73ac 2024-09-10T19:30:57.529 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.x smithi189 running (16m) 2m ago 28m 421M - 17.2.7-1606-g5be57395 4c55dd409611 59585f121a78 2024-09-10T19:30:57.529 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.y smithi155 *:8443 running (9m) 2m ago 29m 391M - 17.2.7-1606-g5be57395 4c55dd409611 c3f6bb49e60e 2024-09-10T19:30:57.529 INFO:teuthology.orchestra.run.smithi155.stdout:mon.a smithi155 running (29m) 2m ago 30m 191M 2048M 15.2.0 204a01f9b0b6 9830b2129a22 2024-09-10T19:30:57.529 INFO:teuthology.orchestra.run.smithi155.stdout:mon.b smithi189 running (28m) 2m ago 28m 173M 2048M 15.2.0 204a01f9b0b6 e28fb1d2d63b 2024-09-10T19:30:57.529 INFO:teuthology.orchestra.run.smithi155.stdout:mon.c smithi155 running (28m) 2m ago 28m 169M 2048M 15.2.0 204a01f9b0b6 7cbf0bc7a02d 2024-09-10T19:30:57.529 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.a smithi155 running (23m) 2m ago 23m 13.2M - 1.8.2 71dc9668b154 b8b40d4b621b 2024-09-10T19:30:57.529 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.b smithi189 running (23m) 2m ago 23m 13.4M - 1.8.2 71dc9668b154 a5297c8bfe71 2024-09-10T19:30:57.529 INFO:teuthology.orchestra.run.smithi155.stdout:osd.0 smithi155 running (27m) 2m ago 27m 54.3M 4096M 15.2.0 204a01f9b0b6 7f6023dc1e50 2024-09-10T19:30:57.529 INFO:teuthology.orchestra.run.smithi155.stdout:osd.1 smithi155 running (27m) 2m ago 27m 52.6M 4096M 15.2.0 204a01f9b0b6 42d00c1d93dd 2024-09-10T19:30:57.529 INFO:teuthology.orchestra.run.smithi155.stdout:osd.2 smithi155 running (26m) 2m ago 26m 51.2M 4096M 15.2.0 204a01f9b0b6 6b241c21f8e2 2024-09-10T19:30:57.530 INFO:teuthology.orchestra.run.smithi155.stdout:osd.3 smithi155 running (26m) 2m ago 26m 53.0M 4096M 15.2.0 204a01f9b0b6 8d9201a4db26 2024-09-10T19:30:57.530 INFO:teuthology.orchestra.run.smithi155.stdout:osd.4 smithi189 running (25m) 2m ago 26m 54.2M 4096M 15.2.0 204a01f9b0b6 34cb90c9d5b7 2024-09-10T19:30:57.530 INFO:teuthology.orchestra.run.smithi155.stdout:osd.5 smithi189 running (25m) 2m ago 25m 52.9M 4096M 15.2.0 204a01f9b0b6 4b3a3b60e1d5 2024-09-10T19:30:57.530 INFO:teuthology.orchestra.run.smithi155.stdout:osd.6 smithi189 running (25m) 2m ago 25m 54.6M 4096M 15.2.0 204a01f9b0b6 c58c4c013902 2024-09-10T19:30:57.530 INFO:teuthology.orchestra.run.smithi155.stdout:osd.7 smithi189 running (24m) 2m ago 24m 54.8M 4096M 15.2.0 204a01f9b0b6 fb02b608dde7 2024-09-10T19:30:57.530 INFO:teuthology.orchestra.run.smithi155.stdout:prometheus.a smithi189 running (12m) 2m ago 23m 47.4M - 2.54.1 4022a502929b 272b5a73ebb8 2024-09-10T19:30:57.530 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi155.ehnnyk smithi155 running (21m) 2m ago 21m 53.0M - 15.2.0 204a01f9b0b6 48687c7a211a 2024-09-10T19:30:57.530 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi189.dwpibf smithi189 running (21m) 2m ago 21m 53.2M - 15.2.0 204a01f9b0b6 6bddcdbdbf0b 2024-09-10T19:30:57.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:57 smithi155 bash[14970]: cluster 2024-09-10T19:30:56.467864+0000 mgr.x (mgr.34763) 96 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:57.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:57 smithi155 bash[14970]: audit 2024-09-10T19:30:57.501015+0000 mon.b (mon.2) 360 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:30:57.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:57 smithi155 bash[14970]: audit 2024-09-10T19:30:57.502248+0000 mon.b (mon.2) 361 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:30:57.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:57 smithi155 bash[14970]: audit 2024-09-10T19:30:57.503313+0000 mon.b (mon.2) 362 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:30:57.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:57 smithi155 bash[14970]: audit 2024-09-10T19:30:57.504393+0000 mon.b (mon.2) 363 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:30:57.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:57 smithi155 bash[14970]: audit 2024-09-10T19:30:57.505342+0000 mon.b (mon.2) 364 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:30:57.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:57 smithi155 bash[14970]: audit 2024-09-10T19:30:57.506235+0000 mon.b (mon.2) 365 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:30:57.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:57 smithi155 bash[14970]: audit 2024-09-10T19:30:57.509850+0000 mon.b (mon.2) 366 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:30:57.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:57 smithi155 bash[14970]: audit 2024-09-10T19:30:57.510773+0000 mon.b (mon.2) 367 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:30:57.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:57 smithi155 bash[14970]: audit 2024-09-10T19:30:57.511694+0000 mon.b (mon.2) 368 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:30:57.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:57 smithi155 bash[14970]: audit 2024-09-10T19:30:57.512603+0000 mon.b (mon.2) 369 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:30:57.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:57 smithi155 bash[14970]: audit 2024-09-10T19:30:57.513501+0000 mon.b (mon.2) 370 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:30:57.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:57 smithi155 bash[18934]: cluster 2024-09-10T19:30:56.467864+0000 mgr.x (mgr.34763) 96 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:57.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:57 smithi155 bash[18934]: audit 2024-09-10T19:30:57.501015+0000 mon.b (mon.2) 360 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:30:57.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:57 smithi155 bash[18934]: audit 2024-09-10T19:30:57.502248+0000 mon.b (mon.2) 361 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:30:57.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:57 smithi155 bash[18934]: audit 2024-09-10T19:30:57.503313+0000 mon.b (mon.2) 362 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:30:57.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:57 smithi155 bash[18934]: audit 2024-09-10T19:30:57.504393+0000 mon.b (mon.2) 363 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:30:57.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:57 smithi155 bash[18934]: audit 2024-09-10T19:30:57.505342+0000 mon.b (mon.2) 364 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:30:57.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:57 smithi155 bash[18934]: audit 2024-09-10T19:30:57.506235+0000 mon.b (mon.2) 365 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:30:57.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:57 smithi155 bash[18934]: audit 2024-09-10T19:30:57.509850+0000 mon.b (mon.2) 366 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:30:57.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:57 smithi155 bash[18934]: audit 2024-09-10T19:30:57.510773+0000 mon.b (mon.2) 367 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:30:57.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:57 smithi155 bash[18934]: audit 2024-09-10T19:30:57.511694+0000 mon.b (mon.2) 368 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:30:57.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:57 smithi155 bash[18934]: audit 2024-09-10T19:30:57.512603+0000 mon.b (mon.2) 369 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:30:57.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:57 smithi155 bash[18934]: audit 2024-09-10T19:30:57.513501+0000 mon.b (mon.2) 370 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:30:57.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:57 smithi189 bash[14634]: cluster 2024-09-10T19:30:56.467864+0000 mgr.x (mgr.34763) 96 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:57.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:57 smithi189 bash[14634]: audit 2024-09-10T19:30:57.501015+0000 mon.b (mon.2) 360 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:30:57.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:57 smithi189 bash[14634]: audit 2024-09-10T19:30:57.502248+0000 mon.b (mon.2) 361 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:30:57.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:57 smithi189 bash[14634]: audit 2024-09-10T19:30:57.503313+0000 mon.b (mon.2) 362 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:30:57.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:57 smithi189 bash[14634]: audit 2024-09-10T19:30:57.504393+0000 mon.b (mon.2) 363 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:30:57.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:57 smithi189 bash[14634]: audit 2024-09-10T19:30:57.505342+0000 mon.b (mon.2) 364 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:30:57.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:57 smithi189 bash[14634]: audit 2024-09-10T19:30:57.506235+0000 mon.b (mon.2) 365 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:30:57.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:57 smithi189 bash[14634]: audit 2024-09-10T19:30:57.509850+0000 mon.b (mon.2) 366 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:30:57.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:57 smithi189 bash[14634]: audit 2024-09-10T19:30:57.510773+0000 mon.b (mon.2) 367 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:30:57.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:57 smithi189 bash[14634]: audit 2024-09-10T19:30:57.511694+0000 mon.b (mon.2) 368 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:30:57.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:57 smithi189 bash[14634]: audit 2024-09-10T19:30:57.512603+0000 mon.b (mon.2) 369 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:30:57.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:57 smithi189 bash[14634]: audit 2024-09-10T19:30:57.513501+0000 mon.b (mon.2) 370 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:30:58.307 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions' 2024-09-10T19:30:58.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:58 smithi155 bash[14970]: audit 2024-09-10T19:30:57.494958+0000 mgr.x (mgr.34763) 97 : audit [DBG] from='client.14967 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:30:58.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:58 smithi155 bash[18934]: audit 2024-09-10T19:30:57.494958+0000 mgr.x (mgr.34763) 97 : audit [DBG] from='client.14967 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:30:58.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:58 smithi189 bash[14634]: audit 2024-09-10T19:30:57.494958+0000 mgr.x (mgr.34763) 97 : audit [DBG] from='client.14967 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:30:59.831 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:30:59 smithi155 bash[14970]: cluster 2024-09-10T19:30:58.468733+0000 mgr.x (mgr.34763) 98 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:59.832 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:30:59 smithi155 bash[18934]: cluster 2024-09-10T19:30:58.468733+0000 mgr.x (mgr.34763) 98 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:30:59.951 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:30:59 smithi189 bash[14634]: cluster 2024-09-10T19:30:58.468733+0000 mgr.x (mgr.34763) 98 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:01.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:01 smithi155 bash[14970]: cluster 2024-09-10T19:31:00.470269+0000 mgr.x (mgr.34763) 99 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:01.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:01 smithi155 bash[18934]: cluster 2024-09-10T19:31:00.470269+0000 mgr.x (mgr.34763) 99 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:01.701 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:01 smithi189 bash[14634]: cluster 2024-09-10T19:31:00.470269+0000 mgr.x (mgr.34763) 99 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:01.864 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:31:01.864 INFO:teuthology.orchestra.run.smithi155.stdout: "mon": { 2024-09-10T19:31:01.865 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-10T19:31:01.865 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:31:01.865 INFO:teuthology.orchestra.run.smithi155.stdout: "mgr": { 2024-09-10T19:31:01.865 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:31:01.865 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:31:01.865 INFO:teuthology.orchestra.run.smithi155.stdout: "osd": { 2024-09-10T19:31:01.865 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-10T19:31:01.865 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:31:01.865 INFO:teuthology.orchestra.run.smithi155.stdout: "mds": {}, 2024-09-10T19:31:01.865 INFO:teuthology.orchestra.run.smithi155.stdout: "rgw": { 2024-09-10T19:31:01.865 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-10T19:31:01.865 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:31:01.865 INFO:teuthology.orchestra.run.smithi155.stdout: "overall": { 2024-09-10T19:31:01.866 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-09-10T19:31:01.866 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:31:01.866 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-10T19:31:01.866 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:31:02.359 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:02 smithi155 bash[14970]: audit 2024-09-10T19:31:01.862440+0000 mon.a (mon.0) 883 : audit [DBG] from='client.? 172.21.15.155:0/4013224713' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:31:02.598 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mgr' 2024-09-10T19:31:02.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:02 smithi189 bash[14634]: audit 2024-09-10T19:31:01.862440+0000 mon.a (mon.0) 883 : audit [DBG] from='client.? 172.21.15.155:0/4013224713' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:31:02.811 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:02 smithi155 bash[18934]: audit 2024-09-10T19:31:01.862440+0000 mon.a (mon.0) 883 : audit [DBG] from='client.? 172.21.15.155:0/4013224713' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:31:03.701 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:03 smithi189 bash[14634]: cluster 2024-09-10T19:31:02.471041+0000 mgr.x (mgr.34763) 100 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:03.723 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:03 smithi155 bash[14970]: cluster 2024-09-10T19:31:02.471041+0000 mgr.x (mgr.34763) 100 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:03.724 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:03 smithi155 bash[18934]: cluster 2024-09-10T19:31:02.471041+0000 mgr.x (mgr.34763) 100 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:04.623 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:04 smithi155 bash[14970]: audit 2024-09-10T19:31:03.852644+0000 mon.b (mon.2) 371 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:31:04.624 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:04 smithi155 bash[14970]: audit 2024-09-10T19:31:03.853390+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:31:04.624 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:04 smithi155 bash[14970]: audit 2024-09-10T19:31:03.861849+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:31:04.624 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:04 smithi155 bash[18934]: audit 2024-09-10T19:31:03.852644+0000 mon.b (mon.2) 371 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:31:04.624 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:04 smithi155 bash[18934]: audit 2024-09-10T19:31:03.853390+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:31:04.624 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:04 smithi155 bash[18934]: audit 2024-09-10T19:31:03.861849+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:31:04.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:04 smithi189 bash[14634]: audit 2024-09-10T19:31:03.852644+0000 mon.b (mon.2) 371 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:31:04.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:04 smithi189 bash[14634]: audit 2024-09-10T19:31:03.853390+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:31:04.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:04 smithi189 bash[14634]: audit 2024-09-10T19:31:03.861849+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:31:05.664 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:05 smithi155 bash[14970]: cluster 2024-09-10T19:31:04.471767+0000 mgr.x (mgr.34763) 101 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:05.664 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:05 smithi155 bash[18934]: cluster 2024-09-10T19:31:04.471767+0000 mgr.x (mgr.34763) 101 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:05.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:05 smithi189 bash[14634]: cluster 2024-09-10T19:31:04.471767+0000 mgr.x (mgr.34763) 101 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:07.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:07 smithi155 bash[14970]: audit 2024-09-10T19:31:06.068433+0000 mgr.x (mgr.34763) 102 : audit [DBG] from='client.24907 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:31:07.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:07 smithi155 bash[14970]: cluster 2024-09-10T19:31:06.473274+0000 mgr.x (mgr.34763) 103 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:07.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:07 smithi155 bash[18934]: audit 2024-09-10T19:31:06.068433+0000 mgr.x (mgr.34763) 102 : audit [DBG] from='client.24907 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:31:07.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:07 smithi155 bash[18934]: cluster 2024-09-10T19:31:06.473274+0000 mgr.x (mgr.34763) 103 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:07.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:07 smithi189 bash[14634]: audit 2024-09-10T19:31:06.068433+0000 mgr.x (mgr.34763) 102 : audit [DBG] from='client.24907 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:31:07.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:07 smithi189 bash[14634]: cluster 2024-09-10T19:31:06.473274+0000 mgr.x (mgr.34763) 103 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:08.285 INFO:teuthology.orchestra.run.smithi155.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:31:08.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:08 smithi155 bash[14970]: audit 2024-09-10T19:31:08.274425+0000 mon.b (mon.2) 372 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"fd6a7285-391f-46c7-8b58-dcd2ed12fd24\", \"target_id\": null, \"target_digests\": null, \"target_version\": null, \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:31:08.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:08 smithi155 bash[14970]: audit 2024-09-10T19:31:08.275306+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"fd6a7285-391f-46c7-8b58-dcd2ed12fd24\", \"target_id\": null, \"target_digests\": null, \"target_version\": null, \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:31:08.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:08 smithi155 bash[14970]: audit 2024-09-10T19:31:08.282273+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"fd6a7285-391f-46c7-8b58-dcd2ed12fd24\", \"target_id\": null, \"target_digests\": null, \"target_version\": null, \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-10T19:31:08.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:08 smithi155 bash[14970]: audit 2024-09-10T19:31:08.287299+0000 mon.b (mon.2) 373 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:31:08.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:08 smithi155 bash[14970]: audit 2024-09-10T19:31:08.287799+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:31:08.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:08 smithi155 bash[14970]: audit 2024-09-10T19:31:08.294376+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:31:08.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:08 smithi155 bash[18934]: audit 2024-09-10T19:31:08.274425+0000 mon.b (mon.2) 372 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"fd6a7285-391f-46c7-8b58-dcd2ed12fd24\", \"target_id\": null, \"target_digests\": null, \"target_version\": null, \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:31:08.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:08 smithi155 bash[18934]: audit 2024-09-10T19:31:08.275306+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"fd6a7285-391f-46c7-8b58-dcd2ed12fd24\", \"target_id\": null, \"target_digests\": null, \"target_version\": null, \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:31:08.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:08 smithi155 bash[18934]: audit 2024-09-10T19:31:08.282273+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"fd6a7285-391f-46c7-8b58-dcd2ed12fd24\", \"target_id\": null, \"target_digests\": null, \"target_version\": null, \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-10T19:31:08.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:08 smithi155 bash[18934]: audit 2024-09-10T19:31:08.287299+0000 mon.b (mon.2) 373 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:31:08.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:08 smithi155 bash[18934]: audit 2024-09-10T19:31:08.287799+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:31:08.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:08 smithi155 bash[18934]: audit 2024-09-10T19:31:08.294376+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:31:08.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:08 smithi189 bash[14634]: audit 2024-09-10T19:31:08.274425+0000 mon.b (mon.2) 372 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"fd6a7285-391f-46c7-8b58-dcd2ed12fd24\", \"target_id\": null, \"target_digests\": null, \"target_version\": null, \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:31:08.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:08 smithi189 bash[14634]: audit 2024-09-10T19:31:08.275306+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"fd6a7285-391f-46c7-8b58-dcd2ed12fd24\", \"target_id\": null, \"target_digests\": null, \"target_version\": null, \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:31:08.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:08 smithi189 bash[14634]: audit 2024-09-10T19:31:08.282273+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"fd6a7285-391f-46c7-8b58-dcd2ed12fd24\", \"target_id\": null, \"target_digests\": null, \"target_version\": null, \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-10T19:31:08.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:08 smithi189 bash[14634]: audit 2024-09-10T19:31:08.287299+0000 mon.b (mon.2) 373 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:31:08.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:08 smithi189 bash[14634]: audit 2024-09-10T19:31:08.287799+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:31:08.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:08 smithi189 bash[14634]: audit 2024-09-10T19:31:08.294376+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:31:09.321 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2024-09-10T19:31:09.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:09 smithi155 bash[14970]: cephadm 2024-09-10T19:31:08.272864+0000 mgr.x (mgr.34763) 104 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:31:09.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:09 smithi155 bash[14970]: cephadm 2024-09-10T19:31:08.350960+0000 mgr.x (mgr.34763) 105 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:31:09.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:09 smithi155 bash[14970]: cluster 2024-09-10T19:31:08.473942+0000 mgr.x (mgr.34763) 106 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:09.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:09 smithi155 bash[18934]: cephadm 2024-09-10T19:31:08.272864+0000 mgr.x (mgr.34763) 104 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:31:09.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:09 smithi155 bash[18934]: cephadm 2024-09-10T19:31:08.350960+0000 mgr.x (mgr.34763) 105 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:31:09.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:09 smithi155 bash[18934]: cluster 2024-09-10T19:31:08.473942+0000 mgr.x (mgr.34763) 106 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:09.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:09 smithi189 bash[14634]: cephadm 2024-09-10T19:31:08.272864+0000 mgr.x (mgr.34763) 104 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:31:09.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:09 smithi189 bash[14634]: cephadm 2024-09-10T19:31:08.350960+0000 mgr.x (mgr.34763) 105 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:31:09.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:09 smithi189 bash[14634]: cluster 2024-09-10T19:31:08.473942+0000 mgr.x (mgr.34763) 106 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:11.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:11 smithi189 bash[14634]: cluster 2024-09-10T19:31:10.475514+0000 mgr.x (mgr.34763) 107 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:11.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:11 smithi155 bash[14970]: cluster 2024-09-10T19:31:10.475514+0000 mgr.x (mgr.34763) 107 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:11.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:11 smithi155 bash[18934]: cluster 2024-09-10T19:31:10.475514+0000 mgr.x (mgr.34763) 107 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:12.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:12 smithi189 bash[14634]: audit 2024-09-10T19:31:12.105635+0000 mon.b (mon.2) 374 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"fd6a7285-391f-46c7-8b58-dcd2ed12fd24\", \"target_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"target_version\": \"17.2.7-1606-g5be57395\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:31:12.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:12 smithi189 bash[14634]: audit 2024-09-10T19:31:12.106415+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"fd6a7285-391f-46c7-8b58-dcd2ed12fd24\", \"target_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"target_version\": \"17.2.7-1606-g5be57395\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:31:12.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:12 smithi189 bash[14634]: audit 2024-09-10T19:31:12.112259+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"fd6a7285-391f-46c7-8b58-dcd2ed12fd24\", \"target_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"target_version\": \"17.2.7-1606-g5be57395\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-10T19:31:12.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:12 smithi189 bash[14634]: audit 2024-09-10T19:31:12.116734+0000 mon.b (mon.2) 375 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:31:12.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:12 smithi189 bash[14634]: audit 2024-09-10T19:31:12.119194+0000 mon.b (mon.2) 376 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:31:12.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:12 smithi189 bash[14634]: audit 2024-09-10T19:31:12.119714+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:31:12.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:12 smithi189 bash[14634]: audit 2024-09-10T19:31:12.129843+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-10T19:31:12.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:12 smithi189 bash[14634]: audit 2024-09-10T19:31:12.137516+0000 mon.b (mon.2) 377 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-10T19:31:12.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:12 smithi189 bash[14634]: audit 2024-09-10T19:31:12.138063+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-10T19:31:12.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:12 smithi189 bash[14634]: cluster 2024-09-10T19:31:12.148941+0000 mon.a (mon.0) 895 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-10T19:31:12.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:12 smithi155 bash[14970]: audit 2024-09-10T19:31:12.105635+0000 mon.b (mon.2) 374 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"fd6a7285-391f-46c7-8b58-dcd2ed12fd24\", \"target_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"target_version\": \"17.2.7-1606-g5be57395\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:31:12.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:12 smithi155 bash[14970]: audit 2024-09-10T19:31:12.106415+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"fd6a7285-391f-46c7-8b58-dcd2ed12fd24\", \"target_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"target_version\": \"17.2.7-1606-g5be57395\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:31:12.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:12 smithi155 bash[14970]: audit 2024-09-10T19:31:12.112259+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"fd6a7285-391f-46c7-8b58-dcd2ed12fd24\", \"target_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"target_version\": \"17.2.7-1606-g5be57395\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-10T19:31:12.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:12 smithi155 bash[14970]: audit 2024-09-10T19:31:12.116734+0000 mon.b (mon.2) 375 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:31:12.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:12 smithi155 bash[14970]: audit 2024-09-10T19:31:12.119194+0000 mon.b (mon.2) 376 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:31:12.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:12 smithi155 bash[14970]: audit 2024-09-10T19:31:12.119714+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:31:12.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:12 smithi155 bash[14970]: audit 2024-09-10T19:31:12.129843+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-10T19:31:12.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:12 smithi155 bash[14970]: audit 2024-09-10T19:31:12.137516+0000 mon.b (mon.2) 377 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-10T19:31:12.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:12 smithi155 bash[14970]: audit 2024-09-10T19:31:12.138063+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-10T19:31:12.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:12 smithi155 bash[14970]: cluster 2024-09-10T19:31:12.148941+0000 mon.a (mon.0) 895 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-10T19:31:12.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:12 smithi155 bash[18934]: audit 2024-09-10T19:31:12.105635+0000 mon.b (mon.2) 374 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"fd6a7285-391f-46c7-8b58-dcd2ed12fd24\", \"target_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"target_version\": \"17.2.7-1606-g5be57395\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:31:12.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:12 smithi155 bash[18934]: audit 2024-09-10T19:31:12.106415+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"fd6a7285-391f-46c7-8b58-dcd2ed12fd24\", \"target_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"target_version\": \"17.2.7-1606-g5be57395\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:31:12.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:12 smithi155 bash[18934]: audit 2024-09-10T19:31:12.112259+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"fd6a7285-391f-46c7-8b58-dcd2ed12fd24\", \"target_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"target_version\": \"17.2.7-1606-g5be57395\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-10T19:31:12.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:12 smithi155 bash[18934]: audit 2024-09-10T19:31:12.116734+0000 mon.b (mon.2) 375 : audit [DBG] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:31:12.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:12 smithi155 bash[18934]: audit 2024-09-10T19:31:12.119194+0000 mon.b (mon.2) 376 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:31:12.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:12 smithi155 bash[18934]: audit 2024-09-10T19:31:12.119714+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:31:12.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:12 smithi155 bash[18934]: audit 2024-09-10T19:31:12.129843+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-10T19:31:12.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:12 smithi155 bash[18934]: audit 2024-09-10T19:31:12.137516+0000 mon.b (mon.2) 377 : audit [INF] from='mgr.34763 172.21.15.189:0/4270499334' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-10T19:31:12.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:12 smithi155 bash[18934]: audit 2024-09-10T19:31:12.138063+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-10T19:31:12.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:12 smithi155 bash[18934]: cluster 2024-09-10T19:31:12.148941+0000 mon.a (mon.0) 895 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-10T19:31:13.446 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:13 smithi155 bash[18934]: cephadm 2024-09-10T19:31:12.114429+0000 mgr.x (mgr.34763) 108 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:31:13.447 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:13 smithi155 bash[18934]: cephadm 2024-09-10T19:31:12.114586+0000 mgr.x (mgr.34763) 109 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:31:13.447 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:13 smithi155 bash[18934]: cephadm 2024-09-10T19:31:12.131765+0000 mgr.x (mgr.34763) 110 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-10T19:31:13.447 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:13 smithi155 bash[18934]: cephadm 2024-09-10T19:31:12.132600+0000 mgr.x (mgr.34763) 111 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-10T19:31:13.447 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:13 smithi155 bash[18934]: cephadm 2024-09-10T19:31:12.136966+0000 mgr.x (mgr.34763) 112 : cephadm [INF] Failing over to other MGR 2024-09-10T19:31:13.447 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:13 smithi155 bash[18934]: cluster 2024-09-10T19:31:12.476277+0000 mgr.x (mgr.34763) 113 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:13.447 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:13 smithi155 bash[18934]: audit 2024-09-10T19:31:13.135567+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-10T19:31:13.447 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:13 smithi155 bash[18934]: cluster 2024-09-10T19:31:13.135733+0000 mon.a (mon.0) 897 : cluster [DBG] mgrmap e33: y(active, starting, since 0.996671s) 2024-09-10T19:31:13.447 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:13 smithi155 bash[14970]: cephadm 2024-09-10T19:31:12.114429+0000 mgr.x (mgr.34763) 108 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:31:13.447 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:13 smithi155 bash[14970]: cephadm 2024-09-10T19:31:12.114586+0000 mgr.x (mgr.34763) 109 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:31:13.447 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:13 smithi155 bash[14970]: cephadm 2024-09-10T19:31:12.131765+0000 mgr.x (mgr.34763) 110 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-10T19:31:13.448 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:13 smithi155 bash[14970]: cephadm 2024-09-10T19:31:12.132600+0000 mgr.x (mgr.34763) 111 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-10T19:31:13.448 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:13 smithi155 bash[14970]: cephadm 2024-09-10T19:31:12.136966+0000 mgr.x (mgr.34763) 112 : cephadm [INF] Failing over to other MGR 2024-09-10T19:31:13.448 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:13 smithi155 bash[14970]: cluster 2024-09-10T19:31:12.476277+0000 mgr.x (mgr.34763) 113 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:13.448 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:13 smithi155 bash[14970]: audit 2024-09-10T19:31:13.135567+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-10T19:31:13.448 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:13 smithi155 bash[14970]: cluster 2024-09-10T19:31:13.135733+0000 mon.a (mon.0) 897 : cluster [DBG] mgrmap e33: y(active, starting, since 0.996671s) 2024-09-10T19:31:13.451 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:13 smithi189 bash[26056]: debug 2024-09-10T19:31:13.131+0000 7f62d6070640 -1 mgr handle_mgr_map I was active but no longer am 2024-09-10T19:31:13.452 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:13 smithi189 bash[26056]: ignoring --setuser ceph since I am not root 2024-09-10T19:31:13.452 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:13 smithi189 bash[26056]: ignoring --setgroup ceph since I am not root 2024-09-10T19:31:13.452 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:13 smithi189 bash[26056]: debug 2024-09-10T19:31:13.183+0000 7f823dcbe640 1 -- 172.21.15.189:0/2127939362 <== mon.2 v2:172.21.15.189:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e141944340 con 0x55e141951000 2024-09-10T19:31:13.452 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:13 smithi189 bash[26056]: debug 2024-09-10T19:31:13.303+0000 7f8240518ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-10T19:31:13.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:13 smithi189 bash[14634]: cephadm 2024-09-10T19:31:12.114429+0000 mgr.x (mgr.34763) 108 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:31:13.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:13 smithi189 bash[14634]: cephadm 2024-09-10T19:31:12.114586+0000 mgr.x (mgr.34763) 109 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:31:13.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:13 smithi189 bash[14634]: cephadm 2024-09-10T19:31:12.131765+0000 mgr.x (mgr.34763) 110 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-10T19:31:13.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:13 smithi189 bash[14634]: cephadm 2024-09-10T19:31:12.132600+0000 mgr.x (mgr.34763) 111 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-10T19:31:13.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:13 smithi189 bash[14634]: cephadm 2024-09-10T19:31:12.136966+0000 mgr.x (mgr.34763) 112 : cephadm [INF] Failing over to other MGR 2024-09-10T19:31:13.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:13 smithi189 bash[14634]: cluster 2024-09-10T19:31:12.476277+0000 mgr.x (mgr.34763) 113 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:13.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:13 smithi189 bash[14634]: audit 2024-09-10T19:31:13.135567+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.34763 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-10T19:31:13.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:13 smithi189 bash[14634]: cluster 2024-09-10T19:31:13.135733+0000 mon.a (mon.0) 897 : cluster [DBG] mgrmap e33: y(active, starting, since 0.996671s) 2024-09-10T19:31:14.332 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:14 smithi189 bash[26056]: debug 2024-09-10T19:31:14.039+0000 7f8240518ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-10T19:31:14.332 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:14 smithi189 bash[26056]: debug 2024-09-10T19:31:14.107+0000 7f8240518ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-10T19:31:14.332 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:14 smithi189 bash[26056]: debug 2024-09-10T19:31:14.175+0000 7f8240518ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-10T19:31:14.640 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:14 smithi189 bash[26056]: debug 2024-09-10T19:31:14.327+0000 7f8240518ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-10T19:31:14.640 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:14 smithi189 bash[26056]: debug 2024-09-10T19:31:14.571+0000 7f8240518ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-10T19:31:14.952 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:14 smithi189 bash[26056]: debug 2024-09-10T19:31:14.635+0000 7f8240518ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-10T19:31:14.952 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:14 smithi189 bash[26056]: debug 2024-09-10T19:31:14.767+0000 7f8240518ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-10T19:31:15.702 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:15 smithi189 bash[26056]: debug 2024-09-10T19:31:15.391+0000 7f8240518ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-10T19:31:15.702 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:15 smithi189 bash[26056]: debug 2024-09-10T19:31:15.463+0000 7f8240518ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-10T19:31:15.702 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:15 smithi189 bash[26056]: debug 2024-09-10T19:31:15.539+0000 7f8240518ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-10T19:31:16.202 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:15 smithi189 bash[26056]: debug 2024-09-10T19:31:15.815+0000 7f8240518ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-10T19:31:16.202 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:15 smithi189 bash[26056]: debug 2024-09-10T19:31:15.951+0000 7f8240518ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-10T19:31:16.702 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:16 smithi189 bash[26056]: debug 2024-09-10T19:31:16.259+0000 7f8240518ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-10T19:31:16.702 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:16 smithi189 bash[26056]: debug 2024-09-10T19:31:16.471+0000 7f8240518ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-10T19:31:17.176 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:16 smithi189 bash[26056]: debug 2024-09-10T19:31:16.883+0000 7f8240518ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-10T19:31:17.176 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:16 smithi189 bash[26056]: debug 2024-09-10T19:31:16.947+0000 7f8240518ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-10T19:31:17.176 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:17 smithi189 bash[26056]: debug 2024-09-10T19:31:17.015+0000 7f8240518ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-10T19:31:17.176 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:17 smithi189 bash[26056]: debug 2024-09-10T19:31:17.107+0000 7f8240518ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-10T19:31:17.451 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:17 smithi189 bash[26056]: debug 2024-09-10T19:31:17.171+0000 7f8240518ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-10T19:31:17.452 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:17 smithi189 bash[26056]: debug 2024-09-10T19:31:17.247+0000 7f8240518ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-10T19:31:17.452 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:17 smithi189 bash[26056]: debug 2024-09-10T19:31:17.391+0000 7f8240518ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-10T19:31:17.952 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:17 smithi189 bash[26056]: debug 2024-09-10T19:31:17.467+0000 7f8240518ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-10T19:31:18.702 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:18 smithi189 bash[26056]: debug 2024-09-10T19:31:18.402+0000 7f8240518ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-10T19:31:18.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:18 smithi189 bash[14634]: cluster 2024-09-10T19:31:18.428623+0000 mon.a (mon.0) 898 : cluster [DBG] Standby manager daemon x started 2024-09-10T19:31:18.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:18 smithi189 bash[14634]: audit 2024-09-10T19:31:18.428654+0000 mon.b (mon.2) 378 : audit [DBG] from='mgr.? 172.21.15.189:0/4131425471' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T19:31:18.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:18 smithi189 bash[14634]: audit 2024-09-10T19:31:18.429469+0000 mon.b (mon.2) 379 : audit [DBG] from='mgr.? 172.21.15.189:0/4131425471' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:31:18.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:18 smithi189 bash[14634]: audit 2024-09-10T19:31:18.431263+0000 mon.b (mon.2) 380 : audit [DBG] from='mgr.? 172.21.15.189:0/4131425471' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T19:31:18.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:18 smithi189 bash[14634]: audit 2024-09-10T19:31:18.431923+0000 mon.b (mon.2) 381 : audit [DBG] from='mgr.? 172.21.15.189:0/4131425471' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:31:18.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:18 smithi155 bash[14970]: cluster 2024-09-10T19:31:18.428623+0000 mon.a (mon.0) 898 : cluster [DBG] Standby manager daemon x started 2024-09-10T19:31:18.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:18 smithi155 bash[14970]: audit 2024-09-10T19:31:18.428654+0000 mon.b (mon.2) 378 : audit [DBG] from='mgr.? 172.21.15.189:0/4131425471' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T19:31:18.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:18 smithi155 bash[14970]: audit 2024-09-10T19:31:18.429469+0000 mon.b (mon.2) 379 : audit [DBG] from='mgr.? 172.21.15.189:0/4131425471' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:31:18.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:18 smithi155 bash[14970]: audit 2024-09-10T19:31:18.431263+0000 mon.b (mon.2) 380 : audit [DBG] from='mgr.? 172.21.15.189:0/4131425471' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T19:31:18.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:18 smithi155 bash[14970]: audit 2024-09-10T19:31:18.431923+0000 mon.b (mon.2) 381 : audit [DBG] from='mgr.? 172.21.15.189:0/4131425471' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:31:18.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:18 smithi155 bash[18934]: cluster 2024-09-10T19:31:18.428623+0000 mon.a (mon.0) 898 : cluster [DBG] Standby manager daemon x started 2024-09-10T19:31:18.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:18 smithi155 bash[18934]: audit 2024-09-10T19:31:18.428654+0000 mon.b (mon.2) 378 : audit [DBG] from='mgr.? 172.21.15.189:0/4131425471' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T19:31:18.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:18 smithi155 bash[18934]: audit 2024-09-10T19:31:18.429469+0000 mon.b (mon.2) 379 : audit [DBG] from='mgr.? 172.21.15.189:0/4131425471' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:31:18.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:18 smithi155 bash[18934]: audit 2024-09-10T19:31:18.431263+0000 mon.b (mon.2) 380 : audit [DBG] from='mgr.? 172.21.15.189:0/4131425471' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T19:31:18.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:18 smithi155 bash[18934]: audit 2024-09-10T19:31:18.431923+0000 mon.b (mon.2) 381 : audit [DBG] from='mgr.? 172.21.15.189:0/4131425471' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:31:19.594 INFO:teuthology.orchestra.run.smithi155.stdout:true 2024-09-10T19:31:19.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: cluster 2024-09-10T19:31:18.493846+0000 mon.a (mon.0) 899 : cluster [DBG] mgrmap e34: y(active, starting, since 6s), standbys: x 2024-09-10T19:31:19.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:18.495872+0000 mon.c (mon.1) 154 : audit [DBG] from='mgr.? 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T19:31:19.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:18.496100+0000 mon.c (mon.1) 155 : audit [DBG] from='mgr.? 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T19:31:19.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.140209+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:31:19.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.140555+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:31:19.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.140818+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:31:19.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.145214+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:31:19.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.145734+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:31:19.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.146518+0000 mon.a (mon.0) 905 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:31:19.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.147307+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:31:19.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.147938+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:31:19.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.148710+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:31:19.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.149067+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:31:19.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.149355+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:31:19.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.149705+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T19:31:19.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.149877+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T19:31:19.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.150514+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T19:31:19.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.152020+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T19:31:19.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: cluster 2024-09-10T19:31:18.493846+0000 mon.a (mon.0) 899 : cluster [DBG] mgrmap e34: y(active, starting, since 6s), standbys: x 2024-09-10T19:31:19.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:18.495872+0000 mon.c (mon.1) 154 : audit [DBG] from='mgr.? 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T19:31:19.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:18.496100+0000 mon.c (mon.1) 155 : audit [DBG] from='mgr.? 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T19:31:19.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.140209+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:31:19.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.140555+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:31:19.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.140818+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:31:19.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.145214+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:31:19.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.145734+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:31:19.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.146518+0000 mon.a (mon.0) 905 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:31:19.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.147307+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:31:19.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.147938+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:31:19.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.148710+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:31:19.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.149067+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:31:19.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.149355+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:31:19.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.149705+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T19:31:19.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.149877+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T19:31:19.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.150514+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T19:31:19.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.152020+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T19:31:19.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.153404+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT6232004L400BGN"}]: dispatch 2024-09-10T19:31:19.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.154017+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-10T19:31:19.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.154568+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T19:31:19.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.155175+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T19:31:19.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.155657+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T19:31:19.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.156182+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T19:31:19.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.156691+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-10T19:31:19.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.157334+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155.devices.0"}]: dispatch 2024-09-10T19:31:19.845 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.157892+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi189"}]: dispatch 2024-09-10T19:31:19.845 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.158505+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi189.devices.0"}]: dispatch 2024-09-10T19:31:19.845 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.159027+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T19:31:19.845 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.159594+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T19:31:19.845 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.160092+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T19:31:19.845 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.160701+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T19:31:19.845 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.161198+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T19:31:19.845 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.161705+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T19:31:19.845 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.162190+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T19:31:19.845 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.162655+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T19:31:19.845 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.163113+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T19:31:19.845 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.163572+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T19:31:19.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.164034+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T19:31:19.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.164543+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:31:19.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.165022+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T19:31:19.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.165496+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:31:19.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.165991+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:31:19.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.166463+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T19:31:19.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.166910+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T19:31:19.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.167374+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T19:31:19.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.167835+0000 mon.a (mon.0) 943 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T19:31:19.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.168344+0000 mon.a (mon.0) 944 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T19:31:19.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: cluster 2024-09-10T19:31:19.216113+0000 mon.a (mon.0) 945 : cluster [INF] Manager daemon y is now available 2024-09-10T19:31:19.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.298528+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:31:19.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[18934]: audit 2024-09-10T19:31:19.307140+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T19:31:19.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.153404+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT6232004L400BGN"}]: dispatch 2024-09-10T19:31:19.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.154017+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-10T19:31:19.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.154568+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T19:31:19.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.155175+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T19:31:19.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.155657+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T19:31:19.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.156182+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T19:31:19.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.156691+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-10T19:31:19.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.157334+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155.devices.0"}]: dispatch 2024-09-10T19:31:19.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.157892+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi189"}]: dispatch 2024-09-10T19:31:19.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.158505+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi189.devices.0"}]: dispatch 2024-09-10T19:31:19.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.159027+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T19:31:19.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.159594+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T19:31:19.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.160092+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T19:31:19.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.160701+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T19:31:19.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.161198+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T19:31:19.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.161705+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T19:31:19.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.162190+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T19:31:19.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.162655+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T19:31:19.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.163113+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T19:31:19.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.163572+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T19:31:19.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.164034+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T19:31:19.849 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.164543+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:31:19.849 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.165022+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T19:31:19.849 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.165496+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:31:19.849 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.165991+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:31:19.849 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.166463+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T19:31:19.849 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.166910+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T19:31:19.849 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.167374+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T19:31:19.849 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.167835+0000 mon.a (mon.0) 943 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T19:31:19.849 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.168344+0000 mon.a (mon.0) 944 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T19:31:19.849 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: cluster 2024-09-10T19:31:19.216113+0000 mon.a (mon.0) 945 : cluster [INF] Manager daemon y is now available 2024-09-10T19:31:19.849 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.298528+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:31:19.849 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:19 smithi155 bash[14970]: audit 2024-09-10T19:31:19.307140+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T19:31:19.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: cluster 2024-09-10T19:31:18.493846+0000 mon.a (mon.0) 899 : cluster [DBG] mgrmap e34: y(active, starting, since 6s), standbys: x 2024-09-10T19:31:19.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:18.495872+0000 mon.c (mon.1) 154 : audit [DBG] from='mgr.? 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T19:31:19.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:18.496100+0000 mon.c (mon.1) 155 : audit [DBG] from='mgr.? 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T19:31:19.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.140209+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:31:19.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.140555+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:31:19.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.140818+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:31:19.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.145214+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:31:19.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.145734+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:31:19.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.146518+0000 mon.a (mon.0) 905 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:31:19.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.147307+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:31:19.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.147938+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:31:19.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.148710+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:31:19.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.149067+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:31:19.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.149355+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:31:19.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.149705+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T19:31:19.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.149877+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T19:31:19.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.150514+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T19:31:19.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.152020+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T19:31:19.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.153404+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT6232004L400BGN"}]: dispatch 2024-09-10T19:31:19.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.154017+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-10T19:31:19.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.154568+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T19:31:19.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.155175+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T19:31:19.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.155657+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T19:31:19.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.156182+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T19:31:19.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.156691+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-10T19:31:19.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.157334+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155.devices.0"}]: dispatch 2024-09-10T19:31:19.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.157892+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi189"}]: dispatch 2024-09-10T19:31:19.955 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.158505+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi189.devices.0"}]: dispatch 2024-09-10T19:31:19.955 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.159027+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T19:31:19.955 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.159594+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T19:31:19.955 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.160092+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T19:31:19.955 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.160701+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T19:31:19.955 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.161198+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T19:31:19.955 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.161705+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T19:31:19.955 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.162190+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T19:31:19.955 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.162655+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T19:31:19.955 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.163113+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T19:31:19.956 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.163572+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T19:31:19.956 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.164034+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T19:31:19.956 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.164543+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:31:19.956 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.165022+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T19:31:19.956 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.165496+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:31:19.956 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.165991+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:31:19.956 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.166463+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T19:31:19.956 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.166910+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T19:31:19.956 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.167374+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T19:31:19.956 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.167835+0000 mon.a (mon.0) 943 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T19:31:19.956 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.168344+0000 mon.a (mon.0) 944 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T19:31:19.956 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: cluster 2024-09-10T19:31:19.216113+0000 mon.a (mon.0) 945 : cluster [INF] Manager daemon y is now available 2024-09-10T19:31:19.957 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.298528+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:31:19.957 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:19 smithi189 bash[14634]: audit 2024-09-10T19:31:19.307140+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T19:31:20.387 INFO:teuthology.orchestra.run.smithi155.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:31:20.387 INFO:teuthology.orchestra.run.smithi155.stdout:alertmanager.a smithi155 running (12m) 3m ago 23m 16.7M - 0.27.0 11f11916f8cd 16d53bf305cc 2024-09-10T19:31:20.387 INFO:teuthology.orchestra.run.smithi155.stdout:grafana.a smithi189 running (23m) 3m ago 23m 27.5M - 6.6.2 87a51ecf0b1c 44554c6f73ac 2024-09-10T19:31:20.387 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.x smithi189 running (17m) 3m ago 28m 421M - 17.2.7-1606-g5be57395 4c55dd409611 59585f121a78 2024-09-10T19:31:20.387 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.y smithi155 *:8443 running (9m) 3m ago 30m 391M - 17.2.7-1606-g5be57395 4c55dd409611 c3f6bb49e60e 2024-09-10T19:31:20.388 INFO:teuthology.orchestra.run.smithi155.stdout:mon.a smithi155 running (30m) 3m ago 30m 191M 2048M 15.2.0 204a01f9b0b6 9830b2129a22 2024-09-10T19:31:20.388 INFO:teuthology.orchestra.run.smithi155.stdout:mon.b smithi189 running (28m) 3m ago 28m 173M 2048M 15.2.0 204a01f9b0b6 e28fb1d2d63b 2024-09-10T19:31:20.388 INFO:teuthology.orchestra.run.smithi155.stdout:mon.c smithi155 running (29m) 3m ago 29m 169M 2048M 15.2.0 204a01f9b0b6 7cbf0bc7a02d 2024-09-10T19:31:20.388 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.a smithi155 running (24m) 3m ago 24m 13.2M - 1.8.2 71dc9668b154 b8b40d4b621b 2024-09-10T19:31:20.388 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.b smithi189 running (24m) 3m ago 24m 13.4M - 1.8.2 71dc9668b154 a5297c8bfe71 2024-09-10T19:31:20.388 INFO:teuthology.orchestra.run.smithi155.stdout:osd.0 smithi155 running (28m) 3m ago 28m 54.3M 4096M 15.2.0 204a01f9b0b6 7f6023dc1e50 2024-09-10T19:31:20.388 INFO:teuthology.orchestra.run.smithi155.stdout:osd.1 smithi155 running (27m) 3m ago 27m 52.6M 4096M 15.2.0 204a01f9b0b6 42d00c1d93dd 2024-09-10T19:31:20.388 INFO:teuthology.orchestra.run.smithi155.stdout:osd.2 smithi155 running (27m) 3m ago 27m 51.2M 4096M 15.2.0 204a01f9b0b6 6b241c21f8e2 2024-09-10T19:31:20.388 INFO:teuthology.orchestra.run.smithi155.stdout:osd.3 smithi155 running (26m) 3m ago 26m 53.0M 4096M 15.2.0 204a01f9b0b6 8d9201a4db26 2024-09-10T19:31:20.388 INFO:teuthology.orchestra.run.smithi155.stdout:osd.4 smithi189 running (26m) 3m ago 26m 54.2M 4096M 15.2.0 204a01f9b0b6 34cb90c9d5b7 2024-09-10T19:31:20.388 INFO:teuthology.orchestra.run.smithi155.stdout:osd.5 smithi189 running (25m) 3m ago 25m 52.9M 4096M 15.2.0 204a01f9b0b6 4b3a3b60e1d5 2024-09-10T19:31:20.388 INFO:teuthology.orchestra.run.smithi155.stdout:osd.6 smithi189 running (25m) 3m ago 25m 54.6M 4096M 15.2.0 204a01f9b0b6 c58c4c013902 2024-09-10T19:31:20.388 INFO:teuthology.orchestra.run.smithi155.stdout:osd.7 smithi189 running (24m) 3m ago 25m 54.8M 4096M 15.2.0 204a01f9b0b6 fb02b608dde7 2024-09-10T19:31:20.389 INFO:teuthology.orchestra.run.smithi155.stdout:prometheus.a smithi189 running (12m) 3m ago 24m 47.4M - 2.54.1 4022a502929b 272b5a73ebb8 2024-09-10T19:31:20.389 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi155.ehnnyk smithi155 running (22m) 3m ago 22m 53.0M - 15.2.0 204a01f9b0b6 48687c7a211a 2024-09-10T19:31:20.389 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi189.dwpibf smithi189 running (22m) 3m ago 22m 53.2M - 15.2.0 204a01f9b0b6 6bddcdbdbf0b 2024-09-10T19:31:20.781 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[18934]: cluster 2024-09-10T19:31:19.523986+0000 mon.a (mon.0) 948 : cluster [DBG] mgrmap e35: y(active, since 7s), standbys: x 2024-09-10T19:31:20.782 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[18934]: audit 2024-09-10T19:31:19.531364+0000 mgr.y (mgr.24865) 1 : audit [DBG] from='client.24919 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:31:20.782 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[18934]: cluster 2024-09-10T19:31:19.535237+0000 mgr.y (mgr.24865) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:20.782 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[18934]: audit 2024-09-10T19:31:19.637918+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:31:20.782 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[18934]: audit 2024-09-10T19:31:19.648072+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:31:20.782 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[18934]: audit 2024-09-10T19:31:19.991396+0000 mgr.y (mgr.24865) 3 : audit [DBG] from='client.15015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:31:20.782 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[18934]: audit 2024-09-10T19:31:20.362750+0000 mgr.y (mgr.24865) 4 : audit [DBG] from='client.24949 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:31:20.782 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[18934]: audit 2024-09-10T19:31:20.365374+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:31:20.782 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[18934]: audit 2024-09-10T19:31:20.366039+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:31:20.782 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[18934]: audit 2024-09-10T19:31:20.366649+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:20.782 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[18934]: audit 2024-09-10T19:31:20.367344+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:20.782 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[18934]: audit 2024-09-10T19:31:20.368030+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:20.782 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[18934]: audit 2024-09-10T19:31:20.368684+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:20.782 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[18934]: audit 2024-09-10T19:31:20.370906+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:31:20.783 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[18934]: audit 2024-09-10T19:31:20.371530+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:20.783 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[18934]: audit 2024-09-10T19:31:20.372335+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:20.783 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[18934]: audit 2024-09-10T19:31:20.373107+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:20.783 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[18934]: audit 2024-09-10T19:31:20.373704+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:20.783 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[14970]: cluster 2024-09-10T19:31:19.523986+0000 mon.a (mon.0) 948 : cluster [DBG] mgrmap e35: y(active, since 7s), standbys: x 2024-09-10T19:31:20.783 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[14970]: audit 2024-09-10T19:31:19.531364+0000 mgr.y (mgr.24865) 1 : audit [DBG] from='client.24919 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:31:20.783 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[14970]: cluster 2024-09-10T19:31:19.535237+0000 mgr.y (mgr.24865) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:20.783 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[14970]: audit 2024-09-10T19:31:19.637918+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:31:20.783 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[14970]: audit 2024-09-10T19:31:19.648072+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:31:20.783 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[14970]: audit 2024-09-10T19:31:19.991396+0000 mgr.y (mgr.24865) 3 : audit [DBG] from='client.15015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:31:20.783 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[14970]: audit 2024-09-10T19:31:20.362750+0000 mgr.y (mgr.24865) 4 : audit [DBG] from='client.24949 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:31:20.784 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[14970]: audit 2024-09-10T19:31:20.365374+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:31:20.784 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[14970]: audit 2024-09-10T19:31:20.366039+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:31:20.784 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[14970]: audit 2024-09-10T19:31:20.366649+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:20.784 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[14970]: audit 2024-09-10T19:31:20.367344+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:20.784 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[14970]: audit 2024-09-10T19:31:20.368030+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:20.784 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[14970]: audit 2024-09-10T19:31:20.368684+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:20.784 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[14970]: audit 2024-09-10T19:31:20.370906+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:31:20.784 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[14970]: audit 2024-09-10T19:31:20.371530+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:20.784 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[14970]: audit 2024-09-10T19:31:20.372335+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:20.784 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[14970]: audit 2024-09-10T19:31:20.373107+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:20.784 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[14970]: audit 2024-09-10T19:31:20.373704+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:20.850 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:31:20.850 INFO:teuthology.orchestra.run.smithi155.stdout: "mon": { 2024-09-10T19:31:20.850 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-10T19:31:20.850 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:31:20.850 INFO:teuthology.orchestra.run.smithi155.stdout: "mgr": { 2024-09-10T19:31:20.850 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:31:20.850 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:31:20.850 INFO:teuthology.orchestra.run.smithi155.stdout: "osd": { 2024-09-10T19:31:20.850 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-10T19:31:20.850 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:31:20.851 INFO:teuthology.orchestra.run.smithi155.stdout: "mds": {}, 2024-09-10T19:31:20.851 INFO:teuthology.orchestra.run.smithi155.stdout: "rgw": { 2024-09-10T19:31:20.851 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-10T19:31:20.851 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:31:20.851 INFO:teuthology.orchestra.run.smithi155.stdout: "overall": { 2024-09-10T19:31:20.851 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-09-10T19:31:20.851 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:31:20.851 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-10T19:31:20.851 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:31:20.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:20 smithi189 bash[14634]: cluster 2024-09-10T19:31:19.523986+0000 mon.a (mon.0) 948 : cluster [DBG] mgrmap e35: y(active, since 7s), standbys: x 2024-09-10T19:31:20.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:20 smithi189 bash[14634]: audit 2024-09-10T19:31:19.531364+0000 mgr.y (mgr.24865) 1 : audit [DBG] from='client.24919 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:31:20.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:20 smithi189 bash[14634]: cluster 2024-09-10T19:31:19.535237+0000 mgr.y (mgr.24865) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:20.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:20 smithi189 bash[14634]: audit 2024-09-10T19:31:19.637918+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:31:20.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:20 smithi189 bash[14634]: audit 2024-09-10T19:31:19.648072+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:31:20.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:20 smithi189 bash[14634]: audit 2024-09-10T19:31:19.991396+0000 mgr.y (mgr.24865) 3 : audit [DBG] from='client.15015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:31:20.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:20 smithi189 bash[14634]: audit 2024-09-10T19:31:20.362750+0000 mgr.y (mgr.24865) 4 : audit [DBG] from='client.24949 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:31:20.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:20 smithi189 bash[14634]: audit 2024-09-10T19:31:20.365374+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:31:20.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:20 smithi189 bash[14634]: audit 2024-09-10T19:31:20.366039+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:31:20.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:20 smithi189 bash[14634]: audit 2024-09-10T19:31:20.366649+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:20.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:20 smithi189 bash[14634]: audit 2024-09-10T19:31:20.367344+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:20.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:20 smithi189 bash[14634]: audit 2024-09-10T19:31:20.368030+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:20.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:20 smithi189 bash[14634]: audit 2024-09-10T19:31:20.368684+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:20.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:20 smithi189 bash[14634]: audit 2024-09-10T19:31:20.370906+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:31:20.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:20 smithi189 bash[14634]: audit 2024-09-10T19:31:20.371530+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:20.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:20 smithi189 bash[14634]: audit 2024-09-10T19:31:20.372335+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:20.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:20 smithi189 bash[14634]: audit 2024-09-10T19:31:20.373107+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:20.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:20 smithi189 bash[14634]: audit 2024-09-10T19:31:20.373704+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:21.089 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[41040]: debug 2024-09-10T19:31:20.775+0000 7fcc81021640 -1 log_channel(cephadm) log [ERR] : [10/Sep/2024:19:31:20] ENGINE Error in HTTPServer.serve 2024-09-10T19:31:21.090 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[41040]: Traceback (most recent call last): 2024-09-10T19:31:21.090 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[41040]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:31:21.090 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[41040]: self._connections.run(self.expiration_interval) 2024-09-10T19:31:21.090 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[41040]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:31:21.090 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[41040]: self._run(expiration_interval) 2024-09-10T19:31:21.090 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[41040]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:31:21.090 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[41040]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:31:21.090 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[41040]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:31:21.090 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[41040]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:31:21.090 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[41040]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:31:21.090 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[41040]: s = self.context.wrap_socket( 2024-09-10T19:31:21.090 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[41040]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:31:21.090 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[41040]: return self.sslsocket_class._create( 2024-09-10T19:31:21.091 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[41040]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:31:21.091 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[41040]: self.do_handshake() 2024-09-10T19:31:21.091 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[41040]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:31:21.091 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[41040]: self._sslobj.do_handshake() 2024-09-10T19:31:21.091 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:31:20 smithi155 bash[41040]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:31:21.228 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:31:21.228 INFO:teuthology.orchestra.run.smithi155.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T19:31:21.228 INFO:teuthology.orchestra.run.smithi155.stdout: "in_progress": true, 2024-09-10T19:31:21.228 INFO:teuthology.orchestra.run.smithi155.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-10T19:31:21.228 INFO:teuthology.orchestra.run.smithi155.stdout: "services_complete": [ 2024-09-10T19:31:21.228 INFO:teuthology.orchestra.run.smithi155.stdout: "mgr" 2024-09-10T19:31:21.228 INFO:teuthology.orchestra.run.smithi155.stdout: ], 2024-09-10T19:31:21.228 INFO:teuthology.orchestra.run.smithi155.stdout: "progress": "2/2 daemons upgraded", 2024-09-10T19:31:21.228 INFO:teuthology.orchestra.run.smithi155.stdout: "message": "", 2024-09-10T19:31:21.228 INFO:teuthology.orchestra.run.smithi155.stdout: "is_paused": false 2024-09-10T19:31:21.229 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:31:21.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[14970]: cephadm 2024-09-10T19:31:20.648927+0000 mgr.y (mgr.24865) 5 : cephadm [INF] [10/Sep/2024:19:31:20] ENGINE Bus STARTING 2024-09-10T19:31:21.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[14970]: cephadm 2024-09-10T19:31:20.775870+0000 mgr.y (mgr.24865) 6 : cephadm [INF] [10/Sep/2024:19:31:20] ENGINE Serving on https://172.21.15.155:7150 2024-09-10T19:31:21.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[14970]: cephadm 2024-09-10T19:31:20.776132+0000 mgr.y (mgr.24865) 7 : cephadm [INF] [10/Sep/2024:19:31:20] ENGINE Bus STARTED 2024-09-10T19:31:21.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[18934]: cephadm 2024-09-10T19:31:20.648927+0000 mgr.y (mgr.24865) 5 : cephadm [INF] [10/Sep/2024:19:31:20] ENGINE Bus STARTING 2024-09-10T19:31:21.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[18934]: cephadm 2024-09-10T19:31:20.775870+0000 mgr.y (mgr.24865) 6 : cephadm [INF] [10/Sep/2024:19:31:20] ENGINE Serving on https://172.21.15.155:7150 2024-09-10T19:31:21.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[18934]: cephadm 2024-09-10T19:31:20.776132+0000 mgr.y (mgr.24865) 7 : cephadm [INF] [10/Sep/2024:19:31:20] ENGINE Bus STARTED 2024-09-10T19:31:21.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[14970]: audit 2024-09-10T19:31:20.777862+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUaa2PpPWsxN79rLrOlLylOp+Afy8wDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE5MTc0M1oXDTM0\\nMDkxMTE5MTc0M1owFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf\\n1Bb1LBg1f1dthxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEH\\nlm2MCGtwHKICGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+Ar\\nWJiDNF7gZrZ2z4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hx\\ny/C0V1dKcDH8y8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLH\\nItoV04lIyPZYBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZ\\nUPqbp+jWdI6UEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKD\\nWm0KxZS6MvM4ICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw\\n+hp5ulD1RPoIv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw\\n5rcucCzqfK9/eeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WV\\niSzueuX8Dbd6DcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj\\n5DD+HL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPvTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAQ7uLYCsMqfzeuQrSHobJvdHA+boB0uPXBLrCB\\nkgRMFkaSI3E6M78gqizjKEvmYqoX3Yje5i92301zKr/8/fQgm36INQiGH8ZXZt7j\\nBpM64nCv2mUJWFsOQYzrAG5poKCZwUGFaEltsnvBky3r1lAKY2iXYRqLm4idIGsg\\nv8CSV65yMJ795fucH2cACOapM8ImCjqLEtmUBHZtqUs6/ZIaUCDu6XwMdVmmOcl9\\n+e6dsrRMVibhBqf5SYlMMFf+QQ4RZUYYFrFZtnlUqUhMIUg+rk2UTEmgLk+XsCK1\\nv3fvnF7cXc1btst7b49YG7PBzrTpQKFGMpjP1MvGFQJvxa1GhR9Yf6aP+lxLBYWc\\n3EilOgiUadXYD0MOgydz9ilSKPs/dLhR7TE0jARCN8tJWIQwR+EsCYdMC9haZnCr\\nMcU9JsPEIunn2SS+3XZRu3HRkUSijAsdy1L9bwtGeNywm9mZSA+XApJYPQwiA8pS\\nZD3kH3kkFxyH3DCbVuz///uX0hRynvwn2w35ZbWRKjzo+qv3GbYGKMhH01Ffm12A\\nbjUn5VnOEXZCMTk7tlUduEG8Gkm1GD5BphOqrmSDxUziRo6zYNFiqgFYlkMp0In3\\nY7tQNHaUvldMiyfOpugu2zEOD/2O3aXG5FTEdqHcAz2piqXeE6XOf0/3+18ryNEa\\nI7mJjg==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJJwIBAAKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf1Bb1LBg1f1dt\\nhxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEHlm2MCGtwHKIC\\nGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+ArWJiDNF7gZrZ2\\nz4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hxy/C0V1dKcDH8\\ny8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLHItoV04lIyPZY\\nBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZUPqbp+jWdI6U\\nEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKDWm0KxZS6MvM4\\nICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw+hp5ulD1RPoI\\nv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw5rcucCzqfK9/\\neeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WViSzueuX8Dbd6\\nDcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj5DD+HL0CAwEA\\nAQKCAgAHsPA0lFGkgbfAwp6OJzZmxG0pFrIN4sYTmB7Q6cZ1UToeoEfnWWCBJlwO\\nE356A2RpF0n8EEJ2UuedNKIJQG4NedGeTAEI1AWSefyrrVejb4yK/40tp+tWAN6a\\nj+ClIsacd4d9+G02OsCQIw9kXSi2pZm4qbRI0VumK67mSORUQiiYpdHG0ldZiydF\\nGrzrfLFTc2QgFEyiZko+EHY6yEdVgs3bGmA3vfGC2tyabmgUjBypKjDX6kDX9sxi\\nYrAJCeNVFDMfKvsgtdb97MlOdGny3IzCgStXJal7lvMaPHWrAJZFv4WkL+rpWKsG\\nZJ7AE7r8ZB5vw9MYIrh3X/JAfCdY7YfTx0KLhknajCqyp64mc6p/XSXuLFkUtwEl\\n667dwerL5uGUAPFbFkLagUkueem3pLzFqGMwITYM0+habDGEDOctIwwDmYhLoraN\\nQ1vqt5Uc3WM/MSiBOWNdCpsCTr6MaOBn0QLsdeoe/lOeuU853meXSpBKXrsX1bjb\\nDiaxg+EznE4IYS0PEGte3KBzh974o0yw9kYL2VOvQY5zC3frKUVzMT7dgXy9c1YN\\n2qpfzU08N/Z9tGq9R3ts1dAaGKtYzDzl08ksZHDdUUOFBApXTh5gweOVV3UTrSZ4\\nNP0aIVzAOLMXnx8glj/N6Me9lrHOvrJO46Db6DoFwvno6trV0QKCAQEA8XJs7Or2\\n1qrcGZsNdFkFEKlfDRim+VyKkeTNWUQFFCwFepsN/Rp34tHRoylIIcz7Q3fTdrxi\\nVQJUMMfCd4ybQMiNxXlLr1l/FHHYEdzufbTHmP3yJNND429IyBG3jtO+c50J8S0O\\n2rz/M35nGHKaB8Q/TzIJyGYJDKRRfS6XLnlhhWvDayRYdotavUi64tIRXWN8pQLb\\nQ3rI6D6rhC3xZgGFFbIvmX2/zI+omqIS/775pOVb5HQisWVDG9QaNov2uCrTzicc\\n0XErwWVWjQFxSODvWy+7nyVtAUaevhyherXm9RiIczyyo4Mm0Ni7ye7dGIQ6ga6C\\nQNUNXqnqaqQKiQKCAQEA2IC/muD/6mdLgn+ktdR8Y2hZayeVE8WjS5YPd8zYvIVh\\nq+RKPALsGMef2qF4uDaOcCPiqqskSKrv40hXWEekZiw8QZbwfyX1WVtLhI7XWqK+\\nyZb0lwjByUG4kH29YxFe5lZv8EaLw+MBgSEYLLVVu7AYKbcjoD1p6vXIZwKvSFap\\noWVkFPiJ44EK52OZJOjtVI8pAGQ2kb/waki5oFAGWpOsFP/fepi1EdUABWcxJsr0\\nyJn/gQZNgDDnW64eeJvppbHV+pbOr4ktAbWw7unWsqhujMoq1QzR9RqShbkmW2Ru\\n4FOsD9ra3qkcwJq3TmXght+GCj58xSg33QzjI6ljlQKCAQBr0d9WhS6pei9Dt/vw\\nIviiEiCCJqoZ3Pt8XyJcZIWoFmhz8d3zUuiKf4wQQpUVkwX5gP8LnOCEeb/C8NGk\\ntUN3UJgOwTXNHjgjlxsYDwLpW9tuNKj3TOiaHc3wmgjQXTpFQrF349koURHdmurK\\n/hJOuZJT+VJpDTepT4+cSTv14vprrE3eAKMIfP6OXHYoaAqdG5pDzdzAa4pgO+w3\\n4JRWKwOVRrb+4irOXLC8LPgzAMNWoZ3BjSMY+NFZEgSKq0IHyAhBnTG/TbxuZqSZ\\n3zUJiHkazVwJm5rr4O9ukjaCJ8z1UnlMjKRxZFXnGYHykRpmolXGJ3m/HeUUiuhF\\nqu+RAoIBAGmsTdlWwRK0YFLN4qMtl5kdsadvpoAEE3QtRld/ELrTj5zKzMEF3B8s\\nMIYSEk43ssZhfZ0383nUlUomYRuhvEhyhuasua4V5O88dFu7LLn8fYr/t1qQ16VY\\nArHj7bCRJfTfc7ufc1ClWHKiqJ4J1FLL3L9fuG/aCfy5Apvk35E7W4h/aJ4jwYnd\\nzmiqYHF3j3+acLTUNR5mxP3biV8KME+9jFyjl3zLVHXjtSLt/zukDF5tbByZ6vIK\\n7KH/FrhfwWcyqfKp8TAUkHcpK7cxQ63oMC1f8BAVNdWgpqvGd0ZcexHbRTxn4jST\\n7ojD+3y0lSa/qzkMzvGcc8fdJnCdmRECggEAb4Kkx2DT1aJFcA++H0s98BU9igsg\\nWk5wnA12VdJ5h9t29N87I1UhEFuJVUeQbQgb1nw5is2+k/iVjGN7h+zq4GVj/CYm\\nOzxTuDDPudt6UA4XcIolCdNhHOwOfXASRGhmqEnWLLEhpkVwpt1iq6r6U3163KRk\\nAYX483zupzPqfJIhYrr2jRCkiXyndzlvFl8LjLnB8tNywU5sxLIsXcArrGLmQfdb\\nBhip9Vh0zdtwzpgE/3qHUto1d/xWaCZqPo6qlSYjfmnBId2+OmLRMTHvEdOI2NjL\\nDocrp/Gz4NGo/sSoDdDFD44yShodsKuT2ap3z+nEpgazyRnnMzxRSUE5UA==\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:31:21.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[14970]: cephadm 2024-09-10T19:31:20.779754+0000 mgr.y (mgr.24865) 8 : cephadm [ERR] [10/Sep/2024:19:31:20] ENGINE Error in HTTPServer.serve 2024-09-10T19:31:21.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[14970]: Traceback (most recent call last): 2024-09-10T19:31:21.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[14970]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:31:21.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[14970]: self._connections.run(self.expiration_interval) 2024-09-10T19:31:21.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[14970]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:31:21.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[14970]: self._run(expiration_interval) 2024-09-10T19:31:21.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[14970]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:31:21.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[14970]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:31:21.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[14970]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:31:21.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[14970]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:31:21.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[14970]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:31:21.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[14970]: s = self.context.wrap_socket( 2024-09-10T19:31:21.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[14970]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:31:21.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[14970]: return self.sslsocket_class._create( 2024-09-10T19:31:21.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[14970]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:31:21.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[14970]: self.do_handshake() 2024-09-10T19:31:21.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[14970]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:31:21.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[14970]: self._sslobj.do_handshake() 2024-09-10T19:31:21.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[14970]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:31:21.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[14970]: audit 2024-09-10T19:31:20.784360+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUaa2PpPWsxN79rLrOlLylOp+Afy8wDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE5MTc0M1oXDTM0\\nMDkxMTE5MTc0M1owFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf\\n1Bb1LBg1f1dthxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEH\\nlm2MCGtwHKICGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+Ar\\nWJiDNF7gZrZ2z4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hx\\ny/C0V1dKcDH8y8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLH\\nItoV04lIyPZYBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZ\\nUPqbp+jWdI6UEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKD\\nWm0KxZS6MvM4ICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw\\n+hp5ulD1RPoIv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw\\n5rcucCzqfK9/eeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WV\\niSzueuX8Dbd6DcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj\\n5DD+HL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPvTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAQ7uLYCsMqfzeuQrSHobJvdHA+boB0uPXBLrCB\\nkgRMFkaSI3E6M78gqizjKEvmYqoX3Yje5i92301zKr/8/fQgm36INQiGH8ZXZt7j\\nBpM64nCv2mUJWFsOQYzrAG5poKCZwUGFaEltsnvBky3r1lAKY2iXYRqLm4idIGsg\\nv8CSV65yMJ795fucH2cACOapM8ImCjqLEtmUBHZtqUs6/ZIaUCDu6XwMdVmmOcl9\\n+e6dsrRMVibhBqf5SYlMMFf+QQ4RZUYYFrFZtnlUqUhMIUg+rk2UTEmgLk+XsCK1\\nv3fvnF7cXc1btst7b49YG7PBzrTpQKFGMpjP1MvGFQJvxa1GhR9Yf6aP+lxLBYWc\\n3EilOgiUadXYD0MOgydz9ilSKPs/dLhR7TE0jARCN8tJWIQwR+EsCYdMC9haZnCr\\nMcU9JsPEIunn2SS+3XZRu3HRkUSijAsdy1L9bwtGeNywm9mZSA+XApJYPQwiA8pS\\nZD3kH3kkFxyH3DCbVuz///uX0hRynvwn2w35ZbWRKjzo+qv3GbYGKMhH01Ffm12A\\nbjUn5VnOEXZCMTk7tlUduEG8Gkm1GD5BphOqrmSDxUziRo6zYNFiqgFYlkMp0In3\\nY7tQNHaUvldMiyfOpugu2zEOD/2O3aXG5FTEdqHcAz2piqXeE6XOf0/3+18ryNEa\\nI7mJjg==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJJwIBAAKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf1Bb1LBg1f1dt\\nhxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEHlm2MCGtwHKIC\\nGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+ArWJiDNF7gZrZ2\\nz4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hxy/C0V1dKcDH8\\ny8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLHItoV04lIyPZY\\nBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZUPqbp+jWdI6U\\nEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKDWm0KxZS6MvM4\\nICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw+hp5ulD1RPoI\\nv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw5rcucCzqfK9/\\neeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WViSzueuX8Dbd6\\nDcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj5DD+HL0CAwEA\\nAQKCAgAHsPA0lFGkgbfAwp6OJzZmxG0pFrIN4sYTmB7Q6cZ1UToeoEfnWWCBJlwO\\nE356A2RpF0n8EEJ2UuedNKIJQG4NedGeTAEI1AWSefyrrVejb4yK/40tp+tWAN6a\\nj+ClIsacd4d9+G02OsCQIw9kXSi2pZm4qbRI0VumK67mSORUQiiYpdHG0ldZiydF\\nGrzrfLFTc2QgFEyiZko+EHY6yEdVgs3bGmA3vfGC2tyabmgUjBypKjDX6kDX9sxi\\nYrAJCeNVFDMfKvsgtdb97MlOdGny3IzCgStXJal7lvMaPHWrAJZFv4WkL+rpWKsG\\nZJ7AE7r8ZB5vw9MYIrh3X/JAfCdY7YfTx0KLhknajCqyp64mc6p/XSXuLFkUtwEl\\n667dwerL5uGUAPFbFkLagUkueem3pLzFqGMwITYM0+habDGEDOctIwwDmYhLoraN\\nQ1vqt5Uc3WM/MSiBOWNdCpsCTr6MaOBn0QLsdeoe/lOeuU853meXSpBKXrsX1bjb\\nDiaxg+EznE4IYS0PEGte3KBzh974o0yw9kYL2VOvQY5zC3frKUVzMT7dgXy9c1YN\\n2qpfzU08N/Z9tGq9R3ts1dAaGKtYzDzl08ksZHDdUUOFBApXTh5gweOVV3UTrSZ4\\nNP0aIVzAOLMXnx8glj/N6Me9lrHOvrJO46Db6DoFwvno6trV0QKCAQEA8XJs7Or2\\n1qrcGZsNdFkFEKlfDRim+VyKkeTNWUQFFCwFepsN/Rp34tHRoylIIcz7Q3fTdrxi\\nVQJUMMfCd4ybQMiNxXlLr1l/FHHYEdzufbTHmP3yJNND429IyBG3jtO+c50J8S0O\\n2rz/M35nGHKaB8Q/TzIJyGYJDKRRfS6XLnlhhWvDayRYdotavUi64tIRXWN8pQLb\\nQ3rI6D6rhC3xZgGFFbIvmX2/zI+omqIS/775pOVb5HQisWVDG9QaNov2uCrTzicc\\n0XErwWVWjQFxSODvWy+7nyVtAUaevhyherXm9RiIczyyo4Mm0Ni7ye7dGIQ6ga6C\\nQNUNXqnqaqQKiQKCAQEA2IC/muD/6mdLgn+ktdR8Y2hZayeVE8WjS5YPd8zYvIVh\\nq+RKPALsGMef2qF4uDaOcCPiqqskSKrv40hXWEekZiw8QZbwfyX1WVtLhI7XWqK+\\nyZb0lwjByUG4kH29YxFe5lZv8EaLw+MBgSEYLLVVu7AYKbcjoD1p6vXIZwKvSFap\\noWVkFPiJ44EK52OZJOjtVI8pAGQ2kb/waki5oFAGWpOsFP/fepi1EdUABWcxJsr0\\nyJn/gQZNgDDnW64eeJvppbHV+pbOr4ktAbWw7unWsqhujMoq1QzR9RqShbkmW2Ru\\n4FOsD9ra3qkcwJq3TmXght+GCj58xSg33QzjI6ljlQKCAQBr0d9WhS6pei9Dt/vw\\nIviiEiCCJqoZ3Pt8XyJcZIWoFmhz8d3zUuiKf4wQQpUVkwX5gP8LnOCEeb/C8NGk\\ntUN3UJgOwTXNHjgjlxsYDwLpW9tuNKj3TOiaHc3wmgjQXTpFQrF349koURHdmurK\\n/hJOuZJT+VJpDTepT4+cSTv14vprrE3eAKMIfP6OXHYoaAqdG5pDzdzAa4pgO+w3\\n4JRWKwOVRrb+4irOXLC8LPgzAMNWoZ3BjSMY+NFZEgSKq0IHyAhBnTG/TbxuZqSZ\\n3zUJiHkazVwJm5rr4O9ukjaCJ8z1UnlMjKRxZFXnGYHykRpmolXGJ3m/HeUUiuhF\\nqu+RAoIBAGmsTdlWwRK0YFLN4qMtl5kdsadvpoAEE3QtRld/ELrTj5zKzMEF3B8s\\nMIYSEk43ssZhfZ0383nUlUomYRuhvEhyhuasua4V5O88dFu7LLn8fYr/t1qQ16VY\\nArHj7bCRJfTfc7ufc1ClWHKiqJ4J1FLL3L9fuG/aCfy5Apvk35E7W4h/aJ4jwYnd\\nzmiqYHF3j3+acLTUNR5mxP3biV8KME+9jFyjl3zLVHXjtSLt/zukDF5tbByZ6vIK\\n7KH/FrhfwWcyqfKp8TAUkHcpK7cxQ63oMC1f8BAVNdWgpqvGd0ZcexHbRTxn4jST\\n7ojD+3y0lSa/qzkMzvGcc8fdJnCdmRECggEAb4Kkx2DT1aJFcA++H0s98BU9igsg\\nWk5wnA12VdJ5h9t29N87I1UhEFuJVUeQbQgb1nw5is2+k/iVjGN7h+zq4GVj/CYm\\nOzxTuDDPudt6UA4XcIolCdNhHOwOfXASRGhmqEnWLLEhpkVwpt1iq6r6U3163KRk\\nAYX483zupzPqfJIhYrr2jRCkiXyndzlvFl8LjLnB8tNywU5sxLIsXcArrGLmQfdb\\nBhip9Vh0zdtwzpgE/3qHUto1d/xWaCZqPo6qlSYjfmnBId2+OmLRMTHvEdOI2NjL\\nDocrp/Gz4NGo/sSoDdDFD44yShodsKuT2ap3z+nEpgazyRnnMzxRSUE5UA==\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-10T19:31:21.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[14970]: audit 2024-09-10T19:31:20.848195+0000 mon.a (mon.0) 964 : audit [DBG] from='client.? 172.21.15.155:0/2754439834' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:31:21.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[14970]: cluster 2024-09-10T19:31:21.147971+0000 mgr.y (mgr.24865) 9 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:21.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[14970]: audit 2024-09-10T19:31:21.225839+0000 mgr.y (mgr.24865) 10 : audit [DBG] from='client.24961 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:31:21.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[18934]: audit 2024-09-10T19:31:20.777862+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUaa2PpPWsxN79rLrOlLylOp+Afy8wDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE5MTc0M1oXDTM0\\nMDkxMTE5MTc0M1owFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf\\n1Bb1LBg1f1dthxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEH\\nlm2MCGtwHKICGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+Ar\\nWJiDNF7gZrZ2z4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hx\\ny/C0V1dKcDH8y8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLH\\nItoV04lIyPZYBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZ\\nUPqbp+jWdI6UEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKD\\nWm0KxZS6MvM4ICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw\\n+hp5ulD1RPoIv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw\\n5rcucCzqfK9/eeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WV\\niSzueuX8Dbd6DcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj\\n5DD+HL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPvTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAQ7uLYCsMqfzeuQrSHobJvdHA+boB0uPXBLrCB\\nkgRMFkaSI3E6M78gqizjKEvmYqoX3Yje5i92301zKr/8/fQgm36INQiGH8ZXZt7j\\nBpM64nCv2mUJWFsOQYzrAG5poKCZwUGFaEltsnvBky3r1lAKY2iXYRqLm4idIGsg\\nv8CSV65yMJ795fucH2cACOapM8ImCjqLEtmUBHZtqUs6/ZIaUCDu6XwMdVmmOcl9\\n+e6dsrRMVibhBqf5SYlMMFf+QQ4RZUYYFrFZtnlUqUhMIUg+rk2UTEmgLk+XsCK1\\nv3fvnF7cXc1btst7b49YG7PBzrTpQKFGMpjP1MvGFQJvxa1GhR9Yf6aP+lxLBYWc\\n3EilOgiUadXYD0MOgydz9ilSKPs/dLhR7TE0jARCN8tJWIQwR+EsCYdMC9haZnCr\\nMcU9JsPEIunn2SS+3XZRu3HRkUSijAsdy1L9bwtGeNywm9mZSA+XApJYPQwiA8pS\\nZD3kH3kkFxyH3DCbVuz///uX0hRynvwn2w35ZbWRKjzo+qv3GbYGKMhH01Ffm12A\\nbjUn5VnOEXZCMTk7tlUduEG8Gkm1GD5BphOqrmSDxUziRo6zYNFiqgFYlkMp0In3\\nY7tQNHaUvldMiyfOpugu2zEOD/2O3aXG5FTEdqHcAz2piqXeE6XOf0/3+18ryNEa\\nI7mJjg==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJJwIBAAKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf1Bb1LBg1f1dt\\nhxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEHlm2MCGtwHKIC\\nGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+ArWJiDNF7gZrZ2\\nz4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hxy/C0V1dKcDH8\\ny8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLHItoV04lIyPZY\\nBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZUPqbp+jWdI6U\\nEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKDWm0KxZS6MvM4\\nICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw+hp5ulD1RPoI\\nv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw5rcucCzqfK9/\\neeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WViSzueuX8Dbd6\\nDcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj5DD+HL0CAwEA\\nAQKCAgAHsPA0lFGkgbfAwp6OJzZmxG0pFrIN4sYTmB7Q6cZ1UToeoEfnWWCBJlwO\\nE356A2RpF0n8EEJ2UuedNKIJQG4NedGeTAEI1AWSefyrrVejb4yK/40tp+tWAN6a\\nj+ClIsacd4d9+G02OsCQIw9kXSi2pZm4qbRI0VumK67mSORUQiiYpdHG0ldZiydF\\nGrzrfLFTc2QgFEyiZko+EHY6yEdVgs3bGmA3vfGC2tyabmgUjBypKjDX6kDX9sxi\\nYrAJCeNVFDMfKvsgtdb97MlOdGny3IzCgStXJal7lvMaPHWrAJZFv4WkL+rpWKsG\\nZJ7AE7r8ZB5vw9MYIrh3X/JAfCdY7YfTx0KLhknajCqyp64mc6p/XSXuLFkUtwEl\\n667dwerL5uGUAPFbFkLagUkueem3pLzFqGMwITYM0+habDGEDOctIwwDmYhLoraN\\nQ1vqt5Uc3WM/MSiBOWNdCpsCTr6MaOBn0QLsdeoe/lOeuU853meXSpBKXrsX1bjb\\nDiaxg+EznE4IYS0PEGte3KBzh974o0yw9kYL2VOvQY5zC3frKUVzMT7dgXy9c1YN\\n2qpfzU08N/Z9tGq9R3ts1dAaGKtYzDzl08ksZHDdUUOFBApXTh5gweOVV3UTrSZ4\\nNP0aIVzAOLMXnx8glj/N6Me9lrHOvrJO46Db6DoFwvno6trV0QKCAQEA8XJs7Or2\\n1qrcGZsNdFkFEKlfDRim+VyKkeTNWUQFFCwFepsN/Rp34tHRoylIIcz7Q3fTdrxi\\nVQJUMMfCd4ybQMiNxXlLr1l/FHHYEdzufbTHmP3yJNND429IyBG3jtO+c50J8S0O\\n2rz/M35nGHKaB8Q/TzIJyGYJDKRRfS6XLnlhhWvDayRYdotavUi64tIRXWN8pQLb\\nQ3rI6D6rhC3xZgGFFbIvmX2/zI+omqIS/775pOVb5HQisWVDG9QaNov2uCrTzicc\\n0XErwWVWjQFxSODvWy+7nyVtAUaevhyherXm9RiIczyyo4Mm0Ni7ye7dGIQ6ga6C\\nQNUNXqnqaqQKiQKCAQEA2IC/muD/6mdLgn+ktdR8Y2hZayeVE8WjS5YPd8zYvIVh\\nq+RKPALsGMef2qF4uDaOcCPiqqskSKrv40hXWEekZiw8QZbwfyX1WVtLhI7XWqK+\\nyZb0lwjByUG4kH29YxFe5lZv8EaLw+MBgSEYLLVVu7AYKbcjoD1p6vXIZwKvSFap\\noWVkFPiJ44EK52OZJOjtVI8pAGQ2kb/waki5oFAGWpOsFP/fepi1EdUABWcxJsr0\\nyJn/gQZNgDDnW64eeJvppbHV+pbOr4ktAbWw7unWsqhujMoq1QzR9RqShbkmW2Ru\\n4FOsD9ra3qkcwJq3TmXght+GCj58xSg33QzjI6ljlQKCAQBr0d9WhS6pei9Dt/vw\\nIviiEiCCJqoZ3Pt8XyJcZIWoFmhz8d3zUuiKf4wQQpUVkwX5gP8LnOCEeb/C8NGk\\ntUN3UJgOwTXNHjgjlxsYDwLpW9tuNKj3TOiaHc3wmgjQXTpFQrF349koURHdmurK\\n/hJOuZJT+VJpDTepT4+cSTv14vprrE3eAKMIfP6OXHYoaAqdG5pDzdzAa4pgO+w3\\n4JRWKwOVRrb+4irOXLC8LPgzAMNWoZ3BjSMY+NFZEgSKq0IHyAhBnTG/TbxuZqSZ\\n3zUJiHkazVwJm5rr4O9ukjaCJ8z1UnlMjKRxZFXnGYHykRpmolXGJ3m/HeUUiuhF\\nqu+RAoIBAGmsTdlWwRK0YFLN4qMtl5kdsadvpoAEE3QtRld/ELrTj5zKzMEF3B8s\\nMIYSEk43ssZhfZ0383nUlUomYRuhvEhyhuasua4V5O88dFu7LLn8fYr/t1qQ16VY\\nArHj7bCRJfTfc7ufc1ClWHKiqJ4J1FLL3L9fuG/aCfy5Apvk35E7W4h/aJ4jwYnd\\nzmiqYHF3j3+acLTUNR5mxP3biV8KME+9jFyjl3zLVHXjtSLt/zukDF5tbByZ6vIK\\n7KH/FrhfwWcyqfKp8TAUkHcpK7cxQ63oMC1f8BAVNdWgpqvGd0ZcexHbRTxn4jST\\n7ojD+3y0lSa/qzkMzvGcc8fdJnCdmRECggEAb4Kkx2DT1aJFcA++H0s98BU9igsg\\nWk5wnA12VdJ5h9t29N87I1UhEFuJVUeQbQgb1nw5is2+k/iVjGN7h+zq4GVj/CYm\\nOzxTuDDPudt6UA4XcIolCdNhHOwOfXASRGhmqEnWLLEhpkVwpt1iq6r6U3163KRk\\nAYX483zupzPqfJIhYrr2jRCkiXyndzlvFl8LjLnB8tNywU5sxLIsXcArrGLmQfdb\\nBhip9Vh0zdtwzpgE/3qHUto1d/xWaCZqPo6qlSYjfmnBId2+OmLRMTHvEdOI2NjL\\nDocrp/Gz4NGo/sSoDdDFD44yShodsKuT2ap3z+nEpgazyRnnMzxRSUE5UA==\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:31:21.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[18934]: cephadm 2024-09-10T19:31:20.779754+0000 mgr.y (mgr.24865) 8 : cephadm [ERR] [10/Sep/2024:19:31:20] ENGINE Error in HTTPServer.serve 2024-09-10T19:31:21.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[18934]: Traceback (most recent call last): 2024-09-10T19:31:21.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[18934]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:31:21.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[18934]: self._connections.run(self.expiration_interval) 2024-09-10T19:31:21.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[18934]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:31:21.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[18934]: self._run(expiration_interval) 2024-09-10T19:31:21.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[18934]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:31:21.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[18934]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:31:21.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[18934]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:31:21.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[18934]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:31:21.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[18934]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:31:21.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[18934]: s = self.context.wrap_socket( 2024-09-10T19:31:21.847 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[18934]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:31:21.847 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[18934]: return self.sslsocket_class._create( 2024-09-10T19:31:21.847 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[18934]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:31:21.847 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[18934]: self.do_handshake() 2024-09-10T19:31:21.847 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[18934]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:31:21.847 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[18934]: self._sslobj.do_handshake() 2024-09-10T19:31:21.847 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[18934]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:31:21.847 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[18934]: audit 2024-09-10T19:31:20.784360+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUaa2PpPWsxN79rLrOlLylOp+Afy8wDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE5MTc0M1oXDTM0\\nMDkxMTE5MTc0M1owFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf\\n1Bb1LBg1f1dthxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEH\\nlm2MCGtwHKICGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+Ar\\nWJiDNF7gZrZ2z4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hx\\ny/C0V1dKcDH8y8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLH\\nItoV04lIyPZYBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZ\\nUPqbp+jWdI6UEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKD\\nWm0KxZS6MvM4ICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw\\n+hp5ulD1RPoIv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw\\n5rcucCzqfK9/eeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WV\\niSzueuX8Dbd6DcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj\\n5DD+HL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPvTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAQ7uLYCsMqfzeuQrSHobJvdHA+boB0uPXBLrCB\\nkgRMFkaSI3E6M78gqizjKEvmYqoX3Yje5i92301zKr/8/fQgm36INQiGH8ZXZt7j\\nBpM64nCv2mUJWFsOQYzrAG5poKCZwUGFaEltsnvBky3r1lAKY2iXYRqLm4idIGsg\\nv8CSV65yMJ795fucH2cACOapM8ImCjqLEtmUBHZtqUs6/ZIaUCDu6XwMdVmmOcl9\\n+e6dsrRMVibhBqf5SYlMMFf+QQ4RZUYYFrFZtnlUqUhMIUg+rk2UTEmgLk+XsCK1\\nv3fvnF7cXc1btst7b49YG7PBzrTpQKFGMpjP1MvGFQJvxa1GhR9Yf6aP+lxLBYWc\\n3EilOgiUadXYD0MOgydz9ilSKPs/dLhR7TE0jARCN8tJWIQwR+EsCYdMC9haZnCr\\nMcU9JsPEIunn2SS+3XZRu3HRkUSijAsdy1L9bwtGeNywm9mZSA+XApJYPQwiA8pS\\nZD3kH3kkFxyH3DCbVuz///uX0hRynvwn2w35ZbWRKjzo+qv3GbYGKMhH01Ffm12A\\nbjUn5VnOEXZCMTk7tlUduEG8Gkm1GD5BphOqrmSDxUziRo6zYNFiqgFYlkMp0In3\\nY7tQNHaUvldMiyfOpugu2zEOD/2O3aXG5FTEdqHcAz2piqXeE6XOf0/3+18ryNEa\\nI7mJjg==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJJwIBAAKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf1Bb1LBg1f1dt\\nhxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEHlm2MCGtwHKIC\\nGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+ArWJiDNF7gZrZ2\\nz4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hxy/C0V1dKcDH8\\ny8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLHItoV04lIyPZY\\nBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZUPqbp+jWdI6U\\nEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKDWm0KxZS6MvM4\\nICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw+hp5ulD1RPoI\\nv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw5rcucCzqfK9/\\neeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WViSzueuX8Dbd6\\nDcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj5DD+HL0CAwEA\\nAQKCAgAHsPA0lFGkgbfAwp6OJzZmxG0pFrIN4sYTmB7Q6cZ1UToeoEfnWWCBJlwO\\nE356A2RpF0n8EEJ2UuedNKIJQG4NedGeTAEI1AWSefyrrVejb4yK/40tp+tWAN6a\\nj+ClIsacd4d9+G02OsCQIw9kXSi2pZm4qbRI0VumK67mSORUQiiYpdHG0ldZiydF\\nGrzrfLFTc2QgFEyiZko+EHY6yEdVgs3bGmA3vfGC2tyabmgUjBypKjDX6kDX9sxi\\nYrAJCeNVFDMfKvsgtdb97MlOdGny3IzCgStXJal7lvMaPHWrAJZFv4WkL+rpWKsG\\nZJ7AE7r8ZB5vw9MYIrh3X/JAfCdY7YfTx0KLhknajCqyp64mc6p/XSXuLFkUtwEl\\n667dwerL5uGUAPFbFkLagUkueem3pLzFqGMwITYM0+habDGEDOctIwwDmYhLoraN\\nQ1vqt5Uc3WM/MSiBOWNdCpsCTr6MaOBn0QLsdeoe/lOeuU853meXSpBKXrsX1bjb\\nDiaxg+EznE4IYS0PEGte3KBzh974o0yw9kYL2VOvQY5zC3frKUVzMT7dgXy9c1YN\\n2qpfzU08N/Z9tGq9R3ts1dAaGKtYzDzl08ksZHDdUUOFBApXTh5gweOVV3UTrSZ4\\nNP0aIVzAOLMXnx8glj/N6Me9lrHOvrJO46Db6DoFwvno6trV0QKCAQEA8XJs7Or2\\n1qrcGZsNdFkFEKlfDRim+VyKkeTNWUQFFCwFepsN/Rp34tHRoylIIcz7Q3fTdrxi\\nVQJUMMfCd4ybQMiNxXlLr1l/FHHYEdzufbTHmP3yJNND429IyBG3jtO+c50J8S0O\\n2rz/M35nGHKaB8Q/TzIJyGYJDKRRfS6XLnlhhWvDayRYdotavUi64tIRXWN8pQLb\\nQ3rI6D6rhC3xZgGFFbIvmX2/zI+omqIS/775pOVb5HQisWVDG9QaNov2uCrTzicc\\n0XErwWVWjQFxSODvWy+7nyVtAUaevhyherXm9RiIczyyo4Mm0Ni7ye7dGIQ6ga6C\\nQNUNXqnqaqQKiQKCAQEA2IC/muD/6mdLgn+ktdR8Y2hZayeVE8WjS5YPd8zYvIVh\\nq+RKPALsGMef2qF4uDaOcCPiqqskSKrv40hXWEekZiw8QZbwfyX1WVtLhI7XWqK+\\nyZb0lwjByUG4kH29YxFe5lZv8EaLw+MBgSEYLLVVu7AYKbcjoD1p6vXIZwKvSFap\\noWVkFPiJ44EK52OZJOjtVI8pAGQ2kb/waki5oFAGWpOsFP/fepi1EdUABWcxJsr0\\nyJn/gQZNgDDnW64eeJvppbHV+pbOr4ktAbWw7unWsqhujMoq1QzR9RqShbkmW2Ru\\n4FOsD9ra3qkcwJq3TmXght+GCj58xSg33QzjI6ljlQKCAQBr0d9WhS6pei9Dt/vw\\nIviiEiCCJqoZ3Pt8XyJcZIWoFmhz8d3zUuiKf4wQQpUVkwX5gP8LnOCEeb/C8NGk\\ntUN3UJgOwTXNHjgjlxsYDwLpW9tuNKj3TOiaHc3wmgjQXTpFQrF349koURHdmurK\\n/hJOuZJT+VJpDTepT4+cSTv14vprrE3eAKMIfP6OXHYoaAqdG5pDzdzAa4pgO+w3\\n4JRWKwOVRrb+4irOXLC8LPgzAMNWoZ3BjSMY+NFZEgSKq0IHyAhBnTG/TbxuZqSZ\\n3zUJiHkazVwJm5rr4O9ukjaCJ8z1UnlMjKRxZFXnGYHykRpmolXGJ3m/HeUUiuhF\\nqu+RAoIBAGmsTdlWwRK0YFLN4qMtl5kdsadvpoAEE3QtRld/ELrTj5zKzMEF3B8s\\nMIYSEk43ssZhfZ0383nUlUomYRuhvEhyhuasua4V5O88dFu7LLn8fYr/t1qQ16VY\\nArHj7bCRJfTfc7ufc1ClWHKiqJ4J1FLL3L9fuG/aCfy5Apvk35E7W4h/aJ4jwYnd\\nzmiqYHF3j3+acLTUNR5mxP3biV8KME+9jFyjl3zLVHXjtSLt/zukDF5tbByZ6vIK\\n7KH/FrhfwWcyqfKp8TAUkHcpK7cxQ63oMC1f8BAVNdWgpqvGd0ZcexHbRTxn4jST\\n7ojD+3y0lSa/qzkMzvGcc8fdJnCdmRECggEAb4Kkx2DT1aJFcA++H0s98BU9igsg\\nWk5wnA12VdJ5h9t29N87I1UhEFuJVUeQbQgb1nw5is2+k/iVjGN7h+zq4GVj/CYm\\nOzxTuDDPudt6UA4XcIolCdNhHOwOfXASRGhmqEnWLLEhpkVwpt1iq6r6U3163KRk\\nAYX483zupzPqfJIhYrr2jRCkiXyndzlvFl8LjLnB8tNywU5sxLIsXcArrGLmQfdb\\nBhip9Vh0zdtwzpgE/3qHUto1d/xWaCZqPo6qlSYjfmnBId2+OmLRMTHvEdOI2NjL\\nDocrp/Gz4NGo/sSoDdDFD44yShodsKuT2ap3z+nEpgazyRnnMzxRSUE5UA==\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-10T19:31:21.847 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[18934]: audit 2024-09-10T19:31:20.848195+0000 mon.a (mon.0) 964 : audit [DBG] from='client.? 172.21.15.155:0/2754439834' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:31:21.848 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[18934]: cluster 2024-09-10T19:31:21.147971+0000 mgr.y (mgr.24865) 9 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:21.848 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:21 smithi155 bash[18934]: audit 2024-09-10T19:31:21.225839+0000 mgr.y (mgr.24865) 10 : audit [DBG] from='client.24961 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:31:21.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:21 smithi189 bash[14634]: cephadm 2024-09-10T19:31:20.648927+0000 mgr.y (mgr.24865) 5 : cephadm [INF] [10/Sep/2024:19:31:20] ENGINE Bus STARTING 2024-09-10T19:31:21.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:21 smithi189 bash[14634]: cephadm 2024-09-10T19:31:20.775870+0000 mgr.y (mgr.24865) 6 : cephadm [INF] [10/Sep/2024:19:31:20] ENGINE Serving on https://172.21.15.155:7150 2024-09-10T19:31:21.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:21 smithi189 bash[14634]: cephadm 2024-09-10T19:31:20.776132+0000 mgr.y (mgr.24865) 7 : cephadm [INF] [10/Sep/2024:19:31:20] ENGINE Bus STARTED 2024-09-10T19:31:21.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:21 smithi189 bash[14634]: audit 2024-09-10T19:31:20.777862+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUaa2PpPWsxN79rLrOlLylOp+Afy8wDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE5MTc0M1oXDTM0\\nMDkxMTE5MTc0M1owFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf\\n1Bb1LBg1f1dthxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEH\\nlm2MCGtwHKICGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+Ar\\nWJiDNF7gZrZ2z4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hx\\ny/C0V1dKcDH8y8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLH\\nItoV04lIyPZYBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZ\\nUPqbp+jWdI6UEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKD\\nWm0KxZS6MvM4ICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw\\n+hp5ulD1RPoIv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw\\n5rcucCzqfK9/eeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WV\\niSzueuX8Dbd6DcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj\\n5DD+HL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPvTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAQ7uLYCsMqfzeuQrSHobJvdHA+boB0uPXBLrCB\\nkgRMFkaSI3E6M78gqizjKEvmYqoX3Yje5i92301zKr/8/fQgm36INQiGH8ZXZt7j\\nBpM64nCv2mUJWFsOQYzrAG5poKCZwUGFaEltsnvBky3r1lAKY2iXYRqLm4idIGsg\\nv8CSV65yMJ795fucH2cACOapM8ImCjqLEtmUBHZtqUs6/ZIaUCDu6XwMdVmmOcl9\\n+e6dsrRMVibhBqf5SYlMMFf+QQ4RZUYYFrFZtnlUqUhMIUg+rk2UTEmgLk+XsCK1\\nv3fvnF7cXc1btst7b49YG7PBzrTpQKFGMpjP1MvGFQJvxa1GhR9Yf6aP+lxLBYWc\\n3EilOgiUadXYD0MOgydz9ilSKPs/dLhR7TE0jARCN8tJWIQwR+EsCYdMC9haZnCr\\nMcU9JsPEIunn2SS+3XZRu3HRkUSijAsdy1L9bwtGeNywm9mZSA+XApJYPQwiA8pS\\nZD3kH3kkFxyH3DCbVuz///uX0hRynvwn2w35ZbWRKjzo+qv3GbYGKMhH01Ffm12A\\nbjUn5VnOEXZCMTk7tlUduEG8Gkm1GD5BphOqrmSDxUziRo6zYNFiqgFYlkMp0In3\\nY7tQNHaUvldMiyfOpugu2zEOD/2O3aXG5FTEdqHcAz2piqXeE6XOf0/3+18ryNEa\\nI7mJjg==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJJwIBAAKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf1Bb1LBg1f1dt\\nhxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEHlm2MCGtwHKIC\\nGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+ArWJiDNF7gZrZ2\\nz4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hxy/C0V1dKcDH8\\ny8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLHItoV04lIyPZY\\nBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZUPqbp+jWdI6U\\nEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKDWm0KxZS6MvM4\\nICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw+hp5ulD1RPoI\\nv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw5rcucCzqfK9/\\neeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WViSzueuX8Dbd6\\nDcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj5DD+HL0CAwEA\\nAQKCAgAHsPA0lFGkgbfAwp6OJzZmxG0pFrIN4sYTmB7Q6cZ1UToeoEfnWWCBJlwO\\nE356A2RpF0n8EEJ2UuedNKIJQG4NedGeTAEI1AWSefyrrVejb4yK/40tp+tWAN6a\\nj+ClIsacd4d9+G02OsCQIw9kXSi2pZm4qbRI0VumK67mSORUQiiYpdHG0ldZiydF\\nGrzrfLFTc2QgFEyiZko+EHY6yEdVgs3bGmA3vfGC2tyabmgUjBypKjDX6kDX9sxi\\nYrAJCeNVFDMfKvsgtdb97MlOdGny3IzCgStXJal7lvMaPHWrAJZFv4WkL+rpWKsG\\nZJ7AE7r8ZB5vw9MYIrh3X/JAfCdY7YfTx0KLhknajCqyp64mc6p/XSXuLFkUtwEl\\n667dwerL5uGUAPFbFkLagUkueem3pLzFqGMwITYM0+habDGEDOctIwwDmYhLoraN\\nQ1vqt5Uc3WM/MSiBOWNdCpsCTr6MaOBn0QLsdeoe/lOeuU853meXSpBKXrsX1bjb\\nDiaxg+EznE4IYS0PEGte3KBzh974o0yw9kYL2VOvQY5zC3frKUVzMT7dgXy9c1YN\\n2qpfzU08N/Z9tGq9R3ts1dAaGKtYzDzl08ksZHDdUUOFBApXTh5gweOVV3UTrSZ4\\nNP0aIVzAOLMXnx8glj/N6Me9lrHOvrJO46Db6DoFwvno6trV0QKCAQEA8XJs7Or2\\n1qrcGZsNdFkFEKlfDRim+VyKkeTNWUQFFCwFepsN/Rp34tHRoylIIcz7Q3fTdrxi\\nVQJUMMfCd4ybQMiNxXlLr1l/FHHYEdzufbTHmP3yJNND429IyBG3jtO+c50J8S0O\\n2rz/M35nGHKaB8Q/TzIJyGYJDKRRfS6XLnlhhWvDayRYdotavUi64tIRXWN8pQLb\\nQ3rI6D6rhC3xZgGFFbIvmX2/zI+omqIS/775pOVb5HQisWVDG9QaNov2uCrTzicc\\n0XErwWVWjQFxSODvWy+7nyVtAUaevhyherXm9RiIczyyo4Mm0Ni7ye7dGIQ6ga6C\\nQNUNXqnqaqQKiQKCAQEA2IC/muD/6mdLgn+ktdR8Y2hZayeVE8WjS5YPd8zYvIVh\\nq+RKPALsGMef2qF4uDaOcCPiqqskSKrv40hXWEekZiw8QZbwfyX1WVtLhI7XWqK+\\nyZb0lwjByUG4kH29YxFe5lZv8EaLw+MBgSEYLLVVu7AYKbcjoD1p6vXIZwKvSFap\\noWVkFPiJ44EK52OZJOjtVI8pAGQ2kb/waki5oFAGWpOsFP/fepi1EdUABWcxJsr0\\nyJn/gQZNgDDnW64eeJvppbHV+pbOr4ktAbWw7unWsqhujMoq1QzR9RqShbkmW2Ru\\n4FOsD9ra3qkcwJq3TmXght+GCj58xSg33QzjI6ljlQKCAQBr0d9WhS6pei9Dt/vw\\nIviiEiCCJqoZ3Pt8XyJcZIWoFmhz8d3zUuiKf4wQQpUVkwX5gP8LnOCEeb/C8NGk\\ntUN3UJgOwTXNHjgjlxsYDwLpW9tuNKj3TOiaHc3wmgjQXTpFQrF349koURHdmurK\\n/hJOuZJT+VJpDTepT4+cSTv14vprrE3eAKMIfP6OXHYoaAqdG5pDzdzAa4pgO+w3\\n4JRWKwOVRrb+4irOXLC8LPgzAMNWoZ3BjSMY+NFZEgSKq0IHyAhBnTG/TbxuZqSZ\\n3zUJiHkazVwJm5rr4O9ukjaCJ8z1UnlMjKRxZFXnGYHykRpmolXGJ3m/HeUUiuhF\\nqu+RAoIBAGmsTdlWwRK0YFLN4qMtl5kdsadvpoAEE3QtRld/ELrTj5zKzMEF3B8s\\nMIYSEk43ssZhfZ0383nUlUomYRuhvEhyhuasua4V5O88dFu7LLn8fYr/t1qQ16VY\\nArHj7bCRJfTfc7ufc1ClWHKiqJ4J1FLL3L9fuG/aCfy5Apvk35E7W4h/aJ4jwYnd\\nzmiqYHF3j3+acLTUNR5mxP3biV8KME+9jFyjl3zLVHXjtSLt/zukDF5tbByZ6vIK\\n7KH/FrhfwWcyqfKp8TAUkHcpK7cxQ63oMC1f8BAVNdWgpqvGd0ZcexHbRTxn4jST\\n7ojD+3y0lSa/qzkMzvGcc8fdJnCdmRECggEAb4Kkx2DT1aJFcA++H0s98BU9igsg\\nWk5wnA12VdJ5h9t29N87I1UhEFuJVUeQbQgb1nw5is2+k/iVjGN7h+zq4GVj/CYm\\nOzxTuDDPudt6UA4XcIolCdNhHOwOfXASRGhmqEnWLLEhpkVwpt1iq6r6U3163KRk\\nAYX483zupzPqfJIhYrr2jRCkiXyndzlvFl8LjLnB8tNywU5sxLIsXcArrGLmQfdb\\nBhip9Vh0zdtwzpgE/3qHUto1d/xWaCZqPo6qlSYjfmnBId2+OmLRMTHvEdOI2NjL\\nDocrp/Gz4NGo/sSoDdDFD44yShodsKuT2ap3z+nEpgazyRnnMzxRSUE5UA==\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:31:21.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:21 smithi189 bash[14634]: cephadm 2024-09-10T19:31:20.779754+0000 mgr.y (mgr.24865) 8 : cephadm [ERR] [10/Sep/2024:19:31:20] ENGINE Error in HTTPServer.serve 2024-09-10T19:31:21.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:21 smithi189 bash[14634]: Traceback (most recent call last): 2024-09-10T19:31:21.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:21 smithi189 bash[14634]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:31:21.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:21 smithi189 bash[14634]: self._connections.run(self.expiration_interval) 2024-09-10T19:31:21.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:21 smithi189 bash[14634]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:31:21.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:21 smithi189 bash[14634]: self._run(expiration_interval) 2024-09-10T19:31:21.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:21 smithi189 bash[14634]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:31:21.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:21 smithi189 bash[14634]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:31:21.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:21 smithi189 bash[14634]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:31:21.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:21 smithi189 bash[14634]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:31:21.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:21 smithi189 bash[14634]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:31:21.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:21 smithi189 bash[14634]: s = self.context.wrap_socket( 2024-09-10T19:31:21.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:21 smithi189 bash[14634]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:31:21.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:21 smithi189 bash[14634]: return self.sslsocket_class._create( 2024-09-10T19:31:21.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:21 smithi189 bash[14634]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:31:21.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:21 smithi189 bash[14634]: self.do_handshake() 2024-09-10T19:31:21.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:21 smithi189 bash[14634]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:31:21.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:21 smithi189 bash[14634]: self._sslobj.do_handshake() 2024-09-10T19:31:21.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:21 smithi189 bash[14634]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:31:21.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:21 smithi189 bash[14634]: audit 2024-09-10T19:31:20.784360+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUaa2PpPWsxN79rLrOlLylOp+Afy8wDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE5MTc0M1oXDTM0\\nMDkxMTE5MTc0M1owFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf\\n1Bb1LBg1f1dthxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEH\\nlm2MCGtwHKICGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+Ar\\nWJiDNF7gZrZ2z4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hx\\ny/C0V1dKcDH8y8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLH\\nItoV04lIyPZYBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZ\\nUPqbp+jWdI6UEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKD\\nWm0KxZS6MvM4ICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw\\n+hp5ulD1RPoIv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw\\n5rcucCzqfK9/eeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WV\\niSzueuX8Dbd6DcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj\\n5DD+HL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPvTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAQ7uLYCsMqfzeuQrSHobJvdHA+boB0uPXBLrCB\\nkgRMFkaSI3E6M78gqizjKEvmYqoX3Yje5i92301zKr/8/fQgm36INQiGH8ZXZt7j\\nBpM64nCv2mUJWFsOQYzrAG5poKCZwUGFaEltsnvBky3r1lAKY2iXYRqLm4idIGsg\\nv8CSV65yMJ795fucH2cACOapM8ImCjqLEtmUBHZtqUs6/ZIaUCDu6XwMdVmmOcl9\\n+e6dsrRMVibhBqf5SYlMMFf+QQ4RZUYYFrFZtnlUqUhMIUg+rk2UTEmgLk+XsCK1\\nv3fvnF7cXc1btst7b49YG7PBzrTpQKFGMpjP1MvGFQJvxa1GhR9Yf6aP+lxLBYWc\\n3EilOgiUadXYD0MOgydz9ilSKPs/dLhR7TE0jARCN8tJWIQwR+EsCYdMC9haZnCr\\nMcU9JsPEIunn2SS+3XZRu3HRkUSijAsdy1L9bwtGeNywm9mZSA+XApJYPQwiA8pS\\nZD3kH3kkFxyH3DCbVuz///uX0hRynvwn2w35ZbWRKjzo+qv3GbYGKMhH01Ffm12A\\nbjUn5VnOEXZCMTk7tlUduEG8Gkm1GD5BphOqrmSDxUziRo6zYNFiqgFYlkMp0In3\\nY7tQNHaUvldMiyfOpugu2zEOD/2O3aXG5FTEdqHcAz2piqXeE6XOf0/3+18ryNEa\\nI7mJjg==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJJwIBAAKCAgEAzDH51M8Fh7zTMkjVt0cLdR5uMJ+ek3P99spf1Bb1LBg1f1dt\\nhxtqTVniEu56okmSbp+3VpGOFjs1yIrjarXu4O0v32WddhNvRvEHlm2MCGtwHKIC\\nGHwi1mIQ2GHRID6c1Gfo7NuQ5PsNayRM5AEmF5LwUNTnhwp4j+ArWJiDNF7gZrZ2\\nz4eCtdmb8yQk8WOXRWb9F9hAKck0qvtP09+n09XUVHD4STvQK5hxy/C0V1dKcDH8\\ny8swMb35ltlPJtSIlAtttTz1Voo1zKRmLRVagz2dRuBNMMtUmVLHItoV04lIyPZY\\nBE9YioIwv5z5lzPO2woX8bcu7FQQmlu94T29b4y8z9Nhb0vEGTJZUPqbp+jWdI6U\\nEBvIUuW13SmBbxX5gx4loFpxIwXO7oY2KzZvwv6u4uV/bpjsylKDWm0KxZS6MvM4\\nICI/5mdJiGGZ4NxRJDoLPSncX3k1y10GZj6sxBqedOTmF+FrrFWw+hp5ulD1RPoI\\nv8sAHir0346bv1eEBomPhu6oZQUbGcgR0lOXlHnF33V9sMATopVw5rcucCzqfK9/\\neeGOYwoAmfkyH49xJcaacR0IiWral+bvXQJ6bG5saE/5ua9B+6WViSzueuX8Dbd6\\nDcNQ57d/Jhy3xRWcZGY60nrE+NUF9fPVE2s72EaSA6Njo+0KY1wj5DD+HL0CAwEA\\nAQKCAgAHsPA0lFGkgbfAwp6OJzZmxG0pFrIN4sYTmB7Q6cZ1UToeoEfnWWCBJlwO\\nE356A2RpF0n8EEJ2UuedNKIJQG4NedGeTAEI1AWSefyrrVejb4yK/40tp+tWAN6a\\nj+ClIsacd4d9+G02OsCQIw9kXSi2pZm4qbRI0VumK67mSORUQiiYpdHG0ldZiydF\\nGrzrfLFTc2QgFEyiZko+EHY6yEdVgs3bGmA3vfGC2tyabmgUjBypKjDX6kDX9sxi\\nYrAJCeNVFDMfKvsgtdb97MlOdGny3IzCgStXJal7lvMaPHWrAJZFv4WkL+rpWKsG\\nZJ7AE7r8ZB5vw9MYIrh3X/JAfCdY7YfTx0KLhknajCqyp64mc6p/XSXuLFkUtwEl\\n667dwerL5uGUAPFbFkLagUkueem3pLzFqGMwITYM0+habDGEDOctIwwDmYhLoraN\\nQ1vqt5Uc3WM/MSiBOWNdCpsCTr6MaOBn0QLsdeoe/lOeuU853meXSpBKXrsX1bjb\\nDiaxg+EznE4IYS0PEGte3KBzh974o0yw9kYL2VOvQY5zC3frKUVzMT7dgXy9c1YN\\n2qpfzU08N/Z9tGq9R3ts1dAaGKtYzDzl08ksZHDdUUOFBApXTh5gweOVV3UTrSZ4\\nNP0aIVzAOLMXnx8glj/N6Me9lrHOvrJO46Db6DoFwvno6trV0QKCAQEA8XJs7Or2\\n1qrcGZsNdFkFEKlfDRim+VyKkeTNWUQFFCwFepsN/Rp34tHRoylIIcz7Q3fTdrxi\\nVQJUMMfCd4ybQMiNxXlLr1l/FHHYEdzufbTHmP3yJNND429IyBG3jtO+c50J8S0O\\n2rz/M35nGHKaB8Q/TzIJyGYJDKRRfS6XLnlhhWvDayRYdotavUi64tIRXWN8pQLb\\nQ3rI6D6rhC3xZgGFFbIvmX2/zI+omqIS/775pOVb5HQisWVDG9QaNov2uCrTzicc\\n0XErwWVWjQFxSODvWy+7nyVtAUaevhyherXm9RiIczyyo4Mm0Ni7ye7dGIQ6ga6C\\nQNUNXqnqaqQKiQKCAQEA2IC/muD/6mdLgn+ktdR8Y2hZayeVE8WjS5YPd8zYvIVh\\nq+RKPALsGMef2qF4uDaOcCPiqqskSKrv40hXWEekZiw8QZbwfyX1WVtLhI7XWqK+\\nyZb0lwjByUG4kH29YxFe5lZv8EaLw+MBgSEYLLVVu7AYKbcjoD1p6vXIZwKvSFap\\noWVkFPiJ44EK52OZJOjtVI8pAGQ2kb/waki5oFAGWpOsFP/fepi1EdUABWcxJsr0\\nyJn/gQZNgDDnW64eeJvppbHV+pbOr4ktAbWw7unWsqhujMoq1QzR9RqShbkmW2Ru\\n4FOsD9ra3qkcwJq3TmXght+GCj58xSg33QzjI6ljlQKCAQBr0d9WhS6pei9Dt/vw\\nIviiEiCCJqoZ3Pt8XyJcZIWoFmhz8d3zUuiKf4wQQpUVkwX5gP8LnOCEeb/C8NGk\\ntUN3UJgOwTXNHjgjlxsYDwLpW9tuNKj3TOiaHc3wmgjQXTpFQrF349koURHdmurK\\n/hJOuZJT+VJpDTepT4+cSTv14vprrE3eAKMIfP6OXHYoaAqdG5pDzdzAa4pgO+w3\\n4JRWKwOVRrb+4irOXLC8LPgzAMNWoZ3BjSMY+NFZEgSKq0IHyAhBnTG/TbxuZqSZ\\n3zUJiHkazVwJm5rr4O9ukjaCJ8z1UnlMjKRxZFXnGYHykRpmolXGJ3m/HeUUiuhF\\nqu+RAoIBAGmsTdlWwRK0YFLN4qMtl5kdsadvpoAEE3QtRld/ELrTj5zKzMEF3B8s\\nMIYSEk43ssZhfZ0383nUlUomYRuhvEhyhuasua4V5O88dFu7LLn8fYr/t1qQ16VY\\nArHj7bCRJfTfc7ufc1ClWHKiqJ4J1FLL3L9fuG/aCfy5Apvk35E7W4h/aJ4jwYnd\\nzmiqYHF3j3+acLTUNR5mxP3biV8KME+9jFyjl3zLVHXjtSLt/zukDF5tbByZ6vIK\\n7KH/FrhfwWcyqfKp8TAUkHcpK7cxQ63oMC1f8BAVNdWgpqvGd0ZcexHbRTxn4jST\\n7ojD+3y0lSa/qzkMzvGcc8fdJnCdmRECggEAb4Kkx2DT1aJFcA++H0s98BU9igsg\\nWk5wnA12VdJ5h9t29N87I1UhEFuJVUeQbQgb1nw5is2+k/iVjGN7h+zq4GVj/CYm\\nOzxTuDDPudt6UA4XcIolCdNhHOwOfXASRGhmqEnWLLEhpkVwpt1iq6r6U3163KRk\\nAYX483zupzPqfJIhYrr2jRCkiXyndzlvFl8LjLnB8tNywU5sxLIsXcArrGLmQfdb\\nBhip9Vh0zdtwzpgE/3qHUto1d/xWaCZqPo6qlSYjfmnBId2+OmLRMTHvEdOI2NjL\\nDocrp/Gz4NGo/sSoDdDFD44yShodsKuT2ap3z+nEpgazyRnnMzxRSUE5UA==\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-10T19:31:21.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:21 smithi189 bash[14634]: audit 2024-09-10T19:31:20.848195+0000 mon.a (mon.0) 964 : audit [DBG] from='client.? 172.21.15.155:0/2754439834' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:31:21.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:21 smithi189 bash[14634]: cluster 2024-09-10T19:31:21.147971+0000 mgr.y (mgr.24865) 9 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:21.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:21 smithi189 bash[14634]: audit 2024-09-10T19:31:21.225839+0000 mgr.y (mgr.24865) 10 : audit [DBG] from='client.24961 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:31:23.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:22 smithi155 bash[18934]: cluster 2024-09-10T19:31:21.801007+0000 mon.a (mon.0) 965 : cluster [DBG] mgrmap e36: y(active, since 9s), standbys: x 2024-09-10T19:31:23.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:22 smithi155 bash[14970]: cluster 2024-09-10T19:31:21.801007+0000 mon.a (mon.0) 965 : cluster [DBG] mgrmap e36: y(active, since 9s), standbys: x 2024-09-10T19:31:23.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:22 smithi189 bash[14634]: cluster 2024-09-10T19:31:21.801007+0000 mon.a (mon.0) 965 : cluster [DBG] mgrmap e36: y(active, since 9s), standbys: x 2024-09-10T19:31:24.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:23 smithi155 bash[14970]: cluster 2024-09-10T19:31:23.148707+0000 mgr.y (mgr.24865) 11 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:24.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:23 smithi155 bash[18934]: cluster 2024-09-10T19:31:23.148707+0000 mgr.y (mgr.24865) 11 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:24.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:23 smithi189 bash[14634]: cluster 2024-09-10T19:31:23.148707+0000 mgr.y (mgr.24865) 11 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:26.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:26 smithi189 bash[14634]: cluster 2024-09-10T19:31:25.150128+0000 mgr.y (mgr.24865) 12 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-10T19:31:26.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:26 smithi189 bash[14634]: audit 2024-09-10T19:31:25.965155+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:31:26.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:26 smithi189 bash[14634]: audit 2024-09-10T19:31:25.966393+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:31:26.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:26 smithi189 bash[14634]: audit 2024-09-10T19:31:25.971076+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:31:26.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:26 smithi189 bash[14634]: audit 2024-09-10T19:31:25.972531+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 260885708, \"cpu_percentage\": \"2.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.961489Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"0.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:25.961829Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190106828, \"cpu_percentage\": \"1.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962045Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58122567, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962249Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56864276, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962446Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53666119, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962642Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57346621, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962838Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13715374, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963060Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17584619, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963260Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57608765, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963455Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:25.963807Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:31:26.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:26 smithi189 bash[14634]: audit 2024-09-10T19:31:25.977951+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 260885708, \"cpu_percentage\": \"2.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.961489Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"0.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:25.961829Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190106828, \"cpu_percentage\": \"1.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962045Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58122567, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962249Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56864276, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962446Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53666119, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962642Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57346621, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962838Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13715374, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963060Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17584619, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963260Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57608765, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963455Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:25.963807Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:31:26.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:26 smithi189 bash[14634]: audit 2024-09-10T19:31:26.143045+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:31:26.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:26 smithi189 bash[14634]: audit 2024-09-10T19:31:26.144030+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:31:26.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:26 smithi189 bash[14634]: audit 2024-09-10T19:31:26.150357+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:31:26.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:26 smithi189 bash[14634]: audit 2024-09-10T19:31:26.151961+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197446860, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141147Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410622361, \"cpu_percentage\": \"0.08%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141314Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59559116, \"cpu_percentage\": \"0.96%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141415Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55983472, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141508Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59601059, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141599Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59443773, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141688Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49692016, \"cpu_percentage\": \"0.17%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141776Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13358858, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141866Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29381099, \"cpu_percentage\": \"0.08%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141953Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56738447, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.142043Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:26.142211Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:31:26.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:26 smithi189 bash[14634]: audit 2024-09-10T19:31:26.155972+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197446860, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141147Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410622361, \"cpu_percentage\": \"0.08%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141314Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59559116, \"cpu_percentage\": \"0.96%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141415Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55983472, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141508Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59601059, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141599Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59443773, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141688Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49692016, \"cpu_percentage\": \"0.17%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141776Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13358858, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141866Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29381099, \"cpu_percentage\": \"0.08%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141953Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56738447, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.142043Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:26.142211Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:31:26.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:26 smithi189 bash[14634]: audit 2024-09-10T19:31:26.346421+0000 mon.a (mon.0) 976 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:31:26.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:26 smithi155 bash[18934]: cluster 2024-09-10T19:31:25.150128+0000 mgr.y (mgr.24865) 12 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-10T19:31:26.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:26 smithi155 bash[18934]: audit 2024-09-10T19:31:25.965155+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:31:26.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:26 smithi155 bash[18934]: audit 2024-09-10T19:31:25.966393+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:31:26.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:26 smithi155 bash[14970]: cluster 2024-09-10T19:31:25.150128+0000 mgr.y (mgr.24865) 12 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-10T19:31:26.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:26 smithi155 bash[14970]: audit 2024-09-10T19:31:25.965155+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:31:26.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:26 smithi155 bash[14970]: audit 2024-09-10T19:31:25.966393+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:31:26.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:26 smithi155 bash[18934]: audit 2024-09-10T19:31:25.971076+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:31:26.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:26 smithi155 bash[14970]: audit 2024-09-10T19:31:25.971076+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:31:26.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:26 smithi155 bash[18934]: audit 2024-09-10T19:31:25.972531+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 260885708, \"cpu_percentage\": \"2.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.961489Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"0.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:25.961829Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190106828, \"cpu_percentage\": \"1.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962045Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58122567, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962249Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56864276, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962446Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53666119, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962642Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57346621, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962838Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13715374, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963060Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17584619, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963260Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57608765, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963455Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:25.963807Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:31:26.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:26 smithi155 bash[14970]: audit 2024-09-10T19:31:25.972531+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 260885708, \"cpu_percentage\": \"2.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.961489Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"0.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:25.961829Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190106828, \"cpu_percentage\": \"1.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962045Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58122567, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962249Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56864276, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962446Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53666119, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962642Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57346621, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962838Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13715374, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963060Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17584619, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963260Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57608765, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963455Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:25.963807Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:31:26.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:26 smithi155 bash[18934]: audit 2024-09-10T19:31:25.977951+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 260885708, \"cpu_percentage\": \"2.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.961489Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"0.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:25.961829Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190106828, \"cpu_percentage\": \"1.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962045Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58122567, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962249Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56864276, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962446Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53666119, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962642Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57346621, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962838Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13715374, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963060Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17584619, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963260Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57608765, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963455Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:25.963807Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:31:26.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:26 smithi155 bash[18934]: audit 2024-09-10T19:31:26.143045+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:31:26.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:26 smithi155 bash[14970]: audit 2024-09-10T19:31:25.977951+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 260885708, \"cpu_percentage\": \"2.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.961489Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"0.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:25.961829Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190106828, \"cpu_percentage\": \"1.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962045Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58122567, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962249Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56864276, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962446Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53666119, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962642Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57346621, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962838Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13715374, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963060Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17584619, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963260Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57608765, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963455Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:25.963807Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:31:26.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:26 smithi155 bash[14970]: audit 2024-09-10T19:31:26.143045+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:31:26.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:26 smithi155 bash[18934]: audit 2024-09-10T19:31:26.144030+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:31:26.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:26 smithi155 bash[18934]: audit 2024-09-10T19:31:26.150357+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:31:26.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:26 smithi155 bash[18934]: audit 2024-09-10T19:31:26.151961+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197446860, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141147Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410622361, \"cpu_percentage\": \"0.08%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141314Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59559116, \"cpu_percentage\": \"0.96%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141415Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55983472, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141508Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59601059, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141599Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59443773, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141688Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49692016, \"cpu_percentage\": \"0.17%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141776Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13358858, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141866Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29381099, \"cpu_percentage\": \"0.08%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141953Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56738447, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.142043Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:26.142211Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:31:26.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:26 smithi155 bash[18934]: audit 2024-09-10T19:31:26.155972+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197446860, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141147Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410622361, \"cpu_percentage\": \"0.08%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141314Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59559116, \"cpu_percentage\": \"0.96%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141415Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55983472, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141508Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59601059, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141599Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59443773, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141688Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49692016, \"cpu_percentage\": \"0.17%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141776Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13358858, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141866Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29381099, \"cpu_percentage\": \"0.08%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141953Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56738447, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.142043Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:26.142211Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:31:26.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:26 smithi155 bash[18934]: audit 2024-09-10T19:31:26.346421+0000 mon.a (mon.0) 976 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:31:26.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:26 smithi155 bash[14970]: audit 2024-09-10T19:31:26.144030+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:31:26.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:26 smithi155 bash[14970]: audit 2024-09-10T19:31:26.150357+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:31:26.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:26 smithi155 bash[14970]: audit 2024-09-10T19:31:26.151961+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197446860, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141147Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410622361, \"cpu_percentage\": \"0.08%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141314Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59559116, \"cpu_percentage\": \"0.96%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141415Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55983472, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141508Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59601059, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141599Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59443773, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141688Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49692016, \"cpu_percentage\": \"0.17%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141776Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13358858, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141866Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29381099, \"cpu_percentage\": \"0.08%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141953Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56738447, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.142043Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:26.142211Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:31:26.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:26 smithi155 bash[14970]: audit 2024-09-10T19:31:26.155972+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197446860, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141147Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410622361, \"cpu_percentage\": \"0.08%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141314Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59559116, \"cpu_percentage\": \"0.96%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141415Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55983472, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141508Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59601059, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141599Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59443773, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141688Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49692016, \"cpu_percentage\": \"0.17%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141776Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13358858, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141866Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29381099, \"cpu_percentage\": \"0.08%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141953Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56738447, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.142043Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:26.142211Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:31:26.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:26 smithi155 bash[14970]: audit 2024-09-10T19:31:26.346421+0000 mon.a (mon.0) 976 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:31:27.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:27 smithi189 bash[14634]: audit 2024-09-10T19:31:26.524005+0000 mon.a (mon.0) 977 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:31:27.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:27 smithi189 bash[14634]: audit 2024-09-10T19:31:26.562957+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:31:27.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:27 smithi189 bash[14634]: audit 2024-09-10T19:31:26.564023+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:31:27.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:27 smithi189 bash[14634]: audit 2024-09-10T19:31:26.570910+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:31:27.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:27 smithi189 bash[14634]: audit 2024-09-10T19:31:26.572881+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 260885708, \"cpu_percentage\": \"2.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.961489Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"0.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:25.961829Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190106828, \"cpu_percentage\": \"1.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962045Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58122567, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962249Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56864276, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962446Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53666119, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962642Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57346621, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962838Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13715374, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963060Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17584619, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963260Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57608765, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963455Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:25.963807Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:31:26.562022Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:31:27.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:27 smithi189 bash[14634]: audit 2024-09-10T19:31:26.577896+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 260885708, \"cpu_percentage\": \"2.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.961489Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"0.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:25.961829Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190106828, \"cpu_percentage\": \"1.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962045Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58122567, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962249Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56864276, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962446Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53666119, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962642Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57346621, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962838Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13715374, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963060Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17584619, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963260Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57608765, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963455Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:25.963807Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:31:26.562022Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:31:27.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:27 smithi189 bash[14634]: audit 2024-09-10T19:31:26.579160+0000 mon.a (mon.0) 983 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:31:27.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:27 smithi189 bash[14634]: audit 2024-09-10T19:31:26.579804+0000 mon.a (mon.0) 984 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:27.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:27 smithi189 bash[14634]: audit 2024-09-10T19:31:26.580474+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:31:27.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:27 smithi189 bash[14634]: audit 2024-09-10T19:31:26.580993+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:27.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:27 smithi189 bash[14634]: audit 2024-09-10T19:31:26.581582+0000 mon.a (mon.0) 987 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:31:27.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:27 smithi189 bash[14634]: audit 2024-09-10T19:31:26.582183+0000 mon.a (mon.0) 988 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:27.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:27 smithi189 bash[14634]: audit 2024-09-10T19:31:26.582764+0000 mon.a (mon.0) 989 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:31:27.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:27 smithi189 bash[14634]: audit 2024-09-10T19:31:26.583339+0000 mon.a (mon.0) 990 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:27.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:27 smithi189 bash[14634]: audit 2024-09-10T19:31:26.583931+0000 mon.a (mon.0) 991 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:31:27.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:27 smithi189 bash[14634]: audit 2024-09-10T19:31:26.749419+0000 mon.a (mon.0) 992 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:31:27.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:27 smithi189 bash[14634]: audit 2024-09-10T19:31:26.751067+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:31:27.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:27 smithi189 bash[14634]: audit 2024-09-10T19:31:26.757840+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:31:27.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:27 smithi189 bash[14634]: audit 2024-09-10T19:31:26.760134+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197446860, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141147Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410622361, \"cpu_percentage\": \"0.08%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141314Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59559116, \"cpu_percentage\": \"0.96%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141415Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55983472, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141508Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59601059, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141599Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59443773, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141688Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49692016, \"cpu_percentage\": \"0.17%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141776Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13358858, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141866Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29381099, \"cpu_percentage\": \"0.08%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141953Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56738447, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.142043Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:26.142211Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:31:26.747880Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:31:27.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:27 smithi189 bash[14634]: audit 2024-09-10T19:31:26.765185+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197446860, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141147Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410622361, \"cpu_percentage\": \"0.08%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141314Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59559116, \"cpu_percentage\": \"0.96%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141415Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55983472, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141508Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59601059, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141599Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59443773, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141688Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49692016, \"cpu_percentage\": \"0.17%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141776Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13358858, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141866Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29381099, \"cpu_percentage\": \"0.08%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141953Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56738447, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.142043Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:26.142211Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:31:26.747880Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:31:27.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:27 smithi189 bash[14634]: audit 2024-09-10T19:31:26.766500+0000 mon.a (mon.0) 997 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:31:27.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:27 smithi189 bash[14634]: audit 2024-09-10T19:31:26.767238+0000 mon.a (mon.0) 998 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:27.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:27 smithi189 bash[14634]: audit 2024-09-10T19:31:26.767932+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:31:27.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:27 smithi189 bash[14634]: audit 2024-09-10T19:31:26.768661+0000 mon.a (mon.0) 1000 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:27.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:27 smithi189 bash[14634]: audit 2024-09-10T19:31:26.769337+0000 mon.a (mon.0) 1001 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:31:27.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:27 smithi189 bash[14634]: audit 2024-09-10T19:31:26.770022+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:27.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:27 smithi189 bash[14634]: audit 2024-09-10T19:31:26.770692+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:31:27.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:27 smithi189 bash[14634]: audit 2024-09-10T19:31:26.771438+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:27.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:27 smithi189 bash[14634]: audit 2024-09-10T19:31:26.772196+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:31:27.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:27 smithi189 bash[14634]: audit 2024-09-10T19:31:26.774854+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:31:27.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:27 smithi189 bash[14634]: audit 2024-09-10T19:31:26.778957+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:31:27.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:27 smithi189 bash[14634]: audit 2024-09-10T19:31:26.829485+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:31:27.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:27 smithi189 bash[14634]: audit 2024-09-10T19:31:26.831645+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:31:27.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[14970]: audit 2024-09-10T19:31:26.524005+0000 mon.a (mon.0) 977 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:31:27.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[14970]: audit 2024-09-10T19:31:26.562957+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:31:27.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[14970]: audit 2024-09-10T19:31:26.564023+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:31:27.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[18934]: audit 2024-09-10T19:31:26.524005+0000 mon.a (mon.0) 977 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:31:27.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[18934]: audit 2024-09-10T19:31:26.562957+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:31:27.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[18934]: audit 2024-09-10T19:31:26.564023+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:31:27.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[18934]: audit 2024-09-10T19:31:26.570910+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:31:27.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[14970]: audit 2024-09-10T19:31:26.570910+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:31:27.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[18934]: audit 2024-09-10T19:31:26.572881+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 260885708, \"cpu_percentage\": \"2.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.961489Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"0.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:25.961829Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190106828, \"cpu_percentage\": \"1.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962045Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58122567, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962249Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56864276, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962446Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53666119, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962642Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57346621, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962838Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13715374, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963060Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17584619, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963260Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57608765, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963455Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:25.963807Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:31:26.562022Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:31:27.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[14970]: audit 2024-09-10T19:31:26.572881+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 260885708, \"cpu_percentage\": \"2.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.961489Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"0.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:25.961829Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190106828, \"cpu_percentage\": \"1.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962045Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58122567, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962249Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56864276, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962446Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53666119, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962642Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57346621, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962838Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13715374, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963060Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17584619, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963260Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57608765, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963455Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:25.963807Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:31:26.562022Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:31:27.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[18934]: audit 2024-09-10T19:31:26.577896+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 260885708, \"cpu_percentage\": \"2.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.961489Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"0.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:25.961829Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190106828, \"cpu_percentage\": \"1.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962045Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58122567, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962249Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56864276, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962446Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53666119, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962642Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57346621, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962838Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13715374, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963060Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17584619, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963260Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57608765, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963455Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:25.963807Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:31:26.562022Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:31:27.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[18934]: audit 2024-09-10T19:31:26.579160+0000 mon.a (mon.0) 983 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:31:27.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[18934]: audit 2024-09-10T19:31:26.579804+0000 mon.a (mon.0) 984 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:27.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[18934]: audit 2024-09-10T19:31:26.580474+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:31:27.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[18934]: audit 2024-09-10T19:31:26.580993+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:27.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[18934]: audit 2024-09-10T19:31:26.581582+0000 mon.a (mon.0) 987 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:31:27.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[18934]: audit 2024-09-10T19:31:26.582183+0000 mon.a (mon.0) 988 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:27.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[18934]: audit 2024-09-10T19:31:26.582764+0000 mon.a (mon.0) 989 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:31:27.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[18934]: audit 2024-09-10T19:31:26.583339+0000 mon.a (mon.0) 990 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:27.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[18934]: audit 2024-09-10T19:31:26.583931+0000 mon.a (mon.0) 991 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:31:27.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[18934]: audit 2024-09-10T19:31:26.749419+0000 mon.a (mon.0) 992 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:31:27.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[14970]: audit 2024-09-10T19:31:26.577896+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 260885708, \"cpu_percentage\": \"2.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.961489Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"0.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:25.961829Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190106828, \"cpu_percentage\": \"1.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962045Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58122567, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962249Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56864276, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962446Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53666119, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962642Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57346621, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962838Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"b8b40d4b621b\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13715374, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963060Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:07:11.962591Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17584619, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963260Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57608765, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963455Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:05.621794Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:25.963807Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:31:26.562022Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.606387Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:31:27.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[14970]: audit 2024-09-10T19:31:26.579160+0000 mon.a (mon.0) 983 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:31:27.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[14970]: audit 2024-09-10T19:31:26.579804+0000 mon.a (mon.0) 984 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:27.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[14970]: audit 2024-09-10T19:31:26.580474+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:31:27.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[14970]: audit 2024-09-10T19:31:26.580993+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:27.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[14970]: audit 2024-09-10T19:31:26.581582+0000 mon.a (mon.0) 987 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:31:27.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[14970]: audit 2024-09-10T19:31:26.582183+0000 mon.a (mon.0) 988 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:27.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[14970]: audit 2024-09-10T19:31:26.582764+0000 mon.a (mon.0) 989 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:31:27.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[14970]: audit 2024-09-10T19:31:26.583339+0000 mon.a (mon.0) 990 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:27.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[14970]: audit 2024-09-10T19:31:26.583931+0000 mon.a (mon.0) 991 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:31:27.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[14970]: audit 2024-09-10T19:31:26.749419+0000 mon.a (mon.0) 992 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:31:27.845 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[18934]: audit 2024-09-10T19:31:26.751067+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:31:27.846 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[14970]: audit 2024-09-10T19:31:26.751067+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:31:27.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[18934]: audit 2024-09-10T19:31:26.757840+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:31:27.846 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[14970]: audit 2024-09-10T19:31:26.757840+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:31:27.847 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[18934]: audit 2024-09-10T19:31:26.760134+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197446860, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141147Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410622361, \"cpu_percentage\": \"0.08%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141314Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59559116, \"cpu_percentage\": \"0.96%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141415Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55983472, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141508Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59601059, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141599Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59443773, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141688Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49692016, \"cpu_percentage\": \"0.17%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141776Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13358858, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141866Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29381099, \"cpu_percentage\": \"0.08%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141953Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56738447, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.142043Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:26.142211Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:31:26.747880Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:31:27.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[14970]: audit 2024-09-10T19:31:26.760134+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197446860, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141147Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410622361, \"cpu_percentage\": \"0.08%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141314Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59559116, \"cpu_percentage\": \"0.96%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141415Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55983472, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141508Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59601059, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141599Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59443773, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141688Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49692016, \"cpu_percentage\": \"0.17%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141776Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13358858, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141866Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29381099, \"cpu_percentage\": \"0.08%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141953Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56738447, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.142043Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:26.142211Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:31:26.747880Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:31:27.847 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[18934]: audit 2024-09-10T19:31:26.765185+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197446860, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141147Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410622361, \"cpu_percentage\": \"0.08%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141314Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59559116, \"cpu_percentage\": \"0.96%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141415Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55983472, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141508Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59601059, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141599Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59443773, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141688Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49692016, \"cpu_percentage\": \"0.17%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141776Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13358858, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141866Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29381099, \"cpu_percentage\": \"0.08%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141953Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56738447, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.142043Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:26.142211Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:31:26.747880Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:31:27.847 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[18934]: audit 2024-09-10T19:31:26.766500+0000 mon.a (mon.0) 997 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:31:27.848 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[18934]: audit 2024-09-10T19:31:26.767238+0000 mon.a (mon.0) 998 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:27.848 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[18934]: audit 2024-09-10T19:31:26.767932+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:31:27.848 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[18934]: audit 2024-09-10T19:31:26.768661+0000 mon.a (mon.0) 1000 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:27.848 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[18934]: audit 2024-09-10T19:31:26.769337+0000 mon.a (mon.0) 1001 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:31:27.848 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[18934]: audit 2024-09-10T19:31:26.770022+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:27.848 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[18934]: audit 2024-09-10T19:31:26.770692+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:31:27.848 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[18934]: audit 2024-09-10T19:31:26.771438+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:27.848 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[18934]: audit 2024-09-10T19:31:26.772196+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:31:27.848 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[18934]: audit 2024-09-10T19:31:26.774854+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:31:27.848 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[18934]: audit 2024-09-10T19:31:26.778957+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:31:27.848 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[18934]: audit 2024-09-10T19:31:26.829485+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:31:27.849 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[18934]: audit 2024-09-10T19:31:26.831645+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:31:27.849 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[14970]: audit 2024-09-10T19:31:26.765185+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197446860, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141147Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"59585f121a78\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410622361, \"cpu_percentage\": \"0.08%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141314Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:14:01.161679Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59559116, \"cpu_percentage\": \"0.96%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141415Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55983472, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141508Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59601059, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141599Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59443773, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141688Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49692016, \"cpu_percentage\": \"0.17%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141776Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13358858, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141866Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29381099, \"cpu_percentage\": \"0.08%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141953Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56738447, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.142043Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:12:51.801462Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:26.142211Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:31:26.747880Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:21:52.627928Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:31:27.849 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[14970]: audit 2024-09-10T19:31:26.766500+0000 mon.a (mon.0) 997 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:31:27.849 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[14970]: audit 2024-09-10T19:31:26.767238+0000 mon.a (mon.0) 998 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:27.849 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[14970]: audit 2024-09-10T19:31:26.767932+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:31:27.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[14970]: audit 2024-09-10T19:31:26.768661+0000 mon.a (mon.0) 1000 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:27.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[14970]: audit 2024-09-10T19:31:26.769337+0000 mon.a (mon.0) 1001 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:31:27.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[14970]: audit 2024-09-10T19:31:26.770022+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:27.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[14970]: audit 2024-09-10T19:31:26.770692+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:31:27.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[14970]: audit 2024-09-10T19:31:26.771438+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:27.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[14970]: audit 2024-09-10T19:31:26.772196+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:31:27.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[14970]: audit 2024-09-10T19:31:26.774854+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:31:27.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[14970]: audit 2024-09-10T19:31:26.778957+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:31:27.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[14970]: audit 2024-09-10T19:31:26.829485+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:31:27.851 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:27 smithi155 bash[14970]: audit 2024-09-10T19:31:26.831645+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:31:28.633 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:28 smithi189 bash[14634]: cluster 2024-09-10T19:31:27.150937+0000 mgr.y (mgr.24865) 13 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-10T19:31:28.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:28 smithi155 bash[14970]: cluster 2024-09-10T19:31:27.150937+0000 mgr.y (mgr.24865) 13 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-10T19:31:28.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:28 smithi155 bash[18934]: cluster 2024-09-10T19:31:27.150937+0000 mgr.y (mgr.24865) 13 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-10T19:31:30.641 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:30 smithi189 bash[14634]: cluster 2024-09-10T19:31:29.151692+0000 mgr.y (mgr.24865) 14 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T19:31:30.641 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:30 smithi189 bash[14634]: cephadm 2024-09-10T19:31:29.372494+0000 mgr.y (mgr.24865) 15 : cephadm [INF] Upgrade: Updating mgr.x 2024-09-10T19:31:30.642 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:30 smithi189 bash[14634]: audit 2024-09-10T19:31:29.373082+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:31:30.642 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:30 smithi189 bash[14634]: audit 2024-09-10T19:31:29.374906+0000 mon.a (mon.0) 1011 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T19:31:30.642 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:30 smithi189 bash[14634]: audit 2024-09-10T19:31:29.376653+0000 mon.a (mon.0) 1012 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:31:30.642 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:30 smithi189 bash[14634]: cephadm 2024-09-10T19:31:29.378206+0000 mgr.y (mgr.24865) 16 : cephadm [INF] Deploying daemon mgr.x on smithi189 2024-09-10T19:31:30.642 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:30 smithi189 bash[14634]: audit 2024-09-10T19:31:29.378854+0000 mon.a (mon.0) 1013 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-10T19:31:30.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:30 smithi155 bash[14970]: cluster 2024-09-10T19:31:29.151692+0000 mgr.y (mgr.24865) 14 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T19:31:30.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:30 smithi155 bash[14970]: cephadm 2024-09-10T19:31:29.372494+0000 mgr.y (mgr.24865) 15 : cephadm [INF] Upgrade: Updating mgr.x 2024-09-10T19:31:30.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:30 smithi155 bash[14970]: audit 2024-09-10T19:31:29.373082+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:31:30.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:30 smithi155 bash[14970]: audit 2024-09-10T19:31:29.374906+0000 mon.a (mon.0) 1011 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T19:31:30.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:30 smithi155 bash[14970]: audit 2024-09-10T19:31:29.376653+0000 mon.a (mon.0) 1012 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:31:30.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:30 smithi155 bash[14970]: cephadm 2024-09-10T19:31:29.378206+0000 mgr.y (mgr.24865) 16 : cephadm [INF] Deploying daemon mgr.x on smithi189 2024-09-10T19:31:30.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:30 smithi155 bash[14970]: audit 2024-09-10T19:31:29.378854+0000 mon.a (mon.0) 1013 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-10T19:31:30.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:30 smithi155 bash[18934]: cluster 2024-09-10T19:31:29.151692+0000 mgr.y (mgr.24865) 14 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T19:31:30.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:30 smithi155 bash[18934]: cephadm 2024-09-10T19:31:29.372494+0000 mgr.y (mgr.24865) 15 : cephadm [INF] Upgrade: Updating mgr.x 2024-09-10T19:31:30.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:30 smithi155 bash[18934]: audit 2024-09-10T19:31:29.373082+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:31:30.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:30 smithi155 bash[18934]: audit 2024-09-10T19:31:29.374906+0000 mon.a (mon.0) 1011 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T19:31:30.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:30 smithi155 bash[18934]: audit 2024-09-10T19:31:29.376653+0000 mon.a (mon.0) 1012 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:31:30.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:30 smithi155 bash[18934]: cephadm 2024-09-10T19:31:29.378206+0000 mgr.y (mgr.24865) 16 : cephadm [INF] Deploying daemon mgr.x on smithi189 2024-09-10T19:31:30.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:30 smithi155 bash[18934]: audit 2024-09-10T19:31:29.378854+0000 mon.a (mon.0) 1013 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-10T19:31:31.701 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:31 smithi189 systemd[1]: Stopping Ceph mgr.x for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:31:32.701 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:32 smithi189 bash[14634]: cluster 2024-09-10T19:31:31.153212+0000 mgr.y (mgr.24865) 17 : 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-10T19:31:32.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:32 smithi155 bash[14970]: cluster 2024-09-10T19:31:31.153212+0000 mgr.y (mgr.24865) 17 : 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-10T19:31:32.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:32 smithi155 bash[18934]: cluster 2024-09-10T19:31:31.153212+0000 mgr.y (mgr.24865) 17 : 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-10T19:31:34.701 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:34 smithi189 bash[14634]: cluster 2024-09-10T19:31:33.153972+0000 mgr.y (mgr.24865) 18 : 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-10T19:31:34.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:34 smithi155 bash[14970]: cluster 2024-09-10T19:31:33.153972+0000 mgr.y (mgr.24865) 18 : 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-10T19:31:34.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:34 smithi155 bash[18934]: cluster 2024-09-10T19:31:33.153972+0000 mgr.y (mgr.24865) 18 : 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-10T19:31:36.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:36 smithi189 bash[14634]: cluster 2024-09-10T19:31:35.155417+0000 mgr.y (mgr.24865) 19 : 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-10T19:31:36.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:36 smithi155 bash[14970]: cluster 2024-09-10T19:31:35.155417+0000 mgr.y (mgr.24865) 19 : 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-10T19:31:36.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:36 smithi155 bash[18934]: cluster 2024-09-10T19:31:35.155417+0000 mgr.y (mgr.24865) 19 : 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-10T19:31:38.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:38 smithi189 bash[14634]: cluster 2024-09-10T19:31:37.156121+0000 mgr.y (mgr.24865) 20 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:38.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:38 smithi155 bash[14970]: cluster 2024-09-10T19:31:37.156121+0000 mgr.y (mgr.24865) 20 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:38.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:38 smithi155 bash[18934]: cluster 2024-09-10T19:31:37.156121+0000 mgr.y (mgr.24865) 20 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:40.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:40 smithi189 bash[14634]: cluster 2024-09-10T19:31:39.156867+0000 mgr.y (mgr.24865) 21 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:40.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:40 smithi155 bash[14970]: cluster 2024-09-10T19:31:39.156867+0000 mgr.y (mgr.24865) 21 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:40.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:40 smithi155 bash[18934]: cluster 2024-09-10T19:31:39.156867+0000 mgr.y (mgr.24865) 21 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:42.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:42 smithi189 bash[14634]: cluster 2024-09-10T19:31:41.158341+0000 mgr.y (mgr.24865) 22 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:42.702 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:42 smithi189 bash[31996]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-mgr.x 2024-09-10T19:31:42.702 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:42 smithi189 systemd[1]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mgr.x.service: Main process exited, code=exited, status=137/n/a 2024-09-10T19:31:42.703 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:42 smithi189 bash[32075]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-mgr.x 2024-09-10T19:31:42.703 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:42 smithi189 systemd[1]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mgr.x.service: Failed with result 'exit-code'. 2024-09-10T19:31:42.703 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:42 smithi189 systemd[1]: Stopped Ceph mgr.x for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:31:42.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:42 smithi155 bash[14970]: cluster 2024-09-10T19:31:41.158341+0000 mgr.y (mgr.24865) 22 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:42.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:42 smithi155 bash[18934]: cluster 2024-09-10T19:31:41.158341+0000 mgr.y (mgr.24865) 22 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:43.202 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:42 smithi189 systemd[1]: Started Ceph mgr.x for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:31:43.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:43 smithi189 bash[14634]: audit 2024-09-10T19:31:42.893074+0000 mon.a (mon.0) 1014 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:31:43.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:43 smithi189 bash[14634]: audit 2024-09-10T19:31:42.894795+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:31:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:43 smithi189 bash[14634]: audit 2024-09-10T19:31:42.902497+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:31:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:43 smithi189 bash[14634]: audit 2024-09-10T19:31:42.904300+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197446860, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141147Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59559116, \"cpu_percentage\": \"0.96%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141415Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55983472, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141508Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59601059, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141599Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59443773, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141688Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49692016, \"cpu_percentage\": \"0.17%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:31:26.141776Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13358858, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141866Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29381099, \"cpu_percentage\": \"0.08%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:31:26.141953Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56738447, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.142043Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:31:26.747880Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:31:26.824254Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:31:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:43 smithi189 bash[14634]: audit 2024-09-10T19:31:42.909250+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197446860, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141147Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59559116, \"cpu_percentage\": \"0.96%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141415Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55983472, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141508Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59601059, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141599Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59443773, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141688Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49692016, \"cpu_percentage\": \"0.17%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:31:26.141776Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13358858, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141866Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29381099, \"cpu_percentage\": \"0.08%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:31:26.141953Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56738447, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.142043Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:31:26.747880Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:31:26.824254Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:31:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:43 smithi189 bash[14634]: audit 2024-09-10T19:31:42.911981+0000 mon.a (mon.0) 1019 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:31:43.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:43 smithi155 bash[14970]: audit 2024-09-10T19:31:42.893074+0000 mon.a (mon.0) 1014 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:31:43.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:43 smithi155 bash[14970]: audit 2024-09-10T19:31:42.894795+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:31:43.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:43 smithi155 bash[18934]: audit 2024-09-10T19:31:42.893074+0000 mon.a (mon.0) 1014 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:31:43.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:43 smithi155 bash[18934]: audit 2024-09-10T19:31:42.894795+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:31:43.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:43 smithi155 bash[14970]: audit 2024-09-10T19:31:42.902497+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:31:43.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:43 smithi155 bash[18934]: audit 2024-09-10T19:31:42.902497+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:31:43.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:43 smithi155 bash[14970]: audit 2024-09-10T19:31:42.904300+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197446860, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141147Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59559116, \"cpu_percentage\": \"0.96%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141415Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55983472, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141508Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59601059, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141599Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59443773, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141688Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49692016, \"cpu_percentage\": \"0.17%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:31:26.141776Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13358858, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141866Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29381099, \"cpu_percentage\": \"0.08%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:31:26.141953Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56738447, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.142043Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:31:26.747880Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:31:26.824254Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:31:43.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:43 smithi155 bash[18934]: audit 2024-09-10T19:31:42.904300+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197446860, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141147Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59559116, \"cpu_percentage\": \"0.96%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141415Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55983472, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141508Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59601059, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141599Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59443773, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141688Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49692016, \"cpu_percentage\": \"0.17%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:31:26.141776Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13358858, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141866Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29381099, \"cpu_percentage\": \"0.08%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:31:26.141953Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56738447, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.142043Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:31:26.747880Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:31:26.824254Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:31:43.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:43 smithi155 bash[14970]: audit 2024-09-10T19:31:42.909250+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197446860, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141147Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59559116, \"cpu_percentage\": \"0.96%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141415Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55983472, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141508Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59601059, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141599Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59443773, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141688Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49692016, \"cpu_percentage\": \"0.17%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:31:26.141776Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13358858, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141866Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29381099, \"cpu_percentage\": \"0.08%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:31:26.141953Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56738447, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.142043Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:31:26.747880Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:31:26.824254Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:31:43.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:43 smithi155 bash[14970]: audit 2024-09-10T19:31:42.911981+0000 mon.a (mon.0) 1019 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:31:43.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:43 smithi155 bash[18934]: audit 2024-09-10T19:31:42.909250+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197446860, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141147Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59559116, \"cpu_percentage\": \"0.96%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141415Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55983472, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141508Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59601059, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141599Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59443773, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141688Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49692016, \"cpu_percentage\": \"0.17%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:31:26.141776Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13358858, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.141866Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29381099, \"cpu_percentage\": \"0.08%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:31:26.141953Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56738447, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:26.142043Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:31:26.747880Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:31:26.824254Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:31:43.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:43 smithi155 bash[18934]: audit 2024-09-10T19:31:42.911981+0000 mon.a (mon.0) 1019 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:31:44.486 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:44 smithi189 bash[14634]: cluster 2024-09-10T19:31:43.159113+0000 mgr.y (mgr.24865) 23 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:44.486 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:44 smithi189 bash[32180]: debug 2024-09-10T19:31:44.358+0000 7fe34bdf1640 1 -- 172.21.15.189:0/3790033916 <== mon.2 v2:172.21.15.189:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x562fe075e340 con 0x562fe076a800 2024-09-10T19:31:44.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:44 smithi155 bash[14970]: cluster 2024-09-10T19:31:43.159113+0000 mgr.y (mgr.24865) 23 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:44.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:44 smithi155 bash[18934]: cluster 2024-09-10T19:31:43.159113+0000 mgr.y (mgr.24865) 23 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:44.952 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:44 smithi189 bash[32180]: debug 2024-09-10T19:31:44.482+0000 7fe34e659ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-10T19:31:45.509 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:45 smithi189 bash[32180]: debug 2024-09-10T19:31:45.222+0000 7fe34e659ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-10T19:31:45.510 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:45 smithi189 bash[32180]: debug 2024-09-10T19:31:45.290+0000 7fe34e659ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-10T19:31:45.510 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:45 smithi189 bash[32180]: debug 2024-09-10T19:31:45.354+0000 7fe34e659ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-10T19:31:45.815 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:45 smithi189 bash[32180]: debug 2024-09-10T19:31:45.502+0000 7fe34e659ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-10T19:31:45.816 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:45 smithi189 bash[32180]: debug 2024-09-10T19:31:45.746+0000 7fe34e659ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-10T19:31:46.202 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:45 smithi189 bash[32180]: debug 2024-09-10T19:31:45.810+0000 7fe34e659ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-10T19:31:46.202 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:45 smithi189 bash[32180]: debug 2024-09-10T19:31:45.942+0000 7fe34e659ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-10T19:31:46.701 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:46 smithi189 bash[14634]: cluster 2024-09-10T19:31:45.160565+0000 mgr.y (mgr.24865) 24 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:46.702 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:46 smithi189 bash[32180]: debug 2024-09-10T19:31:46.574+0000 7fe34e659ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-10T19:31:46.702 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:46 smithi189 bash[32180]: debug 2024-09-10T19:31:46.646+0000 7fe34e659ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-10T19:31:46.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:46 smithi155 bash[14970]: cluster 2024-09-10T19:31:45.160565+0000 mgr.y (mgr.24865) 24 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:46.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:46 smithi155 bash[18934]: cluster 2024-09-10T19:31:45.160565+0000 mgr.y (mgr.24865) 24 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:47.007 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:46 smithi189 bash[32180]: debug 2024-09-10T19:31:46.726+0000 7fe34e659ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-10T19:31:47.451 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:47 smithi189 bash[32180]: debug 2024-09-10T19:31:47.002+0000 7fe34e659ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-10T19:31:47.452 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:47 smithi189 bash[32180]: debug 2024-09-10T19:31:47.134+0000 7fe34e659ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-10T19:31:47.953 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:47 smithi189 bash[32180]: debug 2024-09-10T19:31:47.450+0000 7fe34e659ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-10T19:31:47.953 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:47 smithi189 bash[32180]: debug 2024-09-10T19:31:47.662+0000 7fe34e659ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-10T19:31:48.363 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:48 smithi189 bash[32180]: debug 2024-09-10T19:31:48.074+0000 7fe34e659ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-10T19:31:48.364 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:48 smithi189 bash[32180]: debug 2024-09-10T19:31:48.134+0000 7fe34e659ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-10T19:31:48.364 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:48 smithi189 bash[32180]: debug 2024-09-10T19:31:48.202+0000 7fe34e659ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-10T19:31:48.364 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:48 smithi189 bash[32180]: debug 2024-09-10T19:31:48.294+0000 7fe34e659ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-10T19:31:48.659 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:48 smithi189 bash[14634]: cluster 2024-09-10T19:31:47.161250+0000 mgr.y (mgr.24865) 25 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:48.659 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:48 smithi189 bash[32180]: debug 2024-09-10T19:31:48.358+0000 7fe34e659ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-10T19:31:48.660 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:48 smithi189 bash[32180]: debug 2024-09-10T19:31:48.434+0000 7fe34e659ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-10T19:31:48.660 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:48 smithi189 bash[32180]: debug 2024-09-10T19:31:48.578+0000 7fe34e659ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-10T19:31:48.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:48 smithi155 bash[14970]: cluster 2024-09-10T19:31:47.161250+0000 mgr.y (mgr.24865) 25 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:48.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:48 smithi155 bash[18934]: cluster 2024-09-10T19:31:47.161250+0000 mgr.y (mgr.24865) 25 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:48.952 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:48 smithi189 bash[32180]: debug 2024-09-10T19:31:48.654+0000 7fe34e659ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-10T19:31:49.952 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:31:49 smithi189 bash[32180]: debug 2024-09-10T19:31:49.674+0000 7fe34e659ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-10T19:31:50.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:50 smithi155 bash[18934]: cluster 2024-09-10T19:31:49.161922+0000 mgr.y (mgr.24865) 26 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:50.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:50 smithi155 bash[18934]: cluster 2024-09-10T19:31:49.680457+0000 mon.a (mon.0) 1020 : cluster [DBG] Standby manager daemon x restarted 2024-09-10T19:31:50.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:50 smithi155 bash[18934]: cluster 2024-09-10T19:31:49.680714+0000 mon.a (mon.0) 1021 : cluster [DBG] Standby manager daemon x started 2024-09-10T19:31:50.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:50 smithi155 bash[18934]: audit 2024-09-10T19:31:49.682661+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.? 172.21.15.189:0/2066883294' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T19:31:50.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:50 smithi155 bash[18934]: audit 2024-09-10T19:31:49.683290+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.? 172.21.15.189:0/2066883294' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:31:50.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:50 smithi155 bash[18934]: audit 2024-09-10T19:31:49.684685+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.? 172.21.15.189:0/2066883294' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T19:31:50.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:50 smithi155 bash[18934]: audit 2024-09-10T19:31:49.685201+0000 mon.a (mon.0) 1025 : audit [DBG] from='mgr.? 172.21.15.189:0/2066883294' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:31:50.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:50 smithi155 bash[18934]: audit 2024-09-10T19:31:50.082816+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:31:50.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:50 smithi155 bash[14970]: cluster 2024-09-10T19:31:49.161922+0000 mgr.y (mgr.24865) 26 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:50.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:50 smithi155 bash[14970]: cluster 2024-09-10T19:31:49.680457+0000 mon.a (mon.0) 1020 : cluster [DBG] Standby manager daemon x restarted 2024-09-10T19:31:50.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:50 smithi155 bash[14970]: cluster 2024-09-10T19:31:49.680714+0000 mon.a (mon.0) 1021 : cluster [DBG] Standby manager daemon x started 2024-09-10T19:31:50.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:50 smithi155 bash[14970]: audit 2024-09-10T19:31:49.682661+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.? 172.21.15.189:0/2066883294' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T19:31:50.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:50 smithi155 bash[14970]: audit 2024-09-10T19:31:49.683290+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.? 172.21.15.189:0/2066883294' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:31:50.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:50 smithi155 bash[14970]: audit 2024-09-10T19:31:49.684685+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.? 172.21.15.189:0/2066883294' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T19:31:50.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:50 smithi155 bash[14970]: audit 2024-09-10T19:31:49.685201+0000 mon.a (mon.0) 1025 : audit [DBG] from='mgr.? 172.21.15.189:0/2066883294' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:31:50.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:50 smithi155 bash[14970]: audit 2024-09-10T19:31:50.082816+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:31:50.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:50 smithi155 bash[18934]: audit 2024-09-10T19:31:50.084183+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:31:50.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:50 smithi155 bash[18934]: audit 2024-09-10T19:31:50.089475+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:31:50.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:50 smithi155 bash[14970]: audit 2024-09-10T19:31:50.084183+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:31:50.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:50 smithi155 bash[14970]: audit 2024-09-10T19:31:50.089475+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:31:50.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:50 smithi155 bash[18934]: audit 2024-09-10T19:31:50.091639+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202165452, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.079724Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 139250892, \"cpu_percentage\": \"100.37%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:50.080006Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59569602, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080195Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080368Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59632517, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080527Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59328430, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080696Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.10%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080862Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13128171, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081030Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29391585, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081193Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56811847, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081354Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:50.081652Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:31:26.747880Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:31:26.824254Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:31:50.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:50 smithi155 bash[18934]: audit 2024-09-10T19:31:50.097122+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202165452, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.079724Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 139250892, \"cpu_percentage\": \"100.37%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:50.080006Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59569602, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080195Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080368Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59632517, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080527Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59328430, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080696Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.10%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080862Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13128171, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081030Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29391585, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081193Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56811847, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081354Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:50.081652Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:31:26.747880Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:31:26.824254Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:31:50.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:50 smithi155 bash[14970]: audit 2024-09-10T19:31:50.091639+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202165452, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.079724Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 139250892, \"cpu_percentage\": \"100.37%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:50.080006Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59569602, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080195Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080368Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59632517, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080527Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59328430, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080696Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.10%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080862Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13128171, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081030Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29391585, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081193Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56811847, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081354Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:50.081652Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:31:26.747880Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:31:26.824254Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:31:50.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:50 smithi155 bash[14970]: audit 2024-09-10T19:31:50.097122+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202165452, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.079724Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 139250892, \"cpu_percentage\": \"100.37%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:50.080006Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59569602, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080195Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080368Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59632517, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080527Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59328430, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080696Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.10%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080862Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13128171, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081030Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29391585, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081193Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56811847, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081354Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:50.081652Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:31:26.747880Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:31:26.824254Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:31:50.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:50 smithi189 bash[14634]: cluster 2024-09-10T19:31:49.161922+0000 mgr.y (mgr.24865) 26 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:50.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:50 smithi189 bash[14634]: cluster 2024-09-10T19:31:49.680457+0000 mon.a (mon.0) 1020 : cluster [DBG] Standby manager daemon x restarted 2024-09-10T19:31:50.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:50 smithi189 bash[14634]: cluster 2024-09-10T19:31:49.680714+0000 mon.a (mon.0) 1021 : cluster [DBG] Standby manager daemon x started 2024-09-10T19:31:50.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:50 smithi189 bash[14634]: audit 2024-09-10T19:31:49.682661+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.? 172.21.15.189:0/2066883294' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T19:31:50.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:50 smithi189 bash[14634]: audit 2024-09-10T19:31:49.683290+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.? 172.21.15.189:0/2066883294' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:31:50.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:50 smithi189 bash[14634]: audit 2024-09-10T19:31:49.684685+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.? 172.21.15.189:0/2066883294' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T19:31:50.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:50 smithi189 bash[14634]: audit 2024-09-10T19:31:49.685201+0000 mon.a (mon.0) 1025 : audit [DBG] from='mgr.? 172.21.15.189:0/2066883294' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:31:50.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:50 smithi189 bash[14634]: audit 2024-09-10T19:31:50.082816+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:31:50.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:50 smithi189 bash[14634]: audit 2024-09-10T19:31:50.084183+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:31:50.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:50 smithi189 bash[14634]: audit 2024-09-10T19:31:50.089475+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:31:50.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:50 smithi189 bash[14634]: audit 2024-09-10T19:31:50.091639+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202165452, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.079724Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 139250892, \"cpu_percentage\": \"100.37%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:50.080006Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59569602, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080195Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080368Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59632517, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080527Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59328430, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080696Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.10%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080862Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13128171, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081030Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29391585, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081193Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56811847, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081354Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:50.081652Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:31:26.747880Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:31:26.824254Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:31:50.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:50 smithi189 bash[14634]: audit 2024-09-10T19:31:50.097122+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202165452, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.079724Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 139250892, \"cpu_percentage\": \"100.37%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:50.080006Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59569602, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080195Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080368Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59632517, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080527Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59328430, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080696Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.10%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080862Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13128171, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081030Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29391585, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081193Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56811847, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081354Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:50.081652Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:31:26.747880Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:31:26.824254Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:31:51.648 INFO:teuthology.orchestra.run.smithi155.stdout:true 2024-09-10T19:31:51.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:51 smithi155 bash[18934]: cluster 2024-09-10T19:31:50.447104+0000 mon.a (mon.0) 1031 : cluster [DBG] mgrmap e37: y(active, since 38s), standbys: x 2024-09-10T19:31:51.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:51 smithi155 bash[18934]: audit 2024-09-10T19:31:50.470308+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:31:51.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:51 smithi155 bash[18934]: audit 2024-09-10T19:31:50.687643+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:31:51.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:51 smithi155 bash[18934]: audit 2024-09-10T19:31:50.689362+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:31:51.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:51 smithi155 bash[14970]: cluster 2024-09-10T19:31:50.447104+0000 mon.a (mon.0) 1031 : cluster [DBG] mgrmap e37: y(active, since 38s), standbys: x 2024-09-10T19:31:51.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:51 smithi155 bash[14970]: audit 2024-09-10T19:31:50.470308+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:31:51.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:51 smithi155 bash[14970]: audit 2024-09-10T19:31:50.687643+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:31:51.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:51 smithi155 bash[14970]: audit 2024-09-10T19:31:50.689362+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:31:51.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:51 smithi155 bash[18934]: audit 2024-09-10T19:31:50.696375+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:31:51.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:51 smithi155 bash[18934]: audit 2024-09-10T19:31:50.698928+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202165452, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.079724Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 139250892, \"cpu_percentage\": \"100.37%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:50.080006Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59569602, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080195Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080368Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59632517, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080527Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59328430, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080696Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.10%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080862Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13128171, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081030Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29391585, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081193Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56811847, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081354Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:50.081652Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:31:50.686120Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:31:26.824254Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:31:51.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:51 smithi155 bash[18934]: audit 2024-09-10T19:31:50.705101+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202165452, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.079724Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 139250892, \"cpu_percentage\": \"100.37%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:50.080006Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59569602, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080195Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080368Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59632517, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080527Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59328430, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080696Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.10%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080862Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13128171, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081030Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29391585, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081193Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56811847, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081354Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:50.081652Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:31:50.686120Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:31:26.824254Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:31:51.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:51 smithi155 bash[18934]: audit 2024-09-10T19:31:50.706869+0000 mon.a (mon.0) 1038 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:31:51.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:51 smithi155 bash[14970]: audit 2024-09-10T19:31:50.696375+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:31:51.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:51 smithi155 bash[14970]: audit 2024-09-10T19:31:50.698928+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202165452, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.079724Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 139250892, \"cpu_percentage\": \"100.37%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:50.080006Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59569602, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080195Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080368Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59632517, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080527Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59328430, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080696Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.10%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080862Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13128171, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081030Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29391585, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081193Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56811847, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081354Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:50.081652Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:31:50.686120Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:31:26.824254Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:31:51.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:51 smithi155 bash[14970]: audit 2024-09-10T19:31:50.705101+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202165452, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.079724Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 139250892, \"cpu_percentage\": \"100.37%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:50.080006Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59569602, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080195Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080368Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59632517, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080527Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59328430, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080696Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.10%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080862Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13128171, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081030Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29391585, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081193Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56811847, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081354Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:50.081652Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:31:50.686120Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:31:26.824254Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:31:51.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:51 smithi155 bash[14970]: audit 2024-09-10T19:31:50.706869+0000 mon.a (mon.0) 1038 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:31:51.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:51 smithi189 bash[14634]: cluster 2024-09-10T19:31:50.447104+0000 mon.a (mon.0) 1031 : cluster [DBG] mgrmap e37: y(active, since 38s), standbys: x 2024-09-10T19:31:51.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:51 smithi189 bash[14634]: audit 2024-09-10T19:31:50.470308+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:31:51.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:51 smithi189 bash[14634]: audit 2024-09-10T19:31:50.687643+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:31:51.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:51 smithi189 bash[14634]: audit 2024-09-10T19:31:50.689362+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:31:51.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:51 smithi189 bash[14634]: audit 2024-09-10T19:31:50.696375+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.118049Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.118079Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:31:51.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:51 smithi189 bash[14634]: audit 2024-09-10T19:31:50.698928+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202165452, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.079724Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 139250892, \"cpu_percentage\": \"100.37%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:50.080006Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59569602, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080195Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080368Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59632517, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080527Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59328430, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080696Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.10%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080862Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13128171, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081030Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29391585, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081193Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56811847, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081354Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:50.081652Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:31:50.686120Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:31:26.824254Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:31:51.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:51 smithi189 bash[14634]: audit 2024-09-10T19:31:50.705101+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202165452, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.079724Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 139250892, \"cpu_percentage\": \"100.37%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:50.080006Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59569602, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080195Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080368Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59632517, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080527Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59328430, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080696Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.10%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080862Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13128171, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081030Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29391585, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081193Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56811847, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081354Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:50.081652Z\", \"last_device_update\": \"2024-09-10T19:18:10.118110Z\", \"last_network_update\": \"2024-09-10T19:31:50.686120Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:31:26.824254Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:31:51.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:51 smithi189 bash[14634]: audit 2024-09-10T19:31:50.706869+0000 mon.a (mon.0) 1038 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:31:52.410 INFO:teuthology.orchestra.run.smithi155.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:31:52.410 INFO:teuthology.orchestra.run.smithi155.stdout:alertmanager.a smithi155 running (13m) 26s ago 24m 16.7M - 0.27.0 11f11916f8cd 16d53bf305cc 2024-09-10T19:31:52.410 INFO:teuthology.orchestra.run.smithi155.stdout:grafana.a smithi189 running (24m) 2s ago 24m 28.0M - 6.6.2 87a51ecf0b1c 44554c6f73ac 2024-09-10T19:31:52.410 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.x smithi189 *:8443 running (9s) 2s ago 29m 132M - 17.2.7-1606-g5be57395 4c55dd409611 1e9c1f896a72 2024-09-10T19:31:52.410 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.y smithi155 *:8443 running (10m) 26s ago 30m 423M - 17.2.7-1606-g5be57395 4c55dd409611 c3f6bb49e60e 2024-09-10T19:31:52.411 INFO:teuthology.orchestra.run.smithi155.stdout:mon.a smithi155 running (30m) 26s ago 31m 248M 2048M 15.2.0 204a01f9b0b6 9830b2129a22 2024-09-10T19:31:52.411 INFO:teuthology.orchestra.run.smithi155.stdout:mon.b smithi189 running (29m) 2s ago 29m 192M 2048M 15.2.0 204a01f9b0b6 e28fb1d2d63b 2024-09-10T19:31:52.411 INFO:teuthology.orchestra.run.smithi155.stdout:mon.c smithi155 running (29m) 26s ago 29m 181M 2048M 15.2.0 204a01f9b0b6 7cbf0bc7a02d 2024-09-10T19:31:52.411 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.a smithi155 running (24m) 26s ago 24m 13.0M - 1.8.2 71dc9668b154 b8b40d4b621b 2024-09-10T19:31:52.411 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.b smithi189 running (24m) 2s ago 24m 12.5M - 1.8.2 71dc9668b154 a5297c8bfe71 2024-09-10T19:31:52.411 INFO:teuthology.orchestra.run.smithi155.stdout:osd.0 smithi155 running (28m) 26s ago 28m 55.4M 4096M 15.2.0 204a01f9b0b6 7f6023dc1e50 2024-09-10T19:31:52.411 INFO:teuthology.orchestra.run.smithi155.stdout:osd.1 smithi155 running (28m) 26s ago 28m 54.2M 4096M 15.2.0 204a01f9b0b6 42d00c1d93dd 2024-09-10T19:31:52.411 INFO:teuthology.orchestra.run.smithi155.stdout:osd.2 smithi155 running (27m) 26s ago 27m 51.1M 4096M 15.2.0 204a01f9b0b6 6b241c21f8e2 2024-09-10T19:31:52.411 INFO:teuthology.orchestra.run.smithi155.stdout:osd.3 smithi155 running (27m) 26s ago 27m 54.6M 4096M 15.2.0 204a01f9b0b6 8d9201a4db26 2024-09-10T19:31:52.411 INFO:teuthology.orchestra.run.smithi155.stdout:osd.4 smithi189 running (26m) 2s ago 26m 56.8M 4096M 15.2.0 204a01f9b0b6 34cb90c9d5b7 2024-09-10T19:31:52.411 INFO:teuthology.orchestra.run.smithi155.stdout:osd.5 smithi189 running (26m) 2s ago 26m 53.2M 4096M 15.2.0 204a01f9b0b6 4b3a3b60e1d5 2024-09-10T19:31:52.411 INFO:teuthology.orchestra.run.smithi155.stdout:osd.6 smithi189 running (25m) 2s ago 26m 56.8M 4096M 15.2.0 204a01f9b0b6 c58c4c013902 2024-09-10T19:31:52.411 INFO:teuthology.orchestra.run.smithi155.stdout:osd.7 smithi189 running (25m) 2s ago 25m 56.5M 4096M 15.2.0 204a01f9b0b6 fb02b608dde7 2024-09-10T19:31:52.411 INFO:teuthology.orchestra.run.smithi155.stdout:prometheus.a smithi189 running (13m) 2s ago 24m 47.5M - 2.54.1 4022a502929b 272b5a73ebb8 2024-09-10T19:31:52.412 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi155.ehnnyk smithi155 running (22m) 26s ago 22m 54.9M - 15.2.0 204a01f9b0b6 48687c7a211a 2024-09-10T19:31:52.412 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi189.dwpibf smithi189 running (22m) 2s ago 22m 54.1M - 15.2.0 204a01f9b0b6 6bddcdbdbf0b 2024-09-10T19:31:52.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:52 smithi155 bash[14970]: cluster 2024-09-10T19:31:51.163397+0000 mgr.y (mgr.24865) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:52.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:52 smithi155 bash[14970]: audit 2024-09-10T19:31:52.383519+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:31:52.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:52 smithi155 bash[14970]: audit 2024-09-10T19:31:52.384406+0000 mon.a (mon.0) 1040 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:31:52.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:52 smithi155 bash[14970]: audit 2024-09-10T19:31:52.385319+0000 mon.a (mon.0) 1041 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:52.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:52 smithi155 bash[14970]: audit 2024-09-10T19:31:52.386272+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:52.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:52 smithi155 bash[14970]: audit 2024-09-10T19:31:52.387106+0000 mon.a (mon.0) 1043 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:52.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:52 smithi155 bash[14970]: audit 2024-09-10T19:31:52.387936+0000 mon.a (mon.0) 1044 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:52.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:52 smithi155 bash[14970]: audit 2024-09-10T19:31:52.393190+0000 mon.a (mon.0) 1045 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:31:52.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:52 smithi155 bash[14970]: audit 2024-09-10T19:31:52.394087+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:52.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:52 smithi155 bash[14970]: audit 2024-09-10T19:31:52.394887+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:52.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:52 smithi155 bash[14970]: audit 2024-09-10T19:31:52.395563+0000 mon.a (mon.0) 1048 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:52.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:52 smithi155 bash[14970]: audit 2024-09-10T19:31:52.396240+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:52.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:52 smithi155 bash[18934]: cluster 2024-09-10T19:31:51.163397+0000 mgr.y (mgr.24865) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:52.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:52 smithi155 bash[18934]: audit 2024-09-10T19:31:52.383519+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:31:52.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:52 smithi155 bash[18934]: audit 2024-09-10T19:31:52.384406+0000 mon.a (mon.0) 1040 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:31:52.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:52 smithi155 bash[18934]: audit 2024-09-10T19:31:52.385319+0000 mon.a (mon.0) 1041 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:52.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:52 smithi155 bash[18934]: audit 2024-09-10T19:31:52.386272+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:52.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:52 smithi155 bash[18934]: audit 2024-09-10T19:31:52.387106+0000 mon.a (mon.0) 1043 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:52.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:52 smithi155 bash[18934]: audit 2024-09-10T19:31:52.387936+0000 mon.a (mon.0) 1044 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:52.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:52 smithi155 bash[18934]: audit 2024-09-10T19:31:52.393190+0000 mon.a (mon.0) 1045 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:31:52.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:52 smithi155 bash[18934]: audit 2024-09-10T19:31:52.394087+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:52.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:52 smithi155 bash[18934]: audit 2024-09-10T19:31:52.394887+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:52.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:52 smithi155 bash[18934]: audit 2024-09-10T19:31:52.395563+0000 mon.a (mon.0) 1048 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:52.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:52 smithi155 bash[18934]: audit 2024-09-10T19:31:52.396240+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:52.869 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:31:52.869 INFO:teuthology.orchestra.run.smithi155.stdout: "mon": { 2024-09-10T19:31:52.869 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-10T19:31:52.869 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:31:52.869 INFO:teuthology.orchestra.run.smithi155.stdout: "mgr": { 2024-09-10T19:31:52.869 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:31:52.869 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:31:52.869 INFO:teuthology.orchestra.run.smithi155.stdout: "osd": { 2024-09-10T19:31:52.869 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-10T19:31:52.869 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:31:52.869 INFO:teuthology.orchestra.run.smithi155.stdout: "mds": {}, 2024-09-10T19:31:52.870 INFO:teuthology.orchestra.run.smithi155.stdout: "rgw": { 2024-09-10T19:31:52.870 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-10T19:31:52.870 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:31:52.870 INFO:teuthology.orchestra.run.smithi155.stdout: "overall": { 2024-09-10T19:31:52.870 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-09-10T19:31:52.870 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:31:52.870 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-10T19:31:52.870 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:31:52.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:52 smithi189 bash[14634]: cluster 2024-09-10T19:31:51.163397+0000 mgr.y (mgr.24865) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:52.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:52 smithi189 bash[14634]: audit 2024-09-10T19:31:52.383519+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:31:52.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:52 smithi189 bash[14634]: audit 2024-09-10T19:31:52.384406+0000 mon.a (mon.0) 1040 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:31:52.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:52 smithi189 bash[14634]: audit 2024-09-10T19:31:52.385319+0000 mon.a (mon.0) 1041 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:52.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:52 smithi189 bash[14634]: audit 2024-09-10T19:31:52.386272+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:52.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:52 smithi189 bash[14634]: audit 2024-09-10T19:31:52.387106+0000 mon.a (mon.0) 1043 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:52.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:52 smithi189 bash[14634]: audit 2024-09-10T19:31:52.387936+0000 mon.a (mon.0) 1044 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:52.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:52 smithi189 bash[14634]: audit 2024-09-10T19:31:52.393190+0000 mon.a (mon.0) 1045 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:31:52.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:52 smithi189 bash[14634]: audit 2024-09-10T19:31:52.394087+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:52.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:52 smithi189 bash[14634]: audit 2024-09-10T19:31:52.394887+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:52.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:52 smithi189 bash[14634]: audit 2024-09-10T19:31:52.395563+0000 mon.a (mon.0) 1048 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:52.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:52 smithi189 bash[14634]: audit 2024-09-10T19:31:52.396240+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:31:53.244 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:31:53.244 INFO:teuthology.orchestra.run.smithi155.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T19:31:53.245 INFO:teuthology.orchestra.run.smithi155.stdout: "in_progress": true, 2024-09-10T19:31:53.245 INFO:teuthology.orchestra.run.smithi155.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-10T19:31:53.245 INFO:teuthology.orchestra.run.smithi155.stdout: "services_complete": [ 2024-09-10T19:31:53.245 INFO:teuthology.orchestra.run.smithi155.stdout: "mgr" 2024-09-10T19:31:53.245 INFO:teuthology.orchestra.run.smithi155.stdout: ], 2024-09-10T19:31:53.245 INFO:teuthology.orchestra.run.smithi155.stdout: "progress": "2/2 daemons upgraded", 2024-09-10T19:31:53.245 INFO:teuthology.orchestra.run.smithi155.stdout: "message": "Currently upgrading mgr daemons", 2024-09-10T19:31:53.245 INFO:teuthology.orchestra.run.smithi155.stdout: "is_paused": false 2024-09-10T19:31:53.245 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:31:53.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:53 smithi155 bash[14970]: audit 2024-09-10T19:31:51.632382+0000 mgr.y (mgr.24865) 28 : audit [DBG] from='client.24979 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:31:53.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:53 smithi155 bash[14970]: audit 2024-09-10T19:31:52.016558+0000 mgr.y (mgr.24865) 29 : audit [DBG] from='client.24985 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:31:53.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:53 smithi155 bash[14970]: audit 2024-09-10T19:31:52.380964+0000 mgr.y (mgr.24865) 30 : audit [DBG] from='client.15063 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:31:53.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:53 smithi155 bash[14970]: audit 2024-09-10T19:31:52.863337+0000 mon.a (mon.0) 1050 : audit [DBG] from='client.? 172.21.15.155:0/1012729479' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:31:53.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:53 smithi155 bash[14970]: cluster 2024-09-10T19:31:53.164064+0000 mgr.y (mgr.24865) 31 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:53.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:53 smithi155 bash[14970]: audit 2024-09-10T19:31:53.242309+0000 mgr.y (mgr.24865) 32 : audit [DBG] from='client.25003 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:31:53.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:53 smithi155 bash[18934]: audit 2024-09-10T19:31:51.632382+0000 mgr.y (mgr.24865) 28 : audit [DBG] from='client.24979 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:31:53.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:53 smithi155 bash[18934]: audit 2024-09-10T19:31:52.016558+0000 mgr.y (mgr.24865) 29 : audit [DBG] from='client.24985 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:31:53.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:53 smithi155 bash[18934]: audit 2024-09-10T19:31:52.380964+0000 mgr.y (mgr.24865) 30 : audit [DBG] from='client.15063 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:31:53.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:53 smithi155 bash[18934]: audit 2024-09-10T19:31:52.863337+0000 mon.a (mon.0) 1050 : audit [DBG] from='client.? 172.21.15.155:0/1012729479' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:31:53.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:53 smithi155 bash[18934]: cluster 2024-09-10T19:31:53.164064+0000 mgr.y (mgr.24865) 31 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:53.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:53 smithi155 bash[18934]: audit 2024-09-10T19:31:53.242309+0000 mgr.y (mgr.24865) 32 : audit [DBG] from='client.25003 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:31:53.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:53 smithi189 bash[14634]: audit 2024-09-10T19:31:51.632382+0000 mgr.y (mgr.24865) 28 : audit [DBG] from='client.24979 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:31:53.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:53 smithi189 bash[14634]: audit 2024-09-10T19:31:52.016558+0000 mgr.y (mgr.24865) 29 : audit [DBG] from='client.24985 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:31:53.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:53 smithi189 bash[14634]: audit 2024-09-10T19:31:52.380964+0000 mgr.y (mgr.24865) 30 : audit [DBG] from='client.15063 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:31:53.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:53 smithi189 bash[14634]: audit 2024-09-10T19:31:52.863337+0000 mon.a (mon.0) 1050 : audit [DBG] from='client.? 172.21.15.155:0/1012729479' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:31:53.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:53 smithi189 bash[14634]: cluster 2024-09-10T19:31:53.164064+0000 mgr.y (mgr.24865) 31 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:53.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:53 smithi189 bash[14634]: audit 2024-09-10T19:31:53.242309+0000 mgr.y (mgr.24865) 32 : audit [DBG] from='client.25003 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:31:56.637 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:56 smithi189 bash[14634]: cluster 2024-09-10T19:31:55.165464+0000 mgr.y (mgr.24865) 33 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:56.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:56 smithi155 bash[14970]: cluster 2024-09-10T19:31:55.165464+0000 mgr.y (mgr.24865) 33 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:56.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:56 smithi155 bash[18934]: cluster 2024-09-10T19:31:55.165464+0000 mgr.y (mgr.24865) 33 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:58.701 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:31:58 smithi189 bash[14634]: cluster 2024-09-10T19:31:57.166255+0000 mgr.y (mgr.24865) 34 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:58.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:31:58 smithi155 bash[14970]: cluster 2024-09-10T19:31:57.166255+0000 mgr.y (mgr.24865) 34 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:31:58.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:31:58 smithi155 bash[18934]: cluster 2024-09-10T19:31:57.166255+0000 mgr.y (mgr.24865) 34 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:00.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:00 smithi189 bash[14634]: cluster 2024-09-10T19:31:59.166972+0000 mgr.y (mgr.24865) 35 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:00.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:00 smithi189 bash[14634]: audit 2024-09-10T19:31:59.543741+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:32:00.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:00 smithi155 bash[14970]: cluster 2024-09-10T19:31:59.166972+0000 mgr.y (mgr.24865) 35 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:00.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:00 smithi155 bash[14970]: audit 2024-09-10T19:31:59.543741+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:32:00.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:00 smithi155 bash[18934]: cluster 2024-09-10T19:31:59.166972+0000 mgr.y (mgr.24865) 35 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:00.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:00 smithi155 bash[18934]: audit 2024-09-10T19:31:59.543741+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:32:02.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:02 smithi189 bash[14634]: cluster 2024-09-10T19:32:01.168467+0000 mgr.y (mgr.24865) 36 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:02.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:02 smithi155 bash[14970]: cluster 2024-09-10T19:32:01.168467+0000 mgr.y (mgr.24865) 36 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:02.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:02 smithi155 bash[18934]: cluster 2024-09-10T19:32:01.168467+0000 mgr.y (mgr.24865) 36 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:04.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:04 smithi189 bash[14634]: cluster 2024-09-10T19:32:03.169157+0000 mgr.y (mgr.24865) 37 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:04.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:04 smithi155 bash[14970]: cluster 2024-09-10T19:32:03.169157+0000 mgr.y (mgr.24865) 37 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:04.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:04 smithi155 bash[18934]: cluster 2024-09-10T19:32:03.169157+0000 mgr.y (mgr.24865) 37 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:06.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:06 smithi189 bash[14634]: cluster 2024-09-10T19:32:05.170568+0000 mgr.y (mgr.24865) 38 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:06.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:06 smithi155 bash[14970]: cluster 2024-09-10T19:32:05.170568+0000 mgr.y (mgr.24865) 38 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:06.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:06 smithi155 bash[18934]: cluster 2024-09-10T19:32:05.170568+0000 mgr.y (mgr.24865) 38 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:08.701 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:08 smithi189 bash[14634]: cluster 2024-09-10T19:32:07.171252+0000 mgr.y (mgr.24865) 39 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:08.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:08 smithi155 bash[14970]: cluster 2024-09-10T19:32:07.171252+0000 mgr.y (mgr.24865) 39 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:08.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:08 smithi155 bash[18934]: cluster 2024-09-10T19:32:07.171252+0000 mgr.y (mgr.24865) 39 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:09.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:09 smithi189 bash[14634]: audit 2024-09-10T19:32:09.359466+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:32:09.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:09 smithi189 bash[14634]: audit 2024-09-10T19:32:09.361088+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:09.357419Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:09.357448Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:32:09.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:09 smithi189 bash[14634]: audit 2024-09-10T19:32:09.368058+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:09.357419Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:09.357448Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:32:09.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:09 smithi189 bash[14634]: audit 2024-09-10T19:32:09.370351+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202165452, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.079724Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 139250892, \"cpu_percentage\": \"100.37%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:50.080006Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59569602, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080195Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080368Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59632517, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080527Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59328430, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080696Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.10%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080862Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13128171, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081030Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29391585, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081193Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56811847, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081354Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:50.081652Z\", \"last_device_update\": \"2024-09-10T19:32:09.357554Z\", \"last_network_update\": \"2024-09-10T19:31:50.686120Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:31:26.824254Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:32:09.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:09 smithi189 bash[14634]: audit 2024-09-10T19:32:09.376084+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202165452, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.079724Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 139250892, \"cpu_percentage\": \"100.37%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:50.080006Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59569602, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080195Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080368Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59632517, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080527Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59328430, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080696Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.10%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080862Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13128171, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081030Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29391585, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081193Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56811847, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081354Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:50.081652Z\", \"last_device_update\": \"2024-09-10T19:32:09.357554Z\", \"last_network_update\": \"2024-09-10T19:31:50.686120Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:31:26.824254Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:32:09.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:09 smithi189 bash[14634]: audit 2024-09-10T19:32:09.379429+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:32:09.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:09 smithi189 bash[14634]: audit 2024-09-10T19:32:09.384721+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:32:09.822 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:09 smithi155 bash[14970]: audit 2024-09-10T19:32:09.359466+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:32:09.823 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:09 smithi155 bash[14970]: audit 2024-09-10T19:32:09.361088+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:09.357419Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:09.357448Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:32:09.823 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:09 smithi155 bash[18934]: audit 2024-09-10T19:32:09.359466+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:32:09.823 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:09 smithi155 bash[18934]: audit 2024-09-10T19:32:09.361088+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:09.357419Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:09.357448Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:32:09.823 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:09 smithi155 bash[14970]: audit 2024-09-10T19:32:09.368058+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:09.357419Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:09.357448Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:32:09.824 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:09 smithi155 bash[18934]: audit 2024-09-10T19:32:09.368058+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:09.357419Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:09.357448Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:32:09.824 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:09 smithi155 bash[14970]: audit 2024-09-10T19:32:09.370351+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202165452, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.079724Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 139250892, \"cpu_percentage\": \"100.37%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:50.080006Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59569602, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080195Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080368Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59632517, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080527Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59328430, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080696Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.10%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080862Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13128171, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081030Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29391585, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081193Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56811847, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081354Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:50.081652Z\", \"last_device_update\": \"2024-09-10T19:32:09.357554Z\", \"last_network_update\": \"2024-09-10T19:31:50.686120Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:31:26.824254Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:32:09.824 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:09 smithi155 bash[14970]: audit 2024-09-10T19:32:09.376084+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202165452, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.079724Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 139250892, \"cpu_percentage\": \"100.37%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:50.080006Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59569602, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080195Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080368Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59632517, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080527Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59328430, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080696Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.10%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080862Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13128171, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081030Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29391585, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081193Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56811847, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081354Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:50.081652Z\", \"last_device_update\": \"2024-09-10T19:32:09.357554Z\", \"last_network_update\": \"2024-09-10T19:31:50.686120Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:31:26.824254Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:32:09.825 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:09 smithi155 bash[14970]: audit 2024-09-10T19:32:09.379429+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:32:09.825 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:09 smithi155 bash[14970]: audit 2024-09-10T19:32:09.384721+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:32:09.825 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:09 smithi155 bash[18934]: audit 2024-09-10T19:32:09.370351+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202165452, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.079724Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 139250892, \"cpu_percentage\": \"100.37%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:50.080006Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59569602, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080195Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080368Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59632517, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080527Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59328430, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080696Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.10%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080862Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13128171, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081030Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29391585, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081193Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56811847, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081354Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:50.081652Z\", \"last_device_update\": \"2024-09-10T19:32:09.357554Z\", \"last_network_update\": \"2024-09-10T19:31:50.686120Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:31:26.824254Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:32:09.825 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:09 smithi155 bash[18934]: audit 2024-09-10T19:32:09.376084+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202165452, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.079724Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 139250892, \"cpu_percentage\": \"100.37%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:50.080006Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59569602, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080195Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080368Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59632517, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080527Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59328430, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080696Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.10%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080862Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"a5297c8bfe71\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13128171, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081030Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:07:11.351513Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29391585, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081193Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56811847, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081354Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:07:04.890021Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:31:50.081652Z\", \"last_device_update\": \"2024-09-10T19:32:09.357554Z\", \"last_network_update\": \"2024-09-10T19:31:50.686120Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:31:26.824254Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:32:09.825 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:09 smithi155 bash[18934]: audit 2024-09-10T19:32:09.379429+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:32:09.825 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:09 smithi155 bash[18934]: audit 2024-09-10T19:32:09.384721+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:32:10.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:10 smithi189 bash[14634]: cluster 2024-09-10T19:32:09.171965+0000 mgr.y (mgr.24865) 40 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:10.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:10 smithi189 bash[14634]: audit 2024-09-10T19:32:09.445355+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:32:10.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:10 smithi189 bash[14634]: audit 2024-09-10T19:32:09.446898+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:32:10.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:10 smithi189 bash[14634]: audit 2024-09-10T19:32:09.449177+0000 mon.a (mon.0) 1061 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:10.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:10 smithi189 bash[14634]: audit 2024-09-10T19:32:09.450519+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-10T19:32:10.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:10 smithi189 bash[14634]: audit 2024-09-10T19:32:09.458321+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-10T19:32:10.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:10 smithi189 bash[14634]: audit 2024-09-10T19:32:09.460885+0000 mon.a (mon.0) 1064 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:10.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:10 smithi189 bash[14634]: cephadm 2024-09-10T19:32:09.461916+0000 mgr.y (mgr.24865) 41 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:32:10.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:10 smithi189 bash[14634]: audit 2024-09-10T19:32:09.462237+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.crash"}]: dispatch 2024-09-10T19:32:10.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:10 smithi189 bash[14634]: audit 2024-09-10T19:32:09.470160+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.crash"}]': finished 2024-09-10T19:32:10.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:10 smithi189 bash[14634]: audit 2024-09-10T19:32:09.473472+0000 mon.a (mon.0) 1067 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:10.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:10 smithi189 bash[14634]: audit 2024-09-10T19:32:09.475197+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mds"}]: dispatch 2024-09-10T19:32:10.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:10 smithi189 bash[14634]: audit 2024-09-10T19:32:09.481608+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mds"}]': finished 2024-09-10T19:32:10.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:10 smithi189 bash[14634]: audit 2024-09-10T19:32:09.484535+0000 mon.a (mon.0) 1070 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:10.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:10 smithi189 bash[14634]: audit 2024-09-10T19:32:09.486270+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:32:10.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:10 smithi189 bash[14634]: audit 2024-09-10T19:32:09.491885+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:32:10.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:10 smithi189 bash[14634]: audit 2024-09-10T19:32:09.493776+0000 mon.a (mon.0) 1073 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:10.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:10 smithi189 bash[14634]: audit 2024-09-10T19:32:09.495093+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon"}]: dispatch 2024-09-10T19:32:10.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:10 smithi189 bash[14634]: audit 2024-09-10T19:32:09.501300+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon"}]': finished 2024-09-10T19:32:10.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:10 smithi189 bash[14634]: audit 2024-09-10T19:32:09.503216+0000 mon.a (mon.0) 1076 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:10.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:10 smithi189 bash[14634]: audit 2024-09-10T19:32:09.504924+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.iscsi"}]: dispatch 2024-09-10T19:32:10.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:10 smithi189 bash[14634]: audit 2024-09-10T19:32:09.510483+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.iscsi"}]': finished 2024-09-10T19:32:10.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:10 smithi189 bash[14634]: audit 2024-09-10T19:32:09.512564+0000 mon.a (mon.0) 1079 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:10.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:10 smithi189 bash[14634]: audit 2024-09-10T19:32:09.514375+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.nfs"}]: dispatch 2024-09-10T19:32:10.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:10 smithi189 bash[14634]: audit 2024-09-10T19:32:09.520533+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.nfs"}]': finished 2024-09-10T19:32:10.803 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[14970]: cluster 2024-09-10T19:32:09.171965+0000 mgr.y (mgr.24865) 40 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:10.803 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[14970]: audit 2024-09-10T19:32:09.445355+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:32:10.803 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[14970]: audit 2024-09-10T19:32:09.446898+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:32:10.804 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[14970]: audit 2024-09-10T19:32:09.449177+0000 mon.a (mon.0) 1061 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:10.804 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[14970]: audit 2024-09-10T19:32:09.450519+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-10T19:32:10.804 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[14970]: audit 2024-09-10T19:32:09.458321+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-10T19:32:10.804 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[14970]: audit 2024-09-10T19:32:09.460885+0000 mon.a (mon.0) 1064 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:10.804 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[14970]: cephadm 2024-09-10T19:32:09.461916+0000 mgr.y (mgr.24865) 41 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:32:10.804 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[14970]: audit 2024-09-10T19:32:09.462237+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.crash"}]: dispatch 2024-09-10T19:32:10.804 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[14970]: audit 2024-09-10T19:32:09.470160+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.crash"}]': finished 2024-09-10T19:32:10.804 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[14970]: audit 2024-09-10T19:32:09.473472+0000 mon.a (mon.0) 1067 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:10.804 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[14970]: audit 2024-09-10T19:32:09.475197+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mds"}]: dispatch 2024-09-10T19:32:10.804 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[14970]: audit 2024-09-10T19:32:09.481608+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mds"}]': finished 2024-09-10T19:32:10.804 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[14970]: audit 2024-09-10T19:32:09.484535+0000 mon.a (mon.0) 1070 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:10.804 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[14970]: audit 2024-09-10T19:32:09.486270+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:32:10.805 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[18934]: cluster 2024-09-10T19:32:09.171965+0000 mgr.y (mgr.24865) 40 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:10.805 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[18934]: audit 2024-09-10T19:32:09.445355+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:32:10.805 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[18934]: audit 2024-09-10T19:32:09.446898+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:32:10.805 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[18934]: audit 2024-09-10T19:32:09.449177+0000 mon.a (mon.0) 1061 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:10.805 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[18934]: audit 2024-09-10T19:32:09.450519+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-10T19:32:10.805 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[18934]: audit 2024-09-10T19:32:09.458321+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-10T19:32:10.805 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[18934]: audit 2024-09-10T19:32:09.460885+0000 mon.a (mon.0) 1064 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:10.805 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[18934]: cephadm 2024-09-10T19:32:09.461916+0000 mgr.y (mgr.24865) 41 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:32:10.805 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[18934]: audit 2024-09-10T19:32:09.462237+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.crash"}]: dispatch 2024-09-10T19:32:10.805 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[18934]: audit 2024-09-10T19:32:09.470160+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.crash"}]': finished 2024-09-10T19:32:10.805 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[18934]: audit 2024-09-10T19:32:09.473472+0000 mon.a (mon.0) 1067 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:10.805 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[18934]: audit 2024-09-10T19:32:09.475197+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mds"}]: dispatch 2024-09-10T19:32:10.806 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[18934]: audit 2024-09-10T19:32:09.481608+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mds"}]': finished 2024-09-10T19:32:10.806 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[18934]: audit 2024-09-10T19:32:09.484535+0000 mon.a (mon.0) 1070 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:10.806 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[18934]: audit 2024-09-10T19:32:09.486270+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:32:10.806 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[14970]: audit 2024-09-10T19:32:09.491885+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:32:10.806 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[14970]: audit 2024-09-10T19:32:09.493776+0000 mon.a (mon.0) 1073 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:10.806 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[14970]: audit 2024-09-10T19:32:09.495093+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon"}]: dispatch 2024-09-10T19:32:10.806 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[14970]: audit 2024-09-10T19:32:09.501300+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon"}]': finished 2024-09-10T19:32:10.806 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[14970]: audit 2024-09-10T19:32:09.503216+0000 mon.a (mon.0) 1076 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:10.806 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[14970]: audit 2024-09-10T19:32:09.504924+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.iscsi"}]: dispatch 2024-09-10T19:32:10.806 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[14970]: audit 2024-09-10T19:32:09.510483+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.iscsi"}]': finished 2024-09-10T19:32:10.807 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[14970]: audit 2024-09-10T19:32:09.512564+0000 mon.a (mon.0) 1079 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:10.807 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[14970]: audit 2024-09-10T19:32:09.514375+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.nfs"}]: dispatch 2024-09-10T19:32:10.807 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[14970]: audit 2024-09-10T19:32:09.520533+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.nfs"}]': finished 2024-09-10T19:32:10.807 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[18934]: audit 2024-09-10T19:32:09.491885+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:32:10.807 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[18934]: audit 2024-09-10T19:32:09.493776+0000 mon.a (mon.0) 1073 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:10.807 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[18934]: audit 2024-09-10T19:32:09.495093+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon"}]: dispatch 2024-09-10T19:32:10.807 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[18934]: audit 2024-09-10T19:32:09.501300+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon"}]': finished 2024-09-10T19:32:10.807 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[18934]: audit 2024-09-10T19:32:09.503216+0000 mon.a (mon.0) 1076 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:10.807 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[18934]: audit 2024-09-10T19:32:09.504924+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.iscsi"}]: dispatch 2024-09-10T19:32:10.807 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[18934]: audit 2024-09-10T19:32:09.510483+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.iscsi"}]': finished 2024-09-10T19:32:10.807 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[18934]: audit 2024-09-10T19:32:09.512564+0000 mon.a (mon.0) 1079 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:10.807 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[18934]: audit 2024-09-10T19:32:09.514375+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.nfs"}]: dispatch 2024-09-10T19:32:10.807 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:10 smithi155 bash[18934]: audit 2024-09-10T19:32:09.520533+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.nfs"}]': finished 2024-09-10T19:32:11.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:11 smithi155 bash[14970]: cephadm 2024-09-10T19:32:09.474740+0000 mgr.y (mgr.24865) 42 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T19:32:11.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:11 smithi155 bash[14970]: cephadm 2024-09-10T19:32:09.485848+0000 mgr.y (mgr.24865) 43 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T19:32:11.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:11 smithi155 bash[14970]: cephadm 2024-09-10T19:32:09.494761+0000 mgr.y (mgr.24865) 44 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-10T19:32:11.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:11 smithi155 bash[14970]: cephadm 2024-09-10T19:32:09.504442+0000 mgr.y (mgr.24865) 45 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-10T19:32:11.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:11 smithi155 bash[14970]: cephadm 2024-09-10T19:32:09.513896+0000 mgr.y (mgr.24865) 46 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T19:32:11.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:11 smithi155 bash[18934]: cephadm 2024-09-10T19:32:09.474740+0000 mgr.y (mgr.24865) 42 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T19:32:11.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:11 smithi155 bash[18934]: cephadm 2024-09-10T19:32:09.485848+0000 mgr.y (mgr.24865) 43 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T19:32:11.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:11 smithi155 bash[18934]: cephadm 2024-09-10T19:32:09.494761+0000 mgr.y (mgr.24865) 44 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-10T19:32:11.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:11 smithi155 bash[18934]: cephadm 2024-09-10T19:32:09.504442+0000 mgr.y (mgr.24865) 45 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-10T19:32:11.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:11 smithi155 bash[18934]: cephadm 2024-09-10T19:32:09.513896+0000 mgr.y (mgr.24865) 46 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T19:32:11.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:11 smithi189 bash[14634]: cephadm 2024-09-10T19:32:09.474740+0000 mgr.y (mgr.24865) 42 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T19:32:11.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:11 smithi189 bash[14634]: cephadm 2024-09-10T19:32:09.485848+0000 mgr.y (mgr.24865) 43 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T19:32:11.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:11 smithi189 bash[14634]: cephadm 2024-09-10T19:32:09.494761+0000 mgr.y (mgr.24865) 44 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-10T19:32:11.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:11 smithi189 bash[14634]: cephadm 2024-09-10T19:32:09.504442+0000 mgr.y (mgr.24865) 45 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-10T19:32:11.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:11 smithi189 bash[14634]: cephadm 2024-09-10T19:32:09.513896+0000 mgr.y (mgr.24865) 46 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T19:32:12.339 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:12 smithi155 systemd[1]: Stopping Ceph node-exporter.a for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:32:12.701 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:12 smithi189 bash[14634]: cluster 2024-09-10T19:32:11.173506+0000 mgr.y (mgr.24865) 47 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:12.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:12 smithi155 bash[14970]: cluster 2024-09-10T19:32:11.173506+0000 mgr.y (mgr.24865) 47 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:12.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:12 smithi155 bash[18934]: cluster 2024-09-10T19:32:11.173506+0000 mgr.y (mgr.24865) 47 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:13.339 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:12 smithi155 bash[47506]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-node-exporter.a 2024-09-10T19:32:13.339 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:13 smithi155 systemd[1]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968@node-exporter.a.service: Main process exited, code=exited, status=2/INVALIDARGUMENT 2024-09-10T19:32:13.339 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:13 smithi155 bash[47579]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-node-exporter.a 2024-09-10T19:32:13.339 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:13 smithi155 systemd[1]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968@node-exporter.a.service: Failed with result 'exit-code'. 2024-09-10T19:32:13.340 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:13 smithi155 systemd[1]: Stopped Ceph node-exporter.a for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:32:13.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:13 smithi189 bash[14634]: cephadm 2024-09-10T19:32:11.734928+0000 mgr.y (mgr.24865) 48 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-09-10T19:32:13.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:13 smithi189 bash[14634]: cephadm 2024-09-10T19:32:11.735635+0000 mgr.y (mgr.24865) 49 : cephadm [INF] Deploying daemon node-exporter.a on smithi155 2024-09-10T19:32:13.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:13 smithi189 bash[14634]: audit 2024-09-10T19:32:13.392466+0000 mon.a (mon.0) 1082 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:32:13.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:13 smithi189 bash[14634]: audit 2024-09-10T19:32:13.393394+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:32:13.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:13 smithi189 bash[14634]: audit 2024-09-10T19:32:13.397516+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:32:13.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:13 smithi189 bash[14634]: audit 2024-09-10T19:32:13.398746+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 260885708, \"cpu_percentage\": \"2.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.961489Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"0.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:25.961829Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190106828, \"cpu_percentage\": \"1.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962045Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58122567, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962249Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56864276, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962446Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53666119, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962642Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57346621, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962838Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17584619, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:31:25.963260Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57608765, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963455Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:31:26.562022Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.417011Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:32:13.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:13 smithi189 bash[14634]: audit 2024-09-10T19:32:13.405701+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 260885708, \"cpu_percentage\": \"2.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.961489Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"0.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:25.961829Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190106828, \"cpu_percentage\": \"1.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962045Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58122567, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962249Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56864276, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962446Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53666119, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962642Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57346621, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962838Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17584619, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:31:25.963260Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57608765, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963455Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:31:26.562022Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.417011Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:32:13.839 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:13 smithi155 systemd[1]: Started Ceph node-exporter.a for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:32:13.839 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:13 smithi155 bash[47660]: Unable to find image 'quay.io/prometheus/node-exporter:v1.5.0' locally 2024-09-10T19:32:13.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:13 smithi155 bash[14970]: cephadm 2024-09-10T19:32:11.734928+0000 mgr.y (mgr.24865) 48 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-09-10T19:32:13.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:13 smithi155 bash[14970]: cephadm 2024-09-10T19:32:11.735635+0000 mgr.y (mgr.24865) 49 : cephadm [INF] Deploying daemon node-exporter.a on smithi155 2024-09-10T19:32:13.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:13 smithi155 bash[14970]: audit 2024-09-10T19:32:13.392466+0000 mon.a (mon.0) 1082 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:32:13.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:13 smithi155 bash[14970]: audit 2024-09-10T19:32:13.393394+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:32:13.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:13 smithi155 bash[18934]: cephadm 2024-09-10T19:32:11.734928+0000 mgr.y (mgr.24865) 48 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-09-10T19:32:13.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:13 smithi155 bash[18934]: cephadm 2024-09-10T19:32:11.735635+0000 mgr.y (mgr.24865) 49 : cephadm [INF] Deploying daemon node-exporter.a on smithi155 2024-09-10T19:32:13.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:13 smithi155 bash[18934]: audit 2024-09-10T19:32:13.392466+0000 mon.a (mon.0) 1082 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:32:13.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:13 smithi155 bash[18934]: audit 2024-09-10T19:32:13.393394+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:32:13.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:13 smithi155 bash[14970]: audit 2024-09-10T19:32:13.397516+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:32:13.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:13 smithi155 bash[18934]: audit 2024-09-10T19:32:13.397516+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:32:13.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:13 smithi155 bash[14970]: audit 2024-09-10T19:32:13.398746+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 260885708, \"cpu_percentage\": \"2.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.961489Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"0.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:25.961829Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190106828, \"cpu_percentage\": \"1.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962045Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58122567, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962249Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56864276, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962446Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53666119, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962642Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57346621, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962838Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17584619, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:31:25.963260Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57608765, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963455Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:31:26.562022Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.417011Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:32:13.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:13 smithi155 bash[14970]: audit 2024-09-10T19:32:13.405701+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 260885708, \"cpu_percentage\": \"2.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.961489Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"0.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:25.961829Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190106828, \"cpu_percentage\": \"1.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962045Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58122567, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962249Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56864276, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962446Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53666119, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962642Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57346621, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962838Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17584619, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:31:25.963260Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57608765, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963455Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:31:26.562022Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.417011Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:32:13.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:13 smithi155 bash[18934]: audit 2024-09-10T19:32:13.398746+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 260885708, \"cpu_percentage\": \"2.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.961489Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"0.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:25.961829Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190106828, \"cpu_percentage\": \"1.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962045Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58122567, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962249Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56864276, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962446Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53666119, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962642Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57346621, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962838Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17584619, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:31:25.963260Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57608765, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963455Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:31:26.562022Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.417011Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:32:13.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:13 smithi155 bash[18934]: audit 2024-09-10T19:32:13.405701+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 260885708, \"cpu_percentage\": \"2.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.961489Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"0.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:25.961829Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190106828, \"cpu_percentage\": \"1.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962045Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58122567, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962249Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56864276, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962446Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53666119, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962642Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57346621, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.962838Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17584619, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:31:25.963260Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57608765, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:25.963455Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:31:26.562022Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.417011Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:32:14.339 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:13 smithi155 bash[47660]: v1.5.0: Pulling from prometheus/node-exporter 2024-09-10T19:32:14.339 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:14 smithi155 bash[47660]: 22b70bddd3ac: Pulling fs layer 2024-09-10T19:32:14.339 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:14 smithi155 bash[47660]: 5c12815fee55: Pulling fs layer 2024-09-10T19:32:14.339 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:14 smithi155 bash[47660]: c0e87333d380: Pulling fs layer 2024-09-10T19:32:14.701 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:14 smithi189 bash[14634]: cluster 2024-09-10T19:32:13.174276+0000 mgr.y (mgr.24865) 50 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:14.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:14 smithi155 bash[14970]: cluster 2024-09-10T19:32:13.174276+0000 mgr.y (mgr.24865) 50 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:14.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:14 smithi155 bash[18934]: cluster 2024-09-10T19:32:13.174276+0000 mgr.y (mgr.24865) 50 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:14.840 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:14 smithi155 bash[47660]: 22b70bddd3ac: Verifying Checksum 2024-09-10T19:32:14.840 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:14 smithi155 bash[47660]: 22b70bddd3ac: Download complete 2024-09-10T19:32:14.840 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:14 smithi155 bash[47660]: 5c12815fee55: Verifying Checksum 2024-09-10T19:32:14.840 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:14 smithi155 bash[47660]: 5c12815fee55: Download complete 2024-09-10T19:32:14.840 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:14 smithi155 bash[47660]: c0e87333d380: Verifying Checksum 2024-09-10T19:32:14.840 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:14 smithi155 bash[47660]: 22b70bddd3ac: Pull complete 2024-09-10T19:32:15.589 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:15 smithi155 bash[47660]: 5c12815fee55: Pull complete 2024-09-10T19:32:15.916 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:15 smithi155 bash[47660]: c0e87333d380: Pull complete 2024-09-10T19:32:15.916 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:15 smithi155 bash[47660]: Digest: sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c 2024-09-10T19:32:15.916 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:15 smithi155 bash[47660]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.5.0 2024-09-10T19:32:16.181 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:16 smithi189 systemd[1]: Stopping Ceph node-exporter.b for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:32:16.701 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:16 smithi189 bash[14634]: cluster 2024-09-10T19:32:15.175885+0000 mgr.y (mgr.24865) 51 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:16.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:16 smithi155 bash[14970]: cluster 2024-09-10T19:32:15.175885+0000 mgr.y (mgr.24865) 51 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:16.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:16 smithi155 bash[18934]: cluster 2024-09-10T19:32:15.175885+0000 mgr.y (mgr.24865) 51 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:17.201 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:16 smithi189 bash[33497]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-node-exporter.b 2024-09-10T19:32:17.202 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:16 smithi189 bash[33562]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-node-exporter.b 2024-09-10T19:32:17.202 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:16 smithi189 systemd[1]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968@node-exporter.b.service: Main process exited, code=exited, status=2/INVALIDARGUMENT 2024-09-10T19:32:17.202 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:16 smithi189 systemd[1]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968@node-exporter.b.service: Failed with result 'exit-code'. 2024-09-10T19:32:17.202 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:16 smithi189 systemd[1]: Stopped Ceph node-exporter.b for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:32:17.465 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:17 smithi189 systemd[1]: Started Ceph node-exporter.b for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:32:17.465 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:17 smithi189 bash[33642]: Unable to find image 'quay.io/prometheus/node-exporter:v1.5.0' locally 2024-09-10T19:32:17.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[14970]: cephadm 2024-09-10T19:32:15.613176+0000 mgr.y (mgr.24865) 52 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-09-10T19:32:17.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[14970]: cephadm 2024-09-10T19:32:15.613814+0000 mgr.y (mgr.24865) 53 : cephadm [INF] Deploying daemon node-exporter.b on smithi189 2024-09-10T19:32:17.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[14970]: audit 2024-09-10T19:32:17.246787+0000 mon.a (mon.0) 1087 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:32:17.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[14970]: audit 2024-09-10T19:32:17.248515+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:09.357419Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:09.357448Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:32:17.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[18934]: cephadm 2024-09-10T19:32:15.613176+0000 mgr.y (mgr.24865) 52 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-09-10T19:32:17.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[18934]: cephadm 2024-09-10T19:32:15.613814+0000 mgr.y (mgr.24865) 53 : cephadm [INF] Deploying daemon node-exporter.b on smithi189 2024-09-10T19:32:17.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[18934]: audit 2024-09-10T19:32:17.246787+0000 mon.a (mon.0) 1087 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:32:17.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[18934]: audit 2024-09-10T19:32:17.248515+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:09.357419Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:09.357448Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:32:17.591 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.417Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-09-10T19:32:17.591 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.417Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.19.3, user=root@6e7732a7b81b, date=20221129-18:59:09)" 2024-09-10T19:32:17.591 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.417Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2024-09-10T19:32:17.591 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.417Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-09-10T19:32:17.591 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.418Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-09-10T19:32:17.591 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.418Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-10T19:32:17.591 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.419Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-09-10T19:32:17.591 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.419Z caller=node_exporter.go:117 level=info collector=arp 2024-09-10T19:32:17.591 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.419Z caller=node_exporter.go:117 level=info collector=bcache 2024-09-10T19:32:17.592 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.419Z caller=node_exporter.go:117 level=info collector=bonding 2024-09-10T19:32:17.592 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.419Z caller=node_exporter.go:117 level=info collector=btrfs 2024-09-10T19:32:17.592 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.419Z caller=node_exporter.go:117 level=info collector=conntrack 2024-09-10T19:32:17.592 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.419Z caller=node_exporter.go:117 level=info collector=cpu 2024-09-10T19:32:17.592 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.419Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-09-10T19:32:17.592 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.419Z caller=node_exporter.go:117 level=info collector=diskstats 2024-09-10T19:32:17.592 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.419Z caller=node_exporter.go:117 level=info collector=dmi 2024-09-10T19:32:17.592 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.419Z caller=node_exporter.go:117 level=info collector=edac 2024-09-10T19:32:17.592 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.419Z caller=node_exporter.go:117 level=info collector=entropy 2024-09-10T19:32:17.592 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.419Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-09-10T19:32:17.592 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.419Z caller=node_exporter.go:117 level=info collector=filefd 2024-09-10T19:32:17.592 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.419Z caller=node_exporter.go:117 level=info collector=filesystem 2024-09-10T19:32:17.592 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.419Z caller=node_exporter.go:117 level=info collector=hwmon 2024-09-10T19:32:17.593 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.419Z caller=node_exporter.go:117 level=info collector=infiniband 2024-09-10T19:32:17.593 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.419Z caller=node_exporter.go:117 level=info collector=ipvs 2024-09-10T19:32:17.593 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.420Z caller=node_exporter.go:117 level=info collector=loadavg 2024-09-10T19:32:17.593 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.420Z caller=node_exporter.go:117 level=info collector=mdadm 2024-09-10T19:32:17.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[14970]: audit 2024-09-10T19:32:17.254380+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:09.357419Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:09.357448Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:32:17.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[18934]: audit 2024-09-10T19:32:17.254380+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:09.357419Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:09.357448Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:32:17.594 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.420Z caller=node_exporter.go:117 level=info collector=meminfo 2024-09-10T19:32:17.594 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.420Z caller=node_exporter.go:117 level=info collector=netclass 2024-09-10T19:32:17.594 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.420Z caller=node_exporter.go:117 level=info collector=netdev 2024-09-10T19:32:17.594 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.420Z caller=node_exporter.go:117 level=info collector=netstat 2024-09-10T19:32:17.594 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.420Z caller=node_exporter.go:117 level=info collector=nfs 2024-09-10T19:32:17.594 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.420Z caller=node_exporter.go:117 level=info collector=nfsd 2024-09-10T19:32:17.594 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.420Z caller=node_exporter.go:117 level=info collector=nvme 2024-09-10T19:32:17.595 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.420Z caller=node_exporter.go:117 level=info collector=os 2024-09-10T19:32:17.595 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.420Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-09-10T19:32:17.595 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.420Z caller=node_exporter.go:117 level=info collector=pressure 2024-09-10T19:32:17.595 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.420Z caller=node_exporter.go:117 level=info collector=rapl 2024-09-10T19:32:17.595 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.420Z caller=node_exporter.go:117 level=info collector=schedstat 2024-09-10T19:32:17.595 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.420Z caller=node_exporter.go:117 level=info collector=selinux 2024-09-10T19:32:17.595 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.420Z caller=node_exporter.go:117 level=info collector=sockstat 2024-09-10T19:32:17.595 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.420Z caller=node_exporter.go:117 level=info collector=softnet 2024-09-10T19:32:17.595 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.420Z caller=node_exporter.go:117 level=info collector=stat 2024-09-10T19:32:17.595 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.420Z caller=node_exporter.go:117 level=info collector=tapestats 2024-09-10T19:32:17.595 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.420Z caller=node_exporter.go:117 level=info collector=textfile 2024-09-10T19:32:17.595 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.420Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-09-10T19:32:17.595 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.420Z caller=node_exporter.go:117 level=info collector=time 2024-09-10T19:32:17.595 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.420Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-09-10T19:32:17.595 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.420Z caller=node_exporter.go:117 level=info collector=uname 2024-09-10T19:32:17.596 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.420Z caller=node_exporter.go:117 level=info collector=vmstat 2024-09-10T19:32:17.596 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.420Z caller=node_exporter.go:117 level=info collector=xfs 2024-09-10T19:32:17.596 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.420Z caller=node_exporter.go:117 level=info collector=zfs 2024-09-10T19:32:17.596 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.420Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-09-10T19:32:17.596 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[47660]: ts=2024-09-10T19:32:17.421Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-10T19:32:17.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[14970]: audit 2024-09-10T19:32:17.257175+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202165452, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.079724Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 139250892, \"cpu_percentage\": \"100.37%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:50.080006Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59569602, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080195Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080368Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59632517, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080527Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59328430, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080696Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.10%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:31:50.080862Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29391585, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:31:50.081193Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56811847, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081354Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_device_update\": \"2024-09-10T19:32:09.357554Z\", \"last_network_update\": \"2024-09-10T19:31:50.686120Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.437448Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:32:17.597 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[18934]: audit 2024-09-10T19:32:17.257175+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202165452, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.079724Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 139250892, \"cpu_percentage\": \"100.37%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:50.080006Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59569602, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080195Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080368Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59632517, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080527Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59328430, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080696Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.10%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:31:50.080862Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29391585, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:31:50.081193Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56811847, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081354Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_device_update\": \"2024-09-10T19:32:09.357554Z\", \"last_network_update\": \"2024-09-10T19:31:50.686120Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.437448Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:32:17.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[14970]: audit 2024-09-10T19:32:17.263059+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202165452, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.079724Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 139250892, \"cpu_percentage\": \"100.37%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:50.080006Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59569602, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080195Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080368Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59632517, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080527Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59328430, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080696Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.10%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:31:50.080862Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29391585, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:31:50.081193Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56811847, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081354Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_device_update\": \"2024-09-10T19:32:09.357554Z\", \"last_network_update\": \"2024-09-10T19:31:50.686120Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.437448Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:32:17.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[14970]: audit 2024-09-10T19:32:17.266041+0000 mon.a (mon.0) 1092 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:32:17.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[14970]: audit 2024-09-10T19:32:17.268183+0000 mon.a (mon.0) 1093 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:32:17.598 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[18934]: audit 2024-09-10T19:32:17.263059+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202165452, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.079724Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 139250892, \"cpu_percentage\": \"100.37%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:50.080006Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59569602, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080195Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080368Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59632517, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080527Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59328430, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080696Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.10%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:31:50.080862Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29391585, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:31:50.081193Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56811847, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081354Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_device_update\": \"2024-09-10T19:32:09.357554Z\", \"last_network_update\": \"2024-09-10T19:31:50.686120Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.437448Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:32:17.598 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[18934]: audit 2024-09-10T19:32:17.266041+0000 mon.a (mon.0) 1092 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:32:17.598 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:17 smithi155 bash[18934]: audit 2024-09-10T19:32:17.268183+0000 mon.a (mon.0) 1093 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:32:17.755 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:17 smithi189 bash[14634]: cephadm 2024-09-10T19:32:15.613176+0000 mgr.y (mgr.24865) 52 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-09-10T19:32:17.755 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:17 smithi189 bash[14634]: cephadm 2024-09-10T19:32:15.613814+0000 mgr.y (mgr.24865) 53 : cephadm [INF] Deploying daemon node-exporter.b on smithi189 2024-09-10T19:32:17.755 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:17 smithi189 bash[14634]: audit 2024-09-10T19:32:17.246787+0000 mon.a (mon.0) 1087 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:32:17.755 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:17 smithi189 bash[14634]: audit 2024-09-10T19:32:17.248515+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:09.357419Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:09.357448Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:32:17.756 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:17 smithi189 bash[14634]: audit 2024-09-10T19:32:17.254380+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:09.357419Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:09.357448Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:32:17.756 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:17 smithi189 bash[14634]: audit 2024-09-10T19:32:17.257175+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202165452, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.079724Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 139250892, \"cpu_percentage\": \"100.37%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:50.080006Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59569602, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080195Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080368Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59632517, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080527Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59328430, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080696Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.10%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:31:50.080862Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29391585, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:31:50.081193Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56811847, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081354Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_device_update\": \"2024-09-10T19:32:09.357554Z\", \"last_network_update\": \"2024-09-10T19:31:50.686120Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.437448Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:32:17.756 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:17 smithi189 bash[14634]: audit 2024-09-10T19:32:17.263059+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202165452, \"cpu_percentage\": \"0.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.079724Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 139250892, \"cpu_percentage\": \"100.37%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:31:50.080006Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59569602, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080195Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080368Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59632517, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080527Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59328430, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.080696Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.10%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:31:50.080862Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29391585, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:31:50.081193Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56811847, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:31:50.081354Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_device_update\": \"2024-09-10T19:32:09.357554Z\", \"last_network_update\": \"2024-09-10T19:31:50.686120Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.437448Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:32:17.756 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:17 smithi189 bash[14634]: audit 2024-09-10T19:32:17.266041+0000 mon.a (mon.0) 1092 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:32:17.756 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:17 smithi189 bash[14634]: audit 2024-09-10T19:32:17.268183+0000 mon.a (mon.0) 1093 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:32:18.177 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:17 smithi189 bash[33642]: v1.5.0: Pulling from prometheus/node-exporter 2024-09-10T19:32:18.177 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:17 smithi189 bash[33642]: 22b70bddd3ac: Pulling fs layer 2024-09-10T19:32:18.177 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:17 smithi189 bash[33642]: 5c12815fee55: Pulling fs layer 2024-09-10T19:32:18.177 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:17 smithi189 bash[33642]: c0e87333d380: Pulling fs layer 2024-09-10T19:32:18.177 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:18 smithi189 bash[33642]: 22b70bddd3ac: Verifying Checksum 2024-09-10T19:32:18.177 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:18 smithi189 bash[33642]: 22b70bddd3ac: Download complete 2024-09-10T19:32:18.452 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:18 smithi189 bash[33642]: 5c12815fee55: Download complete 2024-09-10T19:32:18.452 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:18 smithi189 bash[33642]: c0e87333d380: Verifying Checksum 2024-09-10T19:32:18.452 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:18 smithi189 bash[33642]: c0e87333d380: Download complete 2024-09-10T19:32:18.452 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:18 smithi189 bash[33642]: 22b70bddd3ac: Pull complete 2024-09-10T19:32:18.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:18 smithi155 bash[14970]: cluster 2024-09-10T19:32:17.176685+0000 mgr.y (mgr.24865) 54 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:18.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:18 smithi155 bash[18934]: cluster 2024-09-10T19:32:17.176685+0000 mgr.y (mgr.24865) 54 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:18.951 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:18 smithi189 bash[14634]: cluster 2024-09-10T19:32:17.176685+0000 mgr.y (mgr.24865) 54 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:19.451 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:19 smithi189 bash[33642]: 5c12815fee55: Pull complete 2024-09-10T19:32:19.812 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:19 smithi189 bash[14634]: cluster 2024-09-10T19:32:19.177361+0000 mgr.y (mgr.24865) 55 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:19.812 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:19 smithi189 bash[14634]: audit 2024-09-10T19:32:19.222399+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2024-09-10T19:32:19.812 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:19 smithi189 bash[14634]: audit 2024-09-10T19:32:19.222857+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:32:19.812 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:19 smithi189 bash[14634]: audit 2024-09-10T19:32:19.223321+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:32:19.812 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:19 smithi189 bash[14634]: audit 2024-09-10T19:32:19.223780+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:32:19.812 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:19 smithi189 bash[33642]: c0e87333d380: Pull complete 2024-09-10T19:32:19.812 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:19 smithi189 bash[33642]: Digest: sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c 2024-09-10T19:32:19.812 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:19 smithi189 bash[33642]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.5.0 2024-09-10T19:32:19.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:19 smithi155 bash[14970]: cluster 2024-09-10T19:32:19.177361+0000 mgr.y (mgr.24865) 55 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:19.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:19 smithi155 bash[14970]: audit 2024-09-10T19:32:19.222399+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2024-09-10T19:32:19.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:19 smithi155 bash[14970]: audit 2024-09-10T19:32:19.222857+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:32:19.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:19 smithi155 bash[14970]: audit 2024-09-10T19:32:19.223321+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:32:19.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:19 smithi155 bash[14970]: audit 2024-09-10T19:32:19.223780+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:32:19.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:19 smithi155 bash[18934]: cluster 2024-09-10T19:32:19.177361+0000 mgr.y (mgr.24865) 55 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:19.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:19 smithi155 bash[18934]: audit 2024-09-10T19:32:19.222399+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2024-09-10T19:32:19.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:19 smithi155 bash[18934]: audit 2024-09-10T19:32:19.222857+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:32:19.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:19 smithi155 bash[18934]: audit 2024-09-10T19:32:19.223321+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:32:19.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:19 smithi155 bash[18934]: audit 2024-09-10T19:32:19.223780+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:32:21.452 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.151Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-09-10T19:32:21.452 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.151Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.19.3, user=root@6e7732a7b81b, date=20221129-18:59:09)" 2024-09-10T19:32:21.452 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.152Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-09-10T19:32:21.452 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.152Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-10T19:32:21.453 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2024-09-10T19:32:21.453 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-09-10T19:32:21.453 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-09-10T19:32:21.453 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=arp 2024-09-10T19:32:21.453 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=bcache 2024-09-10T19:32:21.453 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=bonding 2024-09-10T19:32:21.453 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=btrfs 2024-09-10T19:32:21.453 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=conntrack 2024-09-10T19:32:21.453 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=cpu 2024-09-10T19:32:21.453 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-09-10T19:32:21.453 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=diskstats 2024-09-10T19:32:21.453 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=dmi 2024-09-10T19:32:21.453 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=edac 2024-09-10T19:32:21.454 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=entropy 2024-09-10T19:32:21.454 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-09-10T19:32:21.454 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=filefd 2024-09-10T19:32:21.454 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=filesystem 2024-09-10T19:32:21.454 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=hwmon 2024-09-10T19:32:21.454 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=infiniband 2024-09-10T19:32:21.454 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=ipvs 2024-09-10T19:32:21.454 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=loadavg 2024-09-10T19:32:21.454 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=mdadm 2024-09-10T19:32:21.454 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=meminfo 2024-09-10T19:32:21.455 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=netclass 2024-09-10T19:32:21.455 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=netdev 2024-09-10T19:32:21.455 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=netstat 2024-09-10T19:32:21.455 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=nfs 2024-09-10T19:32:21.455 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=nfsd 2024-09-10T19:32:21.455 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=nvme 2024-09-10T19:32:21.455 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=os 2024-09-10T19:32:21.455 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-09-10T19:32:21.455 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=pressure 2024-09-10T19:32:21.455 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=rapl 2024-09-10T19:32:21.455 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=schedstat 2024-09-10T19:32:21.455 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=selinux 2024-09-10T19:32:21.455 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=sockstat 2024-09-10T19:32:21.455 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=softnet 2024-09-10T19:32:21.456 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=stat 2024-09-10T19:32:21.456 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=tapestats 2024-09-10T19:32:21.456 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=textfile 2024-09-10T19:32:21.456 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-09-10T19:32:21.456 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=time 2024-09-10T19:32:21.456 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-09-10T19:32:21.456 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=uname 2024-09-10T19:32:21.456 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=vmstat 2024-09-10T19:32:21.456 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=xfs 2024-09-10T19:32:21.456 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.153Z caller=node_exporter.go:117 level=info collector=zfs 2024-09-10T19:32:21.456 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.154Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-09-10T19:32:21.456 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:32:21 smithi189 bash[33642]: ts=2024-09-10T19:32:21.154Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-10T19:32:22.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:22 smithi189 bash[14634]: cluster 2024-09-10T19:32:21.178876+0000 mgr.y (mgr.24865) 56 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:22.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:22 smithi155 bash[14970]: cluster 2024-09-10T19:32:21.178876+0000 mgr.y (mgr.24865) 56 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:22.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:22 smithi155 bash[18934]: cluster 2024-09-10T19:32:21.178876+0000 mgr.y (mgr.24865) 56 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:23.682 INFO:teuthology.orchestra.run.smithi155.stdout:true 2024-09-10T19:32:24.484 INFO:teuthology.orchestra.run.smithi155.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:32:24.484 INFO:teuthology.orchestra.run.smithi155.stdout:alertmanager.a smithi155 running (13m) 1s ago 25m 16.7M - 0.27.0 11f11916f8cd 16d53bf305cc 2024-09-10T19:32:24.484 INFO:teuthology.orchestra.run.smithi155.stdout:grafana.a smithi189 running (24m) 34s ago 24m 28.0M - 6.6.2 87a51ecf0b1c 44554c6f73ac 2024-09-10T19:32:24.484 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.x smithi189 *:8443 running (41s) 34s ago 29m 132M - 17.2.7-1606-g5be57395 4c55dd409611 1e9c1f896a72 2024-09-10T19:32:24.484 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.y smithi155 *:8443 running (10m) 1s ago 31m 431M - 17.2.7-1606-g5be57395 4c55dd409611 c3f6bb49e60e 2024-09-10T19:32:24.485 INFO:teuthology.orchestra.run.smithi155.stdout:mon.a smithi155 running (31m) 1s ago 31m 260M 2048M 15.2.0 204a01f9b0b6 9830b2129a22 2024-09-10T19:32:24.485 INFO:teuthology.orchestra.run.smithi155.stdout:mon.b smithi189 running (30m) 34s ago 30m 192M 2048M 15.2.0 204a01f9b0b6 e28fb1d2d63b 2024-09-10T19:32:24.485 INFO:teuthology.orchestra.run.smithi155.stdout:mon.c smithi155 running (30m) 1s ago 30m 197M 2048M 15.2.0 204a01f9b0b6 7cbf0bc7a02d 2024-09-10T19:32:24.485 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.a smithi155 running (8s) 1s ago 25m 6719k - 1.5.0 0da6a335fe13 75a6b4940d3d 2024-09-10T19:32:24.485 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.b smithi189 starting - - - - 2024-09-10T19:32:24.485 INFO:teuthology.orchestra.run.smithi155.stdout:osd.0 smithi155 running (29m) 1s ago 29m 55.4M 4096M 15.2.0 204a01f9b0b6 7f6023dc1e50 2024-09-10T19:32:24.485 INFO:teuthology.orchestra.run.smithi155.stdout:osd.1 smithi155 running (28m) 1s ago 28m 54.4M 4096M 15.2.0 204a01f9b0b6 42d00c1d93dd 2024-09-10T19:32:24.485 INFO:teuthology.orchestra.run.smithi155.stdout:osd.2 smithi155 running (28m) 1s ago 28m 51.0M 4096M 15.2.0 204a01f9b0b6 6b241c21f8e2 2024-09-10T19:32:24.485 INFO:teuthology.orchestra.run.smithi155.stdout:osd.3 smithi155 running (27m) 1s ago 27m 55.0M 4096M 15.2.0 204a01f9b0b6 8d9201a4db26 2024-09-10T19:32:24.485 INFO:teuthology.orchestra.run.smithi155.stdout:osd.4 smithi189 running (27m) 34s ago 27m 56.8M 4096M 15.2.0 204a01f9b0b6 34cb90c9d5b7 2024-09-10T19:32:24.485 INFO:teuthology.orchestra.run.smithi155.stdout:osd.5 smithi189 running (26m) 34s ago 27m 53.2M 4096M 15.2.0 204a01f9b0b6 4b3a3b60e1d5 2024-09-10T19:32:24.485 INFO:teuthology.orchestra.run.smithi155.stdout:osd.6 smithi189 running (26m) 34s ago 26m 56.8M 4096M 15.2.0 204a01f9b0b6 c58c4c013902 2024-09-10T19:32:24.485 INFO:teuthology.orchestra.run.smithi155.stdout:osd.7 smithi189 running (26m) 34s ago 26m 56.5M 4096M 15.2.0 204a01f9b0b6 fb02b608dde7 2024-09-10T19:32:24.486 INFO:teuthology.orchestra.run.smithi155.stdout:prometheus.a smithi189 running (13m) 34s ago 25m 47.5M - 2.54.1 4022a502929b 272b5a73ebb8 2024-09-10T19:32:24.486 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi155.ehnnyk smithi155 running (23m) 1s ago 23m 55.1M - 15.2.0 204a01f9b0b6 48687c7a211a 2024-09-10T19:32:24.486 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi189.dwpibf smithi189 running (23m) 34s ago 23m 54.1M - 15.2.0 204a01f9b0b6 6bddcdbdbf0b 2024-09-10T19:32:24.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:24 smithi189 bash[14634]: cluster 2024-09-10T19:32:23.179584+0000 mgr.y (mgr.24865) 57 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:24.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:24 smithi189 bash[14634]: audit 2024-09-10T19:32:23.421472+0000 mon.a (mon.0) 1098 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:32:24.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:24 smithi189 bash[14634]: audit 2024-09-10T19:32:23.422175+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:32:24.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:24 smithi189 bash[14634]: audit 2024-09-10T19:32:23.427919+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:32:24.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:24 smithi189 bash[14634]: audit 2024-09-10T19:32:23.429292+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 272734617, \"cpu_percentage\": \"1.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419558Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451936256, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:23.419740Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207513190, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419844Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58164510, \"cpu_percentage\": \"0.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419938Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420030Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53508833, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420121Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_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\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420252Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 6880755, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:23.420343Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17595105, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420433Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57797509, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420523Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:23.420705Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:31:26.562022Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.417011Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:32:24.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:24 smithi189 bash[14634]: audit 2024-09-10T19:32:23.433124+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 272734617, \"cpu_percentage\": \"1.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419558Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451936256, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:23.419740Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207513190, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419844Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58164510, \"cpu_percentage\": \"0.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419938Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420030Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53508833, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420121Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_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\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420252Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 6880755, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:23.420343Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17595105, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420433Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57797509, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420523Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:23.420705Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:31:26.562022Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.417011Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:32:24.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:24 smithi189 bash[14634]: audit 2024-09-10T19:32:23.801359+0000 mon.a (mon.0) 1103 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:32:24.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:24 smithi189 bash[14634]: audit 2024-09-10T19:32:24.008440+0000 mon.a (mon.0) 1104 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:32:24.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:24 smithi189 bash[14634]: audit 2024-09-10T19:32:24.009323+0000 mon.a (mon.0) 1105 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:32:24.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:24 smithi189 bash[14634]: audit 2024-09-10T19:32:24.014835+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:32:24.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:24 smithi189 bash[14634]: audit 2024-09-10T19:32:24.016042+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 272734617, \"cpu_percentage\": \"1.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419558Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451936256, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:23.419740Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207513190, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419844Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58164510, \"cpu_percentage\": \"0.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419938Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420030Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53508833, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420121Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_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\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420252Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 6880755, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:23.420343Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17595105, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420433Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57797509, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420523Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:23.420705Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:32:24.007466Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.417011Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:32:24.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:24 smithi189 bash[14634]: audit 2024-09-10T19:32:24.019547+0000 mon.a (mon.0) 1108 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 272734617, \"cpu_percentage\": \"1.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419558Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451936256, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:23.419740Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207513190, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419844Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58164510, \"cpu_percentage\": \"0.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419938Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420030Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53508833, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420121Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_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\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420252Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 6880755, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:23.420343Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17595105, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420433Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57797509, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420523Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:23.420705Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:32:24.007466Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.417011Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:32:24.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:24 smithi189 bash[14634]: audit 2024-09-10T19:32:24.021099+0000 mon.a (mon.0) 1109 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:32:24.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:24 smithi155 bash[14970]: cluster 2024-09-10T19:32:23.179584+0000 mgr.y (mgr.24865) 57 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:24.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:24 smithi155 bash[14970]: audit 2024-09-10T19:32:23.421472+0000 mon.a (mon.0) 1098 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:32:24.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:24 smithi155 bash[14970]: audit 2024-09-10T19:32:23.422175+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:32:24.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:24 smithi155 bash[18934]: cluster 2024-09-10T19:32:23.179584+0000 mgr.y (mgr.24865) 57 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:24.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:24 smithi155 bash[18934]: audit 2024-09-10T19:32:23.421472+0000 mon.a (mon.0) 1098 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:32:24.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:24 smithi155 bash[18934]: audit 2024-09-10T19:32:23.422175+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:32:24.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:24 smithi155 bash[14970]: audit 2024-09-10T19:32:23.427919+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:32:24.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:24 smithi155 bash[18934]: audit 2024-09-10T19:32:23.427919+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:32:24.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:24 smithi155 bash[14970]: audit 2024-09-10T19:32:23.429292+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 272734617, \"cpu_percentage\": \"1.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419558Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451936256, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:23.419740Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207513190, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419844Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58164510, \"cpu_percentage\": \"0.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419938Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420030Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53508833, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420121Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_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\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420252Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 6880755, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:23.420343Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17595105, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420433Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57797509, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420523Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:23.420705Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:31:26.562022Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.417011Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:32:24.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:24 smithi155 bash[18934]: audit 2024-09-10T19:32:23.429292+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 272734617, \"cpu_percentage\": \"1.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419558Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451936256, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:23.419740Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207513190, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419844Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58164510, \"cpu_percentage\": \"0.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419938Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420030Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53508833, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420121Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_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\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420252Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 6880755, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:23.420343Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17595105, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420433Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57797509, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420523Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:23.420705Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:31:26.562022Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.417011Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:32:24.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:24 smithi155 bash[14970]: audit 2024-09-10T19:32:23.433124+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 272734617, \"cpu_percentage\": \"1.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419558Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451936256, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:23.419740Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207513190, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419844Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58164510, \"cpu_percentage\": \"0.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419938Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420030Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53508833, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420121Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_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\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420252Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 6880755, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:23.420343Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17595105, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420433Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57797509, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420523Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:23.420705Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:31:26.562022Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.417011Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:32:24.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:24 smithi155 bash[14970]: audit 2024-09-10T19:32:23.801359+0000 mon.a (mon.0) 1103 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:32:24.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:24 smithi155 bash[14970]: audit 2024-09-10T19:32:24.008440+0000 mon.a (mon.0) 1104 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:32:24.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:24 smithi155 bash[18934]: audit 2024-09-10T19:32:23.433124+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 272734617, \"cpu_percentage\": \"1.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419558Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451936256, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:23.419740Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207513190, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419844Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58164510, \"cpu_percentage\": \"0.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419938Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420030Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53508833, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420121Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_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\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420252Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 6880755, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:23.420343Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17595105, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420433Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57797509, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420523Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:23.420705Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:31:26.562022Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.417011Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:32:24.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:24 smithi155 bash[18934]: audit 2024-09-10T19:32:23.801359+0000 mon.a (mon.0) 1103 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:32:24.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:24 smithi155 bash[18934]: audit 2024-09-10T19:32:24.008440+0000 mon.a (mon.0) 1104 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:32:24.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:24 smithi155 bash[14970]: audit 2024-09-10T19:32:24.009323+0000 mon.a (mon.0) 1105 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:32:24.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:24 smithi155 bash[14970]: audit 2024-09-10T19:32:24.014835+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:32:24.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:24 smithi155 bash[18934]: audit 2024-09-10T19:32:24.009323+0000 mon.a (mon.0) 1105 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:32:24.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:24 smithi155 bash[18934]: audit 2024-09-10T19:32:24.014835+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:18:10.330184Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:18:10.330212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:32:24.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:24 smithi155 bash[14970]: audit 2024-09-10T19:32:24.016042+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 272734617, \"cpu_percentage\": \"1.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419558Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451936256, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:23.419740Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207513190, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419844Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58164510, \"cpu_percentage\": \"0.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419938Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420030Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53508833, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420121Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_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\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420252Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 6880755, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:23.420343Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17595105, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420433Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57797509, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420523Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:23.420705Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:32:24.007466Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.417011Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:32:24.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:24 smithi155 bash[14970]: audit 2024-09-10T19:32:24.019547+0000 mon.a (mon.0) 1108 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 272734617, \"cpu_percentage\": \"1.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419558Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451936256, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:23.419740Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207513190, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419844Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58164510, \"cpu_percentage\": \"0.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419938Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420030Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53508833, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420121Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_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\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420252Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 6880755, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:23.420343Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17595105, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420433Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57797509, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420523Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:23.420705Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:32:24.007466Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.417011Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:32:24.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:24 smithi155 bash[14970]: audit 2024-09-10T19:32:24.021099+0000 mon.a (mon.0) 1109 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:32:24.845 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:24 smithi155 bash[18934]: audit 2024-09-10T19:32:24.016042+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 272734617, \"cpu_percentage\": \"1.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419558Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451936256, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:23.419740Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207513190, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419844Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58164510, \"cpu_percentage\": \"0.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419938Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420030Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53508833, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420121Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_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\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420252Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 6880755, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:23.420343Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17595105, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420433Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57797509, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420523Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:23.420705Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:32:24.007466Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.417011Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:32:24.845 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:24 smithi155 bash[18934]: audit 2024-09-10T19:32:24.019547+0000 mon.a (mon.0) 1108 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 272734617, \"cpu_percentage\": \"1.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419558Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451936256, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:23.419740Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207513190, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419844Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58164510, \"cpu_percentage\": \"0.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419938Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420030Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53508833, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420121Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_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\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420252Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 6880755, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:23.420343Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17595105, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420433Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57797509, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420523Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:23.420705Z\", \"last_device_update\": \"2024-09-10T19:18:10.330232Z\", \"last_network_update\": \"2024-09-10T19:32:24.007466Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.417011Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:32:24.845 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:24 smithi155 bash[18934]: audit 2024-09-10T19:32:24.021099+0000 mon.a (mon.0) 1109 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:32:24.947 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:32:24.947 INFO:teuthology.orchestra.run.smithi155.stdout: "mon": { 2024-09-10T19:32:24.947 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-10T19:32:24.947 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:32:24.947 INFO:teuthology.orchestra.run.smithi155.stdout: "mgr": { 2024-09-10T19:32:24.947 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:32:24.947 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:32:24.947 INFO:teuthology.orchestra.run.smithi155.stdout: "osd": { 2024-09-10T19:32:24.947 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-10T19:32:24.947 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:32:24.947 INFO:teuthology.orchestra.run.smithi155.stdout: "mds": {}, 2024-09-10T19:32:24.947 INFO:teuthology.orchestra.run.smithi155.stdout: "rgw": { 2024-09-10T19:32:24.948 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-10T19:32:24.948 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:32:24.948 INFO:teuthology.orchestra.run.smithi155.stdout: "overall": { 2024-09-10T19:32:24.948 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-09-10T19:32:24.948 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:32:24.948 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-10T19:32:24.948 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:32:25.333 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:32:25.333 INFO:teuthology.orchestra.run.smithi155.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T19:32:25.333 INFO:teuthology.orchestra.run.smithi155.stdout: "in_progress": true, 2024-09-10T19:32:25.333 INFO:teuthology.orchestra.run.smithi155.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-10T19:32:25.333 INFO:teuthology.orchestra.run.smithi155.stdout: "services_complete": [ 2024-09-10T19:32:25.333 INFO:teuthology.orchestra.run.smithi155.stdout: "mgr" 2024-09-10T19:32:25.334 INFO:teuthology.orchestra.run.smithi155.stdout: ], 2024-09-10T19:32:25.334 INFO:teuthology.orchestra.run.smithi155.stdout: "progress": "2/2 daemons upgraded", 2024-09-10T19:32:25.334 INFO:teuthology.orchestra.run.smithi155.stdout: "message": "Currently upgrading node-exporter daemons", 2024-09-10T19:32:25.334 INFO:teuthology.orchestra.run.smithi155.stdout: "is_paused": false 2024-09-10T19:32:25.334 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:32:25.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:25 smithi189 bash[14634]: audit 2024-09-10T19:32:23.667791+0000 mgr.y (mgr.24865) 58 : audit [DBG] from='client.15081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:32:25.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:25 smithi189 bash[14634]: audit 2024-09-10T19:32:24.079244+0000 mgr.y (mgr.24865) 59 : audit [DBG] from='client.25015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:32:25.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:25 smithi189 bash[14634]: audit 2024-09-10T19:32:24.457753+0000 mgr.y (mgr.24865) 60 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:32:25.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:25 smithi189 bash[14634]: audit 2024-09-10T19:32:24.462545+0000 mon.a (mon.0) 1110 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:32:25.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:25 smithi189 bash[14634]: audit 2024-09-10T19:32:24.463497+0000 mon.a (mon.0) 1111 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:32:25.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:25 smithi189 bash[14634]: audit 2024-09-10T19:32:24.464305+0000 mon.a (mon.0) 1112 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:25.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:25 smithi189 bash[14634]: audit 2024-09-10T19:32:24.465279+0000 mon.a (mon.0) 1113 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:25.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:25 smithi189 bash[14634]: audit 2024-09-10T19:32:24.466226+0000 mon.a (mon.0) 1114 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:25.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:25 smithi189 bash[14634]: audit 2024-09-10T19:32:24.467144+0000 mon.a (mon.0) 1115 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:25.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:25 smithi189 bash[14634]: audit 2024-09-10T19:32:24.471840+0000 mon.a (mon.0) 1116 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:32:25.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:25 smithi189 bash[14634]: audit 2024-09-10T19:32:24.472555+0000 mon.a (mon.0) 1117 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:25.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:25 smithi189 bash[14634]: audit 2024-09-10T19:32:24.473091+0000 mon.a (mon.0) 1118 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:25.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:25 smithi189 bash[14634]: audit 2024-09-10T19:32:24.473632+0000 mon.a (mon.0) 1119 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:25.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:25 smithi189 bash[14634]: audit 2024-09-10T19:32:24.474159+0000 mon.a (mon.0) 1120 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:25.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:25 smithi189 bash[14634]: audit 2024-09-10T19:32:24.556129+0000 mon.a (mon.0) 1121 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:32:25.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:25 smithi189 bash[14634]: audit 2024-09-10T19:32:24.557269+0000 mon.a (mon.0) 1122 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:09.357419Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:09.357448Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:32:25.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:25 smithi189 bash[14634]: audit 2024-09-10T19:32:24.563261+0000 mon.a (mon.0) 1123 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:09.357419Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:09.357448Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:32:25.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:25 smithi189 bash[14634]: audit 2024-09-10T19:32:24.564968+0000 mon.a (mon.0) 1124 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212441497, \"cpu_percentage\": \"0.86%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553271Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407476633, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:24.553509Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59653488, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553655Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55752785, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553818Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553971Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59873689, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554126Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554280Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": \"3.06%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:24.554432Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29695672, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554585Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554739Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:24.555000Z\", \"last_device_update\": \"2024-09-10T19:32:09.357554Z\", \"last_network_update\": \"2024-09-10T19:31:50.686120Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.437448Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:32:25.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:25 smithi189 bash[14634]: audit 2024-09-10T19:32:24.571217+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212441497, \"cpu_percentage\": \"0.86%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553271Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407476633, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:24.553509Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59653488, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553655Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55752785, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553818Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553971Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59873689, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554126Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554280Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": \"3.06%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:24.554432Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29695672, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554585Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554739Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:24.555000Z\", \"last_device_update\": \"2024-09-10T19:32:09.357554Z\", \"last_network_update\": \"2024-09-10T19:31:50.686120Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.437448Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:32:25.708 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:25 smithi189 bash[14634]: audit 2024-09-10T19:32:24.945138+0000 mon.c (mon.1) 156 : audit [DBG] from='client.? 172.21.15.155:0/1099735786' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:25.708 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:25 smithi189 bash[14634]: audit 2024-09-10T19:32:24.951752+0000 mon.a (mon.0) 1126 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:32:25.708 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:25 smithi189 bash[14634]: audit 2024-09-10T19:32:25.173129+0000 mon.a (mon.0) 1127 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:32:25.708 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:25 smithi189 bash[14634]: audit 2024-09-10T19:32:25.174680+0000 mon.a (mon.0) 1128 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:09.357419Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:09.357448Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:32:25.708 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:25 smithi189 bash[14634]: audit 2024-09-10T19:32:25.180998+0000 mon.a (mon.0) 1129 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:09.357419Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:09.357448Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:32:25.708 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:25 smithi189 bash[14634]: audit 2024-09-10T19:32:25.183654+0000 mon.a (mon.0) 1130 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212441497, \"cpu_percentage\": \"0.86%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553271Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407476633, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:24.553509Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59653488, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553655Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55752785, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553818Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553971Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59873689, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554126Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554280Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": \"3.06%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:24.554432Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29695672, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554585Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554739Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:24.555000Z\", \"last_device_update\": \"2024-09-10T19:32:09.357554Z\", \"last_network_update\": \"2024-09-10T19:32:25.171526Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.437448Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:32:25.709 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:25 smithi189 bash[14634]: audit 2024-09-10T19:32:25.188610+0000 mon.a (mon.0) 1131 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212441497, \"cpu_percentage\": \"0.86%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553271Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407476633, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:24.553509Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59653488, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553655Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55752785, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553818Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553971Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59873689, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554126Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554280Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": \"3.06%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:24.554432Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29695672, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554585Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554739Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:24.555000Z\", \"last_device_update\": \"2024-09-10T19:32:09.357554Z\", \"last_network_update\": \"2024-09-10T19:32:25.171526Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.437448Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:32:25.709 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:25 smithi189 bash[14634]: audit 2024-09-10T19:32:25.189719+0000 mon.a (mon.0) 1132 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:32:25.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[14970]: audit 2024-09-10T19:32:23.667791+0000 mgr.y (mgr.24865) 58 : audit [DBG] from='client.15081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:32:25.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[14970]: audit 2024-09-10T19:32:24.079244+0000 mgr.y (mgr.24865) 59 : audit [DBG] from='client.25015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:32:25.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[14970]: audit 2024-09-10T19:32:24.457753+0000 mgr.y (mgr.24865) 60 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:32:25.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[14970]: audit 2024-09-10T19:32:24.462545+0000 mon.a (mon.0) 1110 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:32:25.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[14970]: audit 2024-09-10T19:32:24.463497+0000 mon.a (mon.0) 1111 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:32:25.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[14970]: audit 2024-09-10T19:32:24.464305+0000 mon.a (mon.0) 1112 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:25.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[14970]: audit 2024-09-10T19:32:24.465279+0000 mon.a (mon.0) 1113 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:25.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[14970]: audit 2024-09-10T19:32:24.466226+0000 mon.a (mon.0) 1114 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:25.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[14970]: audit 2024-09-10T19:32:24.467144+0000 mon.a (mon.0) 1115 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:25.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[14970]: audit 2024-09-10T19:32:24.471840+0000 mon.a (mon.0) 1116 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:32:25.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[14970]: audit 2024-09-10T19:32:24.472555+0000 mon.a (mon.0) 1117 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:25.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[14970]: audit 2024-09-10T19:32:24.473091+0000 mon.a (mon.0) 1118 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:25.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[14970]: audit 2024-09-10T19:32:24.473632+0000 mon.a (mon.0) 1119 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:25.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[14970]: audit 2024-09-10T19:32:24.474159+0000 mon.a (mon.0) 1120 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:25.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[14970]: audit 2024-09-10T19:32:24.556129+0000 mon.a (mon.0) 1121 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:32:25.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[18934]: audit 2024-09-10T19:32:23.667791+0000 mgr.y (mgr.24865) 58 : audit [DBG] from='client.15081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:32:25.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[18934]: audit 2024-09-10T19:32:24.079244+0000 mgr.y (mgr.24865) 59 : audit [DBG] from='client.25015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:32:25.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[18934]: audit 2024-09-10T19:32:24.457753+0000 mgr.y (mgr.24865) 60 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:32:25.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[18934]: audit 2024-09-10T19:32:24.462545+0000 mon.a (mon.0) 1110 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:32:25.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[18934]: audit 2024-09-10T19:32:24.463497+0000 mon.a (mon.0) 1111 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:32:25.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[18934]: audit 2024-09-10T19:32:24.464305+0000 mon.a (mon.0) 1112 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:25.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[18934]: audit 2024-09-10T19:32:24.465279+0000 mon.a (mon.0) 1113 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:25.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[18934]: audit 2024-09-10T19:32:24.466226+0000 mon.a (mon.0) 1114 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:25.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[18934]: audit 2024-09-10T19:32:24.467144+0000 mon.a (mon.0) 1115 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:25.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[18934]: audit 2024-09-10T19:32:24.471840+0000 mon.a (mon.0) 1116 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:32:25.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[18934]: audit 2024-09-10T19:32:24.472555+0000 mon.a (mon.0) 1117 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:25.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[18934]: audit 2024-09-10T19:32:24.473091+0000 mon.a (mon.0) 1118 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:25.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[18934]: audit 2024-09-10T19:32:24.473632+0000 mon.a (mon.0) 1119 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:25.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[18934]: audit 2024-09-10T19:32:24.474159+0000 mon.a (mon.0) 1120 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:25.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[18934]: audit 2024-09-10T19:32:24.556129+0000 mon.a (mon.0) 1121 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:32:25.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[14970]: audit 2024-09-10T19:32:24.557269+0000 mon.a (mon.0) 1122 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:09.357419Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:09.357448Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:32:25.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[18934]: audit 2024-09-10T19:32:24.557269+0000 mon.a (mon.0) 1122 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:09.357419Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:09.357448Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:32:25.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[18934]: audit 2024-09-10T19:32:24.563261+0000 mon.a (mon.0) 1123 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:09.357419Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:09.357448Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:32:25.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[14970]: audit 2024-09-10T19:32:24.563261+0000 mon.a (mon.0) 1123 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:09.357419Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:09.357448Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:32:25.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[14970]: audit 2024-09-10T19:32:24.564968+0000 mon.a (mon.0) 1124 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212441497, \"cpu_percentage\": \"0.86%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553271Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407476633, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:24.553509Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59653488, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553655Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55752785, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553818Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553971Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59873689, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554126Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554280Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": \"3.06%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:24.554432Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29695672, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554585Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554739Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:24.555000Z\", \"last_device_update\": \"2024-09-10T19:32:09.357554Z\", \"last_network_update\": \"2024-09-10T19:31:50.686120Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.437448Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:32:25.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[18934]: audit 2024-09-10T19:32:24.564968+0000 mon.a (mon.0) 1124 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212441497, \"cpu_percentage\": \"0.86%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553271Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407476633, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:24.553509Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59653488, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553655Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55752785, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553818Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553971Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59873689, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554126Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554280Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": \"3.06%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:24.554432Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29695672, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554585Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554739Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:24.555000Z\", \"last_device_update\": \"2024-09-10T19:32:09.357554Z\", \"last_network_update\": \"2024-09-10T19:31:50.686120Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.437448Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:32:25.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[18934]: audit 2024-09-10T19:32:24.571217+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212441497, \"cpu_percentage\": \"0.86%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553271Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407476633, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:24.553509Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59653488, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553655Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55752785, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553818Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553971Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59873689, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554126Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554280Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": \"3.06%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:24.554432Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29695672, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554585Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554739Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:24.555000Z\", \"last_device_update\": \"2024-09-10T19:32:09.357554Z\", \"last_network_update\": \"2024-09-10T19:31:50.686120Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.437448Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:32:25.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[18934]: audit 2024-09-10T19:32:24.945138+0000 mon.c (mon.1) 156 : audit [DBG] from='client.? 172.21.15.155:0/1099735786' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:25.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[18934]: audit 2024-09-10T19:32:24.951752+0000 mon.a (mon.0) 1126 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:32:25.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[18934]: audit 2024-09-10T19:32:25.173129+0000 mon.a (mon.0) 1127 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:32:25.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[14970]: audit 2024-09-10T19:32:24.571217+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212441497, \"cpu_percentage\": \"0.86%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553271Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407476633, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:24.553509Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59653488, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553655Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55752785, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553818Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553971Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59873689, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554126Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554280Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": \"3.06%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:24.554432Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29695672, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554585Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554739Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:24.555000Z\", \"last_device_update\": \"2024-09-10T19:32:09.357554Z\", \"last_network_update\": \"2024-09-10T19:31:50.686120Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.437448Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:32:25.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[14970]: audit 2024-09-10T19:32:24.945138+0000 mon.c (mon.1) 156 : audit [DBG] from='client.? 172.21.15.155:0/1099735786' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:25.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[14970]: audit 2024-09-10T19:32:24.951752+0000 mon.a (mon.0) 1126 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:32:25.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[14970]: audit 2024-09-10T19:32:25.173129+0000 mon.a (mon.0) 1127 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:32:25.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[14970]: audit 2024-09-10T19:32:25.174680+0000 mon.a (mon.0) 1128 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:09.357419Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:09.357448Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:32:25.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[14970]: audit 2024-09-10T19:32:25.180998+0000 mon.a (mon.0) 1129 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:09.357419Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:09.357448Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:32:25.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[18934]: audit 2024-09-10T19:32:25.174680+0000 mon.a (mon.0) 1128 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:09.357419Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:09.357448Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:32:25.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[18934]: audit 2024-09-10T19:32:25.180998+0000 mon.a (mon.0) 1129 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:09.357419Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:09.357448Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:32:25.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[18934]: audit 2024-09-10T19:32:25.183654+0000 mon.a (mon.0) 1130 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212441497, \"cpu_percentage\": \"0.86%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553271Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407476633, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:24.553509Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59653488, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553655Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55752785, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553818Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553971Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59873689, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554126Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554280Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": \"3.06%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:24.554432Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29695672, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554585Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554739Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:24.555000Z\", \"last_device_update\": \"2024-09-10T19:32:09.357554Z\", \"last_network_update\": \"2024-09-10T19:32:25.171526Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.437448Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:32:25.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[14970]: audit 2024-09-10T19:32:25.183654+0000 mon.a (mon.0) 1130 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212441497, \"cpu_percentage\": \"0.86%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553271Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407476633, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:24.553509Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59653488, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553655Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55752785, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553818Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553971Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59873689, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554126Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554280Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": \"3.06%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:24.554432Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29695672, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554585Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554739Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:24.555000Z\", \"last_device_update\": \"2024-09-10T19:32:09.357554Z\", \"last_network_update\": \"2024-09-10T19:32:25.171526Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.437448Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:32:25.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[14970]: audit 2024-09-10T19:32:25.188610+0000 mon.a (mon.0) 1131 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212441497, \"cpu_percentage\": \"0.86%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553271Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407476633, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:24.553509Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59653488, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553655Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55752785, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553818Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553971Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59873689, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554126Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554280Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": \"3.06%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:24.554432Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29695672, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554585Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554739Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:24.555000Z\", \"last_device_update\": \"2024-09-10T19:32:09.357554Z\", \"last_network_update\": \"2024-09-10T19:32:25.171526Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.437448Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:32:25.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[14970]: audit 2024-09-10T19:32:25.189719+0000 mon.a (mon.0) 1132 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:32:25.847 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[18934]: audit 2024-09-10T19:32:25.188610+0000 mon.a (mon.0) 1131 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212441497, \"cpu_percentage\": \"0.86%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553271Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407476633, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:24.553509Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59653488, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553655Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55752785, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553818Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553971Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59873689, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554126Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554280Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": \"3.06%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:24.554432Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29695672, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554585Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554739Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:24.555000Z\", \"last_device_update\": \"2024-09-10T19:32:09.357554Z\", \"last_network_update\": \"2024-09-10T19:32:25.171526Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.437448Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:32:25.847 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:25 smithi155 bash[18934]: audit 2024-09-10T19:32:25.189719+0000 mon.a (mon.0) 1132 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:32:26.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:26 smithi189 bash[14634]: cluster 2024-09-10T19:32:25.181433+0000 mgr.y (mgr.24865) 61 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:26.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:26 smithi189 bash[14634]: audit 2024-09-10T19:32:25.331057+0000 mgr.y (mgr.24865) 62 : audit [DBG] from='client.25033 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:32:26.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:26 smithi155 bash[18934]: cluster 2024-09-10T19:32:25.181433+0000 mgr.y (mgr.24865) 61 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:26.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:26 smithi155 bash[18934]: audit 2024-09-10T19:32:25.331057+0000 mgr.y (mgr.24865) 62 : audit [DBG] from='client.25033 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:32:26.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:26 smithi155 bash[14970]: cluster 2024-09-10T19:32:25.181433+0000 mgr.y (mgr.24865) 61 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:26.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:26 smithi155 bash[14970]: audit 2024-09-10T19:32:25.331057+0000 mgr.y (mgr.24865) 62 : audit [DBG] from='client.25033 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:32:28.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:28 smithi189 bash[14634]: cluster 2024-09-10T19:32:27.182170+0000 mgr.y (mgr.24865) 63 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:28.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:28 smithi155 bash[18934]: cluster 2024-09-10T19:32:27.182170+0000 mgr.y (mgr.24865) 63 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:28.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:28 smithi155 bash[14970]: cluster 2024-09-10T19:32:27.182170+0000 mgr.y (mgr.24865) 63 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:30.701 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:30 smithi189 bash[14634]: cluster 2024-09-10T19:32:29.182893+0000 mgr.y (mgr.24865) 64 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:30.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:30 smithi155 bash[14970]: cluster 2024-09-10T19:32:29.182893+0000 mgr.y (mgr.24865) 64 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:30.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:30 smithi155 bash[18934]: cluster 2024-09-10T19:32:29.182893+0000 mgr.y (mgr.24865) 64 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:32.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:32 smithi189 bash[14634]: cluster 2024-09-10T19:32:31.184430+0000 mgr.y (mgr.24865) 65 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:32.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:32 smithi155 bash[14970]: cluster 2024-09-10T19:32:31.184430+0000 mgr.y (mgr.24865) 65 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:32.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:32 smithi155 bash[18934]: cluster 2024-09-10T19:32:31.184430+0000 mgr.y (mgr.24865) 65 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:33.451 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:33 smithi189 bash[14634]: audit 2024-09-10T19:32:33.082961+0000 mon.a (mon.0) 1133 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:32:33.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:33 smithi155 bash[14970]: audit 2024-09-10T19:32:33.082961+0000 mon.a (mon.0) 1133 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:32:33.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:33 smithi155 bash[18934]: audit 2024-09-10T19:32:33.082961+0000 mon.a (mon.0) 1133 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:32:34.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:34 smithi189 bash[14634]: cluster 2024-09-10T19:32:33.185149+0000 mgr.y (mgr.24865) 66 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:34.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:34 smithi189 bash[14634]: audit 2024-09-10T19:32:34.214159+0000 mon.a (mon.0) 1134 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:32:34.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:34 smithi155 bash[14970]: cluster 2024-09-10T19:32:33.185149+0000 mgr.y (mgr.24865) 66 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:34.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:34 smithi155 bash[14970]: audit 2024-09-10T19:32:34.214159+0000 mon.a (mon.0) 1134 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:32:34.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:34 smithi155 bash[18934]: cluster 2024-09-10T19:32:33.185149+0000 mgr.y (mgr.24865) 66 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:34.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:34 smithi155 bash[18934]: audit 2024-09-10T19:32:34.214159+0000 mon.a (mon.0) 1134 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:32:36.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:36 smithi189 bash[14634]: cluster 2024-09-10T19:32:35.186553+0000 mgr.y (mgr.24865) 67 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:36.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:36 smithi155 bash[14970]: cluster 2024-09-10T19:32:35.186553+0000 mgr.y (mgr.24865) 67 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:36.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:36 smithi155 bash[18934]: cluster 2024-09-10T19:32:35.186553+0000 mgr.y (mgr.24865) 67 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:38.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:38 smithi189 bash[14634]: cluster 2024-09-10T19:32:37.187345+0000 mgr.y (mgr.24865) 68 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:38.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:38 smithi155 bash[18934]: cluster 2024-09-10T19:32:37.187345+0000 mgr.y (mgr.24865) 68 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:38.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:38 smithi155 bash[14970]: cluster 2024-09-10T19:32:37.187345+0000 mgr.y (mgr.24865) 68 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:40.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:40 smithi189 bash[14634]: cluster 2024-09-10T19:32:39.187961+0000 mgr.y (mgr.24865) 69 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:40.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:40 smithi155 bash[14970]: cluster 2024-09-10T19:32:39.187961+0000 mgr.y (mgr.24865) 69 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:40.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:40 smithi155 bash[18934]: cluster 2024-09-10T19:32:39.187961+0000 mgr.y (mgr.24865) 69 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:42.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:42 smithi155 bash[18934]: cluster 2024-09-10T19:32:41.189479+0000 mgr.y (mgr.24865) 70 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:42.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:42 smithi155 bash[14970]: cluster 2024-09-10T19:32:41.189479+0000 mgr.y (mgr.24865) 70 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:42.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:42 smithi189 bash[14634]: cluster 2024-09-10T19:32:41.189479+0000 mgr.y (mgr.24865) 70 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:43.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:43 smithi189 bash[14634]: audit 2024-09-10T19:32:43.170214+0000 mon.a (mon.0) 1135 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:32:43.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:43 smithi189 bash[14634]: audit 2024-09-10T19:32:43.171437+0000 mon.a (mon.0) 1136 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.168296Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.168328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:32:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:43 smithi189 bash[14634]: audit 2024-09-10T19:32:43.178157+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.168296Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.168328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:32:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:43 smithi189 bash[14634]: audit 2024-09-10T19:32:43.179582+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 272734617, \"cpu_percentage\": \"1.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419558Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451936256, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:23.419740Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207513190, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419844Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58164510, \"cpu_percentage\": \"0.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419938Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420030Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53508833, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420121Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_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\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420252Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 6880755, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:23.420343Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17595105, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420433Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57797509, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420523Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:23.420705Z\", \"last_device_update\": \"2024-09-10T19:32:43.168420Z\", \"last_network_update\": \"2024-09-10T19:32:24.007466Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.417011Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:32:43.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:43 smithi189 bash[14634]: audit 2024-09-10T19:32:43.184403+0000 mon.a (mon.0) 1139 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 272734617, \"cpu_percentage\": \"1.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419558Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451936256, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:23.419740Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207513190, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419844Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58164510, \"cpu_percentage\": \"0.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419938Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420030Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53508833, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420121Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_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\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420252Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 6880755, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:23.420343Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17595105, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420433Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57797509, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420523Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:23.420705Z\", \"last_device_update\": \"2024-09-10T19:32:43.168420Z\", \"last_network_update\": \"2024-09-10T19:32:24.007466Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.417011Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:32:43.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:43 smithi155 bash[14970]: audit 2024-09-10T19:32:43.170214+0000 mon.a (mon.0) 1135 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:32:43.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:43 smithi155 bash[14970]: audit 2024-09-10T19:32:43.171437+0000 mon.a (mon.0) 1136 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.168296Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.168328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:32:43.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:43 smithi155 bash[18934]: audit 2024-09-10T19:32:43.170214+0000 mon.a (mon.0) 1135 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:32:43.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:43 smithi155 bash[18934]: audit 2024-09-10T19:32:43.171437+0000 mon.a (mon.0) 1136 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.168296Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.168328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:32:43.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:43 smithi155 bash[18934]: audit 2024-09-10T19:32:43.178157+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.168296Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.168328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:32:43.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:43 smithi155 bash[14970]: audit 2024-09-10T19:32:43.178157+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.168296Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.168328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:32:43.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:43 smithi155 bash[18934]: audit 2024-09-10T19:32:43.179582+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 272734617, \"cpu_percentage\": \"1.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419558Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451936256, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:23.419740Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207513190, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419844Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58164510, \"cpu_percentage\": \"0.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419938Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420030Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53508833, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420121Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_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\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420252Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 6880755, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:23.420343Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17595105, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420433Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57797509, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420523Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:23.420705Z\", \"last_device_update\": \"2024-09-10T19:32:43.168420Z\", \"last_network_update\": \"2024-09-10T19:32:24.007466Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.417011Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:32:43.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:43 smithi155 bash[18934]: audit 2024-09-10T19:32:43.184403+0000 mon.a (mon.0) 1139 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 272734617, \"cpu_percentage\": \"1.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419558Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451936256, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:23.419740Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207513190, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419844Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58164510, \"cpu_percentage\": \"0.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419938Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420030Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53508833, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420121Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_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\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420252Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 6880755, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:23.420343Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17595105, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420433Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57797509, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420523Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:23.420705Z\", \"last_device_update\": \"2024-09-10T19:32:43.168420Z\", \"last_network_update\": \"2024-09-10T19:32:24.007466Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.417011Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:32:43.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:43 smithi155 bash[14970]: audit 2024-09-10T19:32:43.179582+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 272734617, \"cpu_percentage\": \"1.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419558Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451936256, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:23.419740Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207513190, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419844Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58164510, \"cpu_percentage\": \"0.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419938Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420030Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53508833, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420121Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_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\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420252Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 6880755, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:23.420343Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17595105, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420433Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57797509, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420523Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:23.420705Z\", \"last_device_update\": \"2024-09-10T19:32:43.168420Z\", \"last_network_update\": \"2024-09-10T19:32:24.007466Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.417011Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:32:43.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:43 smithi155 bash[14970]: audit 2024-09-10T19:32:43.184403+0000 mon.a (mon.0) 1139 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 272734617, \"cpu_percentage\": \"1.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419558Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451936256, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:23.419740Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207513190, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419844Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58164510, \"cpu_percentage\": \"0.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419938Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420030Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53508833, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420121Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_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\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420252Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 6880755, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:23.420343Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"16d53bf305cc\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17595105, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420433Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:18:25.140324Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57797509, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420523Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:18:15.118301Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:23.420705Z\", \"last_device_update\": \"2024-09-10T19:32:43.168420Z\", \"last_network_update\": \"2024-09-10T19:32:24.007466Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.417011Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:32:44.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:44 smithi189 bash[14634]: cluster 2024-09-10T19:32:43.189958+0000 mgr.y (mgr.24865) 71 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:44.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:44 smithi189 bash[14634]: audit 2024-09-10T19:32:43.949463+0000 mon.a (mon.0) 1140 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:32:44.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:44 smithi189 bash[14634]: audit 2024-09-10T19:32:43.951260+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.947298Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.947328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:32:44.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:44 smithi189 bash[14634]: audit 2024-09-10T19:32:43.958548+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.947298Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.947328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:32:44.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:44 smithi189 bash[14634]: audit 2024-09-10T19:32:43.960828+0000 mon.a (mon.0) 1143 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212441497, \"cpu_percentage\": \"0.86%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553271Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407476633, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:24.553509Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59653488, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553655Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55752785, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553818Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553971Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59873689, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554126Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554280Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": \"3.06%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:24.554432Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29695672, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554585Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554739Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:24.555000Z\", \"last_device_update\": \"2024-09-10T19:32:43.947423Z\", \"last_network_update\": \"2024-09-10T19:32:25.171526Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.437448Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:32:44.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:44 smithi189 bash[14634]: audit 2024-09-10T19:32:43.967277+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212441497, \"cpu_percentage\": \"0.86%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553271Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407476633, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:24.553509Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59653488, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553655Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55752785, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553818Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553971Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59873689, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554126Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554280Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": \"3.06%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:24.554432Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29695672, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554585Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554739Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:24.555000Z\", \"last_device_update\": \"2024-09-10T19:32:43.947423Z\", \"last_network_update\": \"2024-09-10T19:32:25.171526Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.437448Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:32:44.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:44 smithi189 bash[14634]: audit 2024-09-10T19:32:43.970786+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:32:44.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:44 smithi189 bash[14634]: audit 2024-09-10T19:32:43.975738+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:32:44.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:44 smithi189 bash[14634]: audit 2024-09-10T19:32:44.027600+0000 mon.a (mon.0) 1147 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:32:44.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:44 smithi189 bash[14634]: audit 2024-09-10T19:32:44.029783+0000 mon.a (mon.0) 1148 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:32:44.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:44 smithi189 bash[14634]: audit 2024-09-10T19:32:44.032842+0000 mon.a (mon.0) 1149 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:44.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:44 smithi189 bash[14634]: audit 2024-09-10T19:32:44.035199+0000 mon.a (mon.0) 1150 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:44.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:44 smithi189 bash[14634]: audit 2024-09-10T19:32:44.037709+0000 mon.a (mon.0) 1151 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:44.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:44 smithi189 bash[14634]: audit 2024-09-10T19:32:44.040026+0000 mon.a (mon.0) 1152 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:44.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:44 smithi189 bash[14634]: audit 2024-09-10T19:32:44.042016+0000 mon.a (mon.0) 1153 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:44.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:44 smithi189 bash[14634]: audit 2024-09-10T19:32:44.043867+0000 mon.a (mon.0) 1154 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:44.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:44 smithi189 bash[14634]: audit 2024-09-10T19:32:44.045866+0000 mon.a (mon.0) 1155 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:44.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:44 smithi189 bash[14634]: audit 2024-09-10T19:32:44.048206+0000 mon.a (mon.0) 1156 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:44.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:44 smithi155 bash[14970]: cluster 2024-09-10T19:32:43.189958+0000 mgr.y (mgr.24865) 71 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:44.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:44 smithi155 bash[14970]: audit 2024-09-10T19:32:43.949463+0000 mon.a (mon.0) 1140 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:32:44.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:44 smithi155 bash[14970]: audit 2024-09-10T19:32:43.951260+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.947298Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.947328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:32:44.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:44 smithi155 bash[18934]: cluster 2024-09-10T19:32:43.189958+0000 mgr.y (mgr.24865) 71 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:44.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:44 smithi155 bash[18934]: audit 2024-09-10T19:32:43.949463+0000 mon.a (mon.0) 1140 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:32:44.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:44 smithi155 bash[18934]: audit 2024-09-10T19:32:43.951260+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.947298Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.947328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:32:44.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:44 smithi155 bash[18934]: audit 2024-09-10T19:32:43.958548+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.947298Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.947328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:32:44.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:44 smithi155 bash[14970]: audit 2024-09-10T19:32:43.958548+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.947298Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.947328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:32:44.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:44 smithi155 bash[18934]: audit 2024-09-10T19:32:43.960828+0000 mon.a (mon.0) 1143 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212441497, \"cpu_percentage\": \"0.86%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553271Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407476633, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:24.553509Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59653488, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553655Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55752785, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553818Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553971Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59873689, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554126Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554280Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": \"3.06%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:24.554432Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29695672, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554585Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554739Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:24.555000Z\", \"last_device_update\": \"2024-09-10T19:32:43.947423Z\", \"last_network_update\": \"2024-09-10T19:32:25.171526Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.437448Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:32:44.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:44 smithi155 bash[14970]: audit 2024-09-10T19:32:43.960828+0000 mon.a (mon.0) 1143 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212441497, \"cpu_percentage\": \"0.86%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553271Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407476633, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:24.553509Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59653488, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553655Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55752785, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553818Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553971Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59873689, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554126Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554280Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": \"3.06%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:24.554432Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29695672, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554585Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554739Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:24.555000Z\", \"last_device_update\": \"2024-09-10T19:32:43.947423Z\", \"last_network_update\": \"2024-09-10T19:32:25.171526Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.437448Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:32:44.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:44 smithi155 bash[18934]: audit 2024-09-10T19:32:43.967277+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212441497, \"cpu_percentage\": \"0.86%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553271Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407476633, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:24.553509Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59653488, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553655Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55752785, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553818Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553971Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59873689, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554126Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554280Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": \"3.06%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:24.554432Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29695672, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554585Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554739Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:24.555000Z\", \"last_device_update\": \"2024-09-10T19:32:43.947423Z\", \"last_network_update\": \"2024-09-10T19:32:25.171526Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.437448Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:32:44.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:44 smithi155 bash[18934]: audit 2024-09-10T19:32:43.970786+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:32:44.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:44 smithi155 bash[18934]: audit 2024-09-10T19:32:43.975738+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:32:44.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:44 smithi155 bash[18934]: audit 2024-09-10T19:32:44.027600+0000 mon.a (mon.0) 1147 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:32:44.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:44 smithi155 bash[18934]: audit 2024-09-10T19:32:44.029783+0000 mon.a (mon.0) 1148 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:32:44.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:44 smithi155 bash[18934]: audit 2024-09-10T19:32:44.032842+0000 mon.a (mon.0) 1149 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:44.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:44 smithi155 bash[18934]: audit 2024-09-10T19:32:44.035199+0000 mon.a (mon.0) 1150 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:44.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:44 smithi155 bash[18934]: audit 2024-09-10T19:32:44.037709+0000 mon.a (mon.0) 1151 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:44.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:44 smithi155 bash[18934]: audit 2024-09-10T19:32:44.040026+0000 mon.a (mon.0) 1152 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:44.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:44 smithi155 bash[18934]: audit 2024-09-10T19:32:44.042016+0000 mon.a (mon.0) 1153 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:44.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:44 smithi155 bash[18934]: audit 2024-09-10T19:32:44.043867+0000 mon.a (mon.0) 1154 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:44.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:44 smithi155 bash[18934]: audit 2024-09-10T19:32:44.045866+0000 mon.a (mon.0) 1155 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:44.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:44 smithi155 bash[18934]: audit 2024-09-10T19:32:44.048206+0000 mon.a (mon.0) 1156 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:44.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:44 smithi155 bash[14970]: audit 2024-09-10T19:32:43.967277+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212441497, \"cpu_percentage\": \"0.86%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553271Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407476633, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:24.553509Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59653488, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553655Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55752785, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553818Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553971Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59873689, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554126Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"272b5a73ebb8\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 49849303, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554280Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:18:40.292958Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": \"3.06%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:24.554432Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29695672, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554585Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554739Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:18:27.343478Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:24.555000Z\", \"last_device_update\": \"2024-09-10T19:32:43.947423Z\", \"last_network_update\": \"2024-09-10T19:32:25.171526Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:09.437448Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:32:44.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:44 smithi155 bash[14970]: audit 2024-09-10T19:32:43.970786+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:32:44.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:44 smithi155 bash[14970]: audit 2024-09-10T19:32:43.975738+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:32:44.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:44 smithi155 bash[14970]: audit 2024-09-10T19:32:44.027600+0000 mon.a (mon.0) 1147 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:32:44.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:44 smithi155 bash[14970]: audit 2024-09-10T19:32:44.029783+0000 mon.a (mon.0) 1148 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:32:44.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:44 smithi155 bash[14970]: audit 2024-09-10T19:32:44.032842+0000 mon.a (mon.0) 1149 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:44.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:44 smithi155 bash[14970]: audit 2024-09-10T19:32:44.035199+0000 mon.a (mon.0) 1150 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:44.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:44 smithi155 bash[14970]: audit 2024-09-10T19:32:44.037709+0000 mon.a (mon.0) 1151 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:44.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:44 smithi155 bash[14970]: audit 2024-09-10T19:32:44.040026+0000 mon.a (mon.0) 1152 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:44.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:44 smithi155 bash[14970]: audit 2024-09-10T19:32:44.042016+0000 mon.a (mon.0) 1153 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:44.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:44 smithi155 bash[14970]: audit 2024-09-10T19:32:44.043867+0000 mon.a (mon.0) 1154 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:44.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:44 smithi155 bash[14970]: audit 2024-09-10T19:32:44.045866+0000 mon.a (mon.0) 1155 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:44.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:44 smithi155 bash[14970]: audit 2024-09-10T19:32:44.048206+0000 mon.a (mon.0) 1156 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:46.667 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:46 smithi189 bash[14634]: cluster 2024-09-10T19:32:45.191350+0000 mgr.y (mgr.24865) 72 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:46.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:46 smithi155 bash[14970]: cluster 2024-09-10T19:32:45.191350+0000 mgr.y (mgr.24865) 72 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:46.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:46 smithi155 bash[18934]: cluster 2024-09-10T19:32:45.191350+0000 mgr.y (mgr.24865) 72 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:47.654 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:47 smithi189 bash[14634]: cephadm 2024-09-10T19:32:46.337882+0000 mgr.y (mgr.24865) 73 : cephadm [INF] Upgrade: Updating prometheus.a 2024-09-10T19:32:47.654 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:47 smithi189 bash[14634]: cephadm 2024-09-10T19:32:46.356631+0000 mgr.y (mgr.24865) 74 : cephadm [INF] Deploying daemon prometheus.a on smithi189 2024-09-10T19:32:47.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:47 smithi155 bash[14970]: cephadm 2024-09-10T19:32:46.337882+0000 mgr.y (mgr.24865) 73 : cephadm [INF] Upgrade: Updating prometheus.a 2024-09-10T19:32:47.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:47 smithi155 bash[14970]: cephadm 2024-09-10T19:32:46.356631+0000 mgr.y (mgr.24865) 74 : cephadm [INF] Deploying daemon prometheus.a on smithi189 2024-09-10T19:32:47.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:47 smithi155 bash[18934]: cephadm 2024-09-10T19:32:46.337882+0000 mgr.y (mgr.24865) 73 : cephadm [INF] Upgrade: Updating prometheus.a 2024-09-10T19:32:47.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:47 smithi155 bash[18934]: cephadm 2024-09-10T19:32:46.356631+0000 mgr.y (mgr.24865) 74 : cephadm [INF] Deploying daemon prometheus.a on smithi189 2024-09-10T19:32:48.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:48 smithi189 bash[14634]: cluster 2024-09-10T19:32:47.192066+0000 mgr.y (mgr.24865) 75 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:48.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:48 smithi155 bash[14970]: cluster 2024-09-10T19:32:47.192066+0000 mgr.y (mgr.24865) 75 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:48.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:48 smithi155 bash[18934]: cluster 2024-09-10T19:32:47.192066+0000 mgr.y (mgr.24865) 75 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:50.633 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:50 smithi189 bash[14634]: cluster 2024-09-10T19:32:49.192825+0000 mgr.y (mgr.24865) 76 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:50.633 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:50 smithi189 systemd[1]: Stopping Ceph prometheus.a for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:32:50.635 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:50 smithi189 bash[28363]: ts=2024-09-10T19:32:50.631Z caller=main.go:995 level=warn msg="Received an OS signal, exiting gracefully..." signal=terminated 2024-09-10T19:32:50.635 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:50 smithi189 bash[28363]: ts=2024-09-10T19:32:50.631Z caller=main.go:1019 level=info msg="Stopping scrape discovery manager..." 2024-09-10T19:32:50.635 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:50 smithi189 bash[28363]: ts=2024-09-10T19:32:50.631Z caller=main.go:1033 level=info msg="Stopping notify discovery manager..." 2024-09-10T19:32:50.635 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:50 smithi189 bash[28363]: ts=2024-09-10T19:32:50.631Z caller=manager.go:178 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-10T19:32:50.636 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:50 smithi189 bash[28363]: ts=2024-09-10T19:32:50.631Z caller=manager.go:188 level=info component="rule manager" msg="Rule manager stopped" 2024-09-10T19:32:50.636 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:50 smithi189 bash[28363]: ts=2024-09-10T19:32:50.631Z caller=main.go:1070 level=info msg="Stopping scrape manager..." 2024-09-10T19:32:50.636 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:50 smithi189 bash[28363]: ts=2024-09-10T19:32:50.631Z caller=main.go:1015 level=info msg="Scrape discovery manager stopped" 2024-09-10T19:32:50.636 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:50 smithi189 bash[28363]: ts=2024-09-10T19:32:50.631Z caller=main.go:1029 level=info msg="Notify discovery manager stopped" 2024-09-10T19:32:50.636 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:50 smithi189 bash[28363]: ts=2024-09-10T19:32:50.632Z caller=main.go:1062 level=info msg="Scrape manager stopped" 2024-09-10T19:32:50.636 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:50 smithi189 bash[28363]: ts=2024-09-10T19:32:50.633Z caller=notifier.go:693 level=info component=notifier msg="Stopping notification manager..." 2024-09-10T19:32:50.636 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:50 smithi189 bash[28363]: ts=2024-09-10T19:32:50.633Z caller=notifier.go:386 level=info component=notifier msg="Draining any remaining notifications..." 2024-09-10T19:32:50.636 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:50 smithi189 bash[28363]: ts=2024-09-10T19:32:50.634Z caller=notifier.go:392 level=info component=notifier msg="Remaining notifications drained" 2024-09-10T19:32:50.636 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:50 smithi189 bash[28363]: ts=2024-09-10T19:32:50.634Z caller=notifier.go:322 level=info component=notifier msg="Notification manager stopped" 2024-09-10T19:32:50.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:50 smithi155 bash[14970]: cluster 2024-09-10T19:32:49.192825+0000 mgr.y (mgr.24865) 76 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:50.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:50 smithi155 bash[18934]: cluster 2024-09-10T19:32:49.192825+0000 mgr.y (mgr.24865) 76 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:50.901 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:50 smithi189 bash[28363]: ts=2024-09-10T19:32:50.634Z caller=main.go:1293 level=info msg="Notifier manager stopped" 2024-09-10T19:32:50.901 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:50 smithi189 bash[28363]: ts=2024-09-10T19:32:50.634Z caller=main.go:1305 level=info msg="See you next time!" 2024-09-10T19:32:51.701 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:51 smithi189 bash[35021]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-prometheus.a 2024-09-10T19:32:51.702 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:51 smithi189 bash[35093]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-prometheus.a 2024-09-10T19:32:51.702 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:51 smithi189 systemd[1]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968@prometheus.a.service: Succeeded. 2024-09-10T19:32:51.702 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:51 smithi189 systemd[1]: Stopped Ceph prometheus.a for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:32:52.202 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:51 smithi189 systemd[1]: Started Ceph prometheus.a for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:32:52.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:52 smithi189 bash[14634]: cluster 2024-09-10T19:32:51.194358+0000 mgr.y (mgr.24865) 77 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:52.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:52 smithi189 bash[14634]: audit 2024-09-10T19:32:51.747279+0000 mon.a (mon.0) 1157 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:32:52.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:52 smithi189 bash[14634]: audit 2024-09-10T19:32:51.748939+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.947298Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.947328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:32:52.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:52 smithi189 bash[14634]: audit 2024-09-10T19:32:51.755784+0000 mon.a (mon.0) 1159 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.947298Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.947328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:32:52.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:52 smithi189 bash[14634]: audit 2024-09-10T19:32:51.757394+0000 mon.a (mon.0) 1160 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212441497, \"cpu_percentage\": \"0.86%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553271Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407476633, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:24.553509Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59653488, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553655Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55752785, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553818Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553971Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59873689, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554126Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"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\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": \"3.06%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:24.554432Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29695672, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:32:24.554585Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554739Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_device_update\": \"2024-09-10T19:32:43.947423Z\", \"last_network_update\": \"2024-09-10T19:32:25.171526Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:44.020783Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:32:52.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:52 smithi189 bash[14634]: audit 2024-09-10T19:32:51.762405+0000 mon.a (mon.0) 1161 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212441497, \"cpu_percentage\": \"0.86%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553271Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407476633, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:24.553509Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59653488, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553655Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55752785, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553818Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553971Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59873689, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554126Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"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\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": \"3.06%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:24.554432Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29695672, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:32:24.554585Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554739Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_device_update\": \"2024-09-10T19:32:43.947423Z\", \"last_network_update\": \"2024-09-10T19:32:25.171526Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:44.020783Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:32:52.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:52 smithi189 bash[14634]: audit 2024-09-10T19:32:51.764561+0000 mon.a (mon.0) 1162 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:32:52.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:52 smithi155 bash[14970]: cluster 2024-09-10T19:32:51.194358+0000 mgr.y (mgr.24865) 77 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:52.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:52 smithi155 bash[14970]: audit 2024-09-10T19:32:51.747279+0000 mon.a (mon.0) 1157 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:32:52.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:52 smithi155 bash[14970]: audit 2024-09-10T19:32:51.748939+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.947298Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.947328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:32:52.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:52 smithi155 bash[18934]: cluster 2024-09-10T19:32:51.194358+0000 mgr.y (mgr.24865) 77 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:52.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:52 smithi155 bash[18934]: audit 2024-09-10T19:32:51.747279+0000 mon.a (mon.0) 1157 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:32:52.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:52 smithi155 bash[18934]: audit 2024-09-10T19:32:51.748939+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.947298Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.947328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:32:52.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:52 smithi155 bash[18934]: audit 2024-09-10T19:32:51.755784+0000 mon.a (mon.0) 1159 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.947298Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.947328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:32:52.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:52 smithi155 bash[14970]: audit 2024-09-10T19:32:51.755784+0000 mon.a (mon.0) 1159 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.947298Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.947328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:32:52.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:52 smithi155 bash[18934]: audit 2024-09-10T19:32:51.757394+0000 mon.a (mon.0) 1160 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212441497, \"cpu_percentage\": \"0.86%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553271Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407476633, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:24.553509Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59653488, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553655Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55752785, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553818Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553971Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59873689, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554126Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"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\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": \"3.06%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:24.554432Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29695672, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:32:24.554585Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554739Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_device_update\": \"2024-09-10T19:32:43.947423Z\", \"last_network_update\": \"2024-09-10T19:32:25.171526Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:44.020783Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:32:52.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:52 smithi155 bash[14970]: audit 2024-09-10T19:32:51.757394+0000 mon.a (mon.0) 1160 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212441497, \"cpu_percentage\": \"0.86%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553271Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407476633, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:24.553509Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59653488, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553655Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55752785, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553818Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553971Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59873689, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554126Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"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\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": \"3.06%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:24.554432Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29695672, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:32:24.554585Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554739Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_device_update\": \"2024-09-10T19:32:43.947423Z\", \"last_network_update\": \"2024-09-10T19:32:25.171526Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:44.020783Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:32:52.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:52 smithi155 bash[18934]: audit 2024-09-10T19:32:51.762405+0000 mon.a (mon.0) 1161 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212441497, \"cpu_percentage\": \"0.86%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553271Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407476633, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:24.553509Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59653488, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553655Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55752785, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553818Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553971Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59873689, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554126Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"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\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": \"3.06%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:24.554432Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29695672, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:32:24.554585Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554739Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_device_update\": \"2024-09-10T19:32:43.947423Z\", \"last_network_update\": \"2024-09-10T19:32:25.171526Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:44.020783Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:32:52.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:52 smithi155 bash[18934]: audit 2024-09-10T19:32:51.764561+0000 mon.a (mon.0) 1162 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:32:52.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:52 smithi155 bash[14970]: audit 2024-09-10T19:32:51.762405+0000 mon.a (mon.0) 1161 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 212441497, \"cpu_percentage\": \"0.86%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553271Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407476633, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:24.553509Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59653488, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553655Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55752785, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553818Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.553971Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59873689, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554126Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"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\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": \"3.06%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:24.554432Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29695672, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:32:24.554585Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56927191, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:24.554739Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_device_update\": \"2024-09-10T19:32:43.947423Z\", \"last_network_update\": \"2024-09-10T19:32:25.171526Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:44.020783Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:32:52.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:52 smithi155 bash[14970]: audit 2024-09-10T19:32:51.764561+0000 mon.a (mon.0) 1162 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:32:53.202 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:53 smithi189 bash[35176]: ts=2024-09-10T19:32:53.028Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-09-10T19:32:53.202 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:53 smithi189 bash[35176]: ts=2024-09-10T19:32:53.028Z caller=main.go:569 level=info build_context="(go=go1.19.7, platform=linux/amd64, user=root@8a0ee342e522, date=20230321-12:56:07, tags=netgo,builtinassets)" 2024-09-10T19:32:53.202 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:53 smithi189 bash[35176]: ts=2024-09-10T19:32:53.028Z 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 smithi189 (none))" 2024-09-10T19:32:53.202 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:53 smithi189 bash[35176]: ts=2024-09-10T19:32:53.028Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-10T19:32:53.202 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:53 smithi189 bash[35176]: ts=2024-09-10T19:32:53.028Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-10T19:32:53.203 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:53 smithi189 bash[35176]: ts=2024-09-10T19:32:53.030Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-09-10T19:32:53.203 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:53 smithi189 bash[35176]: ts=2024-09-10T19:32:53.031Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-09-10T19:32:53.203 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:53 smithi189 bash[35176]: ts=2024-09-10T19:32:53.035Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-09-10T19:32:53.203 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:53 smithi189 bash[35176]: ts=2024-09-10T19:32:53.035Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-10T19:32:53.203 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:53 smithi189 bash[35176]: ts=2024-09-10T19:32:53.037Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-10T19:32:53.203 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:53 smithi189 bash[35176]: ts=2024-09-10T19:32:53.038Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.389714ms 2024-09-10T19:32:53.203 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:53 smithi189 bash[35176]: ts=2024-09-10T19:32:53.038Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-10T19:32:53.203 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:53 smithi189 bash[35176]: ts=2024-09-10T19:32:53.039Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=3 2024-09-10T19:32:53.203 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:53 smithi189 bash[35176]: ts=2024-09-10T19:32:53.061Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=3 2024-09-10T19:32:53.203 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:53 smithi189 bash[35176]: ts=2024-09-10T19:32:53.073Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=3 2024-09-10T19:32:53.203 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:53 smithi189 bash[35176]: ts=2024-09-10T19:32:53.073Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=3 2024-09-10T19:32:53.203 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:53 smithi189 bash[35176]: ts=2024-09-10T19:32:53.073Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=48.631µs wal_replay_duration=34.888638ms wbl_replay_duration=180ns total_replay_duration=36.365545ms 2024-09-10T19:32:53.203 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:53 smithi189 bash[35176]: ts=2024-09-10T19:32:53.076Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-09-10T19:32:53.204 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:53 smithi189 bash[35176]: ts=2024-09-10T19:32:53.076Z caller=main.go:1029 level=info msg="TSDB started" 2024-09-10T19:32:53.204 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:53 smithi189 bash[35176]: ts=2024-09-10T19:32:53.076Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-10T19:32:53.204 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:53 smithi189 bash[35176]: ts=2024-09-10T19:32:53.095Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=18.494017ms db_storage=899ns remote_storage=1.627µs web_handler=520ns query_engine=818ns scrape=358.396µs scrape_sd=30.973µs notify=21.795µs notify_sd=8.226µs rules=17.753157ms tracing=7.474µs 2024-09-10T19:32:53.204 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:53 smithi189 bash[35176]: ts=2024-09-10T19:32:53.095Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-09-10T19:32:53.204 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:32:53 smithi189 bash[35176]: ts=2024-09-10T19:32:53.095Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-09-10T19:32:54.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:54 smithi189 bash[14634]: cluster 2024-09-10T19:32:53.195082+0000 mgr.y (mgr.24865) 78 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:54.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:54 smithi155 bash[14970]: cluster 2024-09-10T19:32:53.195082+0000 mgr.y (mgr.24865) 78 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:54.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:54 smithi155 bash[18934]: cluster 2024-09-10T19:32:53.195082+0000 mgr.y (mgr.24865) 78 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:55.743 INFO:teuthology.orchestra.run.smithi155.stdout:true 2024-09-10T19:32:56.532 INFO:teuthology.orchestra.run.smithi155.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:32:56.533 INFO:teuthology.orchestra.run.smithi155.stdout:alertmanager.a smithi155 running (14m) 33s ago 25m 16.7M - 0.27.0 11f11916f8cd 16d53bf305cc 2024-09-10T19:32:56.533 INFO:teuthology.orchestra.run.smithi155.stdout:grafana.a smithi189 running (25m) 31s ago 25m 28.3M - 6.6.2 87a51ecf0b1c 44554c6f73ac 2024-09-10T19:32:56.533 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.x smithi189 *:8443 running (73s) 31s ago 30m 388M - 17.2.7-1606-g5be57395 4c55dd409611 1e9c1f896a72 2024-09-10T19:32:56.533 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.y smithi155 *:8443 running (11m) 33s ago 31m 431M - 17.2.7-1606-g5be57395 4c55dd409611 c3f6bb49e60e 2024-09-10T19:32:56.533 INFO:teuthology.orchestra.run.smithi155.stdout:mon.a smithi155 running (31m) 33s ago 32m 260M 2048M 15.2.0 204a01f9b0b6 9830b2129a22 2024-09-10T19:32:56.533 INFO:teuthology.orchestra.run.smithi155.stdout:mon.b smithi189 running (30m) 31s ago 30m 202M 2048M 15.2.0 204a01f9b0b6 e28fb1d2d63b 2024-09-10T19:32:56.533 INFO:teuthology.orchestra.run.smithi155.stdout:mon.c smithi155 running (30m) 33s ago 30m 197M 2048M 15.2.0 204a01f9b0b6 7cbf0bc7a02d 2024-09-10T19:32:56.533 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.a smithi155 running (40s) 33s ago 25m 6719k - 1.5.0 0da6a335fe13 75a6b4940d3d 2024-09-10T19:32:56.533 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.b smithi189 running (36s) 31s ago 25m - - 1.5.0 0da6a335fe13 57c4129454db 2024-09-10T19:32:56.533 INFO:teuthology.orchestra.run.smithi155.stdout:osd.0 smithi155 running (29m) 33s ago 29m 55.4M 4096M 15.2.0 204a01f9b0b6 7f6023dc1e50 2024-09-10T19:32:56.533 INFO:teuthology.orchestra.run.smithi155.stdout:osd.1 smithi155 running (29m) 33s ago 29m 54.4M 4096M 15.2.0 204a01f9b0b6 42d00c1d93dd 2024-09-10T19:32:56.533 INFO:teuthology.orchestra.run.smithi155.stdout:osd.2 smithi155 running (28m) 33s ago 28m 51.0M 4096M 15.2.0 204a01f9b0b6 6b241c21f8e2 2024-09-10T19:32:56.534 INFO:teuthology.orchestra.run.smithi155.stdout:osd.3 smithi155 running (28m) 33s ago 28m 55.0M 4096M 15.2.0 204a01f9b0b6 8d9201a4db26 2024-09-10T19:32:56.534 INFO:teuthology.orchestra.run.smithi155.stdout:osd.4 smithi189 running (27m) 31s ago 27m 56.8M 4096M 15.2.0 204a01f9b0b6 34cb90c9d5b7 2024-09-10T19:32:56.534 INFO:teuthology.orchestra.run.smithi155.stdout:osd.5 smithi189 running (27m) 31s ago 27m 53.1M 4096M 15.2.0 204a01f9b0b6 4b3a3b60e1d5 2024-09-10T19:32:56.534 INFO:teuthology.orchestra.run.smithi155.stdout:osd.6 smithi189 running (27m) 31s ago 27m 57.0M 4096M 15.2.0 204a01f9b0b6 c58c4c013902 2024-09-10T19:32:56.534 INFO:teuthology.orchestra.run.smithi155.stdout:osd.7 smithi189 running (26m) 31s ago 26m 57.0M 4096M 15.2.0 204a01f9b0b6 fb02b608dde7 2024-09-10T19:32:56.534 INFO:teuthology.orchestra.run.smithi155.stdout:prometheus.a smithi189 starting - - - - 2024-09-10T19:32:56.534 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi155.ehnnyk smithi155 running (23m) 33s ago 23m 55.1M - 15.2.0 204a01f9b0b6 48687c7a211a 2024-09-10T19:32:56.534 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi189.dwpibf smithi189 running (23m) 31s ago 23m 54.2M - 15.2.0 204a01f9b0b6 6bddcdbdbf0b 2024-09-10T19:32:56.701 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:56 smithi189 bash[14634]: cluster 2024-09-10T19:32:55.196510+0000 mgr.y (mgr.24865) 79 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:56.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:56 smithi155 bash[14970]: cluster 2024-09-10T19:32:55.196510+0000 mgr.y (mgr.24865) 79 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:56.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:56 smithi155 bash[18934]: cluster 2024-09-10T19:32:55.196510+0000 mgr.y (mgr.24865) 79 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:56.988 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:32:56.988 INFO:teuthology.orchestra.run.smithi155.stdout: "mon": { 2024-09-10T19:32:56.988 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-10T19:32:56.988 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:32:56.988 INFO:teuthology.orchestra.run.smithi155.stdout: "mgr": { 2024-09-10T19:32:56.988 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:32:56.989 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:32:56.989 INFO:teuthology.orchestra.run.smithi155.stdout: "osd": { 2024-09-10T19:32:56.989 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-10T19:32:56.989 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:32:56.989 INFO:teuthology.orchestra.run.smithi155.stdout: "mds": {}, 2024-09-10T19:32:56.989 INFO:teuthology.orchestra.run.smithi155.stdout: "rgw": { 2024-09-10T19:32:56.989 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-10T19:32:56.989 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:32:56.989 INFO:teuthology.orchestra.run.smithi155.stdout: "overall": { 2024-09-10T19:32:56.989 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-09-10T19:32:56.989 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:32:56.989 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-10T19:32:56.989 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:32:57.375 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:32:57.376 INFO:teuthology.orchestra.run.smithi155.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T19:32:57.376 INFO:teuthology.orchestra.run.smithi155.stdout: "in_progress": true, 2024-09-10T19:32:57.376 INFO:teuthology.orchestra.run.smithi155.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-10T19:32:57.376 INFO:teuthology.orchestra.run.smithi155.stdout: "services_complete": [ 2024-09-10T19:32:57.376 INFO:teuthology.orchestra.run.smithi155.stdout: "mgr" 2024-09-10T19:32:57.376 INFO:teuthology.orchestra.run.smithi155.stdout: ], 2024-09-10T19:32:57.376 INFO:teuthology.orchestra.run.smithi155.stdout: "progress": "2/2 daemons upgraded", 2024-09-10T19:32:57.376 INFO:teuthology.orchestra.run.smithi155.stdout: "message": "Currently upgrading prometheus daemons", 2024-09-10T19:32:57.376 INFO:teuthology.orchestra.run.smithi155.stdout: "is_paused": false 2024-09-10T19:32:57.376 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:32:57.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:57 smithi189 bash[14634]: audit 2024-09-10T19:32:55.728180+0000 mgr.y (mgr.24865) 80 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:32:57.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:57 smithi189 bash[14634]: audit 2024-09-10T19:32:56.123105+0000 mgr.y (mgr.24865) 81 : audit [DBG] from='client.25045 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:32:57.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:57 smithi189 bash[14634]: audit 2024-09-10T19:32:56.511007+0000 mon.a (mon.0) 1163 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:32:57.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:57 smithi189 bash[14634]: audit 2024-09-10T19:32:56.511969+0000 mon.a (mon.0) 1164 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:32:57.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:57 smithi189 bash[14634]: audit 2024-09-10T19:32:56.512813+0000 mon.a (mon.0) 1165 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:57.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:57 smithi189 bash[14634]: audit 2024-09-10T19:32:56.513590+0000 mon.a (mon.0) 1166 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:57.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:57 smithi189 bash[14634]: audit 2024-09-10T19:32:56.514322+0000 mon.a (mon.0) 1167 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:57.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:57 smithi189 bash[14634]: audit 2024-09-10T19:32:56.515051+0000 mon.a (mon.0) 1168 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:57.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:57 smithi189 bash[14634]: audit 2024-09-10T19:32:56.519498+0000 mon.a (mon.0) 1169 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:32:57.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:57 smithi189 bash[14634]: audit 2024-09-10T19:32:56.520284+0000 mon.a (mon.0) 1170 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:57.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:57 smithi189 bash[14634]: audit 2024-09-10T19:32:56.521063+0000 mon.a (mon.0) 1171 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:57.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:57 smithi189 bash[14634]: audit 2024-09-10T19:32:56.521807+0000 mon.a (mon.0) 1172 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:57.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:57 smithi189 bash[14634]: audit 2024-09-10T19:32:56.522498+0000 mon.a (mon.0) 1173 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:57.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:57 smithi189 bash[14634]: audit 2024-09-10T19:32:56.986607+0000 mon.a (mon.0) 1174 : audit [DBG] from='client.? 172.21.15.155:0/3930203183' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:57.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:57 smithi155 bash[14970]: audit 2024-09-10T19:32:55.728180+0000 mgr.y (mgr.24865) 80 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:32:57.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:57 smithi155 bash[14970]: audit 2024-09-10T19:32:56.123105+0000 mgr.y (mgr.24865) 81 : audit [DBG] from='client.25045 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:32:57.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:57 smithi155 bash[14970]: audit 2024-09-10T19:32:56.511007+0000 mon.a (mon.0) 1163 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:32:57.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:57 smithi155 bash[14970]: audit 2024-09-10T19:32:56.511969+0000 mon.a (mon.0) 1164 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:32:57.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:57 smithi155 bash[14970]: audit 2024-09-10T19:32:56.512813+0000 mon.a (mon.0) 1165 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:57.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:57 smithi155 bash[14970]: audit 2024-09-10T19:32:56.513590+0000 mon.a (mon.0) 1166 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:57.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:57 smithi155 bash[14970]: audit 2024-09-10T19:32:56.514322+0000 mon.a (mon.0) 1167 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:57.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:57 smithi155 bash[14970]: audit 2024-09-10T19:32:56.515051+0000 mon.a (mon.0) 1168 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:57.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:57 smithi155 bash[14970]: audit 2024-09-10T19:32:56.519498+0000 mon.a (mon.0) 1169 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:32:57.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:57 smithi155 bash[14970]: audit 2024-09-10T19:32:56.520284+0000 mon.a (mon.0) 1170 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:57.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:57 smithi155 bash[14970]: audit 2024-09-10T19:32:56.521063+0000 mon.a (mon.0) 1171 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:57.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:57 smithi155 bash[14970]: audit 2024-09-10T19:32:56.521807+0000 mon.a (mon.0) 1172 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:57.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:57 smithi155 bash[14970]: audit 2024-09-10T19:32:56.522498+0000 mon.a (mon.0) 1173 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:57.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:57 smithi155 bash[14970]: audit 2024-09-10T19:32:56.986607+0000 mon.a (mon.0) 1174 : audit [DBG] from='client.? 172.21.15.155:0/3930203183' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:57.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:57 smithi155 bash[18934]: audit 2024-09-10T19:32:55.728180+0000 mgr.y (mgr.24865) 80 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:32:57.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:57 smithi155 bash[18934]: audit 2024-09-10T19:32:56.123105+0000 mgr.y (mgr.24865) 81 : audit [DBG] from='client.25045 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:32:57.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:57 smithi155 bash[18934]: audit 2024-09-10T19:32:56.511007+0000 mon.a (mon.0) 1163 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:32:57.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:57 smithi155 bash[18934]: audit 2024-09-10T19:32:56.511969+0000 mon.a (mon.0) 1164 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:32:57.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:57 smithi155 bash[18934]: audit 2024-09-10T19:32:56.512813+0000 mon.a (mon.0) 1165 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:57.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:57 smithi155 bash[18934]: audit 2024-09-10T19:32:56.513590+0000 mon.a (mon.0) 1166 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:57.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:57 smithi155 bash[18934]: audit 2024-09-10T19:32:56.514322+0000 mon.a (mon.0) 1167 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:57.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:57 smithi155 bash[18934]: audit 2024-09-10T19:32:56.515051+0000 mon.a (mon.0) 1168 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:57.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:57 smithi155 bash[18934]: audit 2024-09-10T19:32:56.519498+0000 mon.a (mon.0) 1169 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:32:57.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:57 smithi155 bash[18934]: audit 2024-09-10T19:32:56.520284+0000 mon.a (mon.0) 1170 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:57.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:57 smithi155 bash[18934]: audit 2024-09-10T19:32:56.521063+0000 mon.a (mon.0) 1171 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:57.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:57 smithi155 bash[18934]: audit 2024-09-10T19:32:56.521807+0000 mon.a (mon.0) 1172 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:57.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:57 smithi155 bash[18934]: audit 2024-09-10T19:32:56.522498+0000 mon.a (mon.0) 1173 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:32:57.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:57 smithi155 bash[18934]: audit 2024-09-10T19:32:56.986607+0000 mon.a (mon.0) 1174 : audit [DBG] from='client.? 172.21.15.155:0/3930203183' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:32:58.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:58 smithi189 bash[14634]: audit 2024-09-10T19:32:56.506144+0000 mgr.y (mgr.24865) 82 : audit [DBG] from='client.25051 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:32:58.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:58 smithi189 bash[14634]: cluster 2024-09-10T19:32:57.197174+0000 mgr.y (mgr.24865) 83 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:58.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:58 smithi189 bash[14634]: audit 2024-09-10T19:32:57.373791+0000 mgr.y (mgr.24865) 84 : audit [DBG] from='client.25063 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:32:58.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:58 smithi155 bash[14970]: audit 2024-09-10T19:32:56.506144+0000 mgr.y (mgr.24865) 82 : audit [DBG] from='client.25051 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:32:58.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:58 smithi155 bash[14970]: cluster 2024-09-10T19:32:57.197174+0000 mgr.y (mgr.24865) 83 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:58.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:58 smithi155 bash[14970]: audit 2024-09-10T19:32:57.373791+0000 mgr.y (mgr.24865) 84 : audit [DBG] from='client.25063 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:32:58.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:58 smithi155 bash[18934]: audit 2024-09-10T19:32:56.506144+0000 mgr.y (mgr.24865) 82 : audit [DBG] from='client.25051 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:32:58.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:58 smithi155 bash[18934]: cluster 2024-09-10T19:32:57.197174+0000 mgr.y (mgr.24865) 83 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:32:58.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:58 smithi155 bash[18934]: audit 2024-09-10T19:32:57.373791+0000 mgr.y (mgr.24865) 84 : audit [DBG] from='client.25063 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:32:59.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:59 smithi155 bash[14970]: audit 2024-09-10T19:32:59.016358+0000 mon.a (mon.0) 1175 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:32:59.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:59 smithi155 bash[14970]: audit 2024-09-10T19:32:59.017950+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.947298Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.947328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:32:59.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:59 smithi155 bash[18934]: audit 2024-09-10T19:32:59.016358+0000 mon.a (mon.0) 1175 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:32:59.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:59 smithi155 bash[18934]: audit 2024-09-10T19:32:59.017950+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.947298Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.947328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:32:59.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:59 smithi155 bash[14970]: audit 2024-09-10T19:32:59.022948+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.947298Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.947328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:32:59.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:59 smithi155 bash[18934]: audit 2024-09-10T19:32:59.022948+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.947298Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.947328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:32:59.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:59 smithi155 bash[14970]: audit 2024-09-10T19:32:59.024555+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236768460, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.011958Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407896064, \"cpu_percentage\": \"0.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:59.012379Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59737374, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012639Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012887Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59716403, \"cpu_percentage\": \"1.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013129Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59506688, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013368Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 32768000, \"cpu_percentage\": \"0.10%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013608Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 8977907, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013850Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29706158, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014089Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014326Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:59.014736Z\", \"last_device_update\": \"2024-09-10T19:32:43.947423Z\", \"last_network_update\": \"2024-09-10T19:32:25.171526Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:44.020783Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:32:59.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:59 smithi155 bash[18934]: audit 2024-09-10T19:32:59.024555+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236768460, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.011958Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407896064, \"cpu_percentage\": \"0.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:59.012379Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59737374, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012639Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012887Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59716403, \"cpu_percentage\": \"1.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013129Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59506688, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013368Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 32768000, \"cpu_percentage\": \"0.10%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013608Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 8977907, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013850Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29706158, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014089Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014326Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:59.014736Z\", \"last_device_update\": \"2024-09-10T19:32:43.947423Z\", \"last_network_update\": \"2024-09-10T19:32:25.171526Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:44.020783Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:32:59.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:59 smithi155 bash[14970]: audit 2024-09-10T19:32:59.030903+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236768460, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.011958Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407896064, \"cpu_percentage\": \"0.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:59.012379Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59737374, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012639Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012887Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59716403, \"cpu_percentage\": \"1.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013129Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59506688, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013368Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 32768000, \"cpu_percentage\": \"0.10%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013608Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 8977907, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013850Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29706158, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014089Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014326Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:59.014736Z\", \"last_device_update\": \"2024-09-10T19:32:43.947423Z\", \"last_network_update\": \"2024-09-10T19:32:25.171526Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:44.020783Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:32:59.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:32:59 smithi155 bash[14970]: audit 2024-09-10T19:32:59.405304+0000 mon.a (mon.0) 1180 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:32:59.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:59 smithi155 bash[18934]: audit 2024-09-10T19:32:59.030903+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236768460, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.011958Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407896064, \"cpu_percentage\": \"0.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:59.012379Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59737374, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012639Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012887Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59716403, \"cpu_percentage\": \"1.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013129Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59506688, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013368Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 32768000, \"cpu_percentage\": \"0.10%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013608Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 8977907, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013850Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29706158, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014089Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014326Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:59.014736Z\", \"last_device_update\": \"2024-09-10T19:32:43.947423Z\", \"last_network_update\": \"2024-09-10T19:32:25.171526Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:44.020783Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:32:59.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:32:59 smithi155 bash[18934]: audit 2024-09-10T19:32:59.405304+0000 mon.a (mon.0) 1180 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:32:59.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:59 smithi189 bash[14634]: audit 2024-09-10T19:32:59.016358+0000 mon.a (mon.0) 1175 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:32:59.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:59 smithi189 bash[14634]: audit 2024-09-10T19:32:59.017950+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.947298Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.947328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:32:59.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:59 smithi189 bash[14634]: audit 2024-09-10T19:32:59.022948+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.947298Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.947328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:32:59.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:59 smithi189 bash[14634]: audit 2024-09-10T19:32:59.024555+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236768460, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.011958Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407896064, \"cpu_percentage\": \"0.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:59.012379Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59737374, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012639Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012887Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59716403, \"cpu_percentage\": \"1.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013129Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59506688, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013368Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 32768000, \"cpu_percentage\": \"0.10%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013608Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 8977907, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013850Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29706158, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014089Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014326Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:59.014736Z\", \"last_device_update\": \"2024-09-10T19:32:43.947423Z\", \"last_network_update\": \"2024-09-10T19:32:25.171526Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:44.020783Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:32:59.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:59 smithi189 bash[14634]: audit 2024-09-10T19:32:59.030903+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236768460, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.011958Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407896064, \"cpu_percentage\": \"0.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:59.012379Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59737374, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012639Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012887Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59716403, \"cpu_percentage\": \"1.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013129Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59506688, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013368Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 32768000, \"cpu_percentage\": \"0.10%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013608Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 8977907, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013850Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29706158, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014089Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014326Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:59.014736Z\", \"last_device_update\": \"2024-09-10T19:32:43.947423Z\", \"last_network_update\": \"2024-09-10T19:32:25.171526Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:44.020783Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:32:59.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:32:59 smithi189 bash[14634]: audit 2024-09-10T19:32:59.405304+0000 mon.a (mon.0) 1180 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:33:00.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:00 smithi155 bash[14970]: cluster 2024-09-10T19:32:59.197894+0000 mgr.y (mgr.24865) 85 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:00.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:00 smithi155 bash[14970]: audit 2024-09-10T19:32:59.626493+0000 mon.a (mon.0) 1181 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:33:00.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:00 smithi155 bash[14970]: audit 2024-09-10T19:32:59.628276+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.947298Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.947328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:33:00.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:00 smithi155 bash[18934]: cluster 2024-09-10T19:32:59.197894+0000 mgr.y (mgr.24865) 85 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:00.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:00 smithi155 bash[18934]: audit 2024-09-10T19:32:59.626493+0000 mon.a (mon.0) 1181 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:33:00.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:00 smithi155 bash[18934]: audit 2024-09-10T19:32:59.628276+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.947298Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.947328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:33:00.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:00 smithi155 bash[14970]: audit 2024-09-10T19:32:59.635719+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.947298Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.947328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:33:00.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:00 smithi155 bash[18934]: audit 2024-09-10T19:32:59.635719+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.947298Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.947328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:33:00.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:00 smithi155 bash[14970]: audit 2024-09-10T19:32:59.637352+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236768460, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.011958Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407896064, \"cpu_percentage\": \"0.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:59.012379Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59737374, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012639Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012887Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59716403, \"cpu_percentage\": \"1.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013129Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59506688, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013368Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 32768000, \"cpu_percentage\": \"0.10%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013608Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 8977907, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013850Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29706158, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014089Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014326Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:59.014736Z\", \"last_device_update\": \"2024-09-10T19:32:43.947423Z\", \"last_network_update\": \"2024-09-10T19:32:59.624867Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:44.020783Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:33:00.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:00 smithi155 bash[18934]: audit 2024-09-10T19:32:59.637352+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236768460, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.011958Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407896064, \"cpu_percentage\": \"0.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:59.012379Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59737374, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012639Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012887Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59716403, \"cpu_percentage\": \"1.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013129Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59506688, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013368Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 32768000, \"cpu_percentage\": \"0.10%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013608Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 8977907, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013850Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29706158, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014089Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014326Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:59.014736Z\", \"last_device_update\": \"2024-09-10T19:32:43.947423Z\", \"last_network_update\": \"2024-09-10T19:32:59.624867Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:44.020783Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:33:00.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:00 smithi155 bash[14970]: audit 2024-09-10T19:32:59.642532+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236768460, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.011958Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407896064, \"cpu_percentage\": \"0.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:59.012379Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59737374, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012639Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012887Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59716403, \"cpu_percentage\": \"1.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013129Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59506688, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013368Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 32768000, \"cpu_percentage\": \"0.10%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013608Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 8977907, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013850Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29706158, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014089Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014326Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:59.014736Z\", \"last_device_update\": \"2024-09-10T19:32:43.947423Z\", \"last_network_update\": \"2024-09-10T19:32:59.624867Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:44.020783Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:33:00.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:00 smithi155 bash[14970]: audit 2024-09-10T19:32:59.644420+0000 mon.a (mon.0) 1186 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:33:00.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:00 smithi155 bash[18934]: audit 2024-09-10T19:32:59.642532+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236768460, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.011958Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407896064, \"cpu_percentage\": \"0.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:59.012379Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59737374, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012639Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012887Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59716403, \"cpu_percentage\": \"1.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013129Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59506688, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013368Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 32768000, \"cpu_percentage\": \"0.10%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013608Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 8977907, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013850Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29706158, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014089Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014326Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:59.014736Z\", \"last_device_update\": \"2024-09-10T19:32:43.947423Z\", \"last_network_update\": \"2024-09-10T19:32:59.624867Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:44.020783Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:33:00.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:00 smithi155 bash[18934]: audit 2024-09-10T19:32:59.644420+0000 mon.a (mon.0) 1186 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:33:00.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:00 smithi189 bash[14634]: cluster 2024-09-10T19:32:59.197894+0000 mgr.y (mgr.24865) 85 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:00.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:00 smithi189 bash[14634]: audit 2024-09-10T19:32:59.626493+0000 mon.a (mon.0) 1181 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:33:00.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:00 smithi189 bash[14634]: audit 2024-09-10T19:32:59.628276+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.947298Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.947328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:33:00.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:00 smithi189 bash[14634]: audit 2024-09-10T19:32:59.635719+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.947298Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.947328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:33:00.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:00 smithi189 bash[14634]: audit 2024-09-10T19:32:59.637352+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236768460, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.011958Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407896064, \"cpu_percentage\": \"0.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:59.012379Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59737374, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012639Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012887Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59716403, \"cpu_percentage\": \"1.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013129Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59506688, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013368Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 32768000, \"cpu_percentage\": \"0.10%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013608Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 8977907, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013850Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29706158, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014089Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014326Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:59.014736Z\", \"last_device_update\": \"2024-09-10T19:32:43.947423Z\", \"last_network_update\": \"2024-09-10T19:32:59.624867Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:44.020783Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:33:00.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:00 smithi189 bash[14634]: audit 2024-09-10T19:32:59.642532+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236768460, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.011958Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407896064, \"cpu_percentage\": \"0.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:59.012379Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59737374, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012639Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012887Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59716403, \"cpu_percentage\": \"1.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013129Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59506688, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013368Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 32768000, \"cpu_percentage\": \"0.10%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013608Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 8977907, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013850Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29706158, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014089Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014326Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:59.014736Z\", \"last_device_update\": \"2024-09-10T19:32:43.947423Z\", \"last_network_update\": \"2024-09-10T19:32:59.624867Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:44.020783Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:33:00.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:00 smithi189 bash[14634]: audit 2024-09-10T19:32:59.644420+0000 mon.a (mon.0) 1186 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:33:02.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:02 smithi155 bash[14970]: cluster 2024-09-10T19:33:01.199368+0000 mgr.y (mgr.24865) 86 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:02.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:02 smithi155 bash[18934]: cluster 2024-09-10T19:33:01.199368+0000 mgr.y (mgr.24865) 86 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:02.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:02 smithi189 bash[14634]: cluster 2024-09-10T19:33:01.199368+0000 mgr.y (mgr.24865) 86 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:04.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:04 smithi155 bash[14970]: cluster 2024-09-10T19:33:03.200117+0000 mgr.y (mgr.24865) 87 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:04.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:04 smithi155 bash[18934]: cluster 2024-09-10T19:33:03.200117+0000 mgr.y (mgr.24865) 87 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:04.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:04 smithi189 bash[14634]: cluster 2024-09-10T19:33:03.200117+0000 mgr.y (mgr.24865) 87 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:06.701 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:06 smithi189 bash[14634]: cluster 2024-09-10T19:33:05.201617+0000 mgr.y (mgr.24865) 88 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:06.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:06 smithi155 bash[14970]: cluster 2024-09-10T19:33:05.201617+0000 mgr.y (mgr.24865) 88 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:06.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:06 smithi155 bash[18934]: cluster 2024-09-10T19:33:05.201617+0000 mgr.y (mgr.24865) 88 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:08.701 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:08 smithi189 bash[14634]: cluster 2024-09-10T19:33:07.202349+0000 mgr.y (mgr.24865) 89 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:08.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:08 smithi155 bash[14970]: cluster 2024-09-10T19:33:07.202349+0000 mgr.y (mgr.24865) 89 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:08.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:08 smithi155 bash[18934]: cluster 2024-09-10T19:33:07.202349+0000 mgr.y (mgr.24865) 89 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:09.701 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:09 smithi189 bash[14634]: audit 2024-09-10T19:33:08.547994+0000 mon.a (mon.0) 1187 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:33:09.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:09 smithi155 bash[14970]: audit 2024-09-10T19:33:08.547994+0000 mon.a (mon.0) 1187 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:33:09.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:09 smithi155 bash[18934]: audit 2024-09-10T19:33:08.547994+0000 mon.a (mon.0) 1187 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:33:10.701 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:10 smithi189 bash[14634]: cluster 2024-09-10T19:33:09.203025+0000 mgr.y (mgr.24865) 90 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:10.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:10 smithi155 bash[18934]: cluster 2024-09-10T19:33:09.203025+0000 mgr.y (mgr.24865) 90 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:10.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:10 smithi155 bash[14970]: cluster 2024-09-10T19:33:09.203025+0000 mgr.y (mgr.24865) 90 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:12.701 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:12 smithi189 bash[14634]: cluster 2024-09-10T19:33:11.204471+0000 mgr.y (mgr.24865) 91 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:12.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:12 smithi155 bash[18934]: cluster 2024-09-10T19:33:11.204471+0000 mgr.y (mgr.24865) 91 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:12.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:12 smithi155 bash[14970]: cluster 2024-09-10T19:33:11.204471+0000 mgr.y (mgr.24865) 91 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:14.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:14 smithi189 bash[14634]: cluster 2024-09-10T19:33:13.205261+0000 mgr.y (mgr.24865) 92 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:14.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:14 smithi155 bash[18934]: cluster 2024-09-10T19:33:13.205261+0000 mgr.y (mgr.24865) 92 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:14.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:14 smithi155 bash[14970]: cluster 2024-09-10T19:33:13.205261+0000 mgr.y (mgr.24865) 92 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:16.701 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:16 smithi189 bash[14634]: cluster 2024-09-10T19:33:15.206700+0000 mgr.y (mgr.24865) 93 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:16.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:16 smithi155 bash[14970]: cluster 2024-09-10T19:33:15.206700+0000 mgr.y (mgr.24865) 93 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:16.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:16 smithi155 bash[18934]: cluster 2024-09-10T19:33:15.206700+0000 mgr.y (mgr.24865) 93 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:18.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:18 smithi189 bash[14634]: cluster 2024-09-10T19:33:17.207466+0000 mgr.y (mgr.24865) 94 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:18.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:18 smithi189 bash[14634]: audit 2024-09-10T19:33:18.335712+0000 mon.a (mon.0) 1188 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:33:18.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:18 smithi189 bash[14634]: audit 2024-09-10T19:33:18.337445+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:33:18.333524Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:33:18.333560Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:33:18.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:18 smithi189 bash[14634]: audit 2024-09-10T19:33:18.344932+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:33:18.333524Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:33:18.333560Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:33:18.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:18 smithi189 bash[14634]: audit 2024-09-10T19:33:18.347016+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236768460, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.011958Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407896064, \"cpu_percentage\": \"0.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:59.012379Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59737374, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012639Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012887Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59716403, \"cpu_percentage\": \"1.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013129Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59506688, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013368Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 32768000, \"cpu_percentage\": \"0.10%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013608Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 8977907, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013850Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29706158, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014089Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014326Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:59.014736Z\", \"last_device_update\": \"2024-09-10T19:33:18.333652Z\", \"last_network_update\": \"2024-09-10T19:32:59.624867Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:44.020783Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:33:18.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:18 smithi189 bash[14634]: audit 2024-09-10T19:33:18.352914+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236768460, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.011958Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407896064, \"cpu_percentage\": \"0.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:59.012379Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59737374, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012639Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012887Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59716403, \"cpu_percentage\": \"1.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013129Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59506688, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013368Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 32768000, \"cpu_percentage\": \"0.10%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013608Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 8977907, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013850Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29706158, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014089Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014326Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:59.014736Z\", \"last_device_update\": \"2024-09-10T19:33:18.333652Z\", \"last_network_update\": \"2024-09-10T19:32:59.624867Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:44.020783Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:33:18.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:18 smithi189 bash[14634]: audit 2024-09-10T19:33:18.355571+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:33:18.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:18 smithi189 bash[14634]: audit 2024-09-10T19:33:18.359306+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:33:18.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:18 smithi189 bash[14634]: audit 2024-09-10T19:33:18.416996+0000 mon.a (mon.0) 1195 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T19:33:18.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:18 smithi189 bash[14634]: audit 2024-09-10T19:33:18.422402+0000 mon.a (mon.0) 1196 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:33:18.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:18 smithi189 bash[14634]: audit 2024-09-10T19:33:18.424728+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:33:18.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:18 smithi189 bash[14634]: audit 2024-09-10T19:33:18.428400+0000 mon.a (mon.0) 1198 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:18.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:18 smithi189 bash[14634]: audit 2024-09-10T19:33:18.432054+0000 mon.a (mon.0) 1199 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:18.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:18 smithi189 bash[14634]: audit 2024-09-10T19:33:18.435813+0000 mon.a (mon.0) 1200 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:18.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:18 smithi189 bash[14634]: audit 2024-09-10T19:33:18.438485+0000 mon.a (mon.0) 1201 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:18.783 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:18 smithi155 bash[14970]: cluster 2024-09-10T19:33:17.207466+0000 mgr.y (mgr.24865) 94 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:18.783 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:18 smithi155 bash[14970]: audit 2024-09-10T19:33:18.335712+0000 mon.a (mon.0) 1188 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:33:18.783 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:18 smithi155 bash[14970]: audit 2024-09-10T19:33:18.337445+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:33:18.333524Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:33:18.333560Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:33:18.783 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:18 smithi155 bash[18934]: cluster 2024-09-10T19:33:17.207466+0000 mgr.y (mgr.24865) 94 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:18.783 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:18 smithi155 bash[18934]: audit 2024-09-10T19:33:18.335712+0000 mon.a (mon.0) 1188 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:33:18.783 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:18 smithi155 bash[18934]: audit 2024-09-10T19:33:18.337445+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:33:18.333524Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:33:18.333560Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:33:18.784 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:18 smithi155 bash[14970]: audit 2024-09-10T19:33:18.344932+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:33:18.333524Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:33:18.333560Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:33:18.784 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:18 smithi155 bash[14970]: audit 2024-09-10T19:33:18.347016+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236768460, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.011958Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407896064, \"cpu_percentage\": \"0.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:59.012379Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59737374, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012639Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012887Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59716403, \"cpu_percentage\": \"1.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013129Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59506688, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013368Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 32768000, \"cpu_percentage\": \"0.10%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013608Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 8977907, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013850Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29706158, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014089Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014326Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:59.014736Z\", \"last_device_update\": \"2024-09-10T19:33:18.333652Z\", \"last_network_update\": \"2024-09-10T19:32:59.624867Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:44.020783Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:33:18.785 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:18 smithi155 bash[14970]: audit 2024-09-10T19:33:18.352914+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236768460, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.011958Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407896064, \"cpu_percentage\": \"0.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:59.012379Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59737374, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012639Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012887Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59716403, \"cpu_percentage\": \"1.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013129Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59506688, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013368Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 32768000, \"cpu_percentage\": \"0.10%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013608Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 8977907, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013850Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29706158, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014089Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014326Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:59.014736Z\", \"last_device_update\": \"2024-09-10T19:33:18.333652Z\", \"last_network_update\": \"2024-09-10T19:32:59.624867Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:44.020783Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:33:18.785 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:18 smithi155 bash[14970]: audit 2024-09-10T19:33:18.355571+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:33:18.785 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:18 smithi155 bash[14970]: audit 2024-09-10T19:33:18.359306+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:33:18.785 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:18 smithi155 bash[14970]: audit 2024-09-10T19:33:18.416996+0000 mon.a (mon.0) 1195 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T19:33:18.785 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:18 smithi155 bash[14970]: audit 2024-09-10T19:33:18.422402+0000 mon.a (mon.0) 1196 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:33:18.785 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:18 smithi155 bash[14970]: audit 2024-09-10T19:33:18.424728+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:33:18.785 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:18 smithi155 bash[14970]: audit 2024-09-10T19:33:18.428400+0000 mon.a (mon.0) 1198 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:18.785 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:18 smithi155 bash[14970]: audit 2024-09-10T19:33:18.432054+0000 mon.a (mon.0) 1199 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:18.785 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:18 smithi155 bash[14970]: audit 2024-09-10T19:33:18.435813+0000 mon.a (mon.0) 1200 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:18.785 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:18 smithi155 bash[14970]: audit 2024-09-10T19:33:18.438485+0000 mon.a (mon.0) 1201 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:18.786 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:18 smithi155 bash[18934]: audit 2024-09-10T19:33:18.344932+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:33:18.333524Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:33:18.333560Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:33:18.786 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:18 smithi155 bash[18934]: audit 2024-09-10T19:33:18.347016+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236768460, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.011958Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407896064, \"cpu_percentage\": \"0.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:59.012379Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59737374, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012639Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012887Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59716403, \"cpu_percentage\": \"1.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013129Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59506688, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013368Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 32768000, \"cpu_percentage\": \"0.10%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013608Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 8977907, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013850Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29706158, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014089Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014326Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:59.014736Z\", \"last_device_update\": \"2024-09-10T19:33:18.333652Z\", \"last_network_update\": \"2024-09-10T19:32:59.624867Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:44.020783Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:33:18.786 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:18 smithi155 bash[18934]: audit 2024-09-10T19:33:18.352914+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236768460, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.011958Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407896064, \"cpu_percentage\": \"0.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:59.012379Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59737374, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012639Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012887Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59716403, \"cpu_percentage\": \"1.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013129Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59506688, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013368Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 32768000, \"cpu_percentage\": \"0.10%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013608Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 8977907, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013850Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29706158, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014089Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014326Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:59.014736Z\", \"last_device_update\": \"2024-09-10T19:33:18.333652Z\", \"last_network_update\": \"2024-09-10T19:32:59.624867Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:32:44.020783Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.930712Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:33:18.786 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:18 smithi155 bash[18934]: audit 2024-09-10T19:33:18.355571+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:33:18.786 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:18 smithi155 bash[18934]: audit 2024-09-10T19:33:18.359306+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:33:18.786 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:18 smithi155 bash[18934]: audit 2024-09-10T19:33:18.416996+0000 mon.a (mon.0) 1195 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T19:33:18.786 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:18 smithi155 bash[18934]: audit 2024-09-10T19:33:18.422402+0000 mon.a (mon.0) 1196 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:33:18.786 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:18 smithi155 bash[18934]: audit 2024-09-10T19:33:18.424728+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:33:18.786 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:18 smithi155 bash[18934]: audit 2024-09-10T19:33:18.428400+0000 mon.a (mon.0) 1198 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:18.786 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:18 smithi155 bash[18934]: audit 2024-09-10T19:33:18.432054+0000 mon.a (mon.0) 1199 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:18.787 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:18 smithi155 bash[18934]: audit 2024-09-10T19:33:18.435813+0000 mon.a (mon.0) 1200 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:18.787 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:18 smithi155 bash[18934]: audit 2024-09-10T19:33:18.438485+0000 mon.a (mon.0) 1201 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:19.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:19 smithi189 bash[14634]: audit 2024-09-10T19:33:18.418062+0000 mgr.y (mgr.24865) 95 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T19:33:19.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:19 smithi189 bash[14634]: audit 2024-09-10T19:33:18.441054+0000 mon.a (mon.0) 1202 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:19.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:19 smithi189 bash[14634]: audit 2024-09-10T19:33:18.443197+0000 mon.a (mon.0) 1203 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:19.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:19 smithi189 bash[14634]: audit 2024-09-10T19:33:18.467019+0000 mon.a (mon.0) 1204 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:19.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:19 smithi189 bash[14634]: audit 2024-09-10T19:33:18.470053+0000 mon.a (mon.0) 1205 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:19.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:19 smithi189 bash[14634]: audit 2024-09-10T19:33:18.472787+0000 mon.a (mon.0) 1206 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:19.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:19 smithi189 bash[14634]: audit 2024-09-10T19:33:19.230425+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-09-10T19:33:19.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:19 smithi189 bash[14634]: audit 2024-09-10T19:33:19.231296+0000 mon.a (mon.0) 1208 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T19:33:19.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:19 smithi189 bash[14634]: audit 2024-09-10T19:33:19.231725+0000 mon.a (mon.0) 1209 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 5]}]: dispatch 2024-09-10T19:33:19.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:19 smithi189 bash[14634]: audit 2024-09-10T19:33:19.232218+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:33:19.759 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:19 smithi155 bash[14970]: audit 2024-09-10T19:33:18.418062+0000 mgr.y (mgr.24865) 95 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T19:33:19.759 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:19 smithi155 bash[14970]: audit 2024-09-10T19:33:18.441054+0000 mon.a (mon.0) 1202 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:19.760 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:19 smithi155 bash[14970]: audit 2024-09-10T19:33:18.443197+0000 mon.a (mon.0) 1203 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:19.760 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:19 smithi155 bash[14970]: audit 2024-09-10T19:33:18.467019+0000 mon.a (mon.0) 1204 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:19.760 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:19 smithi155 bash[14970]: audit 2024-09-10T19:33:18.470053+0000 mon.a (mon.0) 1205 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:19.760 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:19 smithi155 bash[14970]: audit 2024-09-10T19:33:18.472787+0000 mon.a (mon.0) 1206 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:19.760 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:19 smithi155 bash[14970]: audit 2024-09-10T19:33:19.230425+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-09-10T19:33:19.760 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:19 smithi155 bash[14970]: audit 2024-09-10T19:33:19.231296+0000 mon.a (mon.0) 1208 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T19:33:19.760 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:19 smithi155 bash[14970]: audit 2024-09-10T19:33:19.231725+0000 mon.a (mon.0) 1209 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 5]}]: dispatch 2024-09-10T19:33:19.760 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:19 smithi155 bash[14970]: audit 2024-09-10T19:33:19.232218+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:33:19.760 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:19 smithi155 bash[18934]: audit 2024-09-10T19:33:18.418062+0000 mgr.y (mgr.24865) 95 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T19:33:19.760 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:19 smithi155 bash[18934]: audit 2024-09-10T19:33:18.441054+0000 mon.a (mon.0) 1202 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:19.761 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:19 smithi155 bash[18934]: audit 2024-09-10T19:33:18.443197+0000 mon.a (mon.0) 1203 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:19.761 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:19 smithi155 bash[18934]: audit 2024-09-10T19:33:18.467019+0000 mon.a (mon.0) 1204 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:19.761 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:19 smithi155 bash[18934]: audit 2024-09-10T19:33:18.470053+0000 mon.a (mon.0) 1205 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:19.761 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:19 smithi155 bash[18934]: audit 2024-09-10T19:33:18.472787+0000 mon.a (mon.0) 1206 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:19.761 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:19 smithi155 bash[18934]: audit 2024-09-10T19:33:19.230425+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-09-10T19:33:19.761 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:19 smithi155 bash[18934]: audit 2024-09-10T19:33:19.231296+0000 mon.a (mon.0) 1208 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T19:33:19.761 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:19 smithi155 bash[18934]: audit 2024-09-10T19:33:19.231725+0000 mon.a (mon.0) 1209 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 5]}]: dispatch 2024-09-10T19:33:19.761 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:19 smithi155 bash[18934]: audit 2024-09-10T19:33:19.232218+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:33:20.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:20 smithi155 bash[14970]: cluster 2024-09-10T19:33:19.208167+0000 mgr.y (mgr.24865) 96 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:20.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:20 smithi155 bash[18934]: cluster 2024-09-10T19:33:19.208167+0000 mgr.y (mgr.24865) 96 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:20.951 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:20 smithi189 bash[14634]: cluster 2024-09-10T19:33:19.208167+0000 mgr.y (mgr.24865) 96 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:22.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:22 smithi155 bash[14970]: cephadm 2024-09-10T19:33:20.690639+0000 mgr.y (mgr.24865) 97 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-09-10T19:33:22.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:22 smithi155 bash[14970]: cephadm 2024-09-10T19:33:20.706597+0000 mgr.y (mgr.24865) 98 : cephadm [INF] Deploying daemon alertmanager.a on smithi155 2024-09-10T19:33:22.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:22 smithi155 bash[14970]: cluster 2024-09-10T19:33:21.209595+0000 mgr.y (mgr.24865) 99 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:22.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:22 smithi155 bash[18934]: cephadm 2024-09-10T19:33:20.690639+0000 mgr.y (mgr.24865) 97 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-09-10T19:33:22.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:22 smithi155 bash[18934]: cephadm 2024-09-10T19:33:20.706597+0000 mgr.y (mgr.24865) 98 : cephadm [INF] Deploying daemon alertmanager.a on smithi155 2024-09-10T19:33:22.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:22 smithi155 bash[18934]: cluster 2024-09-10T19:33:21.209595+0000 mgr.y (mgr.24865) 99 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:22.951 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:22 smithi189 bash[14634]: cephadm 2024-09-10T19:33:20.690639+0000 mgr.y (mgr.24865) 97 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-09-10T19:33:22.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:22 smithi189 bash[14634]: cephadm 2024-09-10T19:33:20.706597+0000 mgr.y (mgr.24865) 98 : cephadm [INF] Deploying daemon alertmanager.a on smithi155 2024-09-10T19:33:22.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:22 smithi189 bash[14634]: cluster 2024-09-10T19:33:21.209595+0000 mgr.y (mgr.24865) 99 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:24.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:24 smithi155 bash[18934]: cluster 2024-09-10T19:33:23.210348+0000 mgr.y (mgr.24865) 100 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:24.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:24 smithi155 bash[14970]: cluster 2024-09-10T19:33:23.210348+0000 mgr.y (mgr.24865) 100 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:24.951 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:24 smithi189 bash[14634]: cluster 2024-09-10T19:33:23.210348+0000 mgr.y (mgr.24865) 100 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:25.228 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:33:25 smithi155 systemd[1]: Stopping Ceph alertmanager.a for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:33:25.589 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:33:25 smithi155 bash[39610]: ts=2024-09-10T19:33:25.226Z caller=main.go:542 level=info msg="Received SIGTERM, exiting gracefully..." 2024-09-10T19:33:26.121 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:33:25 smithi155 bash[49281]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-alertmanager.a 2024-09-10T19:33:26.121 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:33:26 smithi155 bash[49353]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-alertmanager.a 2024-09-10T19:33:26.121 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:33:26 smithi155 systemd[1]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968@alertmanager.a.service: Succeeded. 2024-09-10T19:33:26.121 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:33:26 smithi155 systemd[1]: Stopped Ceph alertmanager.a for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:33:26.398 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:33:26 smithi155 systemd[1]: Started Ceph alertmanager.a for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:33:26.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:26 smithi189 bash[14634]: cluster 2024-09-10T19:33:25.211799+0000 mgr.y (mgr.24865) 101 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:26.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:26 smithi189 bash[14634]: audit 2024-09-10T19:33:26.378370+0000 mon.a (mon.0) 1211 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:33:26.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:26 smithi189 bash[14634]: audit 2024-09-10T19:33:26.379163+0000 mon.a (mon.0) 1212 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.168296Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.168328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:33:26.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:26 smithi189 bash[14634]: audit 2024-09-10T19:33:26.383595+0000 mon.a (mon.0) 1213 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.168296Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.168328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:33:26.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:26 smithi189 bash[14634]: audit 2024-09-10T19:33:26.384982+0000 mon.a (mon.0) 1214 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 272734617, \"cpu_percentage\": \"1.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419558Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451936256, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:23.419740Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207513190, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419844Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58164510, \"cpu_percentage\": \"0.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419938Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420030Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53508833, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420121Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_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\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420252Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 6880755, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:23.420343Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57797509, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420523Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:33:20.706470Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:32:43.168420Z\", \"last_network_update\": \"2024-09-10T19:32:24.007466Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:18.384875Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:33:26.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:26 smithi155 bash[14970]: cluster 2024-09-10T19:33:25.211799+0000 mgr.y (mgr.24865) 101 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:26.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:26 smithi155 bash[14970]: audit 2024-09-10T19:33:26.378370+0000 mon.a (mon.0) 1211 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:33:26.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:26 smithi155 bash[14970]: audit 2024-09-10T19:33:26.379163+0000 mon.a (mon.0) 1212 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.168296Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.168328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:33:26.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:26 smithi155 bash[18934]: cluster 2024-09-10T19:33:25.211799+0000 mgr.y (mgr.24865) 101 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:26.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:26 smithi155 bash[18934]: audit 2024-09-10T19:33:26.378370+0000 mon.a (mon.0) 1211 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:33:26.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:26 smithi155 bash[18934]: audit 2024-09-10T19:33:26.379163+0000 mon.a (mon.0) 1212 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.168296Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.168328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:33:26.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:26 smithi155 bash[14970]: audit 2024-09-10T19:33:26.383595+0000 mon.a (mon.0) 1213 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.168296Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.168328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:33:26.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:26 smithi155 bash[14970]: audit 2024-09-10T19:33:26.384982+0000 mon.a (mon.0) 1214 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 272734617, \"cpu_percentage\": \"1.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419558Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451936256, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:23.419740Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207513190, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419844Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58164510, \"cpu_percentage\": \"0.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419938Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420030Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53508833, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420121Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_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\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420252Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 6880755, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:23.420343Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57797509, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420523Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:33:20.706470Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:32:43.168420Z\", \"last_network_update\": \"2024-09-10T19:32:24.007466Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:18.384875Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:33:26.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:26 smithi155 bash[18934]: audit 2024-09-10T19:33:26.383595+0000 mon.a (mon.0) 1213 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.168296Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.168328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:33:26.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:26 smithi155 bash[18934]: audit 2024-09-10T19:33:26.384982+0000 mon.a (mon.0) 1214 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 272734617, \"cpu_percentage\": \"1.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419558Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451936256, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:23.419740Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207513190, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419844Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58164510, \"cpu_percentage\": \"0.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419938Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420030Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53508833, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420121Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_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\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420252Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 6880755, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:23.420343Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57797509, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420523Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:33:20.706470Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:32:43.168420Z\", \"last_network_update\": \"2024-09-10T19:32:24.007466Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:18.384875Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:33:27.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:27 smithi189 bash[14634]: audit 2024-09-10T19:33:26.390681+0000 mon.a (mon.0) 1215 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 272734617, \"cpu_percentage\": \"1.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419558Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451936256, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:23.419740Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207513190, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419844Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58164510, \"cpu_percentage\": \"0.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419938Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420030Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53508833, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420121Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_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\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420252Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 6880755, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:23.420343Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57797509, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420523Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:33:20.706470Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:32:43.168420Z\", \"last_network_update\": \"2024-09-10T19:32:24.007466Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:18.384875Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:33:27.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:27 smithi189 bash[14634]: audit 2024-09-10T19:33:26.678934+0000 mon.a (mon.0) 1216 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:33:27.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:27 smithi189 bash[14634]: audit 2024-09-10T19:33:26.679915+0000 mon.a (mon.0) 1217 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:33:27.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:27 smithi189 bash[14634]: audit 2024-09-10T19:33:26.680870+0000 mon.a (mon.0) 1218 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.168296Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.168328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:33:27.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:27 smithi189 bash[14634]: audit 2024-09-10T19:33:26.681591+0000 mon.a (mon.0) 1219 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:33:18.333524Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:33:18.333560Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:33:27.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:27 smithi189 bash[14634]: audit 2024-09-10T19:33:26.685887+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.168296Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.168328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:33:27.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:27 smithi189 bash[14634]: audit 2024-09-10T19:33:26.688072+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 272734617, \"cpu_percentage\": \"1.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419558Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451936256, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:23.419740Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207513190, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419844Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58164510, \"cpu_percentage\": \"0.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419938Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420030Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53508833, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420121Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_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\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420252Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 6880755, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:23.420343Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57797509, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420523Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:33:20.706470Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:32:43.168420Z\", \"last_network_update\": \"2024-09-10T19:32:24.007466Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:18.384875Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.677324Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:33:27.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:27 smithi189 bash[14634]: audit 2024-09-10T19:33:26.693564+0000 mon.a (mon.0) 1222 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:33:18.333524Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:33:18.333560Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:33:27.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:27 smithi189 bash[14634]: audit 2024-09-10T19:33:26.695316+0000 mon.a (mon.0) 1223 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236768460, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.011958Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407896064, \"cpu_percentage\": \"0.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:59.012379Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59737374, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012639Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012887Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59716403, \"cpu_percentage\": \"1.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013129Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59506688, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013368Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 32768000, \"cpu_percentage\": \"0.10%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013608Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 8977907, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013850Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29706158, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:32:59.014089Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014326Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:59.014736Z\", \"last_device_update\": \"2024-09-10T19:33:18.333652Z\", \"last_network_update\": \"2024-09-10T19:32:59.624867Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:18.404625Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:33:27.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:27 smithi189 bash[14634]: audit 2024-09-10T19:33:26.698700+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 272734617, \"cpu_percentage\": \"1.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419558Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451936256, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:23.419740Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207513190, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419844Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58164510, \"cpu_percentage\": \"0.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419938Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420030Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53508833, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420121Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_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\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420252Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 6880755, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:23.420343Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57797509, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420523Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:33:20.706470Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:32:43.168420Z\", \"last_network_update\": \"2024-09-10T19:32:24.007466Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:18.384875Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.677324Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:33:27.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:27 smithi189 bash[14634]: audit 2024-09-10T19:33:26.700200+0000 mon.a (mon.0) 1225 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:33:27.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:27 smithi189 bash[14634]: audit 2024-09-10T19:33:26.704622+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236768460, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.011958Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407896064, \"cpu_percentage\": \"0.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:59.012379Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59737374, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012639Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012887Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59716403, \"cpu_percentage\": \"1.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013129Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59506688, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013368Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 32768000, \"cpu_percentage\": \"0.10%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013608Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 8977907, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013850Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29706158, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:32:59.014089Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014326Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:59.014736Z\", \"last_device_update\": \"2024-09-10T19:33:18.333652Z\", \"last_network_update\": \"2024-09-10T19:32:59.624867Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:18.404625Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:33:27.708 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:27 smithi155 bash[14970]: audit 2024-09-10T19:33:26.390681+0000 mon.a (mon.0) 1215 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 272734617, \"cpu_percentage\": \"1.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419558Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451936256, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:23.419740Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207513190, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419844Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58164510, \"cpu_percentage\": \"0.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419938Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420030Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53508833, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420121Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_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\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420252Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 6880755, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:23.420343Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57797509, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420523Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:33:20.706470Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:32:43.168420Z\", \"last_network_update\": \"2024-09-10T19:32:24.007466Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:18.384875Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:33:27.708 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:27 smithi155 bash[14970]: audit 2024-09-10T19:33:26.678934+0000 mon.a (mon.0) 1216 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:33:27.708 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:27 smithi155 bash[14970]: audit 2024-09-10T19:33:26.679915+0000 mon.a (mon.0) 1217 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:33:27.708 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:27 smithi155 bash[14970]: audit 2024-09-10T19:33:26.680870+0000 mon.a (mon.0) 1218 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.168296Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.168328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:33:27.708 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:27 smithi155 bash[14970]: audit 2024-09-10T19:33:26.681591+0000 mon.a (mon.0) 1219 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:33:18.333524Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:33:18.333560Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:33:27.709 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:27 smithi155 bash[18934]: audit 2024-09-10T19:33:26.390681+0000 mon.a (mon.0) 1215 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 272734617, \"cpu_percentage\": \"1.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419558Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451936256, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:23.419740Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207513190, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419844Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58164510, \"cpu_percentage\": \"0.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419938Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420030Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53508833, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420121Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_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\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420252Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 6880755, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:23.420343Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57797509, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420523Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:33:20.706470Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:32:43.168420Z\", \"last_network_update\": \"2024-09-10T19:32:24.007466Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:18.384875Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:22:52.931716Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:33:27.709 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:27 smithi155 bash[18934]: audit 2024-09-10T19:33:26.678934+0000 mon.a (mon.0) 1216 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:33:27.709 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:27 smithi155 bash[18934]: audit 2024-09-10T19:33:26.679915+0000 mon.a (mon.0) 1217 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:33:27.709 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:27 smithi155 bash[18934]: audit 2024-09-10T19:33:26.680870+0000 mon.a (mon.0) 1218 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.168296Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.168328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:33:27.709 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:27 smithi155 bash[18934]: audit 2024-09-10T19:33:26.681591+0000 mon.a (mon.0) 1219 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:33:18.333524Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:33:18.333560Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:33:27.709 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:33:27 smithi155 bash[49435]: ts=2024-09-10T19:33:27.645Z caller=main.go:240 level=info msg="Starting Alertmanager" version="(version=0.25.0, branch=HEAD, revision=258fab7cdd551f2cf251ed0348f0ad7289aee789)" 2024-09-10T19:33:27.709 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:33:27 smithi155 bash[49435]: ts=2024-09-10T19:33:27.645Z caller=main.go:241 level=info build_context="(go=go1.19.4, user=root@abe866dd5717, date=20221222-14:51:36)" 2024-09-10T19:33:27.709 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:33:27 smithi155 bash[49435]: ts=2024-09-10T19:33:27.649Z caller=cluster.go:185 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.155 port=9094 2024-09-10T19:33:27.710 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:33:27 smithi155 bash[49435]: ts=2024-09-10T19:33:27.650Z caller=cluster.go:681 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-10T19:33:27.710 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:33:27 smithi155 bash[49435]: ts=2024-09-10T19:33:27.704Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-10T19:33:27.710 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:27 smithi155 bash[14970]: audit 2024-09-10T19:33:26.685887+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.168296Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.168328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:33:27.710 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:27 smithi155 bash[14970]: audit 2024-09-10T19:33:26.688072+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 272734617, \"cpu_percentage\": \"1.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419558Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451936256, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:23.419740Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207513190, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419844Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58164510, \"cpu_percentage\": \"0.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419938Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420030Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53508833, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420121Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_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\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420252Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 6880755, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:23.420343Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57797509, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420523Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:33:20.706470Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:32:43.168420Z\", \"last_network_update\": \"2024-09-10T19:32:24.007466Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:18.384875Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.677324Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:33:27.711 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:27 smithi155 bash[18934]: audit 2024-09-10T19:33:26.685887+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.168296Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.168328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:33:27.711 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:27 smithi155 bash[18934]: audit 2024-09-10T19:33:26.688072+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 272734617, \"cpu_percentage\": \"1.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419558Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451936256, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:23.419740Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207513190, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419844Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58164510, \"cpu_percentage\": \"0.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419938Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420030Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53508833, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420121Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_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\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420252Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 6880755, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:23.420343Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57797509, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420523Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:33:20.706470Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:32:43.168420Z\", \"last_network_update\": \"2024-09-10T19:32:24.007466Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:18.384875Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.677324Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:33:27.711 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:27 smithi155 bash[18934]: audit 2024-09-10T19:33:26.693564+0000 mon.a (mon.0) 1222 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:33:18.333524Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:33:18.333560Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:33:27.711 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:27 smithi155 bash[18934]: audit 2024-09-10T19:33:26.695316+0000 mon.a (mon.0) 1223 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236768460, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.011958Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407896064, \"cpu_percentage\": \"0.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:59.012379Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59737374, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012639Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012887Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59716403, \"cpu_percentage\": \"1.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013129Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59506688, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013368Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 32768000, \"cpu_percentage\": \"0.10%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013608Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 8977907, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013850Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29706158, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:32:59.014089Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014326Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:59.014736Z\", \"last_device_update\": \"2024-09-10T19:33:18.333652Z\", \"last_network_update\": \"2024-09-10T19:32:59.624867Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:18.404625Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:33:27.711 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:27 smithi155 bash[14970]: audit 2024-09-10T19:33:26.693564+0000 mon.a (mon.0) 1222 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:33:18.333524Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:33:18.333560Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:33:27.712 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:27 smithi155 bash[18934]: audit 2024-09-10T19:33:26.698700+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 272734617, \"cpu_percentage\": \"1.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419558Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451936256, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:23.419740Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207513190, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419844Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58164510, \"cpu_percentage\": \"0.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419938Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420030Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53508833, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420121Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_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\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420252Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 6880755, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:23.420343Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57797509, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420523Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:33:20.706470Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:32:43.168420Z\", \"last_network_update\": \"2024-09-10T19:32:24.007466Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:18.384875Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.677324Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:33:27.712 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:27 smithi155 bash[18934]: audit 2024-09-10T19:33:26.700200+0000 mon.a (mon.0) 1225 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:33:27.712 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:27 smithi155 bash[18934]: audit 2024-09-10T19:33:26.704622+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236768460, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.011958Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407896064, \"cpu_percentage\": \"0.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:59.012379Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59737374, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012639Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012887Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59716403, \"cpu_percentage\": \"1.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013129Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59506688, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013368Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 32768000, \"cpu_percentage\": \"0.10%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013608Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 8977907, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013850Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29706158, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:32:59.014089Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014326Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:59.014736Z\", \"last_device_update\": \"2024-09-10T19:33:18.333652Z\", \"last_network_update\": \"2024-09-10T19:32:59.624867Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:18.404625Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:33:27.712 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:27 smithi155 bash[14970]: audit 2024-09-10T19:33:26.695316+0000 mon.a (mon.0) 1223 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236768460, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.011958Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407896064, \"cpu_percentage\": \"0.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:59.012379Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59737374, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012639Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012887Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59716403, \"cpu_percentage\": \"1.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013129Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59506688, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013368Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 32768000, \"cpu_percentage\": \"0.10%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013608Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 8977907, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013850Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29706158, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:32:59.014089Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014326Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:59.014736Z\", \"last_device_update\": \"2024-09-10T19:33:18.333652Z\", \"last_network_update\": \"2024-09-10T19:32:59.624867Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:18.404625Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:33:27.713 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:27 smithi155 bash[14970]: audit 2024-09-10T19:33:26.698700+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 272734617, \"cpu_percentage\": \"1.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419558Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 451936256, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:23.419740Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207513190, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419844Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58164510, \"cpu_percentage\": \"0.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.419938Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420030Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53508833, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420121Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_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\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420252Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 6880755, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:23.420343Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57797509, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:23.420523Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:33:20.706470Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_device_update\": \"2024-09-10T19:32:43.168420Z\", \"last_network_update\": \"2024-09-10T19:32:24.007466Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:18.384875Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.677324Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:33:27.713 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:27 smithi155 bash[14970]: audit 2024-09-10T19:33:26.700200+0000 mon.a (mon.0) 1225 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:33:27.713 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:27 smithi155 bash[14970]: audit 2024-09-10T19:33:26.704622+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236768460, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.011958Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407896064, \"cpu_percentage\": \"0.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:59.012379Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59737374, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012639Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012887Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59716403, \"cpu_percentage\": \"1.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013129Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59506688, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013368Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 32768000, \"cpu_percentage\": \"0.10%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013608Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 8977907, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013850Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"44554c6f73ac\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29706158, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:32:59.014089Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:07:46.323903Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014326Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:07:23.854660Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:32:59.014736Z\", \"last_device_update\": \"2024-09-10T19:33:18.333652Z\", \"last_network_update\": \"2024-09-10T19:32:59.624867Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:18.404625Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:33:27.815 INFO:teuthology.orchestra.run.smithi155.stdout:true 2024-09-10T19:33:28.089 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:33:27 smithi155 bash[49435]: ts=2024-09-10T19:33:27.705Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-10T19:33:28.089 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:33:27 smithi155 bash[49435]: ts=2024-09-10T19:33:27.712Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9093 2024-09-10T19:33:28.089 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:33:27 smithi155 bash[49435]: ts=2024-09-10T19:33:27.712Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-09-10T19:33:28.601 INFO:teuthology.orchestra.run.smithi155.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:33:28.601 INFO:teuthology.orchestra.run.smithi155.stdout:alertmanager.a smithi155 starting - - - - 2024-09-10T19:33:28.601 INFO:teuthology.orchestra.run.smithi155.stdout:grafana.a smithi189 running (25m) 29s ago 25m 28.3M - 6.6.2 87a51ecf0b1c 44554c6f73ac 2024-09-10T19:33:28.601 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.x smithi189 *:8443 running (105s) 29s ago 30m 389M - 17.2.7-1606-g5be57395 4c55dd409611 1e9c1f896a72 2024-09-10T19:33:28.601 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.y smithi155 *:8443 running (11m) 65s ago 32m 431M - 17.2.7-1606-g5be57395 4c55dd409611 c3f6bb49e60e 2024-09-10T19:33:28.601 INFO:teuthology.orchestra.run.smithi155.stdout:mon.a smithi155 running (32m) 65s ago 32m 260M 2048M 15.2.0 204a01f9b0b6 9830b2129a22 2024-09-10T19:33:28.601 INFO:teuthology.orchestra.run.smithi155.stdout:mon.b smithi189 running (31m) 29s ago 31m 225M 2048M 15.2.0 204a01f9b0b6 e28fb1d2d63b 2024-09-10T19:33:28.601 INFO:teuthology.orchestra.run.smithi155.stdout:mon.c smithi155 running (31m) 65s ago 31m 197M 2048M 15.2.0 204a01f9b0b6 7cbf0bc7a02d 2024-09-10T19:33:28.601 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.a smithi155 running (72s) 65s ago 26m 6719k - 1.5.0 0da6a335fe13 75a6b4940d3d 2024-09-10T19:33:28.601 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.b smithi189 running (68s) 29s ago 26m 8767k - 1.5.0 0da6a335fe13 57c4129454db 2024-09-10T19:33:28.601 INFO:teuthology.orchestra.run.smithi155.stdout:osd.0 smithi155 running (30m) 65s ago 30m 55.4M 4096M 15.2.0 204a01f9b0b6 7f6023dc1e50 2024-09-10T19:33:28.602 INFO:teuthology.orchestra.run.smithi155.stdout:osd.1 smithi155 running (29m) 65s ago 29m 54.4M 4096M 15.2.0 204a01f9b0b6 42d00c1d93dd 2024-09-10T19:33:28.602 INFO:teuthology.orchestra.run.smithi155.stdout:osd.2 smithi155 running (29m) 65s ago 29m 51.0M 4096M 15.2.0 204a01f9b0b6 6b241c21f8e2 2024-09-10T19:33:28.602 INFO:teuthology.orchestra.run.smithi155.stdout:osd.3 smithi155 running (28m) 65s ago 28m 55.0M 4096M 15.2.0 204a01f9b0b6 8d9201a4db26 2024-09-10T19:33:28.602 INFO:teuthology.orchestra.run.smithi155.stdout:osd.4 smithi189 running (28m) 29s ago 28m 56.9M 4096M 15.2.0 204a01f9b0b6 34cb90c9d5b7 2024-09-10T19:33:28.602 INFO:teuthology.orchestra.run.smithi155.stdout:osd.5 smithi189 running (28m) 29s ago 28m 53.4M 4096M 15.2.0 204a01f9b0b6 4b3a3b60e1d5 2024-09-10T19:33:28.602 INFO:teuthology.orchestra.run.smithi155.stdout:osd.6 smithi189 running (27m) 29s ago 27m 56.9M 4096M 15.2.0 204a01f9b0b6 c58c4c013902 2024-09-10T19:33:28.602 INFO:teuthology.orchestra.run.smithi155.stdout:osd.7 smithi189 running (27m) 29s ago 27m 56.7M 4096M 15.2.0 204a01f9b0b6 fb02b608dde7 2024-09-10T19:33:28.602 INFO:teuthology.orchestra.run.smithi155.stdout:prometheus.a smithi189 running (36s) 29s ago 26m 31.2M - 2.43.0 a07b618ecd1d a68b682055db 2024-09-10T19:33:28.602 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi155.ehnnyk smithi155 running (24m) 65s ago 24m 55.1M - 15.2.0 204a01f9b0b6 48687c7a211a 2024-09-10T19:33:28.602 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi189.dwpibf smithi189 running (24m) 29s ago 24m 54.4M - 15.2.0 204a01f9b0b6 6bddcdbdbf0b 2024-09-10T19:33:28.701 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:28 smithi189 bash[14634]: cluster 2024-09-10T19:33:27.212532+0000 mgr.y (mgr.24865) 102 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:28.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:28 smithi155 bash[14970]: cluster 2024-09-10T19:33:27.212532+0000 mgr.y (mgr.24865) 102 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:28.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:28 smithi155 bash[18934]: cluster 2024-09-10T19:33:27.212532+0000 mgr.y (mgr.24865) 102 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:29.078 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:33:29.078 INFO:teuthology.orchestra.run.smithi155.stdout: "mon": { 2024-09-10T19:33:29.078 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-10T19:33:29.078 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:33:29.079 INFO:teuthology.orchestra.run.smithi155.stdout: "mgr": { 2024-09-10T19:33:29.079 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:33:29.079 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:33:29.079 INFO:teuthology.orchestra.run.smithi155.stdout: "osd": { 2024-09-10T19:33:29.079 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-10T19:33:29.079 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:33:29.079 INFO:teuthology.orchestra.run.smithi155.stdout: "mds": {}, 2024-09-10T19:33:29.079 INFO:teuthology.orchestra.run.smithi155.stdout: "rgw": { 2024-09-10T19:33:29.079 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-10T19:33:29.079 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:33:29.079 INFO:teuthology.orchestra.run.smithi155.stdout: "overall": { 2024-09-10T19:33:29.079 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-09-10T19:33:29.079 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:33:29.080 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-10T19:33:29.080 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:33:29.462 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:33:29.462 INFO:teuthology.orchestra.run.smithi155.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T19:33:29.462 INFO:teuthology.orchestra.run.smithi155.stdout: "in_progress": true, 2024-09-10T19:33:29.462 INFO:teuthology.orchestra.run.smithi155.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-10T19:33:29.462 INFO:teuthology.orchestra.run.smithi155.stdout: "services_complete": [ 2024-09-10T19:33:29.462 INFO:teuthology.orchestra.run.smithi155.stdout: "mgr" 2024-09-10T19:33:29.463 INFO:teuthology.orchestra.run.smithi155.stdout: ], 2024-09-10T19:33:29.463 INFO:teuthology.orchestra.run.smithi155.stdout: "progress": "2/2 daemons upgraded", 2024-09-10T19:33:29.463 INFO:teuthology.orchestra.run.smithi155.stdout: "message": "Currently upgrading alertmanager daemons", 2024-09-10T19:33:29.463 INFO:teuthology.orchestra.run.smithi155.stdout: "is_paused": false 2024-09-10T19:33:29.463 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:33:29.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:29 smithi189 bash[14634]: audit 2024-09-10T19:33:27.799900+0000 mgr.y (mgr.24865) 103 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:33:29.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:29 smithi189 bash[14634]: audit 2024-09-10T19:33:28.187843+0000 mgr.y (mgr.24865) 104 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:33:29.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:29 smithi189 bash[14634]: audit 2024-09-10T19:33:28.577678+0000 mon.a (mon.0) 1227 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:33:29.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:29 smithi189 bash[14634]: audit 2024-09-10T19:33:28.578640+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:33:29.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:29 smithi189 bash[14634]: audit 2024-09-10T19:33:28.579515+0000 mon.a (mon.0) 1229 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:33:29.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:29 smithi189 bash[14634]: audit 2024-09-10T19:33:28.580413+0000 mon.a (mon.0) 1230 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:33:29.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:29 smithi189 bash[14634]: audit 2024-09-10T19:33:28.581302+0000 mon.a (mon.0) 1231 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:33:29.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:29 smithi189 bash[14634]: audit 2024-09-10T19:33:28.582187+0000 mon.a (mon.0) 1232 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:33:29.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:29 smithi189 bash[14634]: audit 2024-09-10T19:33:28.587474+0000 mon.a (mon.0) 1233 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:33:29.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:29 smithi189 bash[14634]: audit 2024-09-10T19:33:28.588287+0000 mon.a (mon.0) 1234 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:33:29.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:29 smithi189 bash[14634]: audit 2024-09-10T19:33:28.589074+0000 mon.a (mon.0) 1235 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:33:29.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:29 smithi189 bash[14634]: audit 2024-09-10T19:33:28.589854+0000 mon.a (mon.0) 1236 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:33:29.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:29 smithi189 bash[14634]: audit 2024-09-10T19:33:28.590599+0000 mon.a (mon.0) 1237 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:33:29.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:29 smithi189 bash[14634]: audit 2024-09-10T19:33:29.076097+0000 mon.a (mon.0) 1238 : audit [DBG] from='client.? 172.21.15.155:0/4102170225' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:29.839 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:33:29 smithi155 bash[49435]: ts=2024-09-10T19:33:29.650Z caller=cluster.go:706 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000015879s 2024-09-10T19:33:29.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:29 smithi155 bash[18934]: audit 2024-09-10T19:33:27.799900+0000 mgr.y (mgr.24865) 103 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:33:29.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:29 smithi155 bash[18934]: audit 2024-09-10T19:33:28.187843+0000 mgr.y (mgr.24865) 104 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:33:29.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:29 smithi155 bash[18934]: audit 2024-09-10T19:33:28.577678+0000 mon.a (mon.0) 1227 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:33:29.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:29 smithi155 bash[18934]: audit 2024-09-10T19:33:28.578640+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:33:29.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:29 smithi155 bash[18934]: audit 2024-09-10T19:33:28.579515+0000 mon.a (mon.0) 1229 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:33:29.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:29 smithi155 bash[18934]: audit 2024-09-10T19:33:28.580413+0000 mon.a (mon.0) 1230 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:33:29.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:29 smithi155 bash[18934]: audit 2024-09-10T19:33:28.581302+0000 mon.a (mon.0) 1231 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:33:29.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:29 smithi155 bash[18934]: audit 2024-09-10T19:33:28.582187+0000 mon.a (mon.0) 1232 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:33:29.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:29 smithi155 bash[18934]: audit 2024-09-10T19:33:28.587474+0000 mon.a (mon.0) 1233 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:33:29.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:29 smithi155 bash[18934]: audit 2024-09-10T19:33:28.588287+0000 mon.a (mon.0) 1234 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:33:29.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:29 smithi155 bash[18934]: audit 2024-09-10T19:33:28.589074+0000 mon.a (mon.0) 1235 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:33:29.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:29 smithi155 bash[18934]: audit 2024-09-10T19:33:28.589854+0000 mon.a (mon.0) 1236 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:33:29.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:29 smithi155 bash[18934]: audit 2024-09-10T19:33:28.590599+0000 mon.a (mon.0) 1237 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:33:29.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:29 smithi155 bash[18934]: audit 2024-09-10T19:33:29.076097+0000 mon.a (mon.0) 1238 : audit [DBG] from='client.? 172.21.15.155:0/4102170225' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:29.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:29 smithi155 bash[14970]: audit 2024-09-10T19:33:27.799900+0000 mgr.y (mgr.24865) 103 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:33:29.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:29 smithi155 bash[14970]: audit 2024-09-10T19:33:28.187843+0000 mgr.y (mgr.24865) 104 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:33:29.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:29 smithi155 bash[14970]: audit 2024-09-10T19:33:28.577678+0000 mon.a (mon.0) 1227 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:33:29.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:29 smithi155 bash[14970]: audit 2024-09-10T19:33:28.578640+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:33:29.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:29 smithi155 bash[14970]: audit 2024-09-10T19:33:28.579515+0000 mon.a (mon.0) 1229 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:33:29.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:29 smithi155 bash[14970]: audit 2024-09-10T19:33:28.580413+0000 mon.a (mon.0) 1230 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:33:29.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:29 smithi155 bash[14970]: audit 2024-09-10T19:33:28.581302+0000 mon.a (mon.0) 1231 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:33:29.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:29 smithi155 bash[14970]: audit 2024-09-10T19:33:28.582187+0000 mon.a (mon.0) 1232 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:33:29.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:29 smithi155 bash[14970]: audit 2024-09-10T19:33:28.587474+0000 mon.a (mon.0) 1233 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:33:29.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:29 smithi155 bash[14970]: audit 2024-09-10T19:33:28.588287+0000 mon.a (mon.0) 1234 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:33:29.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:29 smithi155 bash[14970]: audit 2024-09-10T19:33:28.589074+0000 mon.a (mon.0) 1235 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:33:29.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:29 smithi155 bash[14970]: audit 2024-09-10T19:33:28.589854+0000 mon.a (mon.0) 1236 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:33:29.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:29 smithi155 bash[14970]: audit 2024-09-10T19:33:28.590599+0000 mon.a (mon.0) 1237 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:33:29.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:29 smithi155 bash[14970]: audit 2024-09-10T19:33:29.076097+0000 mon.a (mon.0) 1238 : audit [DBG] from='client.? 172.21.15.155:0/4102170225' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:30.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:30 smithi189 bash[14634]: audit 2024-09-10T19:33:28.572618+0000 mgr.y (mgr.24865) 105 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:33:30.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:30 smithi189 bash[14634]: cluster 2024-09-10T19:33:29.213121+0000 mgr.y (mgr.24865) 106 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:30.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:30 smithi189 bash[14634]: audit 2024-09-10T19:33:29.460267+0000 mgr.y (mgr.24865) 107 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:33:30.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:30 smithi155 bash[18934]: audit 2024-09-10T19:33:28.572618+0000 mgr.y (mgr.24865) 105 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:33:30.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:30 smithi155 bash[18934]: cluster 2024-09-10T19:33:29.213121+0000 mgr.y (mgr.24865) 106 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:30.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:30 smithi155 bash[18934]: audit 2024-09-10T19:33:29.460267+0000 mgr.y (mgr.24865) 107 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:33:30.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:30 smithi155 bash[14970]: audit 2024-09-10T19:33:28.572618+0000 mgr.y (mgr.24865) 105 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:33:30.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:30 smithi155 bash[14970]: cluster 2024-09-10T19:33:29.213121+0000 mgr.y (mgr.24865) 106 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:30.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:30 smithi155 bash[14970]: audit 2024-09-10T19:33:29.460267+0000 mgr.y (mgr.24865) 107 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:33:32.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:32 smithi189 bash[14634]: cluster 2024-09-10T19:33:31.214631+0000 mgr.y (mgr.24865) 108 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:32.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:32 smithi155 bash[18934]: cluster 2024-09-10T19:33:31.214631+0000 mgr.y (mgr.24865) 108 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:32.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:32 smithi155 bash[14970]: cluster 2024-09-10T19:33:31.214631+0000 mgr.y (mgr.24865) 108 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:33.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:33 smithi189 bash[14634]: audit 2024-09-10T19:33:32.811619+0000 mon.a (mon.0) 1239 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:33:33.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:33 smithi189 bash[14634]: audit 2024-09-10T19:33:32.812444+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.168296Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.168328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:33:33.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:33 smithi189 bash[14634]: audit 2024-09-10T19:33:32.816697+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.168296Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.168328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:33:33.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:33 smithi189 bash[14634]: audit 2024-09-10T19:33:32.818867+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 283115520, \"cpu_percentage\": \"2.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.809551Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 457283993, \"cpu_percentage\": \"0.48%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:33:32.809800Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236453888, \"cpu_percentage\": \"1.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.809907Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58426654, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810008Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_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\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810105Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53760491, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810201Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57923338, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810295Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 10019143, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:33:32.810389Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"d240bc57c001\", \"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\": 15917383, \"cpu_percentage\": \"0.12%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:33:32.810484Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:33:26.406658Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58049167, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810579Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:33:20.706470Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:33:32.810772Z\", \"last_device_update\": \"2024-09-10T19:32:43.168420Z\", \"last_network_update\": \"2024-09-10T19:32:24.007466Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:18.384875Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.677324Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:33:33.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:33 smithi189 bash[14634]: audit 2024-09-10T19:33:32.824380+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 283115520, \"cpu_percentage\": \"2.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.809551Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 457283993, \"cpu_percentage\": \"0.48%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:33:32.809800Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236453888, \"cpu_percentage\": \"1.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.809907Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58426654, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810008Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_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\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810105Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53760491, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810201Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57923338, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810295Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 10019143, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:33:32.810389Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"d240bc57c001\", \"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\": 15917383, \"cpu_percentage\": \"0.12%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:33:32.810484Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:33:26.406658Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58049167, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810579Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:33:20.706470Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:33:32.810772Z\", \"last_device_update\": \"2024-09-10T19:32:43.168420Z\", \"last_network_update\": \"2024-09-10T19:32:24.007466Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:18.384875Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.677324Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:33:33.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:33 smithi189 bash[14634]: audit 2024-09-10T19:33:33.204566+0000 mon.a (mon.0) 1244 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:33:33.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:33 smithi189 bash[14634]: audit 2024-09-10T19:33:33.419961+0000 mon.a (mon.0) 1245 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:33:33.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:33 smithi189 bash[14634]: audit 2024-09-10T19:33:33.421134+0000 mon.a (mon.0) 1246 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.168296Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.168328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:33:33.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:33 smithi189 bash[14634]: audit 2024-09-10T19:33:33.427465+0000 mon.a (mon.0) 1247 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.168296Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.168328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:33:33.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:33 smithi155 bash[14970]: audit 2024-09-10T19:33:32.811619+0000 mon.a (mon.0) 1239 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:33:33.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:33 smithi155 bash[14970]: audit 2024-09-10T19:33:32.812444+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.168296Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.168328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:33:33.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:33 smithi155 bash[18934]: audit 2024-09-10T19:33:32.811619+0000 mon.a (mon.0) 1239 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:33:33.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:33 smithi155 bash[18934]: audit 2024-09-10T19:33:32.812444+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.168296Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.168328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:33:33.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:33 smithi155 bash[14970]: audit 2024-09-10T19:33:32.816697+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.168296Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.168328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:33:33.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:33 smithi155 bash[18934]: audit 2024-09-10T19:33:32.816697+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.168296Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.168328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:33:33.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:33 smithi155 bash[14970]: audit 2024-09-10T19:33:32.818867+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 283115520, \"cpu_percentage\": \"2.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.809551Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 457283993, \"cpu_percentage\": \"0.48%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:33:32.809800Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236453888, \"cpu_percentage\": \"1.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.809907Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58426654, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810008Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_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\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810105Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53760491, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810201Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57923338, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810295Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 10019143, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:33:32.810389Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"d240bc57c001\", \"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\": 15917383, \"cpu_percentage\": \"0.12%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:33:32.810484Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:33:26.406658Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58049167, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810579Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:33:20.706470Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:33:32.810772Z\", \"last_device_update\": \"2024-09-10T19:32:43.168420Z\", \"last_network_update\": \"2024-09-10T19:32:24.007466Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:18.384875Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.677324Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:33:33.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:33 smithi155 bash[14970]: audit 2024-09-10T19:33:32.824380+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 283115520, \"cpu_percentage\": \"2.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.809551Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 457283993, \"cpu_percentage\": \"0.48%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:33:32.809800Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236453888, \"cpu_percentage\": \"1.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.809907Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58426654, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810008Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_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\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810105Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53760491, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810201Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57923338, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810295Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 10019143, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:33:32.810389Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"d240bc57c001\", \"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\": 15917383, \"cpu_percentage\": \"0.12%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:33:32.810484Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:33:26.406658Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58049167, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810579Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:33:20.706470Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:33:32.810772Z\", \"last_device_update\": \"2024-09-10T19:32:43.168420Z\", \"last_network_update\": \"2024-09-10T19:32:24.007466Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:18.384875Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.677324Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:33:33.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:33 smithi155 bash[14970]: audit 2024-09-10T19:33:33.204566+0000 mon.a (mon.0) 1244 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:33:33.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:33 smithi155 bash[14970]: audit 2024-09-10T19:33:33.419961+0000 mon.a (mon.0) 1245 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:33:33.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:33 smithi155 bash[14970]: audit 2024-09-10T19:33:33.421134+0000 mon.a (mon.0) 1246 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.168296Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.168328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:33:33.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:33 smithi155 bash[14970]: audit 2024-09-10T19:33:33.427465+0000 mon.a (mon.0) 1247 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.168296Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.168328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:33:33.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:33 smithi155 bash[18934]: audit 2024-09-10T19:33:32.818867+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 283115520, \"cpu_percentage\": \"2.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.809551Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 457283993, \"cpu_percentage\": \"0.48%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:33:32.809800Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236453888, \"cpu_percentage\": \"1.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.809907Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58426654, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810008Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_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\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810105Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53760491, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810201Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57923338, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810295Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 10019143, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:33:32.810389Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"d240bc57c001\", \"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\": 15917383, \"cpu_percentage\": \"0.12%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:33:32.810484Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:33:26.406658Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58049167, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810579Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:33:20.706470Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:33:32.810772Z\", \"last_device_update\": \"2024-09-10T19:32:43.168420Z\", \"last_network_update\": \"2024-09-10T19:32:24.007466Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:18.384875Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.677324Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:33:33.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:33 smithi155 bash[18934]: audit 2024-09-10T19:33:32.824380+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 283115520, \"cpu_percentage\": \"2.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.809551Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 457283993, \"cpu_percentage\": \"0.48%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:33:32.809800Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236453888, \"cpu_percentage\": \"1.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.809907Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58426654, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810008Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_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\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810105Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53760491, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810201Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57923338, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810295Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 10019143, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:33:32.810389Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"d240bc57c001\", \"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\": 15917383, \"cpu_percentage\": \"0.12%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:33:32.810484Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:33:26.406658Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58049167, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810579Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:33:20.706470Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:33:32.810772Z\", \"last_device_update\": \"2024-09-10T19:32:43.168420Z\", \"last_network_update\": \"2024-09-10T19:32:24.007466Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:18.384875Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.677324Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:33:33.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:33 smithi155 bash[18934]: audit 2024-09-10T19:33:33.204566+0000 mon.a (mon.0) 1244 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:33:33.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:33 smithi155 bash[18934]: audit 2024-09-10T19:33:33.419961+0000 mon.a (mon.0) 1245 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:33:33.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:33 smithi155 bash[18934]: audit 2024-09-10T19:33:33.421134+0000 mon.a (mon.0) 1246 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.168296Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.168328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:33:33.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:33 smithi155 bash[18934]: audit 2024-09-10T19:33:33.427465+0000 mon.a (mon.0) 1247 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:32:43.168296Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:32:43.168328Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:33:34.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:34 smithi189 bash[14634]: cluster 2024-09-10T19:33:33.215348+0000 mgr.y (mgr.24865) 109 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:34.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:34 smithi189 bash[14634]: audit 2024-09-10T19:33:33.429773+0000 mon.a (mon.0) 1248 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 283115520, \"cpu_percentage\": \"2.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.809551Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 457283993, \"cpu_percentage\": \"0.48%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:33:32.809800Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236453888, \"cpu_percentage\": \"1.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.809907Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58426654, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810008Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_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\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810105Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53760491, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810201Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57923338, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810295Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 10019143, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:33:32.810389Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"d240bc57c001\", \"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\": 15917383, \"cpu_percentage\": \"0.12%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:33:32.810484Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:33:26.406658Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58049167, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810579Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:33:20.706470Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:33:32.810772Z\", \"last_device_update\": \"2024-09-10T19:32:43.168420Z\", \"last_network_update\": \"2024-09-10T19:33:33.418530Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:18.384875Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.677324Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:33:34.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:34 smithi189 bash[14634]: audit 2024-09-10T19:33:33.444386+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 283115520, \"cpu_percentage\": \"2.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.809551Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 457283993, \"cpu_percentage\": \"0.48%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:33:32.809800Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236453888, \"cpu_percentage\": \"1.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.809907Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58426654, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810008Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_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\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810105Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53760491, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810201Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57923338, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810295Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 10019143, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:33:32.810389Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"d240bc57c001\", \"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\": 15917383, \"cpu_percentage\": \"0.12%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:33:32.810484Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:33:26.406658Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58049167, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810579Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:33:20.706470Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:33:32.810772Z\", \"last_device_update\": \"2024-09-10T19:32:43.168420Z\", \"last_network_update\": \"2024-09-10T19:33:33.418530Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:18.384875Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.677324Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:33:34.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:34 smithi189 bash[14634]: audit 2024-09-10T19:33:33.445827+0000 mon.a (mon.0) 1250 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:33:34.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:34 smithi155 bash[18934]: cluster 2024-09-10T19:33:33.215348+0000 mgr.y (mgr.24865) 109 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:34.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:34 smithi155 bash[14970]: cluster 2024-09-10T19:33:33.215348+0000 mgr.y (mgr.24865) 109 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:34.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:34 smithi155 bash[18934]: audit 2024-09-10T19:33:33.429773+0000 mon.a (mon.0) 1248 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 283115520, \"cpu_percentage\": \"2.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.809551Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 457283993, \"cpu_percentage\": \"0.48%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:33:32.809800Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236453888, \"cpu_percentage\": \"1.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.809907Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58426654, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810008Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_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\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810105Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53760491, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810201Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57923338, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810295Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 10019143, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:33:32.810389Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"d240bc57c001\", \"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\": 15917383, \"cpu_percentage\": \"0.12%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:33:32.810484Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:33:26.406658Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58049167, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810579Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:33:20.706470Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:33:32.810772Z\", \"last_device_update\": \"2024-09-10T19:32:43.168420Z\", \"last_network_update\": \"2024-09-10T19:33:33.418530Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:18.384875Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.677324Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:33:34.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:34 smithi155 bash[14970]: audit 2024-09-10T19:33:33.429773+0000 mon.a (mon.0) 1248 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 283115520, \"cpu_percentage\": \"2.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.809551Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 457283993, \"cpu_percentage\": \"0.48%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:33:32.809800Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236453888, \"cpu_percentage\": \"1.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.809907Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58426654, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810008Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_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\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810105Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53760491, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810201Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57923338, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810295Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 10019143, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:33:32.810389Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"d240bc57c001\", \"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\": 15917383, \"cpu_percentage\": \"0.12%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:33:32.810484Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:33:26.406658Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58049167, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810579Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:33:20.706470Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:33:32.810772Z\", \"last_device_update\": \"2024-09-10T19:32:43.168420Z\", \"last_network_update\": \"2024-09-10T19:33:33.418530Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:18.384875Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.677324Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:33:34.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:34 smithi155 bash[14970]: audit 2024-09-10T19:33:33.444386+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 283115520, \"cpu_percentage\": \"2.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.809551Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 457283993, \"cpu_percentage\": \"0.48%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:33:32.809800Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236453888, \"cpu_percentage\": \"1.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.809907Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58426654, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810008Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_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\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810105Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53760491, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810201Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57923338, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810295Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 10019143, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:33:32.810389Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"d240bc57c001\", \"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\": 15917383, \"cpu_percentage\": \"0.12%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:33:32.810484Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:33:26.406658Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58049167, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810579Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:33:20.706470Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:33:32.810772Z\", \"last_device_update\": \"2024-09-10T19:32:43.168420Z\", \"last_network_update\": \"2024-09-10T19:33:33.418530Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:18.384875Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.677324Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:33:34.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:34 smithi155 bash[14970]: audit 2024-09-10T19:33:33.445827+0000 mon.a (mon.0) 1250 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:33:34.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:34 smithi155 bash[18934]: audit 2024-09-10T19:33:33.444386+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 283115520, \"cpu_percentage\": \"2.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.809551Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 457283993, \"cpu_percentage\": \"0.48%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:33:32.809800Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236453888, \"cpu_percentage\": \"1.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.809907Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58426654, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810008Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_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\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810105Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53760491, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810201Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57923338, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810295Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 10019143, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:33:32.810389Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"d240bc57c001\", \"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\": 15917383, \"cpu_percentage\": \"0.12%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:33:32.810484Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:33:26.406658Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58049167, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810579Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:33:20.706470Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:33:32.810772Z\", \"last_device_update\": \"2024-09-10T19:32:43.168420Z\", \"last_network_update\": \"2024-09-10T19:33:33.418530Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:18.384875Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.677324Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:33:34.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:34 smithi155 bash[18934]: audit 2024-09-10T19:33:33.445827+0000 mon.a (mon.0) 1250 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:33:36.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:36 smithi189 bash[14634]: cluster 2024-09-10T19:33:35.216875+0000 mgr.y (mgr.24865) 110 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:36.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:36 smithi155 bash[14970]: cluster 2024-09-10T19:33:35.216875+0000 mgr.y (mgr.24865) 110 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:36.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:36 smithi155 bash[18934]: cluster 2024-09-10T19:33:35.216875+0000 mgr.y (mgr.24865) 110 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:38.090 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:33:37 smithi155 bash[49435]: ts=2024-09-10T19:33:37.653Z caller=cluster.go:698 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.002955423s 2024-09-10T19:33:38.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:38 smithi155 bash[18934]: cluster 2024-09-10T19:33:37.217580+0000 mgr.y (mgr.24865) 111 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:38.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:38 smithi155 bash[14970]: cluster 2024-09-10T19:33:37.217580+0000 mgr.y (mgr.24865) 111 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:38.951 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:38 smithi189 bash[14634]: cluster 2024-09-10T19:33:37.217580+0000 mgr.y (mgr.24865) 111 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:40.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:40 smithi155 bash[14970]: cluster 2024-09-10T19:33:39.218257+0000 mgr.y (mgr.24865) 112 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:40.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:40 smithi155 bash[18934]: cluster 2024-09-10T19:33:39.218257+0000 mgr.y (mgr.24865) 112 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:40.951 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:40 smithi189 bash[14634]: cluster 2024-09-10T19:33:39.218257+0000 mgr.y (mgr.24865) 112 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:42.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:42 smithi155 bash[14970]: cluster 2024-09-10T19:33:41.219746+0000 mgr.y (mgr.24865) 113 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:42.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:42 smithi155 bash[18934]: cluster 2024-09-10T19:33:41.219746+0000 mgr.y (mgr.24865) 113 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:42.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:42 smithi189 bash[14634]: cluster 2024-09-10T19:33:41.219746+0000 mgr.y (mgr.24865) 113 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:43.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:43 smithi155 bash[14970]: audit 2024-09-10T19:33:42.472861+0000 mon.a (mon.0) 1251 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:33:43.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:43 smithi155 bash[18934]: audit 2024-09-10T19:33:42.472861+0000 mon.a (mon.0) 1251 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:33:43.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:43 smithi189 bash[14634]: audit 2024-09-10T19:33:42.472861+0000 mon.a (mon.0) 1251 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:33:44.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:44 smithi155 bash[14970]: cluster 2024-09-10T19:33:43.220476+0000 mgr.y (mgr.24865) 114 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:44.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:44 smithi155 bash[18934]: cluster 2024-09-10T19:33:43.220476+0000 mgr.y (mgr.24865) 114 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:44.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:44 smithi189 bash[14634]: cluster 2024-09-10T19:33:43.220476+0000 mgr.y (mgr.24865) 114 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:46.701 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:46 smithi189 bash[14634]: cluster 2024-09-10T19:33:45.221987+0000 mgr.y (mgr.24865) 115 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:46.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:46 smithi155 bash[14970]: cluster 2024-09-10T19:33:45.221987+0000 mgr.y (mgr.24865) 115 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:46.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:46 smithi155 bash[18934]: cluster 2024-09-10T19:33:45.221987+0000 mgr.y (mgr.24865) 115 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:48.701 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:48 smithi189 bash[14634]: cluster 2024-09-10T19:33:47.222728+0000 mgr.y (mgr.24865) 116 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:48.780 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:48 smithi155 bash[14970]: cluster 2024-09-10T19:33:47.222728+0000 mgr.y (mgr.24865) 116 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:48.781 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:48 smithi155 bash[18934]: cluster 2024-09-10T19:33:47.222728+0000 mgr.y (mgr.24865) 116 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:50.701 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:50 smithi189 bash[14634]: cluster 2024-09-10T19:33:49.223495+0000 mgr.y (mgr.24865) 117 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:50.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:50 smithi155 bash[14970]: cluster 2024-09-10T19:33:49.223495+0000 mgr.y (mgr.24865) 117 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:50.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:50 smithi155 bash[18934]: cluster 2024-09-10T19:33:49.223495+0000 mgr.y (mgr.24865) 117 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:52.701 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:52 smithi189 bash[14634]: cluster 2024-09-10T19:33:51.224776+0000 mgr.y (mgr.24865) 118 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:52.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:52 smithi155 bash[18934]: cluster 2024-09-10T19:33:51.224776+0000 mgr.y (mgr.24865) 118 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:52.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:52 smithi155 bash[14970]: cluster 2024-09-10T19:33:51.224776+0000 mgr.y (mgr.24865) 118 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:53.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:53 smithi189 bash[14634]: audit 2024-09-10T19:33:52.451889+0000 mon.a (mon.0) 1252 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:33:53.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:53 smithi189 bash[14634]: audit 2024-09-10T19:33:52.453076+0000 mon.a (mon.0) 1253 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:33:52.450471Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:33:52.450492Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:33:53.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:53 smithi189 bash[14634]: audit 2024-09-10T19:33:52.458314+0000 mon.a (mon.0) 1254 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:33:52.450471Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:33:52.450492Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:33:53.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:53 smithi189 bash[14634]: audit 2024-09-10T19:33:52.459755+0000 mon.a (mon.0) 1255 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 283115520, \"cpu_percentage\": \"2.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.809551Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 457283993, \"cpu_percentage\": \"0.48%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:33:32.809800Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236453888, \"cpu_percentage\": \"1.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.809907Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58426654, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810008Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_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\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810105Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53760491, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810201Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57923338, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810295Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 10019143, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:33:32.810389Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"d240bc57c001\", \"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\": 15917383, \"cpu_percentage\": \"0.12%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:33:32.810484Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:33:26.406658Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58049167, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810579Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:33:20.706470Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:33:32.810772Z\", \"last_device_update\": \"2024-09-10T19:33:52.450556Z\", \"last_network_update\": \"2024-09-10T19:33:33.418530Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:18.384875Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.677324Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:33:53.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:53 smithi189 bash[14634]: audit 2024-09-10T19:33:52.465312+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 283115520, \"cpu_percentage\": \"2.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.809551Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 457283993, \"cpu_percentage\": \"0.48%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:33:32.809800Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236453888, \"cpu_percentage\": \"1.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.809907Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58426654, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810008Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_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\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810105Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53760491, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810201Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57923338, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810295Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 10019143, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:33:32.810389Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"d240bc57c001\", \"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\": 15917383, \"cpu_percentage\": \"0.12%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:33:32.810484Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:33:26.406658Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58049167, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810579Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:33:20.706470Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:33:32.810772Z\", \"last_device_update\": \"2024-09-10T19:33:52.450556Z\", \"last_network_update\": \"2024-09-10T19:33:33.418530Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:18.384875Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.677324Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:33:53.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:53 smithi189 bash[14634]: audit 2024-09-10T19:33:52.468181+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:33:53.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:53 smithi189 bash[14634]: audit 2024-09-10T19:33:52.472808+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:33:53.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:53 smithi189 bash[14634]: audit 2024-09-10T19:33:52.525091+0000 mon.a (mon.0) 1259 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T19:33:53.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:53 smithi189 bash[14634]: audit 2024-09-10T19:33:52.529704+0000 mon.a (mon.0) 1260 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:33:53.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:53 smithi189 bash[14634]: audit 2024-09-10T19:33:52.531925+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:33:53.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:53 smithi189 bash[14634]: audit 2024-09-10T19:33:52.535447+0000 mon.a (mon.0) 1262 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:53.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:53 smithi189 bash[14634]: audit 2024-09-10T19:33:52.537788+0000 mon.a (mon.0) 1263 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:53.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:53 smithi189 bash[14634]: audit 2024-09-10T19:33:52.540212+0000 mon.a (mon.0) 1264 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:53.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:53 smithi189 bash[14634]: audit 2024-09-10T19:33:52.542356+0000 mon.a (mon.0) 1265 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:53.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:53 smithi189 bash[14634]: audit 2024-09-10T19:33:52.544012+0000 mon.a (mon.0) 1266 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:53.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:53 smithi189 bash[14634]: audit 2024-09-10T19:33:52.546154+0000 mon.a (mon.0) 1267 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:53.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:53 smithi189 bash[14634]: audit 2024-09-10T19:33:52.547951+0000 mon.a (mon.0) 1268 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:53.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:53 smithi189 bash[14634]: audit 2024-09-10T19:33:52.550186+0000 mon.a (mon.0) 1269 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:53.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:53 smithi189 bash[14634]: audit 2024-09-10T19:33:52.552239+0000 mon.a (mon.0) 1270 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:53.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:53 smithi189 bash[14634]: audit 2024-09-10T19:33:52.554325+0000 mon.a (mon.0) 1271 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:53.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[14970]: audit 2024-09-10T19:33:52.451889+0000 mon.a (mon.0) 1252 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:33:53.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[14970]: audit 2024-09-10T19:33:52.453076+0000 mon.a (mon.0) 1253 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:33:52.450471Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:33:52.450492Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:33:53.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[18934]: audit 2024-09-10T19:33:52.451889+0000 mon.a (mon.0) 1252 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:33:53.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[18934]: audit 2024-09-10T19:33:52.453076+0000 mon.a (mon.0) 1253 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:33:52.450471Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:33:52.450492Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:33:53.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[14970]: audit 2024-09-10T19:33:52.458314+0000 mon.a (mon.0) 1254 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:33:52.450471Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:33:52.450492Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:33:53.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[18934]: audit 2024-09-10T19:33:52.458314+0000 mon.a (mon.0) 1254 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:33:52.450471Z\", \"lvs\": [{\"block_uuid\": \"RAFIt2-5sGv-1xNB-CtEV-ugK6-eixK-TEE0vU\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"1a7ae620-517c-483a-bb29-257bcbe3b2a8\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"XblQEp-x3zM-PZJg-FR8P-NW1t-0h1C-bQhjPo\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"0521d269-49c2-40e8-aa5d-4108d78d154c\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"etHTvM-fwR0-jys0-jqDA-6Df6-V2iJ-lERq3w\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"d1cc50da-a29a-4655-98cc-59090c4a23c0\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"C40Jrp-uOGz-jbWB-DDtZ-gacd-eDS2-cZHQvP\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"88b7e9ae-1505-4c7c-92bf-aca78877d966\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT623300GW400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:33:52.450492Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XNRW\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:33:53.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[14970]: audit 2024-09-10T19:33:52.459755+0000 mon.a (mon.0) 1255 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 283115520, \"cpu_percentage\": \"2.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.809551Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 457283993, \"cpu_percentage\": \"0.48%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:33:32.809800Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236453888, \"cpu_percentage\": \"1.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.809907Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58426654, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810008Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_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\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810105Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53760491, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810201Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57923338, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810295Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 10019143, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:33:32.810389Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"d240bc57c001\", \"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\": 15917383, \"cpu_percentage\": \"0.12%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:33:32.810484Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:33:26.406658Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58049167, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810579Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:33:20.706470Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:33:32.810772Z\", \"last_device_update\": \"2024-09-10T19:33:52.450556Z\", \"last_network_update\": \"2024-09-10T19:33:33.418530Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:18.384875Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.677324Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:33:53.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[18934]: audit 2024-09-10T19:33:52.459755+0000 mon.a (mon.0) 1255 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 283115520, \"cpu_percentage\": \"2.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.809551Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 457283993, \"cpu_percentage\": \"0.48%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:33:32.809800Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236453888, \"cpu_percentage\": \"1.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.809907Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58426654, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810008Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_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\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810105Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53760491, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810201Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57923338, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810295Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 10019143, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:33:32.810389Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"d240bc57c001\", \"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\": 15917383, \"cpu_percentage\": \"0.12%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:33:32.810484Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:33:26.406658Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58049167, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810579Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:33:20.706470Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:33:32.810772Z\", \"last_device_update\": \"2024-09-10T19:33:52.450556Z\", \"last_network_update\": \"2024-09-10T19:33:33.418530Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:18.384875Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.677324Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:33:53.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[14970]: audit 2024-09-10T19:33:52.465312+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 283115520, \"cpu_percentage\": \"2.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.809551Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 457283993, \"cpu_percentage\": \"0.48%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:33:32.809800Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236453888, \"cpu_percentage\": \"1.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.809907Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58426654, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810008Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_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\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810105Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53760491, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810201Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57923338, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810295Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 10019143, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:33:32.810389Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"d240bc57c001\", \"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\": 15917383, \"cpu_percentage\": \"0.12%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:33:32.810484Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:33:26.406658Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58049167, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810579Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:33:20.706470Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:33:32.810772Z\", \"last_device_update\": \"2024-09-10T19:33:52.450556Z\", \"last_network_update\": \"2024-09-10T19:33:33.418530Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:18.384875Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.677324Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:33:53.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[14970]: audit 2024-09-10T19:33:52.468181+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:33:53.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[14970]: audit 2024-09-10T19:33:52.472808+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:33:53.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[14970]: audit 2024-09-10T19:33:52.525091+0000 mon.a (mon.0) 1259 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T19:33:53.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[14970]: audit 2024-09-10T19:33:52.529704+0000 mon.a (mon.0) 1260 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:33:53.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[14970]: audit 2024-09-10T19:33:52.531925+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:33:53.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[14970]: audit 2024-09-10T19:33:52.535447+0000 mon.a (mon.0) 1262 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:53.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[14970]: audit 2024-09-10T19:33:52.537788+0000 mon.a (mon.0) 1263 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:53.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[14970]: audit 2024-09-10T19:33:52.540212+0000 mon.a (mon.0) 1264 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:53.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[14970]: audit 2024-09-10T19:33:52.542356+0000 mon.a (mon.0) 1265 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:53.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[14970]: audit 2024-09-10T19:33:52.544012+0000 mon.a (mon.0) 1266 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:53.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[14970]: audit 2024-09-10T19:33:52.546154+0000 mon.a (mon.0) 1267 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:53.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[14970]: audit 2024-09-10T19:33:52.547951+0000 mon.a (mon.0) 1268 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:53.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[14970]: audit 2024-09-10T19:33:52.550186+0000 mon.a (mon.0) 1269 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:53.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[14970]: audit 2024-09-10T19:33:52.552239+0000 mon.a (mon.0) 1270 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:53.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[14970]: audit 2024-09-10T19:33:52.554325+0000 mon.a (mon.0) 1271 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:53.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[18934]: audit 2024-09-10T19:33:52.465312+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi155","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi155\", \"container_id\": \"9830b2129a22\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 283115520, \"cpu_percentage\": \"2.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.809551Z\", \"created\": \"2024-09-10T19:00:51.024025Z\", \"started\": \"2024-09-10T19:00:58.313442Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi155\", \"container_id\": \"c3f6bb49e60e\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 457283993, \"cpu_percentage\": \"0.48%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:33:32.809800Z\", \"created\": \"2024-09-10T19:01:00.987796Z\", \"started\": \"2024-09-10T19:21:44.907208Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi155\", \"container_id\": \"7cbf0bc7a02d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236453888, \"cpu_percentage\": \"1.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.809907Z\", \"created\": \"2024-09-10T19:02:08.162251Z\", \"started\": \"2024-09-10T19:02:08.189392Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi155\", \"container_id\": \"7f6023dc1e50\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58426654, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810008Z\", \"created\": \"2024-09-10T19:03:05.268937Z\", \"started\": \"2024-09-10T19:03:09.818037Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi155\", \"container_id\": \"42d00c1d93dd\", \"container_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\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810105Z\", \"created\": \"2024-09-10T19:03:34.475569Z\", \"started\": \"2024-09-10T19:03:39.138939Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi155\", \"container_id\": \"6b241c21f8e2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53760491, \"cpu_percentage\": \"1.69%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810201Z\", \"created\": \"2024-09-10T19:04:03.930433Z\", \"started\": \"2024-09-10T19:04:08.095978Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi155\", \"container_id\": \"8d9201a4db26\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57923338, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810295Z\", \"created\": \"2024-09-10T19:04:33.485615Z\", \"started\": \"2024-09-10T19:04:37.237774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi155\", \"container_id\": \"75a6b4940d3d\", \"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\": 10019143, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:33:32.810389Z\", \"created\": \"2024-09-10T19:07:06.334228Z\", \"started\": \"2024-09-10T19:32:15.839677Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi155\", \"container_id\": \"d240bc57c001\", \"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\": 15917383, \"cpu_percentage\": \"0.12%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:33:32.810484Z\", \"created\": \"2024-09-10T19:07:23.821839Z\", \"started\": \"2024-09-10T19:33:26.406658Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi155.ehnnyk\", \"daemon_name\": \"rgw.r.z.smithi155.ehnnyk\", \"hostname\": \"smithi155\", \"container_id\": \"48687c7a211a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58049167, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:33:32.810579Z\", \"created\": \"2024-09-10T19:09:08.755492Z\", \"started\": \"2024-09-10T19:09:08.774551Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:12.762187Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T19:20:45.433682Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:02.765795Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T19:03:31.917827Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:01.308499Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:30.954637Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:11.735405Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:33:20.706470Z\"}, \"rgw.r.z.smithi155.ehnnyk\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:04.844019Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:10.432628Z\"}}, \"last_daemon_update\": \"2024-09-10T19:33:32.810772Z\", \"last_device_update\": \"2024-09-10T19:33:52.450556Z\", \"last_network_update\": \"2024-09-10T19:33:33.418530Z\", \"last_device_change\": \"2024-09-10T19:18:10.330230Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:18.384875Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.155\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6ded\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.677324Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:33:53.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[18934]: audit 2024-09-10T19:33:52.468181+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:33:53.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[18934]: audit 2024-09-10T19:33:52.472808+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:33:53.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[18934]: audit 2024-09-10T19:33:52.525091+0000 mon.a (mon.0) 1259 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T19:33:53.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[18934]: audit 2024-09-10T19:33:52.529704+0000 mon.a (mon.0) 1260 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:33:53.845 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[18934]: audit 2024-09-10T19:33:52.531925+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:33:53.845 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[18934]: audit 2024-09-10T19:33:52.535447+0000 mon.a (mon.0) 1262 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:53.845 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[18934]: audit 2024-09-10T19:33:52.537788+0000 mon.a (mon.0) 1263 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:53.845 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[18934]: audit 2024-09-10T19:33:52.540212+0000 mon.a (mon.0) 1264 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:53.845 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[18934]: audit 2024-09-10T19:33:52.542356+0000 mon.a (mon.0) 1265 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:53.845 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[18934]: audit 2024-09-10T19:33:52.544012+0000 mon.a (mon.0) 1266 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:53.845 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[18934]: audit 2024-09-10T19:33:52.546154+0000 mon.a (mon.0) 1267 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:53.845 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[18934]: audit 2024-09-10T19:33:52.547951+0000 mon.a (mon.0) 1268 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:53.845 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[18934]: audit 2024-09-10T19:33:52.550186+0000 mon.a (mon.0) 1269 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:53.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[18934]: audit 2024-09-10T19:33:52.552239+0000 mon.a (mon.0) 1270 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:53.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:53 smithi155 bash[18934]: audit 2024-09-10T19:33:52.554325+0000 mon.a (mon.0) 1271 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:33:54.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:54 smithi155 bash[14970]: audit 2024-09-10T19:33:52.525803+0000 mgr.y (mgr.24865) 119 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T19:33:54.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:54 smithi155 bash[14970]: cluster 2024-09-10T19:33:53.225543+0000 mgr.y (mgr.24865) 120 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:54.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:54 smithi155 bash[18934]: audit 2024-09-10T19:33:52.525803+0000 mgr.y (mgr.24865) 119 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T19:33:54.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:54 smithi155 bash[18934]: cluster 2024-09-10T19:33:53.225543+0000 mgr.y (mgr.24865) 120 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:54.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:54 smithi189 bash[14634]: audit 2024-09-10T19:33:52.525803+0000 mgr.y (mgr.24865) 119 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T19:33:54.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:54 smithi189 bash[14634]: cluster 2024-09-10T19:33:53.225543+0000 mgr.y (mgr.24865) 120 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:55.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:55 smithi155 bash[14970]: audit 2024-09-10T19:33:55.069384+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi189/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyjCCAbICEQDl3ZyYj41G0Zs5w3G6b4zdMA0GCSqGSIb3DQEBDQUAMCMxDTAL\nBgNVBAoMBENlcGgxEjAQBgNVBAMMCXNtaXRoaTE4OTAeFw0yNDA5MTAxOTMzNTVa\nFw0zNDA5MDgxOTMzNTVaMCMxDTALBgNVBAoMBENlcGgxEjAQBgNVBAMMCXNtaXRo\naTE4OTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKIhl6uxUvjL+DlA\nMVeuSApefDMWbR0YD6oM96vag9UHZxTv/Bb80o3bfk+Thvxg2OMUzDKEiwhPb+/9\nsl5mphYrk4557wnNxZHCuHSIUMqrFOtbJJMNpd8TGvt59o3TthrnOX9f/8jli9+v\nqHvp44stLXS9/H3zHMAZ0WdhDap7Xny8zevQMdKGhjPX9esMzNxVNZCtuQ9Yeec2\nTplfegw3efoHcF7g9uQ2jY9ADxdFdAptvLy7gzIqqlZnDfiM+RR2Rd5WPuZtaYmm\noHZJRlkG7l12Sr6hK6WNk1a8aoGtHYzKhIDquqJRq392Z/UnDymA6oKpo1tbpA9f\ntNMLRqkCAwEAATANBgkqhkiG9w0BAQ0FAAOCAQEAaf+jAm3MMbbaKZC+W2J5Rq0+\nQoI/Mv7JwE2FFp8CqY2uq7SoOq6Fu8XbrIZAdYM3uweOTlsRiRrZMG2B2nRnKXVm\n7s83GVq4MS6bZ/AM/r6oYv5N8sgpW0J43XPsVZ+yMBWEOhF/rYhj3OS5DflmTbU4\nCE2EvBzADFWxJ9CbE4+dVTYS1YoNovMUFpsiSeXsLMomvoBoZZr3SAKzvqrZ2qWq\nsWmwOE6buBEiSGzeN49Il33vIBu0lMUHs9F97X+F1rHKYoJdsXzh+9wrvVazMFZf\n06meIk5BXDrZR+bFabjiqChOUj+Z5nqw4ixxK3j3BvObjAQFxJ8mXSDRehK2Ig==\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-10T19:33:55.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:55 smithi155 bash[14970]: audit 2024-09-10T19:33:55.076374+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi189/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyjCCAbICEQDl3ZyYj41G0Zs5w3G6b4zdMA0GCSqGSIb3DQEBDQUAMCMxDTAL\nBgNVBAoMBENlcGgxEjAQBgNVBAMMCXNtaXRoaTE4OTAeFw0yNDA5MTAxOTMzNTVa\nFw0zNDA5MDgxOTMzNTVaMCMxDTALBgNVBAoMBENlcGgxEjAQBgNVBAMMCXNtaXRo\naTE4OTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKIhl6uxUvjL+DlA\nMVeuSApefDMWbR0YD6oM96vag9UHZxTv/Bb80o3bfk+Thvxg2OMUzDKEiwhPb+/9\nsl5mphYrk4557wnNxZHCuHSIUMqrFOtbJJMNpd8TGvt59o3TthrnOX9f/8jli9+v\nqHvp44stLXS9/H3zHMAZ0WdhDap7Xny8zevQMdKGhjPX9esMzNxVNZCtuQ9Yeec2\nTplfegw3efoHcF7g9uQ2jY9ADxdFdAptvLy7gzIqqlZnDfiM+RR2Rd5WPuZtaYmm\noHZJRlkG7l12Sr6hK6WNk1a8aoGtHYzKhIDquqJRq392Z/UnDymA6oKpo1tbpA9f\ntNMLRqkCAwEAATANBgkqhkiG9w0BAQ0FAAOCAQEAaf+jAm3MMbbaKZC+W2J5Rq0+\nQoI/Mv7JwE2FFp8CqY2uq7SoOq6Fu8XbrIZAdYM3uweOTlsRiRrZMG2B2nRnKXVm\n7s83GVq4MS6bZ/AM/r6oYv5N8sgpW0J43XPsVZ+yMBWEOhF/rYhj3OS5DflmTbU4\nCE2EvBzADFWxJ9CbE4+dVTYS1YoNovMUFpsiSeXsLMomvoBoZZr3SAKzvqrZ2qWq\nsWmwOE6buBEiSGzeN49Il33vIBu0lMUHs9F97X+F1rHKYoJdsXzh+9wrvVazMFZf\n06meIk5BXDrZR+bFabjiqChOUj+Z5nqw4ixxK3j3BvObjAQFxJ8mXSDRehK2Ig==\n-----END CERTIFICATE-----\n"}]': finished 2024-09-10T19:33:55.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:55 smithi155 bash[18934]: audit 2024-09-10T19:33:55.069384+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi189/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyjCCAbICEQDl3ZyYj41G0Zs5w3G6b4zdMA0GCSqGSIb3DQEBDQUAMCMxDTAL\nBgNVBAoMBENlcGgxEjAQBgNVBAMMCXNtaXRoaTE4OTAeFw0yNDA5MTAxOTMzNTVa\nFw0zNDA5MDgxOTMzNTVaMCMxDTALBgNVBAoMBENlcGgxEjAQBgNVBAMMCXNtaXRo\naTE4OTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKIhl6uxUvjL+DlA\nMVeuSApefDMWbR0YD6oM96vag9UHZxTv/Bb80o3bfk+Thvxg2OMUzDKEiwhPb+/9\nsl5mphYrk4557wnNxZHCuHSIUMqrFOtbJJMNpd8TGvt59o3TthrnOX9f/8jli9+v\nqHvp44stLXS9/H3zHMAZ0WdhDap7Xny8zevQMdKGhjPX9esMzNxVNZCtuQ9Yeec2\nTplfegw3efoHcF7g9uQ2jY9ADxdFdAptvLy7gzIqqlZnDfiM+RR2Rd5WPuZtaYmm\noHZJRlkG7l12Sr6hK6WNk1a8aoGtHYzKhIDquqJRq392Z/UnDymA6oKpo1tbpA9f\ntNMLRqkCAwEAATANBgkqhkiG9w0BAQ0FAAOCAQEAaf+jAm3MMbbaKZC+W2J5Rq0+\nQoI/Mv7JwE2FFp8CqY2uq7SoOq6Fu8XbrIZAdYM3uweOTlsRiRrZMG2B2nRnKXVm\n7s83GVq4MS6bZ/AM/r6oYv5N8sgpW0J43XPsVZ+yMBWEOhF/rYhj3OS5DflmTbU4\nCE2EvBzADFWxJ9CbE4+dVTYS1YoNovMUFpsiSeXsLMomvoBoZZr3SAKzvqrZ2qWq\nsWmwOE6buBEiSGzeN49Il33vIBu0lMUHs9F97X+F1rHKYoJdsXzh+9wrvVazMFZf\n06meIk5BXDrZR+bFabjiqChOUj+Z5nqw4ixxK3j3BvObjAQFxJ8mXSDRehK2Ig==\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-10T19:33:55.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:55 smithi155 bash[18934]: audit 2024-09-10T19:33:55.076374+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi189/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyjCCAbICEQDl3ZyYj41G0Zs5w3G6b4zdMA0GCSqGSIb3DQEBDQUAMCMxDTAL\nBgNVBAoMBENlcGgxEjAQBgNVBAMMCXNtaXRoaTE4OTAeFw0yNDA5MTAxOTMzNTVa\nFw0zNDA5MDgxOTMzNTVaMCMxDTALBgNVBAoMBENlcGgxEjAQBgNVBAMMCXNtaXRo\naTE4OTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKIhl6uxUvjL+DlA\nMVeuSApefDMWbR0YD6oM96vag9UHZxTv/Bb80o3bfk+Thvxg2OMUzDKEiwhPb+/9\nsl5mphYrk4557wnNxZHCuHSIUMqrFOtbJJMNpd8TGvt59o3TthrnOX9f/8jli9+v\nqHvp44stLXS9/H3zHMAZ0WdhDap7Xny8zevQMdKGhjPX9esMzNxVNZCtuQ9Yeec2\nTplfegw3efoHcF7g9uQ2jY9ADxdFdAptvLy7gzIqqlZnDfiM+RR2Rd5WPuZtaYmm\noHZJRlkG7l12Sr6hK6WNk1a8aoGtHYzKhIDquqJRq392Z/UnDymA6oKpo1tbpA9f\ntNMLRqkCAwEAATANBgkqhkiG9w0BAQ0FAAOCAQEAaf+jAm3MMbbaKZC+W2J5Rq0+\nQoI/Mv7JwE2FFp8CqY2uq7SoOq6Fu8XbrIZAdYM3uweOTlsRiRrZMG2B2nRnKXVm\n7s83GVq4MS6bZ/AM/r6oYv5N8sgpW0J43XPsVZ+yMBWEOhF/rYhj3OS5DflmTbU4\nCE2EvBzADFWxJ9CbE4+dVTYS1YoNovMUFpsiSeXsLMomvoBoZZr3SAKzvqrZ2qWq\nsWmwOE6buBEiSGzeN49Il33vIBu0lMUHs9F97X+F1rHKYoJdsXzh+9wrvVazMFZf\n06meIk5BXDrZR+bFabjiqChOUj+Z5nqw4ixxK3j3BvObjAQFxJ8mXSDRehK2Ig==\n-----END CERTIFICATE-----\n"}]': finished 2024-09-10T19:33:55.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:55 smithi155 bash[14970]: audit 2024-09-10T19:33:55.077400+0000 mon.a (mon.0) 1274 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi189/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEuwIBADANBgkqhkiG9w0BAQEFAASCBKUwggShAgEAAoIBAQCiIZersVL4y/g5\nQDFXrkgKXnwzFm0dGA+qDPer2oPVB2cU7/wW/NKN235Pk4b8YNjjFMwyhIsIT2/v\n/bJeZqYWK5OOee8JzcWRwrh0iFDKqxTrWySTDaXfExr7efaN07Ya5zl/X//I5Yvf\nr6h76eOLLS10vfx98xzAGdFnYQ2qe158vM3r0DHShoYz1/XrDMzcVTWQrbkPWHnn\nNk6ZX3oMN3n6B3Be4PbkNo2PQA8XRXQKbby8u4MyKqpWZw34jPkUdkXeVj7mbWmJ\npqB2SUZZBu5ddkq+oSuljZNWvGqBrR2MyoSA6rqiUat/dmf1Jw8pgOqCqaNbW6QP\nX7TTC0apAgMBAAECgf9Vkku68K2Rq419/18+0o6RLrxFGGIg0o36ezuBjhv+E8O+\n+C87v5KmEOqeDO5HPbRMam2xXjrhPVBTCWSwiA4Yes3RNiwz4pY97cgPUwVRR+Ec\nRlg+78YxjD2Clr7Kz5lSGcC62+NtbZf7BIxkL70HEaI9TKKdpBUETwKIAOj+Heob\nawH7brrlx3TqoBEMHK0IpT90fLQ+Rg8X0wJGaCJ5N2NPsQlSEI/NFdATkerPPto0\nUkkM+CtulkJ8jCpqTjgRMwO3InZ5o/uJtUn905sN9k9jk5xWQ7dgNijIk1WBgZB3\nQODd4rSltWMWfWj/nxDSisrfrNMeWDAVaiYyKYECgYEA0R7TEmKpWI04uEHfdeQE\n4sZXhC2zAmgKyPammf+DCD6GwTv3c/s41u8TXALzdytUDPGz5kJV1n3OXr6m6bak\nF3mMg6OWfLyuP38qSyNdA8LsrhMlZrgcE7pZ+UCVYkNTXRmK94CANSqYIiOrd22Q\nKmpZEF+O4yepWfcKZLMliMECgYEAxnodDLi54fXujuSVmW+wLeQe8ofDn/RtO6kB\nsnSBtB9RDSDwecrx9JJOJPVDq0EdhpRm7zFxmqO04uZlkqDzJGl1noTdCm0AMxTU\nQe+U49uKInKCBrQeHMzNefMpXgsulBLW8erKYVf+b+HaGcKst+L7PHitnxbMVDWy\nHt/+j+kCgYAsQ4oJ6jhONhY7ajYSjiE6nyEHKWUqrTsbLpo1HpBtvk5nuHm4YwS0\n+gXvA/Dk2JcB5mdd5cylihuUkmZiMfapwWCsvIOuA4Iejpw1K1cU5L2UWxkflPjc\ndCV3TORR2E5c9nsjyF9a4ZkyILq6nMZXNAuGG7PzAQInuNLKXeEkAQKBgQCXb4zC\nrB+H/PFsLZTHYaR3H1tNibEFVqYRoz4cPzDHki1xavSQuPwrs4XURR7AiApTKN/x\nGTSo3MejaE+PtSZPXffUX2OYFNrWHsplFLvxrwySg/QZ0Uw4hTsyFQo3Kyj66fT+\n2DpaU51bGGQky5ilJZaz6Q/wFqEIj3+8dwPwIQKBgCqDpGwvdoEUOv2wyJWi1OnD\nQDLkPumSFzWiyf9z24ZhTspijmbP/v3XUg07ojxVjibyK5R/HQBQldI/fESfHew4\nOfPPP4zV+/Eal3sRhAcLVIJ/uvxJY0q3nSCofXbv6VOWbYw6fo6clbOdv6vGDLc1\nO9j10JaFXea5bgOofdYA\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-10T19:33:55.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:55 smithi155 bash[14970]: audit 2024-09-10T19:33:55.084828+0000 mon.a (mon.0) 1275 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi189/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEuwIBADANBgkqhkiG9w0BAQEFAASCBKUwggShAgEAAoIBAQCiIZersVL4y/g5\nQDFXrkgKXnwzFm0dGA+qDPer2oPVB2cU7/wW/NKN235Pk4b8YNjjFMwyhIsIT2/v\n/bJeZqYWK5OOee8JzcWRwrh0iFDKqxTrWySTDaXfExr7efaN07Ya5zl/X//I5Yvf\nr6h76eOLLS10vfx98xzAGdFnYQ2qe158vM3r0DHShoYz1/XrDMzcVTWQrbkPWHnn\nNk6ZX3oMN3n6B3Be4PbkNo2PQA8XRXQKbby8u4MyKqpWZw34jPkUdkXeVj7mbWmJ\npqB2SUZZBu5ddkq+oSuljZNWvGqBrR2MyoSA6rqiUat/dmf1Jw8pgOqCqaNbW6QP\nX7TTC0apAgMBAAECgf9Vkku68K2Rq419/18+0o6RLrxFGGIg0o36ezuBjhv+E8O+\n+C87v5KmEOqeDO5HPbRMam2xXjrhPVBTCWSwiA4Yes3RNiwz4pY97cgPUwVRR+Ec\nRlg+78YxjD2Clr7Kz5lSGcC62+NtbZf7BIxkL70HEaI9TKKdpBUETwKIAOj+Heob\nawH7brrlx3TqoBEMHK0IpT90fLQ+Rg8X0wJGaCJ5N2NPsQlSEI/NFdATkerPPto0\nUkkM+CtulkJ8jCpqTjgRMwO3InZ5o/uJtUn905sN9k9jk5xWQ7dgNijIk1WBgZB3\nQODd4rSltWMWfWj/nxDSisrfrNMeWDAVaiYyKYECgYEA0R7TEmKpWI04uEHfdeQE\n4sZXhC2zAmgKyPammf+DCD6GwTv3c/s41u8TXALzdytUDPGz5kJV1n3OXr6m6bak\nF3mMg6OWfLyuP38qSyNdA8LsrhMlZrgcE7pZ+UCVYkNTXRmK94CANSqYIiOrd22Q\nKmpZEF+O4yepWfcKZLMliMECgYEAxnodDLi54fXujuSVmW+wLeQe8ofDn/RtO6kB\nsnSBtB9RDSDwecrx9JJOJPVDq0EdhpRm7zFxmqO04uZlkqDzJGl1noTdCm0AMxTU\nQe+U49uKInKCBrQeHMzNefMpXgsulBLW8erKYVf+b+HaGcKst+L7PHitnxbMVDWy\nHt/+j+kCgYAsQ4oJ6jhONhY7ajYSjiE6nyEHKWUqrTsbLpo1HpBtvk5nuHm4YwS0\n+gXvA/Dk2JcB5mdd5cylihuUkmZiMfapwWCsvIOuA4Iejpw1K1cU5L2UWxkflPjc\ndCV3TORR2E5c9nsjyF9a4ZkyILq6nMZXNAuGG7PzAQInuNLKXeEkAQKBgQCXb4zC\nrB+H/PFsLZTHYaR3H1tNibEFVqYRoz4cPzDHki1xavSQuPwrs4XURR7AiApTKN/x\nGTSo3MejaE+PtSZPXffUX2OYFNrWHsplFLvxrwySg/QZ0Uw4hTsyFQo3Kyj66fT+\n2DpaU51bGGQky5ilJZaz6Q/wFqEIj3+8dwPwIQKBgCqDpGwvdoEUOv2wyJWi1OnD\nQDLkPumSFzWiyf9z24ZhTspijmbP/v3XUg07ojxVjibyK5R/HQBQldI/fESfHew4\nOfPPP4zV+/Eal3sRhAcLVIJ/uvxJY0q3nSCofXbv6VOWbYw6fo6clbOdv6vGDLc1\nO9j10JaFXea5bgOofdYA\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-10T19:33:55.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:55 smithi155 bash[14970]: audit 2024-09-10T19:33:55.089919+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T19:33:55.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:55 smithi155 bash[14970]: audit 2024-09-10T19:33:55.091097+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]: dispatch 2024-09-10T19:33:55.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:55 smithi155 bash[14970]: audit 2024-09-10T19:33:55.099623+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]': finished 2024-09-10T19:33:55.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:55 smithi155 bash[18934]: audit 2024-09-10T19:33:55.077400+0000 mon.a (mon.0) 1274 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi189/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEuwIBADANBgkqhkiG9w0BAQEFAASCBKUwggShAgEAAoIBAQCiIZersVL4y/g5\nQDFXrkgKXnwzFm0dGA+qDPer2oPVB2cU7/wW/NKN235Pk4b8YNjjFMwyhIsIT2/v\n/bJeZqYWK5OOee8JzcWRwrh0iFDKqxTrWySTDaXfExr7efaN07Ya5zl/X//I5Yvf\nr6h76eOLLS10vfx98xzAGdFnYQ2qe158vM3r0DHShoYz1/XrDMzcVTWQrbkPWHnn\nNk6ZX3oMN3n6B3Be4PbkNo2PQA8XRXQKbby8u4MyKqpWZw34jPkUdkXeVj7mbWmJ\npqB2SUZZBu5ddkq+oSuljZNWvGqBrR2MyoSA6rqiUat/dmf1Jw8pgOqCqaNbW6QP\nX7TTC0apAgMBAAECgf9Vkku68K2Rq419/18+0o6RLrxFGGIg0o36ezuBjhv+E8O+\n+C87v5KmEOqeDO5HPbRMam2xXjrhPVBTCWSwiA4Yes3RNiwz4pY97cgPUwVRR+Ec\nRlg+78YxjD2Clr7Kz5lSGcC62+NtbZf7BIxkL70HEaI9TKKdpBUETwKIAOj+Heob\nawH7brrlx3TqoBEMHK0IpT90fLQ+Rg8X0wJGaCJ5N2NPsQlSEI/NFdATkerPPto0\nUkkM+CtulkJ8jCpqTjgRMwO3InZ5o/uJtUn905sN9k9jk5xWQ7dgNijIk1WBgZB3\nQODd4rSltWMWfWj/nxDSisrfrNMeWDAVaiYyKYECgYEA0R7TEmKpWI04uEHfdeQE\n4sZXhC2zAmgKyPammf+DCD6GwTv3c/s41u8TXALzdytUDPGz5kJV1n3OXr6m6bak\nF3mMg6OWfLyuP38qSyNdA8LsrhMlZrgcE7pZ+UCVYkNTXRmK94CANSqYIiOrd22Q\nKmpZEF+O4yepWfcKZLMliMECgYEAxnodDLi54fXujuSVmW+wLeQe8ofDn/RtO6kB\nsnSBtB9RDSDwecrx9JJOJPVDq0EdhpRm7zFxmqO04uZlkqDzJGl1noTdCm0AMxTU\nQe+U49uKInKCBrQeHMzNefMpXgsulBLW8erKYVf+b+HaGcKst+L7PHitnxbMVDWy\nHt/+j+kCgYAsQ4oJ6jhONhY7ajYSjiE6nyEHKWUqrTsbLpo1HpBtvk5nuHm4YwS0\n+gXvA/Dk2JcB5mdd5cylihuUkmZiMfapwWCsvIOuA4Iejpw1K1cU5L2UWxkflPjc\ndCV3TORR2E5c9nsjyF9a4ZkyILq6nMZXNAuGG7PzAQInuNLKXeEkAQKBgQCXb4zC\nrB+H/PFsLZTHYaR3H1tNibEFVqYRoz4cPzDHki1xavSQuPwrs4XURR7AiApTKN/x\nGTSo3MejaE+PtSZPXffUX2OYFNrWHsplFLvxrwySg/QZ0Uw4hTsyFQo3Kyj66fT+\n2DpaU51bGGQky5ilJZaz6Q/wFqEIj3+8dwPwIQKBgCqDpGwvdoEUOv2wyJWi1OnD\nQDLkPumSFzWiyf9z24ZhTspijmbP/v3XUg07ojxVjibyK5R/HQBQldI/fESfHew4\nOfPPP4zV+/Eal3sRhAcLVIJ/uvxJY0q3nSCofXbv6VOWbYw6fo6clbOdv6vGDLc1\nO9j10JaFXea5bgOofdYA\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-10T19:33:55.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:55 smithi155 bash[18934]: audit 2024-09-10T19:33:55.084828+0000 mon.a (mon.0) 1275 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi189/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEuwIBADANBgkqhkiG9w0BAQEFAASCBKUwggShAgEAAoIBAQCiIZersVL4y/g5\nQDFXrkgKXnwzFm0dGA+qDPer2oPVB2cU7/wW/NKN235Pk4b8YNjjFMwyhIsIT2/v\n/bJeZqYWK5OOee8JzcWRwrh0iFDKqxTrWySTDaXfExr7efaN07Ya5zl/X//I5Yvf\nr6h76eOLLS10vfx98xzAGdFnYQ2qe158vM3r0DHShoYz1/XrDMzcVTWQrbkPWHnn\nNk6ZX3oMN3n6B3Be4PbkNo2PQA8XRXQKbby8u4MyKqpWZw34jPkUdkXeVj7mbWmJ\npqB2SUZZBu5ddkq+oSuljZNWvGqBrR2MyoSA6rqiUat/dmf1Jw8pgOqCqaNbW6QP\nX7TTC0apAgMBAAECgf9Vkku68K2Rq419/18+0o6RLrxFGGIg0o36ezuBjhv+E8O+\n+C87v5KmEOqeDO5HPbRMam2xXjrhPVBTCWSwiA4Yes3RNiwz4pY97cgPUwVRR+Ec\nRlg+78YxjD2Clr7Kz5lSGcC62+NtbZf7BIxkL70HEaI9TKKdpBUETwKIAOj+Heob\nawH7brrlx3TqoBEMHK0IpT90fLQ+Rg8X0wJGaCJ5N2NPsQlSEI/NFdATkerPPto0\nUkkM+CtulkJ8jCpqTjgRMwO3InZ5o/uJtUn905sN9k9jk5xWQ7dgNijIk1WBgZB3\nQODd4rSltWMWfWj/nxDSisrfrNMeWDAVaiYyKYECgYEA0R7TEmKpWI04uEHfdeQE\n4sZXhC2zAmgKyPammf+DCD6GwTv3c/s41u8TXALzdytUDPGz5kJV1n3OXr6m6bak\nF3mMg6OWfLyuP38qSyNdA8LsrhMlZrgcE7pZ+UCVYkNTXRmK94CANSqYIiOrd22Q\nKmpZEF+O4yepWfcKZLMliMECgYEAxnodDLi54fXujuSVmW+wLeQe8ofDn/RtO6kB\nsnSBtB9RDSDwecrx9JJOJPVDq0EdhpRm7zFxmqO04uZlkqDzJGl1noTdCm0AMxTU\nQe+U49uKInKCBrQeHMzNefMpXgsulBLW8erKYVf+b+HaGcKst+L7PHitnxbMVDWy\nHt/+j+kCgYAsQ4oJ6jhONhY7ajYSjiE6nyEHKWUqrTsbLpo1HpBtvk5nuHm4YwS0\n+gXvA/Dk2JcB5mdd5cylihuUkmZiMfapwWCsvIOuA4Iejpw1K1cU5L2UWxkflPjc\ndCV3TORR2E5c9nsjyF9a4ZkyILq6nMZXNAuGG7PzAQInuNLKXeEkAQKBgQCXb4zC\nrB+H/PFsLZTHYaR3H1tNibEFVqYRoz4cPzDHki1xavSQuPwrs4XURR7AiApTKN/x\nGTSo3MejaE+PtSZPXffUX2OYFNrWHsplFLvxrwySg/QZ0Uw4hTsyFQo3Kyj66fT+\n2DpaU51bGGQky5ilJZaz6Q/wFqEIj3+8dwPwIQKBgCqDpGwvdoEUOv2wyJWi1OnD\nQDLkPumSFzWiyf9z24ZhTspijmbP/v3XUg07ojxVjibyK5R/HQBQldI/fESfHew4\nOfPPP4zV+/Eal3sRhAcLVIJ/uvxJY0q3nSCofXbv6VOWbYw6fo6clbOdv6vGDLc1\nO9j10JaFXea5bgOofdYA\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-10T19:33:55.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:55 smithi155 bash[18934]: audit 2024-09-10T19:33:55.089919+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T19:33:55.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:55 smithi155 bash[18934]: audit 2024-09-10T19:33:55.091097+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]: dispatch 2024-09-10T19:33:55.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:55 smithi155 bash[18934]: audit 2024-09-10T19:33:55.099623+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]': finished 2024-09-10T19:33:55.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:55 smithi189 bash[14634]: audit 2024-09-10T19:33:55.069384+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi189/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyjCCAbICEQDl3ZyYj41G0Zs5w3G6b4zdMA0GCSqGSIb3DQEBDQUAMCMxDTAL\nBgNVBAoMBENlcGgxEjAQBgNVBAMMCXNtaXRoaTE4OTAeFw0yNDA5MTAxOTMzNTVa\nFw0zNDA5MDgxOTMzNTVaMCMxDTALBgNVBAoMBENlcGgxEjAQBgNVBAMMCXNtaXRo\naTE4OTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKIhl6uxUvjL+DlA\nMVeuSApefDMWbR0YD6oM96vag9UHZxTv/Bb80o3bfk+Thvxg2OMUzDKEiwhPb+/9\nsl5mphYrk4557wnNxZHCuHSIUMqrFOtbJJMNpd8TGvt59o3TthrnOX9f/8jli9+v\nqHvp44stLXS9/H3zHMAZ0WdhDap7Xny8zevQMdKGhjPX9esMzNxVNZCtuQ9Yeec2\nTplfegw3efoHcF7g9uQ2jY9ADxdFdAptvLy7gzIqqlZnDfiM+RR2Rd5WPuZtaYmm\noHZJRlkG7l12Sr6hK6WNk1a8aoGtHYzKhIDquqJRq392Z/UnDymA6oKpo1tbpA9f\ntNMLRqkCAwEAATANBgkqhkiG9w0BAQ0FAAOCAQEAaf+jAm3MMbbaKZC+W2J5Rq0+\nQoI/Mv7JwE2FFp8CqY2uq7SoOq6Fu8XbrIZAdYM3uweOTlsRiRrZMG2B2nRnKXVm\n7s83GVq4MS6bZ/AM/r6oYv5N8sgpW0J43XPsVZ+yMBWEOhF/rYhj3OS5DflmTbU4\nCE2EvBzADFWxJ9CbE4+dVTYS1YoNovMUFpsiSeXsLMomvoBoZZr3SAKzvqrZ2qWq\nsWmwOE6buBEiSGzeN49Il33vIBu0lMUHs9F97X+F1rHKYoJdsXzh+9wrvVazMFZf\n06meIk5BXDrZR+bFabjiqChOUj+Z5nqw4ixxK3j3BvObjAQFxJ8mXSDRehK2Ig==\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-10T19:33:55.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:55 smithi189 bash[14634]: audit 2024-09-10T19:33:55.076374+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi189/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyjCCAbICEQDl3ZyYj41G0Zs5w3G6b4zdMA0GCSqGSIb3DQEBDQUAMCMxDTAL\nBgNVBAoMBENlcGgxEjAQBgNVBAMMCXNtaXRoaTE4OTAeFw0yNDA5MTAxOTMzNTVa\nFw0zNDA5MDgxOTMzNTVaMCMxDTALBgNVBAoMBENlcGgxEjAQBgNVBAMMCXNtaXRo\naTE4OTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKIhl6uxUvjL+DlA\nMVeuSApefDMWbR0YD6oM96vag9UHZxTv/Bb80o3bfk+Thvxg2OMUzDKEiwhPb+/9\nsl5mphYrk4557wnNxZHCuHSIUMqrFOtbJJMNpd8TGvt59o3TthrnOX9f/8jli9+v\nqHvp44stLXS9/H3zHMAZ0WdhDap7Xny8zevQMdKGhjPX9esMzNxVNZCtuQ9Yeec2\nTplfegw3efoHcF7g9uQ2jY9ADxdFdAptvLy7gzIqqlZnDfiM+RR2Rd5WPuZtaYmm\noHZJRlkG7l12Sr6hK6WNk1a8aoGtHYzKhIDquqJRq392Z/UnDymA6oKpo1tbpA9f\ntNMLRqkCAwEAATANBgkqhkiG9w0BAQ0FAAOCAQEAaf+jAm3MMbbaKZC+W2J5Rq0+\nQoI/Mv7JwE2FFp8CqY2uq7SoOq6Fu8XbrIZAdYM3uweOTlsRiRrZMG2B2nRnKXVm\n7s83GVq4MS6bZ/AM/r6oYv5N8sgpW0J43XPsVZ+yMBWEOhF/rYhj3OS5DflmTbU4\nCE2EvBzADFWxJ9CbE4+dVTYS1YoNovMUFpsiSeXsLMomvoBoZZr3SAKzvqrZ2qWq\nsWmwOE6buBEiSGzeN49Il33vIBu0lMUHs9F97X+F1rHKYoJdsXzh+9wrvVazMFZf\n06meIk5BXDrZR+bFabjiqChOUj+Z5nqw4ixxK3j3BvObjAQFxJ8mXSDRehK2Ig==\n-----END CERTIFICATE-----\n"}]': finished 2024-09-10T19:33:55.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:55 smithi189 bash[14634]: audit 2024-09-10T19:33:55.077400+0000 mon.a (mon.0) 1274 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi189/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEuwIBADANBgkqhkiG9w0BAQEFAASCBKUwggShAgEAAoIBAQCiIZersVL4y/g5\nQDFXrkgKXnwzFm0dGA+qDPer2oPVB2cU7/wW/NKN235Pk4b8YNjjFMwyhIsIT2/v\n/bJeZqYWK5OOee8JzcWRwrh0iFDKqxTrWySTDaXfExr7efaN07Ya5zl/X//I5Yvf\nr6h76eOLLS10vfx98xzAGdFnYQ2qe158vM3r0DHShoYz1/XrDMzcVTWQrbkPWHnn\nNk6ZX3oMN3n6B3Be4PbkNo2PQA8XRXQKbby8u4MyKqpWZw34jPkUdkXeVj7mbWmJ\npqB2SUZZBu5ddkq+oSuljZNWvGqBrR2MyoSA6rqiUat/dmf1Jw8pgOqCqaNbW6QP\nX7TTC0apAgMBAAECgf9Vkku68K2Rq419/18+0o6RLrxFGGIg0o36ezuBjhv+E8O+\n+C87v5KmEOqeDO5HPbRMam2xXjrhPVBTCWSwiA4Yes3RNiwz4pY97cgPUwVRR+Ec\nRlg+78YxjD2Clr7Kz5lSGcC62+NtbZf7BIxkL70HEaI9TKKdpBUETwKIAOj+Heob\nawH7brrlx3TqoBEMHK0IpT90fLQ+Rg8X0wJGaCJ5N2NPsQlSEI/NFdATkerPPto0\nUkkM+CtulkJ8jCpqTjgRMwO3InZ5o/uJtUn905sN9k9jk5xWQ7dgNijIk1WBgZB3\nQODd4rSltWMWfWj/nxDSisrfrNMeWDAVaiYyKYECgYEA0R7TEmKpWI04uEHfdeQE\n4sZXhC2zAmgKyPammf+DCD6GwTv3c/s41u8TXALzdytUDPGz5kJV1n3OXr6m6bak\nF3mMg6OWfLyuP38qSyNdA8LsrhMlZrgcE7pZ+UCVYkNTXRmK94CANSqYIiOrd22Q\nKmpZEF+O4yepWfcKZLMliMECgYEAxnodDLi54fXujuSVmW+wLeQe8ofDn/RtO6kB\nsnSBtB9RDSDwecrx9JJOJPVDq0EdhpRm7zFxmqO04uZlkqDzJGl1noTdCm0AMxTU\nQe+U49uKInKCBrQeHMzNefMpXgsulBLW8erKYVf+b+HaGcKst+L7PHitnxbMVDWy\nHt/+j+kCgYAsQ4oJ6jhONhY7ajYSjiE6nyEHKWUqrTsbLpo1HpBtvk5nuHm4YwS0\n+gXvA/Dk2JcB5mdd5cylihuUkmZiMfapwWCsvIOuA4Iejpw1K1cU5L2UWxkflPjc\ndCV3TORR2E5c9nsjyF9a4ZkyILq6nMZXNAuGG7PzAQInuNLKXeEkAQKBgQCXb4zC\nrB+H/PFsLZTHYaR3H1tNibEFVqYRoz4cPzDHki1xavSQuPwrs4XURR7AiApTKN/x\nGTSo3MejaE+PtSZPXffUX2OYFNrWHsplFLvxrwySg/QZ0Uw4hTsyFQo3Kyj66fT+\n2DpaU51bGGQky5ilJZaz6Q/wFqEIj3+8dwPwIQKBgCqDpGwvdoEUOv2wyJWi1OnD\nQDLkPumSFzWiyf9z24ZhTspijmbP/v3XUg07ojxVjibyK5R/HQBQldI/fESfHew4\nOfPPP4zV+/Eal3sRhAcLVIJ/uvxJY0q3nSCofXbv6VOWbYw6fo6clbOdv6vGDLc1\nO9j10JaFXea5bgOofdYA\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-10T19:33:55.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:55 smithi189 bash[14634]: audit 2024-09-10T19:33:55.084828+0000 mon.a (mon.0) 1275 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi189/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEuwIBADANBgkqhkiG9w0BAQEFAASCBKUwggShAgEAAoIBAQCiIZersVL4y/g5\nQDFXrkgKXnwzFm0dGA+qDPer2oPVB2cU7/wW/NKN235Pk4b8YNjjFMwyhIsIT2/v\n/bJeZqYWK5OOee8JzcWRwrh0iFDKqxTrWySTDaXfExr7efaN07Ya5zl/X//I5Yvf\nr6h76eOLLS10vfx98xzAGdFnYQ2qe158vM3r0DHShoYz1/XrDMzcVTWQrbkPWHnn\nNk6ZX3oMN3n6B3Be4PbkNo2PQA8XRXQKbby8u4MyKqpWZw34jPkUdkXeVj7mbWmJ\npqB2SUZZBu5ddkq+oSuljZNWvGqBrR2MyoSA6rqiUat/dmf1Jw8pgOqCqaNbW6QP\nX7TTC0apAgMBAAECgf9Vkku68K2Rq419/18+0o6RLrxFGGIg0o36ezuBjhv+E8O+\n+C87v5KmEOqeDO5HPbRMam2xXjrhPVBTCWSwiA4Yes3RNiwz4pY97cgPUwVRR+Ec\nRlg+78YxjD2Clr7Kz5lSGcC62+NtbZf7BIxkL70HEaI9TKKdpBUETwKIAOj+Heob\nawH7brrlx3TqoBEMHK0IpT90fLQ+Rg8X0wJGaCJ5N2NPsQlSEI/NFdATkerPPto0\nUkkM+CtulkJ8jCpqTjgRMwO3InZ5o/uJtUn905sN9k9jk5xWQ7dgNijIk1WBgZB3\nQODd4rSltWMWfWj/nxDSisrfrNMeWDAVaiYyKYECgYEA0R7TEmKpWI04uEHfdeQE\n4sZXhC2zAmgKyPammf+DCD6GwTv3c/s41u8TXALzdytUDPGz5kJV1n3OXr6m6bak\nF3mMg6OWfLyuP38qSyNdA8LsrhMlZrgcE7pZ+UCVYkNTXRmK94CANSqYIiOrd22Q\nKmpZEF+O4yepWfcKZLMliMECgYEAxnodDLi54fXujuSVmW+wLeQe8ofDn/RtO6kB\nsnSBtB9RDSDwecrx9JJOJPVDq0EdhpRm7zFxmqO04uZlkqDzJGl1noTdCm0AMxTU\nQe+U49uKInKCBrQeHMzNefMpXgsulBLW8erKYVf+b+HaGcKst+L7PHitnxbMVDWy\nHt/+j+kCgYAsQ4oJ6jhONhY7ajYSjiE6nyEHKWUqrTsbLpo1HpBtvk5nuHm4YwS0\n+gXvA/Dk2JcB5mdd5cylihuUkmZiMfapwWCsvIOuA4Iejpw1K1cU5L2UWxkflPjc\ndCV3TORR2E5c9nsjyF9a4ZkyILq6nMZXNAuGG7PzAQInuNLKXeEkAQKBgQCXb4zC\nrB+H/PFsLZTHYaR3H1tNibEFVqYRoz4cPzDHki1xavSQuPwrs4XURR7AiApTKN/x\nGTSo3MejaE+PtSZPXffUX2OYFNrWHsplFLvxrwySg/QZ0Uw4hTsyFQo3Kyj66fT+\n2DpaU51bGGQky5ilJZaz6Q/wFqEIj3+8dwPwIQKBgCqDpGwvdoEUOv2wyJWi1OnD\nQDLkPumSFzWiyf9z24ZhTspijmbP/v3XUg07ojxVjibyK5R/HQBQldI/fESfHew4\nOfPPP4zV+/Eal3sRhAcLVIJ/uvxJY0q3nSCofXbv6VOWbYw6fo6clbOdv6vGDLc1\nO9j10JaFXea5bgOofdYA\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-10T19:33:55.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:55 smithi189 bash[14634]: audit 2024-09-10T19:33:55.089919+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T19:33:55.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:55 smithi189 bash[14634]: audit 2024-09-10T19:33:55.091097+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]: dispatch 2024-09-10T19:33:55.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:55 smithi189 bash[14634]: audit 2024-09-10T19:33:55.099623+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]': finished 2024-09-10T19:33:56.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:56 smithi155 bash[14970]: cephadm 2024-09-10T19:33:54.978640+0000 mgr.y (mgr.24865) 121 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-10T19:33:56.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:56 smithi155 bash[14970]: audit 2024-09-10T19:33:55.090581+0000 mgr.y (mgr.24865) 122 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T19:33:56.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:56 smithi155 bash[14970]: cephadm 2024-09-10T19:33:55.123727+0000 mgr.y (mgr.24865) 123 : cephadm [INF] Deploying daemon grafana.a on smithi189 2024-09-10T19:33:56.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:56 smithi155 bash[14970]: cluster 2024-09-10T19:33:55.227056+0000 mgr.y (mgr.24865) 124 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:56.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:56 smithi155 bash[18934]: cephadm 2024-09-10T19:33:54.978640+0000 mgr.y (mgr.24865) 121 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-10T19:33:56.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:56 smithi155 bash[18934]: audit 2024-09-10T19:33:55.090581+0000 mgr.y (mgr.24865) 122 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T19:33:56.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:56 smithi155 bash[18934]: cephadm 2024-09-10T19:33:55.123727+0000 mgr.y (mgr.24865) 123 : cephadm [INF] Deploying daemon grafana.a on smithi189 2024-09-10T19:33:56.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:56 smithi155 bash[18934]: cluster 2024-09-10T19:33:55.227056+0000 mgr.y (mgr.24865) 124 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:56.951 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:56 smithi189 bash[14634]: cephadm 2024-09-10T19:33:54.978640+0000 mgr.y (mgr.24865) 121 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-10T19:33:56.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:56 smithi189 bash[14634]: audit 2024-09-10T19:33:55.090581+0000 mgr.y (mgr.24865) 122 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T19:33:56.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:56 smithi189 bash[14634]: cephadm 2024-09-10T19:33:55.123727+0000 mgr.y (mgr.24865) 123 : cephadm [INF] Deploying daemon grafana.a on smithi189 2024-09-10T19:33:56.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:56 smithi189 bash[14634]: cluster 2024-09-10T19:33:55.227056+0000 mgr.y (mgr.24865) 124 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:57.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:33:57 smithi155 bash[14970]: cluster 2024-09-10T19:33:57.227774+0000 mgr.y (mgr.24865) 125 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:57.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:33:57 smithi155 bash[18934]: cluster 2024-09-10T19:33:57.227774+0000 mgr.y (mgr.24865) 125 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:57.951 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:33:57 smithi189 bash[14634]: cluster 2024-09-10T19:33:57.227774+0000 mgr.y (mgr.24865) 125 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:33:59.878 INFO:teuthology.orchestra.run.smithi155.stdout:true 2024-09-10T19:34:00.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:00 smithi155 bash[14970]: cluster 2024-09-10T19:33:59.228467+0000 mgr.y (mgr.24865) 126 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:00.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:00 smithi155 bash[18934]: cluster 2024-09-10T19:33:59.228467+0000 mgr.y (mgr.24865) 126 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:00.643 INFO:teuthology.orchestra.run.smithi155.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:34:00.643 INFO:teuthology.orchestra.run.smithi155.stdout:alertmanager.a smithi155 running (34s) 27s ago 26m 15.1M - 0.25.0 c8568f914cd2 d240bc57c001 2024-09-10T19:34:00.643 INFO:teuthology.orchestra.run.smithi155.stdout:grafana.a smithi189 running (26m) 61s ago 26m 28.3M - 6.6.2 87a51ecf0b1c 44554c6f73ac 2024-09-10T19:34:00.643 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.x smithi189 *:8443 running (2m) 61s ago 31m 389M - 17.2.7-1606-g5be57395 4c55dd409611 1e9c1f896a72 2024-09-10T19:34:00.643 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.y smithi155 *:8443 running (12m) 27s ago 32m 436M - 17.2.7-1606-g5be57395 4c55dd409611 c3f6bb49e60e 2024-09-10T19:34:00.643 INFO:teuthology.orchestra.run.smithi155.stdout:mon.a smithi155 running (33m) 27s ago 33m 270M 2048M 15.2.0 204a01f9b0b6 9830b2129a22 2024-09-10T19:34:00.644 INFO:teuthology.orchestra.run.smithi155.stdout:mon.b smithi189 running (31m) 61s ago 31m 225M 2048M 15.2.0 204a01f9b0b6 e28fb1d2d63b 2024-09-10T19:34:00.644 INFO:teuthology.orchestra.run.smithi155.stdout:mon.c smithi155 running (31m) 27s ago 31m 225M 2048M 15.2.0 204a01f9b0b6 7cbf0bc7a02d 2024-09-10T19:34:00.644 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.a smithi155 running (104s) 27s ago 26m 9784k - 1.5.0 0da6a335fe13 75a6b4940d3d 2024-09-10T19:34:00.644 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.b smithi189 running (100s) 61s ago 26m 8767k - 1.5.0 0da6a335fe13 57c4129454db 2024-09-10T19:34:00.644 INFO:teuthology.orchestra.run.smithi155.stdout:osd.0 smithi155 running (30m) 27s ago 30m 55.7M 4096M 15.2.0 204a01f9b0b6 7f6023dc1e50 2024-09-10T19:34:00.644 INFO:teuthology.orchestra.run.smithi155.stdout:osd.1 smithi155 running (30m) 27s ago 30m 54.3M 4096M 15.2.0 204a01f9b0b6 42d00c1d93dd 2024-09-10T19:34:00.644 INFO:teuthology.orchestra.run.smithi155.stdout:osd.2 smithi155 running (29m) 27s ago 29m 51.2M 4096M 15.2.0 204a01f9b0b6 6b241c21f8e2 2024-09-10T19:34:00.644 INFO:teuthology.orchestra.run.smithi155.stdout:osd.3 smithi155 running (29m) 27s ago 29m 55.2M 4096M 15.2.0 204a01f9b0b6 8d9201a4db26 2024-09-10T19:34:00.644 INFO:teuthology.orchestra.run.smithi155.stdout:osd.4 smithi189 running (28m) 61s ago 29m 56.9M 4096M 15.2.0 204a01f9b0b6 34cb90c9d5b7 2024-09-10T19:34:00.644 INFO:teuthology.orchestra.run.smithi155.stdout:osd.5 smithi189 running (28m) 61s ago 28m 53.4M 4096M 15.2.0 204a01f9b0b6 4b3a3b60e1d5 2024-09-10T19:34:00.644 INFO:teuthology.orchestra.run.smithi155.stdout:osd.6 smithi189 running (28m) 61s ago 28m 56.9M 4096M 15.2.0 204a01f9b0b6 c58c4c013902 2024-09-10T19:34:00.645 INFO:teuthology.orchestra.run.smithi155.stdout:osd.7 smithi189 running (27m) 61s ago 27m 56.7M 4096M 15.2.0 204a01f9b0b6 fb02b608dde7 2024-09-10T19:34:00.645 INFO:teuthology.orchestra.run.smithi155.stdout:prometheus.a smithi189 running (68s) 61s ago 26m 31.2M - 2.43.0 a07b618ecd1d a68b682055db 2024-09-10T19:34:00.645 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi155.ehnnyk smithi155 running (24m) 27s ago 24m 55.3M - 15.2.0 204a01f9b0b6 48687c7a211a 2024-09-10T19:34:00.645 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi189.dwpibf smithi189 running (24m) 61s ago 24m 54.4M - 15.2.0 204a01f9b0b6 6bddcdbdbf0b 2024-09-10T19:34:00.701 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:00 smithi189 bash[14634]: cluster 2024-09-10T19:33:59.228467+0000 mgr.y (mgr.24865) 126 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:01.076 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:34:01.076 INFO:teuthology.orchestra.run.smithi155.stdout: "mon": { 2024-09-10T19:34:01.076 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-10T19:34:01.076 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:34:01.076 INFO:teuthology.orchestra.run.smithi155.stdout: "mgr": { 2024-09-10T19:34:01.076 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:34:01.076 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:34:01.076 INFO:teuthology.orchestra.run.smithi155.stdout: "osd": { 2024-09-10T19:34:01.076 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-10T19:34:01.076 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:34:01.077 INFO:teuthology.orchestra.run.smithi155.stdout: "mds": {}, 2024-09-10T19:34:01.077 INFO:teuthology.orchestra.run.smithi155.stdout: "rgw": { 2024-09-10T19:34:01.077 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-10T19:34:01.077 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:34:01.077 INFO:teuthology.orchestra.run.smithi155.stdout: "overall": { 2024-09-10T19:34:01.077 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-09-10T19:34:01.077 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:34:01.077 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-10T19:34:01.077 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:34:01.463 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:34:01.464 INFO:teuthology.orchestra.run.smithi155.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T19:34:01.464 INFO:teuthology.orchestra.run.smithi155.stdout: "in_progress": true, 2024-09-10T19:34:01.464 INFO:teuthology.orchestra.run.smithi155.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-10T19:34:01.464 INFO:teuthology.orchestra.run.smithi155.stdout: "services_complete": [ 2024-09-10T19:34:01.464 INFO:teuthology.orchestra.run.smithi155.stdout: "mgr" 2024-09-10T19:34:01.464 INFO:teuthology.orchestra.run.smithi155.stdout: ], 2024-09-10T19:34:01.464 INFO:teuthology.orchestra.run.smithi155.stdout: "progress": "2/2 daemons upgraded", 2024-09-10T19:34:01.464 INFO:teuthology.orchestra.run.smithi155.stdout: "message": "Currently upgrading grafana daemons", 2024-09-10T19:34:01.464 INFO:teuthology.orchestra.run.smithi155.stdout: "is_paused": false 2024-09-10T19:34:01.464 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:34:01.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:01 smithi189 bash[14634]: audit 2024-09-10T19:33:59.862828+0000 mgr.y (mgr.24865) 127 : audit [DBG] from='client.25099 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:34:01.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:01 smithi189 bash[14634]: audit 2024-09-10T19:34:00.249103+0000 mgr.y (mgr.24865) 128 : audit [DBG] from='client.25105 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:34:01.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:01 smithi189 bash[14634]: audit 2024-09-10T19:34:00.622534+0000 mon.a (mon.0) 1279 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:34:01.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:01 smithi189 bash[14634]: audit 2024-09-10T19:34:00.623465+0000 mon.a (mon.0) 1280 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:34:01.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:01 smithi189 bash[14634]: audit 2024-09-10T19:34:00.624267+0000 mon.a (mon.0) 1281 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:01.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:01 smithi189 bash[14634]: audit 2024-09-10T19:34:00.624959+0000 mon.a (mon.0) 1282 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:01.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:01 smithi189 bash[14634]: audit 2024-09-10T19:34:00.625628+0000 mon.a (mon.0) 1283 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:01.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:01 smithi189 bash[14634]: audit 2024-09-10T19:34:00.626362+0000 mon.a (mon.0) 1284 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:01.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:01 smithi189 bash[14634]: audit 2024-09-10T19:34:00.631377+0000 mon.a (mon.0) 1285 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:34:01.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:01 smithi189 bash[14634]: audit 2024-09-10T19:34:00.631867+0000 mon.a (mon.0) 1286 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:01.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:01 smithi189 bash[14634]: audit 2024-09-10T19:34:00.632238+0000 mon.a (mon.0) 1287 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:01.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:01 smithi189 bash[14634]: audit 2024-09-10T19:34:00.632589+0000 mon.a (mon.0) 1288 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:01.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:01 smithi189 bash[14634]: audit 2024-09-10T19:34:00.632907+0000 mon.a (mon.0) 1289 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:01.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:01 smithi189 bash[14634]: audit 2024-09-10T19:34:01.074054+0000 mon.c (mon.1) 157 : audit [DBG] from='client.? 172.21.15.155:0/646376778' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:01.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:01 smithi155 bash[14970]: audit 2024-09-10T19:33:59.862828+0000 mgr.y (mgr.24865) 127 : audit [DBG] from='client.25099 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:34:01.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:01 smithi155 bash[14970]: audit 2024-09-10T19:34:00.249103+0000 mgr.y (mgr.24865) 128 : audit [DBG] from='client.25105 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:34:01.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:01 smithi155 bash[14970]: audit 2024-09-10T19:34:00.622534+0000 mon.a (mon.0) 1279 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:34:01.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:01 smithi155 bash[14970]: audit 2024-09-10T19:34:00.623465+0000 mon.a (mon.0) 1280 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:34:01.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:01 smithi155 bash[14970]: audit 2024-09-10T19:34:00.624267+0000 mon.a (mon.0) 1281 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:01.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:01 smithi155 bash[14970]: audit 2024-09-10T19:34:00.624959+0000 mon.a (mon.0) 1282 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:01.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:01 smithi155 bash[14970]: audit 2024-09-10T19:34:00.625628+0000 mon.a (mon.0) 1283 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:01.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:01 smithi155 bash[14970]: audit 2024-09-10T19:34:00.626362+0000 mon.a (mon.0) 1284 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:01.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:01 smithi155 bash[14970]: audit 2024-09-10T19:34:00.631377+0000 mon.a (mon.0) 1285 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:34:01.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:01 smithi155 bash[14970]: audit 2024-09-10T19:34:00.631867+0000 mon.a (mon.0) 1286 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:01.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:01 smithi155 bash[14970]: audit 2024-09-10T19:34:00.632238+0000 mon.a (mon.0) 1287 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:01.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:01 smithi155 bash[14970]: audit 2024-09-10T19:34:00.632589+0000 mon.a (mon.0) 1288 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:01.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:01 smithi155 bash[14970]: audit 2024-09-10T19:34:00.632907+0000 mon.a (mon.0) 1289 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:01.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:01 smithi155 bash[14970]: audit 2024-09-10T19:34:01.074054+0000 mon.c (mon.1) 157 : audit [DBG] from='client.? 172.21.15.155:0/646376778' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:01.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:01 smithi155 bash[18934]: audit 2024-09-10T19:33:59.862828+0000 mgr.y (mgr.24865) 127 : audit [DBG] from='client.25099 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:34:01.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:01 smithi155 bash[18934]: audit 2024-09-10T19:34:00.249103+0000 mgr.y (mgr.24865) 128 : audit [DBG] from='client.25105 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:34:01.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:01 smithi155 bash[18934]: audit 2024-09-10T19:34:00.622534+0000 mon.a (mon.0) 1279 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:34:01.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:01 smithi155 bash[18934]: audit 2024-09-10T19:34:00.623465+0000 mon.a (mon.0) 1280 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:34:01.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:01 smithi155 bash[18934]: audit 2024-09-10T19:34:00.624267+0000 mon.a (mon.0) 1281 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:01.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:01 smithi155 bash[18934]: audit 2024-09-10T19:34:00.624959+0000 mon.a (mon.0) 1282 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:01.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:01 smithi155 bash[18934]: audit 2024-09-10T19:34:00.625628+0000 mon.a (mon.0) 1283 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:01.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:01 smithi155 bash[18934]: audit 2024-09-10T19:34:00.626362+0000 mon.a (mon.0) 1284 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:01.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:01 smithi155 bash[18934]: audit 2024-09-10T19:34:00.631377+0000 mon.a (mon.0) 1285 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:34:01.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:01 smithi155 bash[18934]: audit 2024-09-10T19:34:00.631867+0000 mon.a (mon.0) 1286 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:01.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:01 smithi155 bash[18934]: audit 2024-09-10T19:34:00.632238+0000 mon.a (mon.0) 1287 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:01.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:01 smithi155 bash[18934]: audit 2024-09-10T19:34:00.632589+0000 mon.a (mon.0) 1288 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:01.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:01 smithi155 bash[18934]: audit 2024-09-10T19:34:00.632907+0000 mon.a (mon.0) 1289 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:01.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:01 smithi155 bash[18934]: audit 2024-09-10T19:34:01.074054+0000 mon.c (mon.1) 157 : audit [DBG] from='client.? 172.21.15.155:0/646376778' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:02.701 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:02 smithi189 bash[14634]: audit 2024-09-10T19:34:00.617315+0000 mgr.y (mgr.24865) 129 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:34:02.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:02 smithi189 bash[14634]: cluster 2024-09-10T19:34:01.229644+0000 mgr.y (mgr.24865) 130 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:02.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:02 smithi189 bash[14634]: audit 2024-09-10T19:34:01.461873+0000 mgr.y (mgr.24865) 131 : audit [DBG] from='client.25123 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:34:02.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:02 smithi155 bash[14970]: audit 2024-09-10T19:34:00.617315+0000 mgr.y (mgr.24865) 129 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:34:02.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:02 smithi155 bash[14970]: cluster 2024-09-10T19:34:01.229644+0000 mgr.y (mgr.24865) 130 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:02.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:02 smithi155 bash[14970]: audit 2024-09-10T19:34:01.461873+0000 mgr.y (mgr.24865) 131 : audit [DBG] from='client.25123 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:34:02.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:02 smithi155 bash[18934]: audit 2024-09-10T19:34:00.617315+0000 mgr.y (mgr.24865) 129 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:34:02.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:02 smithi155 bash[18934]: cluster 2024-09-10T19:34:01.229644+0000 mgr.y (mgr.24865) 130 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:02.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:02 smithi155 bash[18934]: audit 2024-09-10T19:34:01.461873+0000 mgr.y (mgr.24865) 131 : audit [DBG] from='client.25123 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:34:04.701 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:04 smithi189 bash[14634]: cluster 2024-09-10T19:34:03.230348+0000 mgr.y (mgr.24865) 132 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:04.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:04 smithi155 bash[14970]: cluster 2024-09-10T19:34:03.230348+0000 mgr.y (mgr.24865) 132 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:04.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:04 smithi155 bash[18934]: cluster 2024-09-10T19:34:03.230348+0000 mgr.y (mgr.24865) 132 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:06.701 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:06 smithi189 bash[14634]: cluster 2024-09-10T19:34:05.231805+0000 mgr.y (mgr.24865) 133 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:06.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:06 smithi155 bash[14970]: cluster 2024-09-10T19:34:05.231805+0000 mgr.y (mgr.24865) 133 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:06.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:06 smithi155 bash[18934]: cluster 2024-09-10T19:34:05.231805+0000 mgr.y (mgr.24865) 133 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:08.701 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:08 smithi189 bash[14634]: cluster 2024-09-10T19:34:07.232448+0000 mgr.y (mgr.24865) 134 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:08.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:08 smithi155 bash[14970]: cluster 2024-09-10T19:34:07.232448+0000 mgr.y (mgr.24865) 134 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:08.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:08 smithi155 bash[18934]: cluster 2024-09-10T19:34:07.232448+0000 mgr.y (mgr.24865) 134 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:10.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:10 smithi189 bash[14634]: cluster 2024-09-10T19:34:09.233101+0000 mgr.y (mgr.24865) 135 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:10.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:10 smithi155 bash[14970]: cluster 2024-09-10T19:34:09.233101+0000 mgr.y (mgr.24865) 135 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:10.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:10 smithi155 bash[18934]: cluster 2024-09-10T19:34:09.233101+0000 mgr.y (mgr.24865) 135 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:12.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:12 smithi155 bash[14970]: cluster 2024-09-10T19:34:11.234590+0000 mgr.y (mgr.24865) 136 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:12.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:12 smithi155 bash[18934]: cluster 2024-09-10T19:34:11.234590+0000 mgr.y (mgr.24865) 136 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:12.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:12 smithi189 bash[14634]: cluster 2024-09-10T19:34:11.234590+0000 mgr.y (mgr.24865) 136 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:14.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:14 smithi155 bash[14970]: cluster 2024-09-10T19:34:13.235284+0000 mgr.y (mgr.24865) 137 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:14.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:14 smithi155 bash[18934]: cluster 2024-09-10T19:34:13.235284+0000 mgr.y (mgr.24865) 137 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:14.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:14 smithi189 bash[14634]: cluster 2024-09-10T19:34:13.235284+0000 mgr.y (mgr.24865) 137 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:16.767 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:16 smithi189 bash[14634]: cluster 2024-09-10T19:34:15.236724+0000 mgr.y (mgr.24865) 138 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:16.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:16 smithi155 bash[18934]: cluster 2024-09-10T19:34:15.236724+0000 mgr.y (mgr.24865) 138 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:16.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:16 smithi155 bash[14970]: cluster 2024-09-10T19:34:15.236724+0000 mgr.y (mgr.24865) 138 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:18.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:18 smithi189 bash[14634]: cluster 2024-09-10T19:34:17.237375+0000 mgr.y (mgr.24865) 139 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:18.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:18 smithi155 bash[18934]: cluster 2024-09-10T19:34:17.237375+0000 mgr.y (mgr.24865) 139 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:18.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:18 smithi155 bash[14970]: cluster 2024-09-10T19:34:17.237375+0000 mgr.y (mgr.24865) 139 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:19.486 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:19 smithi189 systemd[1]: Stopping Ceph grafana.a for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:34:19.745 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:19 smithi189 bash[14634]: audit 2024-09-10T19:34:19.238606+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-09-10T19:34:19.745 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:19 smithi189 bash[14634]: audit 2024-09-10T19:34:19.240363+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:34:19.745 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:19 smithi189 bash[14634]: audit 2024-09-10T19:34:19.240773+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:34:19.745 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:19 smithi189 bash[14634]: audit 2024-09-10T19:34:19.241191+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:34:19.746 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:19 smithi189 bash[23676]: t=2024-09-10T19:34:19+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2024-09-10T19:34:19.746 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:19 smithi189 bash[23676]: t=2024-09-10T19:34:19+0000 lvl=info msg="Stopped Stream Manager" 2024-09-10T19:34:19.746 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:19 smithi189 bash[23676]: t=2024-09-10T19:34:19+0000 lvl=info msg="Stopped CleanUpService" logger=server reason="context canceled" 2024-09-10T19:34:19.746 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:19 smithi189 bash[23676]: t=2024-09-10T19:34:19+0000 lvl=info msg="Stopped UsageStatsService" logger=server reason="context canceled" 2024-09-10T19:34:19.746 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:19 smithi189 bash[23676]: t=2024-09-10T19:34:19+0000 lvl=info msg="Stopped InternalMetricsService" logger=server reason="context canceled" 2024-09-10T19:34:19.746 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:19 smithi189 bash[23676]: t=2024-09-10T19:34:19+0000 lvl=info msg="Stopped AlertEngine" logger=server reason="context canceled" 2024-09-10T19:34:19.746 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:19 smithi189 bash[23676]: t=2024-09-10T19:34:19+0000 lvl=info msg="Stopped RemoteCache" logger=server reason="context canceled" 2024-09-10T19:34:19.746 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:19 smithi189 bash[23676]: t=2024-09-10T19:34:19+0000 lvl=info msg="Stopped NotificationService" logger=server reason="context canceled" 2024-09-10T19:34:19.746 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:19 smithi189 bash[23676]: t=2024-09-10T19:34:19+0000 lvl=info msg="Stopped provisioningServiceImpl" logger=server reason="context canceled" 2024-09-10T19:34:19.746 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:19 smithi189 bash[23676]: t=2024-09-10T19:34:19+0000 lvl=info msg="Stopped PluginManager" logger=server reason="context canceled" 2024-09-10T19:34:19.746 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:19 smithi189 bash[23676]: t=2024-09-10T19:34:19+0000 lvl=info msg="Stopped BackendPluginManager" logger=server reason="context canceled" 2024-09-10T19:34:19.746 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:19 smithi189 bash[23676]: t=2024-09-10T19:34:19+0000 lvl=info msg="Stopped UserAuthTokenService" logger=server reason="context canceled" 2024-09-10T19:34:19.747 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:19 smithi189 bash[23676]: t=2024-09-10T19:34:19+0000 lvl=eror msg="Server shutdown" logger=server reason=nil 2024-09-10T19:34:19.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:19 smithi155 bash[18934]: audit 2024-09-10T19:34:19.238606+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-09-10T19:34:19.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:19 smithi155 bash[18934]: audit 2024-09-10T19:34:19.240363+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:34:19.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:19 smithi155 bash[18934]: audit 2024-09-10T19:34:19.240773+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:34:19.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:19 smithi155 bash[18934]: audit 2024-09-10T19:34:19.241191+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:34:19.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:19 smithi155 bash[14970]: audit 2024-09-10T19:34:19.238606+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-09-10T19:34:19.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:19 smithi155 bash[14970]: audit 2024-09-10T19:34:19.240363+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:34:19.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:19 smithi155 bash[14970]: audit 2024-09-10T19:34:19.240773+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:34:19.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:19 smithi155 bash[14970]: audit 2024-09-10T19:34:19.241191+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:34:20.295 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:20 smithi189 bash[36589]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-grafana.a 2024-09-10T19:34:20.295 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:20 smithi189 systemd[1]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-10T19:34:20.295 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:20 smithi189 bash[36662]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-grafana.a 2024-09-10T19:34:20.648 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:20 smithi189 bash[14634]: cluster 2024-09-10T19:34:19.238075+0000 mgr.y (mgr.24865) 140 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:20.649 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:20 smithi189 systemd[1]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968@grafana.a.service: Failed with result 'exit-code'. 2024-09-10T19:34:20.649 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:20 smithi189 systemd[1]: Stopped Ceph grafana.a for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:34:20.649 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:20 smithi189 systemd[1]: Started Ceph grafana.a for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:34:20.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:20 smithi155 bash[18934]: cluster 2024-09-10T19:34:19.238075+0000 mgr.y (mgr.24865) 140 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:20.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:20 smithi155 bash[14970]: cluster 2024-09-10T19:34:19.238075+0000 mgr.y (mgr.24865) 140 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:21.752 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:21 smithi189 bash[14634]: audit 2024-09-10T19:34:20.554597+0000 mon.a (mon.0) 1294 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:34:21.752 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:21 smithi189 bash[14634]: audit 2024-09-10T19:34:20.556358+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:33:18.333524Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:33:18.333560Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:34:21.752 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:21 smithi189 bash[14634]: audit 2024-09-10T19:34:20.565492+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:33:18.333524Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:33:18.333560Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:34:21.752 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:21 smithi189 bash[14634]: audit 2024-09-10T19:34:20.567293+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236768460, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.011958Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407896064, \"cpu_percentage\": \"0.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:59.012379Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59737374, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012639Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012887Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59716403, \"cpu_percentage\": \"1.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013129Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59506688, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013368Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 32768000, \"cpu_percentage\": \"0.10%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013608Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 8977907, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013850Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014326Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_device_update\": \"2024-09-10T19:33:18.333652Z\", \"last_network_update\": \"2024-09-10T19:32:59.624867Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:52.518976Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:34:21.753 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:21 smithi189 bash[14634]: audit 2024-09-10T19:34:20.574762+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236768460, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.011958Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407896064, \"cpu_percentage\": \"0.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:59.012379Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59737374, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012639Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012887Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59716403, \"cpu_percentage\": \"1.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013129Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59506688, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013368Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 32768000, \"cpu_percentage\": \"0.10%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013608Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 8977907, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013850Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014326Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_device_update\": \"2024-09-10T19:33:18.333652Z\", \"last_network_update\": \"2024-09-10T19:32:59.624867Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:52.518976Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:34:21.753 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:21 smithi189 bash[14634]: audit 2024-09-10T19:34:20.577637+0000 mon.a (mon.0) 1299 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:34:21.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:21 smithi155 bash[18934]: audit 2024-09-10T19:34:20.554597+0000 mon.a (mon.0) 1294 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:34:21.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:21 smithi155 bash[18934]: audit 2024-09-10T19:34:20.556358+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:33:18.333524Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:33:18.333560Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:34:21.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:21 smithi155 bash[14970]: audit 2024-09-10T19:34:20.554597+0000 mon.a (mon.0) 1294 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:34:21.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:21 smithi155 bash[14970]: audit 2024-09-10T19:34:20.556358+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:33:18.333524Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:33:18.333560Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:34:21.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:21 smithi155 bash[18934]: audit 2024-09-10T19:34:20.565492+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:33:18.333524Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:33:18.333560Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:34:21.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:21 smithi155 bash[14970]: audit 2024-09-10T19:34:20.565492+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:33:18.333524Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:33:18.333560Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:34:21.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:21 smithi155 bash[18934]: audit 2024-09-10T19:34:20.567293+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236768460, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.011958Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407896064, \"cpu_percentage\": \"0.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:59.012379Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59737374, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012639Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012887Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59716403, \"cpu_percentage\": \"1.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013129Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59506688, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013368Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 32768000, \"cpu_percentage\": \"0.10%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013608Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 8977907, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013850Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014326Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_device_update\": \"2024-09-10T19:33:18.333652Z\", \"last_network_update\": \"2024-09-10T19:32:59.624867Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:52.518976Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:34:21.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:21 smithi155 bash[14970]: audit 2024-09-10T19:34:20.567293+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236768460, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.011958Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407896064, \"cpu_percentage\": \"0.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:59.012379Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59737374, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012639Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012887Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59716403, \"cpu_percentage\": \"1.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013129Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59506688, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013368Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 32768000, \"cpu_percentage\": \"0.10%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013608Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 8977907, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013850Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014326Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_device_update\": \"2024-09-10T19:33:18.333652Z\", \"last_network_update\": \"2024-09-10T19:32:59.624867Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:52.518976Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:34:21.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:21 smithi155 bash[14970]: audit 2024-09-10T19:34:20.574762+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236768460, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.011958Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407896064, \"cpu_percentage\": \"0.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:59.012379Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59737374, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012639Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012887Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59716403, \"cpu_percentage\": \"1.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013129Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59506688, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013368Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 32768000, \"cpu_percentage\": \"0.10%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013608Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 8977907, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013850Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014326Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_device_update\": \"2024-09-10T19:33:18.333652Z\", \"last_network_update\": \"2024-09-10T19:32:59.624867Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:52.518976Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:34:21.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:21 smithi155 bash[14970]: audit 2024-09-10T19:34:20.577637+0000 mon.a (mon.0) 1299 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:34:21.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:21 smithi155 bash[18934]: audit 2024-09-10T19:34:20.574762+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 236768460, \"cpu_percentage\": \"1.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.011958Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 407896064, \"cpu_percentage\": \"0.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:32:59.012379Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59737374, \"cpu_percentage\": \"1.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012639Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_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.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.012887Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59716403, \"cpu_percentage\": \"1.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013129Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59506688, \"cpu_percentage\": \"1.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.013368Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 32768000, \"cpu_percentage\": \"0.10%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013608Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 8977907, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:32:59.013850Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57053020, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:32:59.014326Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_device_update\": \"2024-09-10T19:33:18.333652Z\", \"last_network_update\": \"2024-09-10T19:32:59.624867Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:52.518976Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:34:21.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:21 smithi155 bash[18934]: audit 2024-09-10T19:34:20.577637+0000 mon.a (mon.0) 1299 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:34:22.276 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=settings t=2024-09-10T19:34:22.009692575Z level=info msg="Starting Grafana" version=9.4.7 commit=4add91f03d branch=HEAD compiled=2023-03-16T23:56:52Z 2024-09-10T19:34:22.276 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=settings t=2024-09-10T19:34:22.009890469Z level=warn msg="\"sentry\" frontend logging provider is deprecated and will be removed in the next major version. Use \"grafana\" provider instead." 2024-09-10T19:34:22.276 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=settings t=2024-09-10T19:34:22.009918118Z level=info msg="Config loaded from" file=/usr/share/grafana/conf/defaults.ini 2024-09-10T19:34:22.276 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=settings t=2024-09-10T19:34:22.009926933Z level=info msg="Config loaded from" file=/etc/grafana/grafana.ini 2024-09-10T19:34:22.276 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=settings t=2024-09-10T19:34:22.009934408Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_DATA=/var/lib/grafana" 2024-09-10T19:34:22.277 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=settings t=2024-09-10T19:34:22.009942132Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_LOGS=/var/log/grafana" 2024-09-10T19:34:22.277 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=settings t=2024-09-10T19:34:22.009949273Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-09-10T19:34:22.277 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=settings t=2024-09-10T19:34:22.00995662Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-09-10T19:34:22.277 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=settings t=2024-09-10T19:34:22.009972843Z level=info msg="Path Home" path=/usr/share/grafana 2024-09-10T19:34:22.277 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=settings t=2024-09-10T19:34:22.010028968Z level=info msg="Path Data" path=/var/lib/grafana 2024-09-10T19:34:22.277 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=settings t=2024-09-10T19:34:22.010042163Z level=info msg="Path Logs" path=/var/log/grafana 2024-09-10T19:34:22.277 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=settings t=2024-09-10T19:34:22.010052254Z level=info msg="Path Plugins" path=/var/lib/grafana/plugins 2024-09-10T19:34:22.277 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=settings t=2024-09-10T19:34:22.010059793Z level=info msg="Path Provisioning" path=/etc/grafana/provisioning 2024-09-10T19:34:22.277 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=settings t=2024-09-10T19:34:22.010066997Z level=info msg="App mode production" 2024-09-10T19:34:22.277 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=sqlstore t=2024-09-10T19:34:22.010134179Z level=info msg="Connecting to DB" dbtype=sqlite3 2024-09-10T19:34:22.277 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=sqlstore t=2024-09-10T19:34:22.010158248Z level=warn msg="SQLite database file has broader permissions than it should" path=/var/lib/grafana/grafana.db mode=-rw-r--r-- expected=-rw-r----- 2024-09-10T19:34:22.277 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:22.011145508Z level=info msg="Starting DB migrations" 2024-09-10T19:34:22.277 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:22.011244492Z level=info msg="Executing migration" id="create migration_log table" 2024-09-10T19:34:22.278 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:22.060213417Z level=info msg="Executing migration" id="create user table" 2024-09-10T19:34:22.278 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:22.102046744Z level=info msg="Executing migration" id="add unique index user.login" 2024-09-10T19:34:22.278 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:22.127535327Z level=info msg="Executing migration" id="add unique index user.email" 2024-09-10T19:34:22.278 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:22.17139356Z level=info msg="Executing migration" id="drop index UQE_user_login - v1" 2024-09-10T19:34:22.278 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:22.221736725Z level=info msg="Executing migration" id="drop index UQE_user_email - v1" 2024-09-10T19:34:22.278 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:22.248937081Z level=info msg="Executing migration" id="Rename table user to user_v1 - v1" 2024-09-10T19:34:22.278 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:22.274179365Z level=info msg="Executing migration" id="create user table v2" 2024-09-10T19:34:22.529 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[14634]: cluster 2024-09-10T19:34:21.239529+0000 mgr.y (mgr.24865) 141 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:22.529 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:22.291079279Z level=info msg="Executing migration" id="create index UQE_user_login - v2" 2024-09-10T19:34:22.529 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:22.331355948Z level=info msg="Executing migration" id="create index UQE_user_email - v2" 2024-09-10T19:34:22.529 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:22.356767984Z level=info msg="Executing migration" id="copy data_source v1 to v2" 2024-09-10T19:34:22.529 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:22.398621825Z level=info msg="Executing migration" id="Drop old table user_v1" 2024-09-10T19:34:22.529 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:22.41565448Z level=info msg="Executing migration" id="Add column help_flags1 to user table" 2024-09-10T19:34:22.529 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:22.440927674Z level=info msg="Executing migration" id="Update user table charset" 2024-09-10T19:34:22.529 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:22.485143038Z level=info msg="Executing migration" id="Add last_seen_at column to user" 2024-09-10T19:34:22.530 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:22.527270207Z level=info msg="Executing migration" id="Add missing user data" 2024-09-10T19:34:22.805 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:22.554511991Z level=info msg="Executing migration" id="Add is_disabled column to user" 2024-09-10T19:34:22.805 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:22.579785132Z level=info msg="Executing migration" id="Add index user.login/user.email" 2024-09-10T19:34:22.806 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:22.605103522Z level=info msg="Executing migration" id="Add is_service_account column to user" 2024-09-10T19:34:22.806 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:22.665636374Z level=info msg="Executing migration" id="Update is_service_account column to nullable" 2024-09-10T19:34:22.806 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:22.741035472Z level=info msg="Executing migration" id="create temp user table v1-7" 2024-09-10T19:34:22.806 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:22.770430755Z level=info msg="Executing migration" id="create index IDX_temp_user_email - v1-7" 2024-09-10T19:34:22.806 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:22.804108099Z level=info msg="Executing migration" id="create index IDX_temp_user_org_id - v1-7" 2024-09-10T19:34:22.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:22 smithi155 bash[18934]: cluster 2024-09-10T19:34:21.239529+0000 mgr.y (mgr.24865) 141 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:22.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:22 smithi155 bash[14970]: cluster 2024-09-10T19:34:21.239529+0000 mgr.y (mgr.24865) 141 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:23.077 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:22.831407475Z level=info msg="Executing migration" id="create index IDX_temp_user_code - v1-7" 2024-09-10T19:34:23.077 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:22.856961884Z level=info msg="Executing migration" id="create index IDX_temp_user_status - v1-7" 2024-09-10T19:34:23.077 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:22.886616929Z level=info msg="Executing migration" id="Update temp_user table charset" 2024-09-10T19:34:23.077 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:22.912081926Z level=info msg="Executing migration" id="drop index IDX_temp_user_email - v1" 2024-09-10T19:34:23.078 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:22.937307415Z level=info msg="Executing migration" id="drop index IDX_temp_user_org_id - v1" 2024-09-10T19:34:23.078 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:22.95430146Z level=info msg="Executing migration" id="drop index IDX_temp_user_code - v1" 2024-09-10T19:34:23.078 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:22 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:22.981328758Z level=info msg="Executing migration" id="drop index IDX_temp_user_status - v1" 2024-09-10T19:34:23.078 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:23 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:23.023288388Z level=info msg="Executing migration" id="Rename table temp_user to temp_user_tmp_qwerty - v1" 2024-09-10T19:34:23.078 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:23 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:23.04868237Z level=info msg="Executing migration" id="create temp_user v2" 2024-09-10T19:34:23.078 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:23 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:23.075710198Z level=info msg="Executing migration" id="create index IDX_temp_user_email - v2" 2024-09-10T19:34:23.354 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:23 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:23.11768076Z level=info msg="Executing migration" id="create index IDX_temp_user_org_id - v2" 2024-09-10T19:34:23.354 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:23 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:23.163693155Z level=info msg="Executing migration" id="create index IDX_temp_user_code - v2" 2024-09-10T19:34:23.354 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:23 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:23.205816655Z level=info msg="Executing migration" id="create index IDX_temp_user_status - v2" 2024-09-10T19:34:23.354 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:23 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:23.231182534Z level=info msg="Executing migration" id="copy temp_user v1 to v2" 2024-09-10T19:34:23.354 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:23 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:23.248090439Z level=info msg="Executing migration" id="drop temp_user_tmp_qwerty" 2024-09-10T19:34:23.355 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:23 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:23.273386966Z level=info msg="Executing migration" id="Set created for temp users that will otherwise prematurely expire" 2024-09-10T19:34:23.355 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:23 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:23.29865938Z level=info msg="Executing migration" id="create star table" 2024-09-10T19:34:23.355 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:23 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:23.352620207Z level=info msg="Executing migration" id="add unique index star.user_id_dashboard_id" 2024-09-10T19:34:23.619 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:23 smithi189 bash[14634]: cluster 2024-09-10T19:34:23.240257+0000 mgr.y (mgr.24865) 142 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:23.619 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:23 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:23.378050615Z level=info msg="Executing migration" id="create org table v1" 2024-09-10T19:34:23.619 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:23 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:23.403367446Z level=info msg="Executing migration" id="create index UQE_org_name - v1" 2024-09-10T19:34:23.620 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:23 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:23.445206201Z level=info msg="Executing migration" id="create org_user table v1" 2024-09-10T19:34:23.620 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:23 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:23.470837299Z level=info msg="Executing migration" id="create index IDX_org_user_org_id - v1" 2024-09-10T19:34:23.620 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:23 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:23.550035231Z level=info msg="Executing migration" id="create index UQE_org_user_org_id_user_id - v1" 2024-09-10T19:34:23.620 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:23 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:23.57525789Z level=info msg="Executing migration" id="create index IDX_org_user_user_id - v1" 2024-09-10T19:34:23.620 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:23 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:23.617150817Z level=info msg="Executing migration" id="Update org table charset" 2024-09-10T19:34:23.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:23 smithi155 bash[18934]: cluster 2024-09-10T19:34:23.240257+0000 mgr.y (mgr.24865) 142 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:23.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:23 smithi155 bash[14970]: cluster 2024-09-10T19:34:23.240257+0000 mgr.y (mgr.24865) 142 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:23.870 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:23 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:23.642448934Z level=info msg="Executing migration" id="Update org_user table charset" 2024-09-10T19:34:23.870 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:23 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:23.667681109Z level=info msg="Executing migration" id="Migrate all Read Only Viewers to Viewers" 2024-09-10T19:34:23.870 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:23 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:23.693016483Z level=info msg="Executing migration" id="create dashboard table" 2024-09-10T19:34:23.870 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:23 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:23.71398209Z level=info msg="Executing migration" id="add index dashboard.account_id" 2024-09-10T19:34:23.870 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:23 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:23.739207385Z level=info msg="Executing migration" id="add unique index dashboard_account_id_slug" 2024-09-10T19:34:23.871 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:23 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:23.764553218Z level=info msg="Executing migration" id="create dashboard_tag table" 2024-09-10T19:34:23.871 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:23 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:23.789808529Z level=info msg="Executing migration" id="add unique index dashboard_tag.dasboard_id_term" 2024-09-10T19:34:23.871 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:23 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:23.815042317Z level=info msg="Executing migration" id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2024-09-10T19:34:23.871 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:23 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:23.840310912Z level=info msg="Executing migration" id="Rename table dashboard to dashboard_v1 - v1" 2024-09-10T19:34:23.871 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:23 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:23.868801392Z level=info msg="Executing migration" id="create dashboard v2" 2024-09-10T19:34:24.151 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:23 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:23.894067263Z level=info msg="Executing migration" id="create index IDX_dashboard_org_id - v2" 2024-09-10T19:34:24.152 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:23 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:23.91938954Z level=info msg="Executing migration" id="create index UQE_dashboard_org_id_slug - v2" 2024-09-10T19:34:24.152 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:23 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:23.961460241Z level=info msg="Executing migration" id="copy dashboard v1 to v2" 2024-09-10T19:34:24.152 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:23 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:23.98667076Z level=info msg="Executing migration" id="drop table dashboard_v1" 2024-09-10T19:34:24.152 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:24 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:24.028851918Z level=info msg="Executing migration" id="alter dashboard.data to mediumtext v1" 2024-09-10T19:34:24.152 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:24 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:24.066240331Z level=info msg="Executing migration" id="Add column updated_by in dashboard - v2" 2024-09-10T19:34:24.152 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:24 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:24.108249303Z level=info msg="Executing migration" id="Add column created_by in dashboard - v2" 2024-09-10T19:34:24.152 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:24 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:24.150246615Z level=info msg="Executing migration" id="Add column gnetId in dashboard" 2024-09-10T19:34:24.433 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:24 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:24.183964482Z level=info msg="Executing migration" id="Add index for gnetId in dashboard" 2024-09-10T19:34:24.433 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:24 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:24.234375156Z level=info msg="Executing migration" id="Add column plugin_id in dashboard" 2024-09-10T19:34:24.433 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:24 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:24.259750539Z level=info msg="Executing migration" id="Add index for plugin_id in dashboard" 2024-09-10T19:34:24.433 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:24 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:24.288803357Z level=info msg="Executing migration" id="Add index for dashboard_id in dashboard_tag" 2024-09-10T19:34:24.433 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:24 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:24.314125321Z level=info msg="Executing migration" id="Update dashboard table charset" 2024-09-10T19:34:24.433 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:24 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:24.389566638Z level=info msg="Executing migration" id="Update dashboard_tag table charset" 2024-09-10T19:34:24.434 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:24 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:24.43157273Z level=info msg="Executing migration" id="Add column folder_id in dashboard" 2024-09-10T19:34:24.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:24 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:24.456858114Z level=info msg="Executing migration" id="Add column isFolder in dashboard" 2024-09-10T19:34:24.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:24 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:24.486888187Z level=info msg="Executing migration" id="Add column has_acl in dashboard" 2024-09-10T19:34:24.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:24 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:24.512229784Z level=info msg="Executing migration" id="Add column uid in dashboard" 2024-09-10T19:34:24.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:24 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:24.542538486Z level=info msg="Executing migration" id="Update uid column values in dashboard" 2024-09-10T19:34:24.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:24 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:24.584689508Z level=info msg="Executing migration" id="Add unique index dashboard_org_id_uid" 2024-09-10T19:34:24.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:24 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:24.613733004Z level=info msg="Executing migration" id="Remove unique index org_id_slug" 2024-09-10T19:34:24.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:24 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:24.655658324Z level=info msg="Executing migration" id="Update dashboard title length" 2024-09-10T19:34:24.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:24 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:24.6810005Z level=info msg="Executing migration" id="Add unique index for dashboard_org_id_title_folder_id" 2024-09-10T19:34:24.985 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:24 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:24.723089874Z level=info msg="Executing migration" id="create dashboard_provisioning" 2024-09-10T19:34:24.985 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:24 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:24.748407997Z level=info msg="Executing migration" id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2024-09-10T19:34:24.985 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:24 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:24.77372869Z level=info msg="Executing migration" id="create dashboard_provisioning v2" 2024-09-10T19:34:24.985 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:24 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:24.794083859Z level=info msg="Executing migration" id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2024-09-10T19:34:24.985 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:24 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:24.819355653Z level=info msg="Executing migration" id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2024-09-10T19:34:24.985 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:24 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:24.844470582Z level=info msg="Executing migration" id="copy dashboard_provisioning v1 to v2" 2024-09-10T19:34:24.985 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:24 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:24.869818607Z level=info msg="Executing migration" id="drop dashboard_provisioning_tmp_qwerty" 2024-09-10T19:34:24.985 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:24 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:24.911875988Z level=info msg="Executing migration" id="Add check_sum column" 2024-09-10T19:34:24.985 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:24 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:24.937191108Z level=info msg="Executing migration" id="Add index for dashboard_title" 2024-09-10T19:34:24.985 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:24 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:24.962551241Z level=info msg="Executing migration" id="delete tags for deleted dashboards" 2024-09-10T19:34:24.985 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:24 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:24.983155011Z level=info msg="Executing migration" id="delete stars for deleted dashboards" 2024-09-10T19:34:25.244 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:25 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:25.008388253Z level=info msg="Executing migration" id="Add index for dashboard_is_folder" 2024-09-10T19:34:25.244 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:25 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:25.05045209Z level=info msg="Executing migration" id="Add isPublic for dashboard" 2024-09-10T19:34:25.244 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:25 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:25.06738768Z level=info msg="Executing migration" id="create data_source table" 2024-09-10T19:34:25.245 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:25 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:25.09275523Z level=info msg="Executing migration" id="add index data_source.account_id" 2024-09-10T19:34:25.245 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:25 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:25.118059286Z level=info msg="Executing migration" id="add unique index data_source.account_id_name" 2024-09-10T19:34:25.245 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:25 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:25.159201205Z level=info msg="Executing migration" id="drop index IDX_data_source_account_id - v1" 2024-09-10T19:34:25.245 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:25 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:25.242905114Z level=info msg="Executing migration" id="drop index UQE_data_source_account_id_name - v1" 2024-09-10T19:34:25.509 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:25 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:25.27000077Z level=info msg="Executing migration" id="Rename table data_source to data_source_v1 - v1" 2024-09-10T19:34:25.509 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:25 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:25.31206756Z level=info msg="Executing migration" id="create data_source table v2" 2024-09-10T19:34:25.509 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:25 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:25.337300769Z level=info msg="Executing migration" id="create index IDX_data_source_org_id - v2" 2024-09-10T19:34:25.509 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:25 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:25.359855076Z level=info msg="Executing migration" id="create index UQE_data_source_org_id_name - v2" 2024-09-10T19:34:25.509 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:25 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:25.390448234Z level=info msg="Executing migration" id="Drop old table data_source_v1 #2" 2024-09-10T19:34:25.509 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:25 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:25.434662372Z level=info msg="Executing migration" id="Add column with_credentials" 2024-09-10T19:34:25.509 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:25 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:25.507675648Z level=info msg="Executing migration" id="Add secure json data column" 2024-09-10T19:34:25.763 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:25 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:25.538919814Z level=info msg="Executing migration" id="Update data_source table charset" 2024-09-10T19:34:25.763 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:25 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:25.564197855Z level=info msg="Executing migration" id="Update initial version to 1" 2024-09-10T19:34:25.763 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:25 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:25.589373982Z level=info msg="Executing migration" id="Add read_only data column" 2024-09-10T19:34:25.763 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:25 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:25.623404838Z level=info msg="Executing migration" id="Migrate logging ds to loki ds" 2024-09-10T19:34:25.764 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:25 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:25.648677446Z level=info msg="Executing migration" id="Update json_data with nulls" 2024-09-10T19:34:25.764 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:25 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:25.669088991Z level=info msg="Executing migration" id="Add uid column" 2024-09-10T19:34:25.764 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:25 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:25.711070226Z level=info msg="Executing migration" id="Update uid value" 2024-09-10T19:34:25.764 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:25 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:25.736380566Z level=info msg="Executing migration" id="Add unique index datasource_org_id_uid" 2024-09-10T19:34:25.764 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:25 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:25.761804201Z level=info msg="Executing migration" id="add unique index datasource_org_id_is_default" 2024-09-10T19:34:26.069 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:25 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:25.787128364Z level=info msg="Executing migration" id="create api_key table" 2024-09-10T19:34:26.069 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:25 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:25.812387656Z level=info msg="Executing migration" id="add index api_key.account_id" 2024-09-10T19:34:26.069 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:25 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:25.837642884Z level=info msg="Executing migration" id="add index api_key.key" 2024-09-10T19:34:26.069 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:25 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:25.865485755Z level=info msg="Executing migration" id="add index api_key.account_id_name" 2024-09-10T19:34:26.070 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:25 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:25.882572727Z level=info msg="Executing migration" id="drop index IDX_api_key_account_id - v1" 2024-09-10T19:34:26.070 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:25 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:25.899540513Z level=info msg="Executing migration" id="drop index UQE_api_key_key - v1" 2024-09-10T19:34:26.070 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:25 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:25.924882838Z level=info msg="Executing migration" id="drop index UQE_api_key_account_id_name - v1" 2024-09-10T19:34:26.070 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:25 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:25.950145999Z level=info msg="Executing migration" id="Rename table api_key to api_key_v1 - v1" 2024-09-10T19:34:26.070 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:25 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:25.992159655Z level=info msg="Executing migration" id="create api_key table v2" 2024-09-10T19:34:26.341 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:26 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:26.067458108Z level=info msg="Executing migration" id="create index IDX_api_key_org_id - v2" 2024-09-10T19:34:26.342 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:26 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:26.109404155Z level=info msg="Executing migration" id="create index UQE_api_key_key - v2" 2024-09-10T19:34:26.342 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:26 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:26.134813022Z level=info msg="Executing migration" id="create index UQE_api_key_org_id_name - v2" 2024-09-10T19:34:26.342 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:26 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:26.180387126Z level=info msg="Executing migration" id="copy api_key v1 to v2" 2024-09-10T19:34:26.342 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:26 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:26.222321168Z level=info msg="Executing migration" id="Drop old table api_key_v1" 2024-09-10T19:34:26.342 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:26 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:26.264407834Z level=info msg="Executing migration" id="Update api_key table charset" 2024-09-10T19:34:26.342 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:26 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:26.289637983Z level=info msg="Executing migration" id="Add expires to api_key table" 2024-09-10T19:34:26.342 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:26 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:26.34025844Z level=info msg="Executing migration" id="Add service account foreign key" 2024-09-10T19:34:26.603 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:26 smithi189 bash[14634]: cluster 2024-09-10T19:34:25.241638+0000 mgr.y (mgr.24865) 143 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:26.603 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:26 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:26.36963477Z level=info msg="Executing migration" id="set service account foreign key to nil if 0" 2024-09-10T19:34:26.603 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:26 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:26.41160425Z level=info msg="Executing migration" id="Add last_used_at to api_key table" 2024-09-10T19:34:26.603 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:26 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:26.45380007Z level=info msg="Executing migration" id="Add is_revoked column to api_key table" 2024-09-10T19:34:26.603 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:26 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:26.479099467Z level=info msg="Executing migration" id="create dashboard_snapshot table v4" 2024-09-10T19:34:26.603 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:26 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:26.51710017Z level=info msg="Executing migration" id="drop table dashboard_snapshot_v4 #1" 2024-09-10T19:34:26.603 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:26 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:26.53413483Z level=info msg="Executing migration" id="create dashboard_snapshot table v5 #2" 2024-09-10T19:34:26.604 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:26 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:26.576203997Z level=info msg="Executing migration" id="create index UQE_dashboard_snapshot_key - v5" 2024-09-10T19:34:26.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:26 smithi155 bash[18934]: cluster 2024-09-10T19:34:25.241638+0000 mgr.y (mgr.24865) 143 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:26.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:26 smithi155 bash[14970]: cluster 2024-09-10T19:34:25.241638+0000 mgr.y (mgr.24865) 143 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:26.903 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:26 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:26.601528694Z level=info msg="Executing migration" id="create index UQE_dashboard_snapshot_delete_key - v5" 2024-09-10T19:34:26.903 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:26 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:26.649010884Z level=info msg="Executing migration" id="create index IDX_dashboard_snapshot_user_id - v5" 2024-09-10T19:34:26.903 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:26 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:26.67434732Z level=info msg="Executing migration" id="alter dashboard_snapshot to mediumtext v2" 2024-09-10T19:34:26.903 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:26 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:26.699695637Z level=info msg="Executing migration" id="Update dashboard_snapshot table charset" 2024-09-10T19:34:26.903 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:26 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:26.724963698Z level=info msg="Executing migration" id="Add column external_delete_url to dashboard_snapshots table" 2024-09-10T19:34:26.903 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:26 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:26.758778353Z level=info msg="Executing migration" id="Add encrypted dashboard json column" 2024-09-10T19:34:26.903 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:26 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:26.800847106Z level=info msg="Executing migration" id="Change dashboard_encrypted column to MEDIUMBLOB" 2024-09-10T19:34:26.904 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:26 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:26.826255675Z level=info msg="Executing migration" id="create quota table v1" 2024-09-10T19:34:26.904 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:26 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:26.901430346Z level=info msg="Executing migration" id="create index UQE_quota_org_id_user_id_target - v1" 2024-09-10T19:34:27.165 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:26 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:26.943541901Z level=info msg="Executing migration" id="Update quota table charset" 2024-09-10T19:34:27.165 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:26 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:26.968835589Z level=info msg="Executing migration" id="create plugin_setting table" 2024-09-10T19:34:27.165 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:26 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:26.994140715Z level=info msg="Executing migration" id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2024-09-10T19:34:27.166 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:27 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:27.019482837Z level=info msg="Executing migration" id="Add column plugin_version to plugin_settings" 2024-09-10T19:34:27.166 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:27 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:27.044783223Z level=info msg="Executing migration" id="Update plugin_setting table charset" 2024-09-10T19:34:27.166 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:27 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:27.069920342Z level=info msg="Executing migration" id="create session table" 2024-09-10T19:34:27.166 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:27 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:27.120239007Z level=info msg="Executing migration" id="Drop old table playlist table" 2024-09-10T19:34:27.166 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:27 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:27.162285834Z level=info msg="Executing migration" id="Drop old table playlist_item table" 2024-09-10T19:34:27.447 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:27 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:27.187565578Z level=info msg="Executing migration" id="create playlist table v2" 2024-09-10T19:34:27.447 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:27 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:27.226987892Z level=info msg="Executing migration" id="create playlist item table v2" 2024-09-10T19:34:27.447 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:27 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:27.269163157Z level=info msg="Executing migration" id="Update playlist table charset" 2024-09-10T19:34:27.447 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:27 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:27.294394059Z level=info msg="Executing migration" id="Update playlist_item table charset" 2024-09-10T19:34:27.447 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:27 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:27.336340827Z level=info msg="Executing migration" id="drop preferences table v2" 2024-09-10T19:34:27.448 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:27 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:27.361840751Z level=info msg="Executing migration" id="drop preferences table v3" 2024-09-10T19:34:27.448 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:27 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:27.403827432Z level=info msg="Executing migration" id="create preferences table v3" 2024-09-10T19:34:27.448 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:27 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:27.445780761Z level=info msg="Executing migration" id="Update preferences table charset" 2024-09-10T19:34:27.701 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:27 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:27.488086834Z level=info msg="Executing migration" id="Add column team_id in preferences" 2024-09-10T19:34:27.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:27 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:27.504866391Z level=info msg="Executing migration" id="Update team_id column values in preferences" 2024-09-10T19:34:27.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:27 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:27.547011669Z level=info msg="Executing migration" id="Add column week_start in preferences" 2024-09-10T19:34:27.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:27 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:27.589036983Z level=info msg="Executing migration" id="Add column preferences.json_data" 2024-09-10T19:34:27.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:27 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:27.631157844Z level=info msg="Executing migration" id="alter preferences.json_data to mediumtext v1" 2024-09-10T19:34:27.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:27 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:27.656402798Z level=info msg="Executing migration" id="Add preferences index org_id" 2024-09-10T19:34:27.993 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:27 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:27.731974246Z level=info msg="Executing migration" id="Add preferences index user_id" 2024-09-10T19:34:27.993 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:27 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:27.777860946Z level=info msg="Executing migration" id="create alert table v1" 2024-09-10T19:34:27.993 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:27 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:27.803070764Z level=info msg="Executing migration" id="add index alert org_id & id " 2024-09-10T19:34:27.993 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:27 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:27.828315793Z level=info msg="Executing migration" id="add index alert state" 2024-09-10T19:34:27.993 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:27 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:27.870285972Z level=info msg="Executing migration" id="add index alert dashboard_id" 2024-09-10T19:34:27.993 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:27 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:27.895496476Z level=info msg="Executing migration" id="Create alert_rule_tag table v1" 2024-09-10T19:34:27.993 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:27 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:27.920881716Z level=info msg="Executing migration" id="Add unique index alert_rule_tag.alert_id_tag_id" 2024-09-10T19:34:27.993 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:27 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:27.949894479Z level=info msg="Executing migration" id="drop index UQE_alert_rule_tag_alert_id_tag_id - v1" 2024-09-10T19:34:28.266 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:27 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:27.991775449Z level=info msg="Executing migration" id="Rename table alert_rule_tag to alert_rule_tag_v1 - v1" 2024-09-10T19:34:28.266 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:28 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:28.034068865Z level=info msg="Executing migration" id="Create alert_rule_tag table v2" 2024-09-10T19:34:28.266 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:28 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:28.051078287Z level=info msg="Executing migration" id="create index UQE_alert_rule_tag_alert_id_tag_id - Add unique index alert_rule_tag.alert_id_tag_id V2" 2024-09-10T19:34:28.266 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:28 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:28.076503368Z level=info msg="Executing migration" id="copy alert_rule_tag v1 to v2" 2024-09-10T19:34:28.266 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:28 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:28.113505072Z level=info msg="Executing migration" id="drop table alert_rule_tag_v1" 2024-09-10T19:34:28.266 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:28 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:28.155561036Z level=info msg="Executing migration" id="create alert_notification table v1" 2024-09-10T19:34:28.267 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:28 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:28.18080456Z level=info msg="Executing migration" id="Add column is_default" 2024-09-10T19:34:28.267 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:28 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:28.222672599Z level=info msg="Executing migration" id="Add column frequency" 2024-09-10T19:34:28.267 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:28 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:28.264786578Z level=info msg="Executing migration" id="Add column send_reminder" 2024-09-10T19:34:28.553 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:28 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:28.289955909Z level=info msg="Executing migration" id="Add column disable_resolve_message" 2024-09-10T19:34:28.553 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:28 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:28.319415113Z level=info msg="Executing migration" id="add index alert_notification org_id & name" 2024-09-10T19:34:28.553 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:28 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:28.344842059Z level=info msg="Executing migration" id="Update alert table charset" 2024-09-10T19:34:28.553 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:28 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:28.369968224Z level=info msg="Executing migration" id="Update alert_notification table charset" 2024-09-10T19:34:28.553 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:28 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:28.412047103Z level=info msg="Executing migration" id="create notification_journal table v1" 2024-09-10T19:34:28.553 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:28 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:28.454165975Z level=info msg="Executing migration" id="add index notification_journal org_id & alert_id & notifier_id" 2024-09-10T19:34:28.553 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:28 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:28.475994508Z level=info msg="Executing migration" id="drop alert_notification_journal" 2024-09-10T19:34:28.553 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:28 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:28.551253868Z level=info msg="Executing migration" id="create alert_notification_state table v1" 2024-09-10T19:34:28.554 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:28 smithi189 bash[14634]: cluster 2024-09-10T19:34:27.242348+0000 mgr.y (mgr.24865) 144 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:28.554 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:28 smithi189 bash[14634]: audit 2024-09-10T19:34:27.978815+0000 mon.a (mon.0) 1300 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:34:28.554 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:28 smithi189 bash[14634]: audit 2024-09-10T19:34:27.980459+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:33:18.333524Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:33:18.333560Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:34:28.554 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:28 smithi189 bash[14634]: audit 2024-09-10T19:34:27.987468+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:33:18.333524Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:33:18.333560Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:34:28.554 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:28 smithi189 bash[14634]: audit 2024-09-10T19:34:27.990120+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 242011340, \"cpu_percentage\": \"1.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.974480Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409049497, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:34:27.974865Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59831746, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975131Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56161730, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975377Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60188262, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975619Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975856Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 41292922, \"cpu_percentage\": \"0.08%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976094Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 10375659, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976366Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"2e57a3903209\", \"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\": 27021803, \"cpu_percentage\": \"7.45%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976604Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:34:20.574738Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57357107, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.976840Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:34:27.977251Z\", \"last_device_update\": \"2024-09-10T19:33:18.333652Z\", \"last_network_update\": \"2024-09-10T19:32:59.624867Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:52.518976Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:34:28.554 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:28 smithi189 bash[14634]: audit 2024-09-10T19:34:27.996848+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 242011340, \"cpu_percentage\": \"1.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.974480Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409049497, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:34:27.974865Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59831746, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975131Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56161730, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975377Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60188262, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975619Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975856Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 41292922, \"cpu_percentage\": \"0.08%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976094Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 10375659, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976366Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"2e57a3903209\", \"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\": 27021803, \"cpu_percentage\": \"7.45%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976604Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:34:20.574738Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57357107, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.976840Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:34:27.977251Z\", \"last_device_update\": \"2024-09-10T19:33:18.333652Z\", \"last_network_update\": \"2024-09-10T19:32:59.624867Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:52.518976Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:34:28.555 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:28 smithi189 bash[14634]: audit 2024-09-10T19:34:28.377094+0000 mon.a (mon.0) 1305 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:34:28.833 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:28 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:28.593225374Z level=info msg="Executing migration" id="add index alert_notification_state org_id & alert_id & notifier_id" 2024-09-10T19:34:28.833 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:28 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:28.63146887Z level=info msg="Executing migration" id="Add for to alert table" 2024-09-10T19:34:28.833 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:28 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:28.673670464Z level=info msg="Executing migration" id="Add column uid in alert_notification" 2024-09-10T19:34:28.834 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:28 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:28.697017075Z level=info msg="Executing migration" id="Update uid column values in alert_notification" 2024-09-10T19:34:28.834 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:28 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:28.722259954Z level=info msg="Executing migration" id="Add unique index alert_notification_org_id_uid" 2024-09-10T19:34:28.834 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:28 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:28.739092219Z level=info msg="Executing migration" id="Remove unique index org_id_name" 2024-09-10T19:34:28.834 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:28 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:28.764375082Z level=info msg="Executing migration" id="Add column secure_settings in alert_notification" 2024-09-10T19:34:28.834 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:28 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:28.789658984Z level=info msg="Executing migration" id="alter alert.settings to mediumtext" 2024-09-10T19:34:28.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:28 smithi155 bash[14970]: cluster 2024-09-10T19:34:27.242348+0000 mgr.y (mgr.24865) 144 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:28.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:28 smithi155 bash[14970]: audit 2024-09-10T19:34:27.978815+0000 mon.a (mon.0) 1300 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:34:28.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:28 smithi155 bash[14970]: audit 2024-09-10T19:34:27.980459+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:33:18.333524Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:33:18.333560Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:34:28.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:28 smithi155 bash[18934]: cluster 2024-09-10T19:34:27.242348+0000 mgr.y (mgr.24865) 144 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:28.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:28 smithi155 bash[18934]: audit 2024-09-10T19:34:27.978815+0000 mon.a (mon.0) 1300 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:34:28.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:28 smithi155 bash[18934]: audit 2024-09-10T19:34:27.980459+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:33:18.333524Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:33:18.333560Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:34:28.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:28 smithi155 bash[18934]: audit 2024-09-10T19:34:27.987468+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:33:18.333524Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:33:18.333560Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:34:28.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:28 smithi155 bash[14970]: audit 2024-09-10T19:34:27.987468+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:33:18.333524Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:33:18.333560Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:34:28.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:28 smithi155 bash[18934]: audit 2024-09-10T19:34:27.990120+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 242011340, \"cpu_percentage\": \"1.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.974480Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409049497, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:34:27.974865Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59831746, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975131Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56161730, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975377Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60188262, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975619Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975856Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 41292922, \"cpu_percentage\": \"0.08%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976094Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 10375659, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976366Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"2e57a3903209\", \"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\": 27021803, \"cpu_percentage\": \"7.45%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976604Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:34:20.574738Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57357107, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.976840Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:34:27.977251Z\", \"last_device_update\": \"2024-09-10T19:33:18.333652Z\", \"last_network_update\": \"2024-09-10T19:32:59.624867Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:52.518976Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:34:28.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:28 smithi155 bash[14970]: audit 2024-09-10T19:34:27.990120+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 242011340, \"cpu_percentage\": \"1.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.974480Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409049497, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:34:27.974865Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59831746, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975131Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56161730, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975377Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60188262, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975619Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975856Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 41292922, \"cpu_percentage\": \"0.08%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976094Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 10375659, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976366Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"2e57a3903209\", \"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\": 27021803, \"cpu_percentage\": \"7.45%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976604Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:34:20.574738Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57357107, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.976840Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:34:27.977251Z\", \"last_device_update\": \"2024-09-10T19:33:18.333652Z\", \"last_network_update\": \"2024-09-10T19:32:59.624867Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:52.518976Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:34:28.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:28 smithi155 bash[14970]: audit 2024-09-10T19:34:27.996848+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 242011340, \"cpu_percentage\": \"1.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.974480Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409049497, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:34:27.974865Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59831746, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975131Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56161730, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975377Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60188262, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975619Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975856Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 41292922, \"cpu_percentage\": \"0.08%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976094Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 10375659, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976366Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"2e57a3903209\", \"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\": 27021803, \"cpu_percentage\": \"7.45%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976604Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:34:20.574738Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57357107, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.976840Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:34:27.977251Z\", \"last_device_update\": \"2024-09-10T19:33:18.333652Z\", \"last_network_update\": \"2024-09-10T19:32:59.624867Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:52.518976Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:34:28.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:28 smithi155 bash[14970]: audit 2024-09-10T19:34:28.377094+0000 mon.a (mon.0) 1305 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:34:28.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:28 smithi155 bash[18934]: audit 2024-09-10T19:34:27.996848+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 242011340, \"cpu_percentage\": \"1.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.974480Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409049497, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:34:27.974865Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59831746, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975131Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56161730, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975377Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60188262, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975619Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975856Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 41292922, \"cpu_percentage\": \"0.08%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976094Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 10375659, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976366Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"2e57a3903209\", \"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\": 27021803, \"cpu_percentage\": \"7.45%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976604Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:34:20.574738Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57357107, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.976840Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:34:27.977251Z\", \"last_device_update\": \"2024-09-10T19:33:18.333652Z\", \"last_network_update\": \"2024-09-10T19:32:59.624867Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:52.518976Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:34:28.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:28 smithi155 bash[18934]: audit 2024-09-10T19:34:28.377094+0000 mon.a (mon.0) 1305 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:34:29.086 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:28 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:28.831564421Z level=info msg="Executing migration" id="Add non-unique index alert_notification_state_alert_id" 2024-09-10T19:34:29.086 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:28 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:28.856897142Z level=info msg="Executing migration" id="Add non-unique index alert_rule_tag_alert_id" 2024-09-10T19:34:29.086 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:28 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:28.882232312Z level=info msg="Executing migration" id="Drop old annotation table v4" 2024-09-10T19:34:29.086 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:28 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:28.907396786Z level=info msg="Executing migration" id="create annotation table v5" 2024-09-10T19:34:29.086 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:28 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:28.949434887Z level=info msg="Executing migration" id="add index annotation 0 v3" 2024-09-10T19:34:29.086 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:28 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:28.974836544Z level=info msg="Executing migration" id="add index annotation 1 v3" 2024-09-10T19:34:29.087 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:29 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:29.016821889Z level=info msg="Executing migration" id="add index annotation 2 v3" 2024-09-10T19:34:29.087 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:29 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:29.042528869Z level=info msg="Executing migration" id="add index annotation 3 v3" 2024-09-10T19:34:29.386 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:29 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:29.084458449Z level=info msg="Executing migration" id="add index annotation 4 v3" 2024-09-10T19:34:29.386 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:29 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:29.126526762Z level=info msg="Executing migration" id="Update annotation table charset" 2024-09-10T19:34:29.387 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:29 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:29.149518763Z level=info msg="Executing migration" id="Add column region_id to annotation table" 2024-09-10T19:34:29.387 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:29 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:29.191451889Z level=info msg="Executing migration" id="Drop category_id index" 2024-09-10T19:34:29.387 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:29 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:29.216794029Z level=info msg="Executing migration" id="Add column tags to annotation table" 2024-09-10T19:34:29.387 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:29 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:29.267333837Z level=info msg="Executing migration" id="Create annotation_tag table v2" 2024-09-10T19:34:29.387 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:29 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:29.292807213Z level=info msg="Executing migration" id="Add unique index annotation_tag.annotation_id_tag_id" 2024-09-10T19:34:29.387 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:29 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:29.318043166Z level=info msg="Executing migration" id="drop index UQE_annotation_tag_annotation_id_tag_id - v2" 2024-09-10T19:34:29.387 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:29 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:29.384965541Z level=info msg="Executing migration" id="Rename table annotation_tag to annotation_tag_v2 - v2" 2024-09-10T19:34:29.647 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:29 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:29.435213652Z level=info msg="Executing migration" id="Create annotation_tag table v3" 2024-09-10T19:34:29.647 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:29 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:29.477226994Z level=info msg="Executing migration" id="create index UQE_annotation_tag_annotation_id_tag_id - Add unique index annotation_tag.annotation_id_tag_id V3" 2024-09-10T19:34:29.647 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:29 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:29.502735412Z level=info msg="Executing migration" id="copy annotation_tag v2 to v3" 2024-09-10T19:34:29.647 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:29 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:29.54458491Z level=info msg="Executing migration" id="drop table annotation_tag_v2" 2024-09-10T19:34:29.647 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:29 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:29.603347828Z level=info msg="Executing migration" id="Update alert annotations and set TEXT to empty" 2024-09-10T19:34:29.647 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:29 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:29.645445661Z level=info msg="Executing migration" id="Add created time to annotation table" 2024-09-10T19:34:29.648 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:29 smithi189 bash[14634]: audit 2024-09-10T19:34:28.598283+0000 mon.a (mon.0) 1306 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:34:29.648 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:29 smithi189 bash[14634]: audit 2024-09-10T19:34:28.599953+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:33:18.333524Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:33:18.333560Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:34:29.648 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:29 smithi189 bash[14634]: audit 2024-09-10T19:34:28.607217+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:33:18.333524Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:33:18.333560Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:34:29.648 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:29 smithi189 bash[14634]: audit 2024-09-10T19:34:28.609032+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 242011340, \"cpu_percentage\": \"1.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.974480Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409049497, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:34:27.974865Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59831746, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975131Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56161730, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975377Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60188262, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975619Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975856Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 41292922, \"cpu_percentage\": \"0.08%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976094Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 10375659, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976366Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"2e57a3903209\", \"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\": 27021803, \"cpu_percentage\": \"7.45%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976604Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:34:20.574738Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57357107, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.976840Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:34:27.977251Z\", \"last_device_update\": \"2024-09-10T19:33:18.333652Z\", \"last_network_update\": \"2024-09-10T19:34:28.596636Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:52.518976Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:34:29.648 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:29 smithi189 bash[14634]: audit 2024-09-10T19:34:28.614382+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 242011340, \"cpu_percentage\": \"1.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.974480Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409049497, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:34:27.974865Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59831746, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975131Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56161730, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975377Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60188262, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975619Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975856Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 41292922, \"cpu_percentage\": \"0.08%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976094Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 10375659, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976366Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"2e57a3903209\", \"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\": 27021803, \"cpu_percentage\": \"7.45%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976604Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:34:20.574738Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57357107, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.976840Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:34:27.977251Z\", \"last_device_update\": \"2024-09-10T19:33:18.333652Z\", \"last_network_update\": \"2024-09-10T19:34:28.596636Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:52.518976Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:34:29.648 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:29 smithi189 bash[14634]: audit 2024-09-10T19:34:28.616092+0000 mon.a (mon.0) 1311 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:34:29.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:29 smithi155 bash[14970]: audit 2024-09-10T19:34:28.598283+0000 mon.a (mon.0) 1306 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:34:29.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:29 smithi155 bash[14970]: audit 2024-09-10T19:34:28.599953+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:33:18.333524Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:33:18.333560Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:34:29.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:29 smithi155 bash[18934]: audit 2024-09-10T19:34:28.598283+0000 mon.a (mon.0) 1306 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:34:29.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:29 smithi155 bash[18934]: audit 2024-09-10T19:34:28.599953+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:33:18.333524Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:33:18.333560Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:34:29.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:29 smithi155 bash[18934]: audit 2024-09-10T19:34:28.607217+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:33:18.333524Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:33:18.333560Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:34:29.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:29 smithi155 bash[14970]: audit 2024-09-10T19:34:28.607217+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:33:18.333524Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:33:18.333560Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:34:29.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:29 smithi155 bash[14970]: audit 2024-09-10T19:34:28.609032+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 242011340, \"cpu_percentage\": \"1.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.974480Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409049497, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:34:27.974865Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59831746, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975131Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56161730, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975377Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60188262, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975619Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975856Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 41292922, \"cpu_percentage\": \"0.08%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976094Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 10375659, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976366Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"2e57a3903209\", \"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\": 27021803, \"cpu_percentage\": \"7.45%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976604Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:34:20.574738Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57357107, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.976840Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:34:27.977251Z\", \"last_device_update\": \"2024-09-10T19:33:18.333652Z\", \"last_network_update\": \"2024-09-10T19:34:28.596636Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:52.518976Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:34:29.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:29 smithi155 bash[18934]: audit 2024-09-10T19:34:28.609032+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 242011340, \"cpu_percentage\": \"1.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.974480Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409049497, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:34:27.974865Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59831746, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975131Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56161730, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975377Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60188262, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975619Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975856Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 41292922, \"cpu_percentage\": \"0.08%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976094Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 10375659, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976366Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"2e57a3903209\", \"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\": 27021803, \"cpu_percentage\": \"7.45%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976604Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:34:20.574738Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57357107, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.976840Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:34:27.977251Z\", \"last_device_update\": \"2024-09-10T19:33:18.333652Z\", \"last_network_update\": \"2024-09-10T19:34:28.596636Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:52.518976Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:34:29.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:29 smithi155 bash[14970]: audit 2024-09-10T19:34:28.614382+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 242011340, \"cpu_percentage\": \"1.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.974480Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409049497, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:34:27.974865Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59831746, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975131Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56161730, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975377Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60188262, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975619Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975856Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 41292922, \"cpu_percentage\": \"0.08%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976094Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 10375659, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976366Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"2e57a3903209\", \"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\": 27021803, \"cpu_percentage\": \"7.45%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976604Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:34:20.574738Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57357107, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.976840Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:34:27.977251Z\", \"last_device_update\": \"2024-09-10T19:33:18.333652Z\", \"last_network_update\": \"2024-09-10T19:34:28.596636Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:52.518976Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:34:29.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:29 smithi155 bash[14970]: audit 2024-09-10T19:34:28.616092+0000 mon.a (mon.0) 1311 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:34:29.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:29 smithi155 bash[18934]: audit 2024-09-10T19:34:28.614382+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 242011340, \"cpu_percentage\": \"1.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.974480Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409049497, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:34:27.974865Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59831746, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975131Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56161730, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975377Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60188262, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975619Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975856Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 41292922, \"cpu_percentage\": \"0.08%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976094Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 10375659, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976366Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"2e57a3903209\", \"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\": 27021803, \"cpu_percentage\": \"7.45%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976604Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:34:20.574738Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57357107, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.976840Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:34:27.977251Z\", \"last_device_update\": \"2024-09-10T19:33:18.333652Z\", \"last_network_update\": \"2024-09-10T19:34:28.596636Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:52.518976Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:34:29.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:29 smithi155 bash[18934]: audit 2024-09-10T19:34:28.616092+0000 mon.a (mon.0) 1311 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:34:29.898 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:29 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:29.670694622Z level=info msg="Executing migration" id="Add updated time to annotation table" 2024-09-10T19:34:29.898 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:29 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:29.716228993Z level=info msg="Executing migration" id="Add index for created in annotation table" 2024-09-10T19:34:29.898 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:29 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:29.741607328Z level=info msg="Executing migration" id="Add index for updated in annotation table" 2024-09-10T19:34:29.899 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:29 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:29.76682725Z level=info msg="Executing migration" id="Convert existing annotations from seconds to milliseconds" 2024-09-10T19:34:29.899 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:29 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:29.792081235Z level=info msg="Executing migration" id="Add epoch_end column" 2024-09-10T19:34:29.899 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:29 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:29.817686329Z level=info msg="Executing migration" id="Add index for epoch_end" 2024-09-10T19:34:29.899 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:29 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:29.842957353Z level=info msg="Executing migration" id="Make epoch_end the same as epoch" 2024-09-10T19:34:29.899 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:29 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:29.868302528Z level=info msg="Executing migration" id="Move region to single row" 2024-09-10T19:34:30.169 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:29 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:29.897017637Z level=info msg="Executing migration" id="Remove index org_id_epoch from annotation table" 2024-09-10T19:34:30.170 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:29 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:29.922333178Z level=info msg="Executing migration" id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2024-09-10T19:34:30.170 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:29 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:29.947694796Z level=info msg="Executing migration" id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2024-09-10T19:34:30.170 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:29 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:29.972925322Z level=info msg="Executing migration" id="Add index for org_id_epoch_end_epoch on annotation table" 2024-09-10T19:34:30.170 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:29 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:29.998144113Z level=info msg="Executing migration" id="Remove index org_id_epoch_epoch_end from annotation table" 2024-09-10T19:34:30.170 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:30 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:30.040071943Z level=info msg="Executing migration" id="Add index for alert_id on annotation table" 2024-09-10T19:34:30.170 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:30 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:30.079170016Z level=info msg="Executing migration" id="Increase tags column to length 4096" 2024-09-10T19:34:30.170 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:30 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:30.125845951Z level=info msg="Executing migration" id="create test_data table" 2024-09-10T19:34:30.170 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:30 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:30.167837326Z level=info msg="Executing migration" id="create dashboard_version table v1" 2024-09-10T19:34:30.421 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:30 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:30.226726318Z level=info msg="Executing migration" id="add index dashboard_version.dashboard_id" 2024-09-10T19:34:30.422 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:30 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:30.268671697Z level=info msg="Executing migration" id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2024-09-10T19:34:30.422 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:30 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:30.310780703Z level=info msg="Executing migration" id="Set dashboard version to 1 where 0" 2024-09-10T19:34:30.422 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:30 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:30.352736988Z level=info msg="Executing migration" id="save existing dashboard data in dashboard_version table v1" 2024-09-10T19:34:30.422 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:30 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:30.377994466Z level=info msg="Executing migration" id="alter dashboard_version.data to mediumtext v1" 2024-09-10T19:34:30.422 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:30 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:30.419989117Z level=info msg="Executing migration" id="create team table" 2024-09-10T19:34:30.691 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:30 smithi189 bash[14634]: cluster 2024-09-10T19:34:29.243034+0000 mgr.y (mgr.24865) 145 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:30.692 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:30 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:30.462246507Z level=info msg="Executing migration" id="add index team.org_id" 2024-09-10T19:34:30.692 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:30 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:30.504228496Z level=info msg="Executing migration" id="add unique index team_org_id_name" 2024-09-10T19:34:30.692 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:30 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:30.530378112Z level=info msg="Executing migration" id="create team member table" 2024-09-10T19:34:30.692 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:30 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:30.555703962Z level=info msg="Executing migration" id="add index team_member.org_id" 2024-09-10T19:34:30.692 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:30 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:30.57256477Z level=info msg="Executing migration" id="add unique index team_member_org_id_team_id_user_id" 2024-09-10T19:34:30.692 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:30 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:30.597796409Z level=info msg="Executing migration" id="add index team_member.team_id" 2024-09-10T19:34:30.692 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:30 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:30.623058309Z level=info msg="Executing migration" id="Add column email to team table" 2024-09-10T19:34:30.692 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:30 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:30.665049055Z level=info msg="Executing migration" id="Add column external to team_member table" 2024-09-10T19:34:30.692 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:30 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:30.690266926Z level=info msg="Executing migration" id="Add column permission to team_member table" 2024-09-10T19:34:30.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:30 smithi155 bash[18934]: cluster 2024-09-10T19:34:29.243034+0000 mgr.y (mgr.24865) 145 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:30.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:30 smithi155 bash[14970]: cluster 2024-09-10T19:34:29.243034+0000 mgr.y (mgr.24865) 145 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:30.951 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:30 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:30.71555071Z level=info msg="Executing migration" id="create dashboard acl table" 2024-09-10T19:34:30.951 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:30 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:30.740836331Z level=info msg="Executing migration" id="add index dashboard_acl_dashboard_id" 2024-09-10T19:34:30.951 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:30 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:30.766067455Z level=info msg="Executing migration" id="add unique index dashboard_acl_dashboard_id_user_id" 2024-09-10T19:34:30.951 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:30 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:30.791286947Z level=info msg="Executing migration" id="add unique index dashboard_acl_dashboard_id_team_id" 2024-09-10T19:34:30.951 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:30 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:30.833238013Z level=info msg="Executing migration" id="add index dashboard_acl_user_id" 2024-09-10T19:34:30.951 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:30 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:30.858583169Z level=info msg="Executing migration" id="add index dashboard_acl_team_id" 2024-09-10T19:34:30.951 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:30 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:30.882363372Z level=info msg="Executing migration" id="add index dashboard_acl_org_id_role" 2024-09-10T19:34:30.952 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:30 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:30.907695254Z level=info msg="Executing migration" id="add index dashboard_permission" 2024-09-10T19:34:30.952 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:30 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:30.949725968Z level=info msg="Executing migration" id="save default acl rules in dashboard_acl table" 2024-09-10T19:34:31.202 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:30 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:30.975007818Z level=info msg="Executing migration" id="delete acl rules for deleted dashboards and folders" 2024-09-10T19:34:31.202 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:31 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:31.058539711Z level=info msg="Executing migration" id="create tag table" 2024-09-10T19:34:31.202 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:31 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:31.100643609Z level=info msg="Executing migration" id="add index tag.key_value" 2024-09-10T19:34:31.202 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:31 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:31.125809309Z level=info msg="Executing migration" id="create login attempt table" 2024-09-10T19:34:31.202 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:31 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:31.151114023Z level=info msg="Executing migration" id="add index login_attempt.username" 2024-09-10T19:34:31.202 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:31 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:31.17636819Z level=info msg="Executing migration" id="drop index IDX_login_attempt_username - v1" 2024-09-10T19:34:31.504 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:31 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:31.218273893Z level=info msg="Executing migration" id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2024-09-10T19:34:31.504 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:31 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:31.268767889Z level=info msg="Executing migration" id="create login_attempt v2" 2024-09-10T19:34:31.504 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:31 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:31.309634655Z level=info msg="Executing migration" id="create index IDX_login_attempt_username - v2" 2024-09-10T19:34:31.505 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:31 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:31.35176095Z level=info msg="Executing migration" id="copy login_attempt v1 to v2" 2024-09-10T19:34:31.505 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:31 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:31.376898496Z level=info msg="Executing migration" id="drop login_attempt_tmp_qwerty" 2024-09-10T19:34:31.505 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:31 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:31.418860997Z level=info msg="Executing migration" id="create user auth table" 2024-09-10T19:34:31.505 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:31 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:31.460970235Z level=info msg="Executing migration" id="create index IDX_user_auth_auth_module_auth_id - v1" 2024-09-10T19:34:31.505 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:31 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:31.502943269Z level=info msg="Executing migration" id="alter user_auth.auth_id to length 190" 2024-09-10T19:34:31.765 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:31 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:31.528185574Z level=info msg="Executing migration" id="Add OAuth access token to user_auth" 2024-09-10T19:34:31.766 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:31 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:31.55336893Z level=info msg="Executing migration" id="Add OAuth refresh token to user_auth" 2024-09-10T19:34:31.766 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:31 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:31.578681896Z level=info msg="Executing migration" id="Add OAuth token type to user_auth" 2024-09-10T19:34:31.766 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:31 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:31.620635735Z level=info msg="Executing migration" id="Add OAuth expiry to user_auth" 2024-09-10T19:34:31.766 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:31 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:31.637631897Z level=info msg="Executing migration" id="Add index to user_id column in user_auth" 2024-09-10T19:34:31.766 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:31 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:31.663145169Z level=info msg="Executing migration" id="Add OAuth ID token to user_auth" 2024-09-10T19:34:31.766 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:31 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:31.688305869Z level=info msg="Executing migration" id="create server_lock table" 2024-09-10T19:34:31.766 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:31 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:31.713625505Z level=info msg="Executing migration" id="add index server_lock.operation_uid" 2024-09-10T19:34:31.766 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:31 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:31.738958798Z level=info msg="Executing migration" id="create user auth token table" 2024-09-10T19:34:31.766 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:31 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:31.764136658Z level=info msg="Executing migration" id="add unique index user_auth_token.auth_token" 2024-09-10T19:34:31.875 INFO:teuthology.orchestra.run.smithi155.stdout:true 2024-09-10T19:34:32.034 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:31 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:31.78929442Z level=info msg="Executing migration" id="add unique index user_auth_token.prev_auth_token" 2024-09-10T19:34:32.034 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:31 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:31.814666052Z level=info msg="Executing migration" id="add index user_auth_token.user_id" 2024-09-10T19:34:32.035 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:31 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:31.898810121Z level=info msg="Executing migration" id="Add revoked_at to the user auth token" 2024-09-10T19:34:32.035 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:31 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:31.924014977Z level=info msg="Executing migration" id="create cache_data table" 2024-09-10T19:34:32.035 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:31 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:31.966071544Z level=info msg="Executing migration" id="add unique index cache_data.cache_key" 2024-09-10T19:34:32.035 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:32 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:32.007811895Z level=info msg="Executing migration" id="create short_url table v1" 2024-09-10T19:34:32.307 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:32 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:32.033311266Z level=info msg="Executing migration" id="add index short_url.org_id-uid" 2024-09-10T19:34:32.307 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:32 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:32.078667333Z level=info msg="Executing migration" id="alter table short_url alter column created_by type to bigint" 2024-09-10T19:34:32.307 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:32 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:32.120752626Z level=info msg="Executing migration" id="delete alert_definition table" 2024-09-10T19:34:32.308 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:32 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:32.145995637Z level=info msg="Executing migration" id="recreate alert_definition table" 2024-09-10T19:34:32.308 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:32 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:32.188036378Z level=info msg="Executing migration" id="add index in alert_definition on org_id and title columns" 2024-09-10T19:34:32.308 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:32 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:32.213245963Z level=info msg="Executing migration" id="add index in alert_definition on org_id and uid columns" 2024-09-10T19:34:32.308 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:32 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:32.238734416Z level=info msg="Executing migration" id="alter alert_definition table data column to mediumtext in mysql" 2024-09-10T19:34:32.308 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:32 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:32.280663931Z level=info msg="Executing migration" id="drop index in alert_definition on org_id and title columns" 2024-09-10T19:34:32.308 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:32 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:32.305932683Z level=info msg="Executing migration" id="drop index in alert_definition on org_id and uid columns" 2024-09-10T19:34:32.576 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:32 smithi189 bash[14634]: cluster 2024-09-10T19:34:31.244498+0000 mgr.y (mgr.24865) 146 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:32.577 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:32 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:32.331327691Z level=info msg="Executing migration" id="add unique index in alert_definition on org_id and title columns" 2024-09-10T19:34:32.577 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:32 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:32.373186091Z level=info msg="Executing migration" id="add unique index in alert_definition on org_id and uid columns" 2024-09-10T19:34:32.577 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:32 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:32.415298577Z level=info msg="Executing migration" id="Add column paused in alert_definition" 2024-09-10T19:34:32.577 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:32 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:32.457152577Z level=info msg="Executing migration" id="drop alert_definition table" 2024-09-10T19:34:32.577 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:32 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:32.499311465Z level=info msg="Executing migration" id="delete alert_definition_version table" 2024-09-10T19:34:32.577 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:32 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:32.524657308Z level=info msg="Executing migration" id="recreate alert_definition_version table" 2024-09-10T19:34:32.577 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:32 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:32.549899012Z level=info msg="Executing migration" id="add index in alert_definition_version table on alert_definition_id and version columns" 2024-09-10T19:34:32.577 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:32 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:32.57517293Z level=info msg="Executing migration" id="add index in alert_definition_version table on alert_definition_uid and version columns" 2024-09-10T19:34:32.671 INFO:teuthology.orchestra.run.smithi155.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:34:32.672 INFO:teuthology.orchestra.run.smithi155.stdout:alertmanager.a smithi155 running (66s) 59s ago 27m 15.1M - 0.25.0 c8568f914cd2 d240bc57c001 2024-09-10T19:34:32.672 INFO:teuthology.orchestra.run.smithi155.stdout:grafana.a smithi189 running (12s) 4s ago 26m 25.7M - 9.4.7 954c08fa6188 2e57a3903209 2024-09-10T19:34:32.672 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.x smithi189 *:8443 running (2m) 4s ago 31m 390M - 17.2.7-1606-g5be57395 4c55dd409611 1e9c1f896a72 2024-09-10T19:34:32.672 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.y smithi155 *:8443 running (12m) 59s ago 33m 436M - 17.2.7-1606-g5be57395 4c55dd409611 c3f6bb49e60e 2024-09-10T19:34:32.672 INFO:teuthology.orchestra.run.smithi155.stdout:mon.a smithi155 running (33m) 59s ago 33m 270M 2048M 15.2.0 204a01f9b0b6 9830b2129a22 2024-09-10T19:34:32.672 INFO:teuthology.orchestra.run.smithi155.stdout:mon.b smithi189 running (32m) 4s ago 32m 230M 2048M 15.2.0 204a01f9b0b6 e28fb1d2d63b 2024-09-10T19:34:32.673 INFO:teuthology.orchestra.run.smithi155.stdout:mon.c smithi155 running (32m) 59s ago 32m 225M 2048M 15.2.0 204a01f9b0b6 7cbf0bc7a02d 2024-09-10T19:34:32.673 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.a smithi155 running (2m) 59s ago 27m 9784k - 1.5.0 0da6a335fe13 75a6b4940d3d 2024-09-10T19:34:32.673 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.b smithi189 running (2m) 4s ago 27m 9.89M - 1.5.0 0da6a335fe13 57c4129454db 2024-09-10T19:34:32.673 INFO:teuthology.orchestra.run.smithi155.stdout:osd.0 smithi155 running (31m) 59s ago 31m 55.7M 4096M 15.2.0 204a01f9b0b6 7f6023dc1e50 2024-09-10T19:34:32.674 INFO:teuthology.orchestra.run.smithi155.stdout:osd.1 smithi155 running (30m) 59s ago 30m 54.3M 4096M 15.2.0 204a01f9b0b6 42d00c1d93dd 2024-09-10T19:34:32.674 INFO:teuthology.orchestra.run.smithi155.stdout:osd.2 smithi155 running (30m) 59s ago 30m 51.2M 4096M 15.2.0 204a01f9b0b6 6b241c21f8e2 2024-09-10T19:34:32.674 INFO:teuthology.orchestra.run.smithi155.stdout:osd.3 smithi155 running (29m) 59s ago 29m 55.2M 4096M 15.2.0 204a01f9b0b6 8d9201a4db26 2024-09-10T19:34:32.674 INFO:teuthology.orchestra.run.smithi155.stdout:osd.4 smithi189 running (29m) 4s ago 29m 57.0M 4096M 15.2.0 204a01f9b0b6 34cb90c9d5b7 2024-09-10T19:34:32.674 INFO:teuthology.orchestra.run.smithi155.stdout:osd.5 smithi189 running (29m) 4s ago 29m 53.5M 4096M 15.2.0 204a01f9b0b6 4b3a3b60e1d5 2024-09-10T19:34:32.675 INFO:teuthology.orchestra.run.smithi155.stdout:osd.6 smithi189 running (28m) 4s ago 28m 57.4M 4096M 15.2.0 204a01f9b0b6 c58c4c013902 2024-09-10T19:34:32.675 INFO:teuthology.orchestra.run.smithi155.stdout:osd.7 smithi189 running (28m) 4s ago 28m 57.0M 4096M 15.2.0 204a01f9b0b6 fb02b608dde7 2024-09-10T19:34:32.675 INFO:teuthology.orchestra.run.smithi155.stdout:prometheus.a smithi189 running (100s) 4s ago 27m 39.3M - 2.43.0 a07b618ecd1d a68b682055db 2024-09-10T19:34:32.676 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi155.ehnnyk smithi155 running (25m) 59s ago 25m 55.3M - 15.2.0 204a01f9b0b6 48687c7a211a 2024-09-10T19:34:32.676 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi189.dwpibf smithi189 running (25m) 4s ago 25m 54.7M - 15.2.0 204a01f9b0b6 6bddcdbdbf0b 2024-09-10T19:34:32.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:32 smithi155 bash[14970]: cluster 2024-09-10T19:34:31.244498+0000 mgr.y (mgr.24865) 146 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:32.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:32 smithi155 bash[18934]: cluster 2024-09-10T19:34:31.244498+0000 mgr.y (mgr.24865) 146 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:32.845 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:32 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:32.600357659Z level=info msg="Executing migration" id="alter alert_definition_version table data column to mediumtext in mysql" 2024-09-10T19:34:32.845 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:32 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:32.64235207Z level=info msg="Executing migration" id="drop alert_definition_version table" 2024-09-10T19:34:32.845 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:32 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:32.726097274Z level=info msg="Executing migration" id="create alert_instance table" 2024-09-10T19:34:32.845 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:32 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:32.751357071Z level=info msg="Executing migration" id="add index in alert_instance table on def_org_id, def_uid and current_state columns" 2024-09-10T19:34:32.845 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:32 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:32.776598812Z level=info msg="Executing migration" id="add index in alert_instance table on def_org_id, current_state columns" 2024-09-10T19:34:32.845 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:32 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:32.818535325Z level=info msg="Executing migration" id="add column current_state_end to alert_instance" 2024-09-10T19:34:32.845 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:32 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:32.8437094Z level=info msg="Executing migration" id="remove index def_org_id, def_uid, current_state on alert_instance" 2024-09-10T19:34:33.126 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:32 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:32.869052246Z level=info msg="Executing migration" id="remove index def_org_id, current_state on alert_instance" 2024-09-10T19:34:33.126 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:32 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:32.894209463Z level=info msg="Executing migration" id="rename def_org_id to rule_org_id in alert_instance" 2024-09-10T19:34:33.126 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:32 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:32.927775681Z level=info msg="Executing migration" id="rename def_uid to rule_uid in alert_instance" 2024-09-10T19:34:33.127 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:32 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:32.961396792Z level=info msg="Executing migration" id="add index rule_org_id, rule_uid, current_state on alert_instance" 2024-09-10T19:34:33.127 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:32 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:32.986698703Z level=info msg="Executing migration" id="add index rule_org_id, current_state on alert_instance" 2024-09-10T19:34:33.127 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:33 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:33.011948124Z level=info msg="Executing migration" id="add current_reason column related to current_state" 2024-09-10T19:34:33.127 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:33 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:33.053919369Z level=info msg="Executing migration" id="create alert_rule table" 2024-09-10T19:34:33.127 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:33 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:33.079237831Z level=info msg="Executing migration" id="add index in alert_rule on org_id and title columns" 2024-09-10T19:34:33.127 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:33 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:33.124922166Z level=info msg="Executing migration" id="add index in alert_rule on org_id and uid columns" 2024-09-10T19:34:33.135 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:34:33.136 INFO:teuthology.orchestra.run.smithi155.stdout: "mon": { 2024-09-10T19:34:33.136 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-10T19:34:33.136 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:34:33.136 INFO:teuthology.orchestra.run.smithi155.stdout: "mgr": { 2024-09-10T19:34:33.136 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:34:33.136 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:34:33.136 INFO:teuthology.orchestra.run.smithi155.stdout: "osd": { 2024-09-10T19:34:33.136 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-10T19:34:33.136 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:34:33.136 INFO:teuthology.orchestra.run.smithi155.stdout: "mds": {}, 2024-09-10T19:34:33.136 INFO:teuthology.orchestra.run.smithi155.stdout: "rgw": { 2024-09-10T19:34:33.137 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-10T19:34:33.137 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:34:33.137 INFO:teuthology.orchestra.run.smithi155.stdout: "overall": { 2024-09-10T19:34:33.137 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-09-10T19:34:33.137 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:34:33.137 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-10T19:34:33.137 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:34:33.395 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:33 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:33.166986995Z level=info msg="Executing migration" id="add index in alert_rule on org_id, namespace_uid, group_uid columns" 2024-09-10T19:34:33.395 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:33 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:33.192137362Z level=info msg="Executing migration" id="alter alert_rule table data column to mediumtext in mysql" 2024-09-10T19:34:33.395 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:33 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:33.234082177Z level=info msg="Executing migration" id="add column for to alert_rule" 2024-09-10T19:34:33.395 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:33 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:33.276031456Z level=info msg="Executing migration" id="add column annotations to alert_rule" 2024-09-10T19:34:33.395 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:33 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:33.301279026Z level=info msg="Executing migration" id="add column labels to alert_rule" 2024-09-10T19:34:33.395 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:33 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:33.343255197Z level=info msg="Executing migration" id="remove unique index from alert_rule on org_id, title columns" 2024-09-10T19:34:33.396 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:33 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:33.36861015Z level=info msg="Executing migration" id="add index in alert_rule on org_id, namespase_uid and title columns" 2024-09-10T19:34:33.396 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:33 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:33.393799302Z level=info msg="Executing migration" id="add dashboard_uid column to alert_rule" 2024-09-10T19:34:33.518 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:34:33.518 INFO:teuthology.orchestra.run.smithi155.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T19:34:33.518 INFO:teuthology.orchestra.run.smithi155.stdout: "in_progress": true, 2024-09-10T19:34:33.518 INFO:teuthology.orchestra.run.smithi155.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-10T19:34:33.518 INFO:teuthology.orchestra.run.smithi155.stdout: "services_complete": [ 2024-09-10T19:34:33.518 INFO:teuthology.orchestra.run.smithi155.stdout: "mgr" 2024-09-10T19:34:33.518 INFO:teuthology.orchestra.run.smithi155.stdout: ], 2024-09-10T19:34:33.518 INFO:teuthology.orchestra.run.smithi155.stdout: "progress": "2/2 daemons upgraded", 2024-09-10T19:34:33.518 INFO:teuthology.orchestra.run.smithi155.stdout: "message": "Currently upgrading grafana daemons", 2024-09-10T19:34:33.518 INFO:teuthology.orchestra.run.smithi155.stdout: "is_paused": false 2024-09-10T19:34:33.518 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:34:33.697 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:33 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:33.435802567Z level=info msg="Executing migration" id="add panel_id column to alert_rule" 2024-09-10T19:34:33.697 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:33 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:33.531055531Z level=info msg="Executing migration" id="add index in alert_rule on org_id, dashboard_uid and panel_id columns" 2024-09-10T19:34:33.697 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:33 smithi189 bash[14634]: audit 2024-09-10T19:34:31.859744+0000 mgr.y (mgr.24865) 147 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:34:33.697 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:33 smithi189 bash[14634]: audit 2024-09-10T19:34:32.254410+0000 mgr.y (mgr.24865) 148 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:34:33.697 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:33 smithi189 bash[14634]: audit 2024-09-10T19:34:32.646397+0000 mon.a (mon.0) 1312 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:34:33.697 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:33 smithi189 bash[14634]: audit 2024-09-10T19:34:32.647339+0000 mon.a (mon.0) 1313 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:34:33.698 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:33 smithi189 bash[14634]: audit 2024-09-10T19:34:32.648174+0000 mon.a (mon.0) 1314 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:33.698 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:33 smithi189 bash[14634]: audit 2024-09-10T19:34:32.648945+0000 mon.a (mon.0) 1315 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:33.698 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:33 smithi189 bash[14634]: audit 2024-09-10T19:34:32.649785+0000 mon.a (mon.0) 1316 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:33.698 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:33 smithi189 bash[14634]: audit 2024-09-10T19:34:32.650560+0000 mon.a (mon.0) 1317 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:33.698 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:33 smithi189 bash[14634]: audit 2024-09-10T19:34:32.655589+0000 mon.a (mon.0) 1318 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:34:33.698 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:33 smithi189 bash[14634]: audit 2024-09-10T19:34:32.656279+0000 mon.a (mon.0) 1319 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:33.698 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:33 smithi189 bash[14634]: audit 2024-09-10T19:34:32.656975+0000 mon.a (mon.0) 1320 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:33.698 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:33 smithi189 bash[14634]: audit 2024-09-10T19:34:32.657590+0000 mon.a (mon.0) 1321 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:33.698 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:33 smithi189 bash[14634]: audit 2024-09-10T19:34:32.658207+0000 mon.a (mon.0) 1322 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:33.698 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:33 smithi189 bash[14634]: audit 2024-09-10T19:34:33.133852+0000 mon.c (mon.1) 158 : audit [DBG] from='client.? 172.21.15.155:0/2006717618' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:33.837 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:33 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:33.695545301Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule" 2024-09-10T19:34:33.837 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:33 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:33.74286088Z level=info msg="Executing migration" id="add is_paused column to alert_rule table" 2024-09-10T19:34:33.837 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:33 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:33.790237655Z level=info msg="Executing migration" id="fix is_paused column for alert_rule table" 2024-09-10T19:34:33.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:33 smithi155 bash[14970]: audit 2024-09-10T19:34:31.859744+0000 mgr.y (mgr.24865) 147 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:34:33.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:33 smithi155 bash[14970]: audit 2024-09-10T19:34:32.254410+0000 mgr.y (mgr.24865) 148 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:34:33.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:33 smithi155 bash[14970]: audit 2024-09-10T19:34:32.646397+0000 mon.a (mon.0) 1312 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:34:33.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:33 smithi155 bash[14970]: audit 2024-09-10T19:34:32.647339+0000 mon.a (mon.0) 1313 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:34:33.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:33 smithi155 bash[14970]: audit 2024-09-10T19:34:32.648174+0000 mon.a (mon.0) 1314 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:33.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:33 smithi155 bash[14970]: audit 2024-09-10T19:34:32.648945+0000 mon.a (mon.0) 1315 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:33.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:33 smithi155 bash[14970]: audit 2024-09-10T19:34:32.649785+0000 mon.a (mon.0) 1316 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:33.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:33 smithi155 bash[14970]: audit 2024-09-10T19:34:32.650560+0000 mon.a (mon.0) 1317 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:33.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:33 smithi155 bash[14970]: audit 2024-09-10T19:34:32.655589+0000 mon.a (mon.0) 1318 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:34:33.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:33 smithi155 bash[14970]: audit 2024-09-10T19:34:32.656279+0000 mon.a (mon.0) 1319 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:33.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:33 smithi155 bash[14970]: audit 2024-09-10T19:34:32.656975+0000 mon.a (mon.0) 1320 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:33.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:33 smithi155 bash[14970]: audit 2024-09-10T19:34:32.657590+0000 mon.a (mon.0) 1321 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:33.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:33 smithi155 bash[14970]: audit 2024-09-10T19:34:32.658207+0000 mon.a (mon.0) 1322 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:33.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:33 smithi155 bash[14970]: audit 2024-09-10T19:34:33.133852+0000 mon.c (mon.1) 158 : audit [DBG] from='client.? 172.21.15.155:0/2006717618' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:33.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:33 smithi155 bash[18934]: audit 2024-09-10T19:34:31.859744+0000 mgr.y (mgr.24865) 147 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:34:33.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:33 smithi155 bash[18934]: audit 2024-09-10T19:34:32.254410+0000 mgr.y (mgr.24865) 148 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:34:33.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:33 smithi155 bash[18934]: audit 2024-09-10T19:34:32.646397+0000 mon.a (mon.0) 1312 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:34:33.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:33 smithi155 bash[18934]: audit 2024-09-10T19:34:32.647339+0000 mon.a (mon.0) 1313 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:34:33.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:33 smithi155 bash[18934]: audit 2024-09-10T19:34:32.648174+0000 mon.a (mon.0) 1314 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:33.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:33 smithi155 bash[18934]: audit 2024-09-10T19:34:32.648945+0000 mon.a (mon.0) 1315 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:33.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:33 smithi155 bash[18934]: audit 2024-09-10T19:34:32.649785+0000 mon.a (mon.0) 1316 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:33.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:33 smithi155 bash[18934]: audit 2024-09-10T19:34:32.650560+0000 mon.a (mon.0) 1317 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:33.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:33 smithi155 bash[18934]: audit 2024-09-10T19:34:32.655589+0000 mon.a (mon.0) 1318 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:34:33.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:33 smithi155 bash[18934]: audit 2024-09-10T19:34:32.656279+0000 mon.a (mon.0) 1319 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:33.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:33 smithi155 bash[18934]: audit 2024-09-10T19:34:32.656975+0000 mon.a (mon.0) 1320 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:33.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:33 smithi155 bash[18934]: audit 2024-09-10T19:34:32.657590+0000 mon.a (mon.0) 1321 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:33.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:33 smithi155 bash[18934]: audit 2024-09-10T19:34:32.658207+0000 mon.a (mon.0) 1322 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:34:33.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:33 smithi155 bash[18934]: audit 2024-09-10T19:34:33.133852+0000 mon.c (mon.1) 158 : audit [DBG] from='client.? 172.21.15.155:0/2006717618' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:33.951 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:33 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:33.836058687Z level=info msg="Executing migration" id="create alert_rule_version table" 2024-09-10T19:34:34.378 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:34 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:34.005095108Z level=info msg="Executing migration" id="add index in alert_rule_version table on rule_org_id, rule_uid and version columns" 2024-09-10T19:34:34.701 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:34 smithi189 bash[14634]: audit 2024-09-10T19:34:32.640452+0000 mgr.y (mgr.24865) 149 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:34:34.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:34 smithi189 bash[14634]: cluster 2024-09-10T19:34:33.245145+0000 mgr.y (mgr.24865) 150 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:34.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:34 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:34.376840661Z level=info msg="Executing migration" id="add index in alert_rule_version table on rule_org_id, rule_namespace_uid and rule_group columns" 2024-09-10T19:34:34.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:34 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:34.508233924Z level=info msg="Executing migration" id="alter alert_rule_version table data column to mediumtext in mysql" 2024-09-10T19:34:34.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:34 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:34.585613249Z level=info msg="Executing migration" id="add column for to alert_rule_version" 2024-09-10T19:34:34.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:34 smithi155 bash[14970]: audit 2024-09-10T19:34:32.640452+0000 mgr.y (mgr.24865) 149 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:34:34.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:34 smithi155 bash[14970]: cluster 2024-09-10T19:34:33.245145+0000 mgr.y (mgr.24865) 150 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:34.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:34 smithi155 bash[18934]: audit 2024-09-10T19:34:32.640452+0000 mgr.y (mgr.24865) 149 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:34:34.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:34 smithi155 bash[18934]: cluster 2024-09-10T19:34:33.245145+0000 mgr.y (mgr.24865) 150 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:35.124 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:34 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:34.815302039Z level=info msg="Executing migration" id="add column annotations to alert_rule_version" 2024-09-10T19:34:35.125 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:34 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:34.945598915Z level=info msg="Executing migration" id="add column labels to alert_rule_version" 2024-09-10T19:34:35.125 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:35 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:35.013029236Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule_version" 2024-09-10T19:34:35.125 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:35 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:35.123282629Z level=info msg="Executing migration" id="add is_paused column to alert_rule_versions table" 2024-09-10T19:34:35.410 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:35 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:35.272073349Z level=info msg="Executing migration" id="fix is_paused column for alert_rule_version table" 2024-09-10T19:34:35.410 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:35 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:35.331286954Z level=info msg="Executing migration" id=create_alert_configuration_table 2024-09-10T19:34:35.687 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:35 smithi189 bash[14634]: audit 2024-09-10T19:34:33.516052+0000 mgr.y (mgr.24865) 151 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:34:35.687 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:35 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:35.408712312Z level=info msg="Executing migration" id="Add column default in alert_configuration" 2024-09-10T19:34:35.687 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:35 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:35.472738031Z level=info msg="Executing migration" id="alert alert_configuration alertmanager_configuration column from TEXT to MEDIUMTEXT if mysql" 2024-09-10T19:34:35.687 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:35 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:35.516066968Z level=info msg="Executing migration" id="add column org_id in alert_configuration" 2024-09-10T19:34:35.687 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:35 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:35.541439872Z level=info msg="Executing migration" id="add index in alert_configuration table on org_id column" 2024-09-10T19:34:35.687 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:35 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:35.583330735Z level=info msg="Executing migration" id="add configuration_hash column to alert_configuration" 2024-09-10T19:34:35.687 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:35 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:35.634063952Z level=info msg="Executing migration" id=create_ngalert_configuration_table 2024-09-10T19:34:35.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:35 smithi155 bash[18934]: audit 2024-09-10T19:34:33.516052+0000 mgr.y (mgr.24865) 151 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:34:35.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:35 smithi155 bash[14970]: audit 2024-09-10T19:34:33.516052+0000 mgr.y (mgr.24865) 151 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:34:35.951 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:35 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:35.701116101Z level=info msg="Executing migration" id="add index in ngalert_configuration on org_id column" 2024-09-10T19:34:35.952 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:35 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:35.776805575Z level=info msg="Executing migration" id="add column send_alerts_to in ngalert_configuration" 2024-09-10T19:34:35.952 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:35 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:35.868717672Z level=info msg="Executing migration" id="create provenance_type table" 2024-09-10T19:34:36.201 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:36 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:36.014731558Z level=info msg="Executing migration" id="add index to uniquify (record_key, record_type, org_id) columns" 2024-09-10T19:34:36.610 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:36 smithi189 bash[14634]: cluster 2024-09-10T19:34:35.246543+0000 mgr.y (mgr.24865) 152 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:36.610 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:36 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:36.315908936Z level=info msg="Executing migration" id="create alert_image table" 2024-09-10T19:34:36.610 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:36 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:36.36631518Z level=info msg="Executing migration" id="add unique index on token to alert_image table" 2024-09-10T19:34:36.610 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:36 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:36.465354467Z level=info msg="Executing migration" id="support longer URLs in alert_image table" 2024-09-10T19:34:36.611 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:36 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:36.541037401Z level=info msg="Executing migration" id=create_alert_configuration_history_table 2024-09-10T19:34:36.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:36 smithi155 bash[14970]: cluster 2024-09-10T19:34:35.246543+0000 mgr.y (mgr.24865) 152 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:36.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:36 smithi155 bash[18934]: cluster 2024-09-10T19:34:35.246543+0000 mgr.y (mgr.24865) 152 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:36.952 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:36 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:36.608825349Z level=info msg="Executing migration" id="drop non-unique orgID index on alert_configuration" 2024-09-10T19:34:36.952 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:36 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:36.650810154Z level=info msg="Executing migration" id="drop unique orgID index on alert_configuration if exists" 2024-09-10T19:34:36.952 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:36 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:36.651105273Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop unique orgID index on alert_configuration if exists" 2024-09-10T19:34:36.952 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:36 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:36.693509858Z level=info msg="Executing migration" id="extract alertmanager configuration history to separate table" 2024-09-10T19:34:36.952 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:36 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:36.76055348Z level=info msg="Executing migration" id="add unique index on orgID to alert_configuration" 2024-09-10T19:34:37.201 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:36 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:36.97091467Z level=info msg="Executing migration" id="clear migration entry \"remove unified alerting data\"" 2024-09-10T19:34:37.202 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:36 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:36.971506542Z level=info msg="Executing migration" id="move dashboard alerts to unified alerting" 2024-09-10T19:34:37.202 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:36 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:36.971962217Z level=info msg="alerts found to migrate" alerts=0 2024-09-10T19:34:37.701 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:37 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:37.390157747Z level=info msg="Executing migration" id="create library_element table v1" 2024-09-10T19:34:37.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:37 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:37.521690872Z level=info msg="Executing migration" id="add index library_element org_id-folder_id-name-kind" 2024-09-10T19:34:38.082 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:37 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:37.775052893Z level=info msg="Executing migration" id="create library_element_connection table v1" 2024-09-10T19:34:38.082 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:37 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:37.870867019Z level=info msg="Executing migration" id="add index library_element_connection element_id-kind-connection_id" 2024-09-10T19:34:38.082 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:37 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:37.982523421Z level=info msg="Executing migration" id="add unique index library_element org_id_uid" 2024-09-10T19:34:38.082 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:38 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:38.078185489Z level=info msg="Executing migration" id="increase max description length to 2048" 2024-09-10T19:34:38.347 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:38 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:38.156178242Z level=info msg="Executing migration" id="clone move dashboard alerts to unified alerting" 2024-09-10T19:34:38.347 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:38 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:38.256191082Z level=info msg="Executing migration" id="create data_keys table" 2024-09-10T19:34:38.616 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:38 smithi189 bash[14634]: cluster 2024-09-10T19:34:37.247262+0000 mgr.y (mgr.24865) 153 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:38.616 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:38 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:38.345926219Z level=info msg="Executing migration" id="create secrets table" 2024-09-10T19:34:38.616 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:38 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:38.40896821Z level=info msg="Executing migration" id="rename data_keys name column to id" 2024-09-10T19:34:38.616 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:38 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:38.507745426Z level=info msg="Executing migration" id="add name column into data_keys" 2024-09-10T19:34:38.616 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:38 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:38.555988459Z level=info msg="Executing migration" id="copy data_keys id column values into name" 2024-09-10T19:34:38.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:38 smithi155 bash[18934]: cluster 2024-09-10T19:34:37.247262+0000 mgr.y (mgr.24865) 153 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:38.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:38 smithi155 bash[14970]: cluster 2024-09-10T19:34:37.247262+0000 mgr.y (mgr.24865) 153 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:38.880 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:38 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:38.614597206Z level=info msg="Executing migration" id="rename data_keys name column to label" 2024-09-10T19:34:38.880 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:38 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:38.698916885Z level=info msg="Executing migration" id="rename data_keys id column back to name" 2024-09-10T19:34:38.880 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:38 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:38.766272548Z level=info msg="Executing migration" id="create kv_store table v1" 2024-09-10T19:34:38.880 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:38 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:38.791559758Z level=info msg="Executing migration" id="add index kv_store.org_id-namespace-key" 2024-09-10T19:34:38.880 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:38 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:38.816784792Z level=info msg="Executing migration" id="update dashboard_uid and panel_id from existing annotations" 2024-09-10T19:34:38.880 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:38 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:38.842075792Z level=info msg="Executing migration" id="create permission table" 2024-09-10T19:34:39.133 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:38 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:38.883903617Z level=info msg="Executing migration" id="add unique index permission.role_id" 2024-09-10T19:34:39.133 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:38 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:38.947281192Z level=info msg="Executing migration" id="add unique index role_id_action_scope" 2024-09-10T19:34:39.133 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:39 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:39.039986023Z level=info msg="Executing migration" id="create role table" 2024-09-10T19:34:39.451 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:39 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:39.1316279Z level=info msg="Executing migration" id="add column display_name" 2024-09-10T19:34:39.452 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:39 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:39.269237178Z level=info msg="Executing migration" id="add column group_name" 2024-09-10T19:34:39.851 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:39 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:39.563199547Z level=info msg="Executing migration" id="add index role.org_id" 2024-09-10T19:34:39.852 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:39 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:39.773991411Z level=info msg="Executing migration" id="add unique index role_org_id_name" 2024-09-10T19:34:40.122 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:39 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:39.850387364Z level=info msg="Executing migration" id="add index role_org_id_uid" 2024-09-10T19:34:40.122 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:39 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:39.917589489Z level=info msg="Executing migration" id="create team role table" 2024-09-10T19:34:40.122 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:39 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:39.960413711Z level=info msg="Executing migration" id="add index team_role.org_id" 2024-09-10T19:34:40.122 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:39 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:39.985633359Z level=info msg="Executing migration" id="add unique index team_role_org_id_team_id_role_id" 2024-09-10T19:34:40.122 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:40 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:40.027663085Z level=info msg="Executing migration" id="add index team_role.team_id" 2024-09-10T19:34:40.122 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:40 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:40.053026086Z level=info msg="Executing migration" id="create user role table" 2024-09-10T19:34:40.122 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:40 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:40.094835313Z level=info msg="Executing migration" id="add index user_role.org_id" 2024-09-10T19:34:40.122 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:40 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:40.120255883Z level=info msg="Executing migration" id="add unique index user_role_org_id_user_id_role_id" 2024-09-10T19:34:40.374 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:40 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:40.170440012Z level=info msg="Executing migration" id="add index user_role.user_id" 2024-09-10T19:34:40.374 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:40 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:40.195787614Z level=info msg="Executing migration" id="create builtin role table" 2024-09-10T19:34:40.374 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:40 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:40.237742245Z level=info msg="Executing migration" id="add index builtin_role.role_id" 2024-09-10T19:34:40.374 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:40 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:40.263010372Z level=info msg="Executing migration" id="add index builtin_role.name" 2024-09-10T19:34:40.374 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:40 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:40.28834331Z level=info msg="Executing migration" id="Add column org_id to builtin_role table" 2024-09-10T19:34:40.374 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:40 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:40.305106077Z level=info msg="Executing migration" id="add index builtin_role.org_id" 2024-09-10T19:34:40.374 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:40 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:40.330477809Z level=info msg="Executing migration" id="add unique index builtin_role_org_id_role_id_role" 2024-09-10T19:34:40.374 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:40 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:40.372453726Z level=info msg="Executing migration" id="Remove unique index role_org_id_uid" 2024-09-10T19:34:40.638 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:40 smithi189 bash[14634]: cluster 2024-09-10T19:34:39.247914+0000 mgr.y (mgr.24865) 154 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:40.638 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:40 smithi189 bash[14634]: audit 2024-09-10T19:34:39.963555+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:34:40.638 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:40 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:40.397632174Z level=info msg="Executing migration" id="add unique index role.uid" 2024-09-10T19:34:40.639 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:40 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:40.482367394Z level=info msg="Executing migration" id="create seed assignment table" 2024-09-10T19:34:40.639 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:40 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:40.523335517Z level=info msg="Executing migration" id="add unique index builtin_role_role_name" 2024-09-10T19:34:40.639 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:40 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:40.565193451Z level=info msg="Executing migration" id="add column hidden to role table" 2024-09-10T19:34:40.639 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:40 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:40.607521021Z level=info msg="Executing migration" id="create query_history table v1" 2024-09-10T19:34:40.639 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:40 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:40.636403599Z level=info msg="Executing migration" id="add index query_history.org_id-created_by-datasource_uid" 2024-09-10T19:34:40.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:40 smithi155 bash[18934]: cluster 2024-09-10T19:34:39.247914+0000 mgr.y (mgr.24865) 154 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:40.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:40 smithi155 bash[18934]: audit 2024-09-10T19:34:39.963555+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:34:40.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:40 smithi155 bash[14970]: cluster 2024-09-10T19:34:39.247914+0000 mgr.y (mgr.24865) 154 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:40.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:40 smithi155 bash[14970]: audit 2024-09-10T19:34:39.963555+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:34:40.890 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:40 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:40.661604474Z level=info msg="Executing migration" id="alter table query_history alter column created_by type to bigint" 2024-09-10T19:34:40.890 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:40 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:40.686833881Z level=info msg="Executing migration" id="teams permissions migration" 2024-09-10T19:34:40.890 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:40 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:40.72877791Z level=info msg="Executing migration" id="dashboard permissions" 2024-09-10T19:34:40.890 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:40 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:40.77078094Z level=info msg="Executing migration" id="dashboard permissions uid scopes" 2024-09-10T19:34:40.890 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:40 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:40.796049167Z level=info msg="Executing migration" id="drop managed folder create actions" 2024-09-10T19:34:40.890 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:40 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:40.821220606Z level=info msg="Executing migration" id="alerting notification permissions" 2024-09-10T19:34:40.891 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:40 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:40.846606231Z level=info msg="Executing migration" id="create query_history_star table v1" 2024-09-10T19:34:40.891 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:40 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:40.88865191Z level=info msg="Executing migration" id="add index query_history.user_id-query_uid" 2024-09-10T19:34:41.151 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:40 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:40.913968063Z level=info msg="Executing migration" id="add column org_id in query_history_star" 2024-09-10T19:34:41.151 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:40 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:40.939091635Z level=info msg="Executing migration" id="alter table query_history_star_mig column user_id type to bigint" 2024-09-10T19:34:41.151 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:40 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:40.964335512Z level=info msg="Executing migration" id="create correlation table v1" 2024-09-10T19:34:41.151 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:40 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:40.989616436Z level=info msg="Executing migration" id="add index correlations.uid" 2024-09-10T19:34:41.151 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:41 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:41.031630319Z level=info msg="Executing migration" id="add index correlations.source_uid" 2024-09-10T19:34:41.152 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:41 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:41.056988871Z level=info msg="Executing migration" id="add correlation config column" 2024-09-10T19:34:41.152 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:41 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:41.082094738Z level=info msg="Executing migration" id="create entity_events table" 2024-09-10T19:34:41.152 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:41 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:41.107415443Z level=info msg="Executing migration" id="create dashboard public config v1" 2024-09-10T19:34:41.152 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:41 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:41.149616739Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v1" 2024-09-10T19:34:41.152 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:41 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:41.149977156Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop index UQE_dashboard_public_config_uid - v1" 2024-09-10T19:34:41.419 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:41 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:41.191460132Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-09-10T19:34:41.420 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:41 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:41.191888894Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-09-10T19:34:41.420 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:41 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:41.21666572Z level=info msg="Executing migration" id="Drop old dashboard public config table" 2024-09-10T19:34:41.420 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:41 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:41.308867018Z level=info msg="Executing migration" id="recreate dashboard public config v1" 2024-09-10T19:34:41.420 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:41 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:41.350793753Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v1" 2024-09-10T19:34:41.420 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:41 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:41.392838319Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-09-10T19:34:41.420 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:41 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:41.418061954Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v2" 2024-09-10T19:34:41.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:41 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:41.460009935Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2024-09-10T19:34:41.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:41 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:41.513466773Z level=info msg="Executing migration" id="Drop public config table" 2024-09-10T19:34:41.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:41 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:41.544048755Z level=info msg="Executing migration" id="Recreate dashboard public config v2" 2024-09-10T19:34:41.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:41 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:41.569079126Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v2" 2024-09-10T19:34:41.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:41 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:41.611131675Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2024-09-10T19:34:41.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:41 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:41.636531393Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_access_token - v2" 2024-09-10T19:34:41.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:41 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:41.66511933Z level=info msg="Executing migration" id="Rename table dashboard_public_config to dashboard_public - v2" 2024-09-10T19:34:41.978 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:41 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:41.715422208Z level=info msg="Executing migration" id="add annotations_enabled column" 2024-09-10T19:34:41.978 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:41 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:41.740718751Z level=info msg="Executing migration" id="add time_selection_enabled column" 2024-09-10T19:34:41.978 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:41 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:41.782660312Z level=info msg="Executing migration" id="delete orphaned public dashboards" 2024-09-10T19:34:41.978 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:41 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:41.808220477Z level=info msg="Executing migration" id="add share column" 2024-09-10T19:34:41.978 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:41 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:41.833450184Z level=info msg="Executing migration" id="create default alerting folders" 2024-09-10T19:34:41.978 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:41 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:41.858752957Z level=info msg="Executing migration" id="create file table" 2024-09-10T19:34:41.978 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:41 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:41.884068353Z level=info msg="Executing migration" id="file table idx: path natural pk" 2024-09-10T19:34:41.978 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:41 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:41.909158624Z level=info msg="Executing migration" id="file table idx: parent_folder_path_hash fast folder retrieval" 2024-09-10T19:34:41.979 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:41 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:41.934476296Z level=info msg="Executing migration" id="create file_meta table" 2024-09-10T19:34:41.979 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:41 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:41.976508165Z level=info msg="Executing migration" id="file table idx: path key" 2024-09-10T19:34:42.263 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:42 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:42.001664257Z level=info msg="Executing migration" id="set path collation in file table" 2024-09-10T19:34:42.263 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:42 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:42.026893858Z level=info msg="Executing migration" id="managed permissions migration" 2024-09-10T19:34:42.263 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:42 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:42.052174328Z level=info msg="Executing migration" id="managed folder permissions alert actions migration" 2024-09-10T19:34:42.263 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:42 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:42.127406143Z level=info msg="Executing migration" id="RBAC action name migrator" 2024-09-10T19:34:42.264 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:42 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:42.152799234Z level=info msg="Executing migration" id="Add UID column to playlist" 2024-09-10T19:34:42.264 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:42 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:42.17814281Z level=info msg="Executing migration" id="Update uid column values in playlist" 2024-09-10T19:34:42.264 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:42 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:42.22006864Z level=info msg="Executing migration" id="Add index for uid in playlist" 2024-09-10T19:34:42.515 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:42 smithi189 bash[14634]: cluster 2024-09-10T19:34:41.249429+0000 mgr.y (mgr.24865) 155 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:42.515 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:42 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:42.262029276Z level=info msg="Executing migration" id="update group index for alert rules" 2024-09-10T19:34:42.515 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:42 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:42.287289889Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated migration" 2024-09-10T19:34:42.515 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:42 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:42.312474917Z level=info msg="Executing migration" id="admin only folder/dashboard permission" 2024-09-10T19:34:42.516 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:42 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:42.337754197Z level=info msg="Executing migration" id="add action column to seed_assignment" 2024-09-10T19:34:42.516 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:42 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:42.362971445Z level=info msg="Executing migration" id="add scope column to seed_assignment" 2024-09-10T19:34:42.516 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:42 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:42.404960619Z level=info msg="Executing migration" id="remove unique index builtin_role_role_name before nullable update" 2024-09-10T19:34:42.516 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:42 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:42.446945852Z level=info msg="Executing migration" id="update seed_assignment role_name column to nullable" 2024-09-10T19:34:42.516 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:42 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:42.513912872Z level=info msg="Executing migration" id="add unique index builtin_role_name back" 2024-09-10T19:34:42.785 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:42 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:42.539432094Z level=info msg="Executing migration" id="add unique index builtin_role_action_scope" 2024-09-10T19:34:42.785 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:42 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:42.581363085Z level=info msg="Executing migration" id="add primary key to seed_assigment" 2024-09-10T19:34:42.785 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:42 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:42.615002675Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated fixed migration" 2024-09-10T19:34:42.785 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:42 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:42.656881291Z level=info msg="Executing migration" id="migrate external alertmanagers to datsourcse" 2024-09-10T19:34:42.785 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:42 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:42.682873544Z level=info msg="Executing migration" id="create folder table" 2024-09-10T19:34:42.785 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:42 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:42.708134114Z level=info msg="Executing migration" id="Add index for parent_uid" 2024-09-10T19:34:42.786 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:42 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:42.758639532Z level=info msg="Executing migration" id="Add unique index for folder.uid and folder.org_id" 2024-09-10T19:34:42.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:42 smithi155 bash[14970]: cluster 2024-09-10T19:34:41.249429+0000 mgr.y (mgr.24865) 155 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:42.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:42 smithi155 bash[18934]: cluster 2024-09-10T19:34:41.249429+0000 mgr.y (mgr.24865) 155 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:43.201 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:42 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:42.783944028Z level=info msg="Executing migration" id="Update folder title length" 2024-09-10T19:34:43.202 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:42 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:42.809058557Z level=info msg="Executing migration" id="Add unique index for folder.title and folder.parent_uid" 2024-09-10T19:34:43.202 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:42 smithi189 bash[36745]: logger=migrator t=2024-09-10T19:34:42.834358427Z level=info msg="migrations completed" performed=485 skipped=0 duration=20.823140896s 2024-09-10T19:34:43.202 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:42 smithi189 bash[36745]: logger=sqlstore t=2024-09-10T19:34:42.835822983Z level=info msg="Created default organization" 2024-09-10T19:34:43.202 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:42 smithi189 bash[36745]: logger=plugin.loader t=2024-09-10T19:34:42.933132426Z level=info msg="Plugin registered" pluginID=input 2024-09-10T19:34:43.202 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:42 smithi189 bash[36745]: logger=plugin.loader t=2024-09-10T19:34:42.961880419Z level=info msg="Plugin registered" pluginID=grafana-piechart-panel 2024-09-10T19:34:43.202 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:42 smithi189 bash[36745]: logger=plugin.loader t=2024-09-10T19:34:42.961904533Z level=info msg="Plugin registered" pluginID=vonage-status-panel 2024-09-10T19:34:43.202 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:42 smithi189 bash[36745]: logger=secrets t=2024-09-10T19:34:42.961942167Z level=info msg="Envelope encryption state" enabled=true currentprovider=secretKey.v1 2024-09-10T19:34:43.202 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:42 smithi189 bash[36745]: logger=query_data t=2024-09-10T19:34:42.963774652Z level=info msg="Query Service initialization" 2024-09-10T19:34:43.202 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:42 smithi189 bash[36745]: logger=live.push_http t=2024-09-10T19:34:42.967795795Z level=info msg="Live Push Gateway initialization" 2024-09-10T19:34:44.202 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:43 smithi189 bash[36745]: logger=infra.usagestats.collector t=2024-09-10T19:34:43.931218491Z level=info msg="registering usage stat providers" usageStatsProvidersLen=2 2024-09-10T19:34:44.202 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:43 smithi189 bash[36745]: logger=provisioning.datasources t=2024-09-10T19:34:43.931565845Z level=warn msg="[Deprecated] the datasource provisioning config is outdated. please upgrade" filename=/etc/grafana/provisioning/datasources/ceph-dashboard.yml 2024-09-10T19:34:44.202 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:43 smithi189 bash[36745]: logger=provisioning.datasources t=2024-09-10T19:34:43.965817833Z level=info msg="inserting datasource from configuration " name=Dashboard1 uid=P43CA22E17D0F9596 2024-09-10T19:34:44.202 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:44 smithi189 bash[36745]: logger=provisioning.datasources t=2024-09-10T19:34:44.03191046Z level=info msg="inserting datasource from configuration " name=Loki uid=P8E80F9AEF21F6940 2024-09-10T19:34:44.202 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:44 smithi189 bash[36745]: logger=provisioning.alerting t=2024-09-10T19:34:44.089613759Z level=info msg="starting to provision alerting" 2024-09-10T19:34:44.202 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:44 smithi189 bash[36745]: logger=provisioning.alerting t=2024-09-10T19:34:44.089710684Z level=info msg="finished to provision alerting" 2024-09-10T19:34:44.202 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:44 smithi189 bash[36745]: logger=grafanaStorageLogger t=2024-09-10T19:34:44.090047685Z level=info msg="storage starting" 2024-09-10T19:34:44.202 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:44 smithi189 bash[36745]: logger=ngalert.state.manager t=2024-09-10T19:34:44.090243301Z level=info msg="Warming state cache for startup" 2024-09-10T19:34:44.202 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:44 smithi189 bash[36745]: logger=http.server t=2024-09-10T19:34:44.094255976Z level=info msg="HTTP Server Listen" address=[::]:3000 protocol=https subUrl= socket= 2024-09-10T19:34:44.203 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:44 smithi189 bash[36745]: logger=sqlstore.transactions t=2024-09-10T19:34:44.101637493Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-09-10T19:34:44.203 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:44 smithi189 bash[36745]: logger=ngalert.state.manager t=2024-09-10T19:34:44.134325494Z level=info msg="State cache has been initialized" states=0 duration=44.079083ms 2024-09-10T19:34:44.204 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:44 smithi189 bash[36745]: logger=ngalert.multiorg.alertmanager t=2024-09-10T19:34:44.134459768Z level=info msg="starting MultiOrg Alertmanager" 2024-09-10T19:34:44.204 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:44 smithi189 bash[36745]: logger=ticker t=2024-09-10T19:34:44.134534087Z level=info msg=starting first_tick=2024-09-10T19:34:50Z 2024-09-10T19:34:44.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:44 smithi189 bash[14634]: cluster 2024-09-10T19:34:43.250145+0000 mgr.y (mgr.24865) 156 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:44.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:44 smithi189 bash[36745]: logger=sqlstore.transactions t=2024-09-10T19:34:44.320956454Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-09-10T19:34:44.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:44 smithi189 bash[36745]: logger=sqlstore.transactions t=2024-09-10T19:34:44.332091758Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=1 code="database is locked" 2024-09-10T19:34:44.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:44 smithi189 bash[36745]: logger=sqlstore.transactions t=2024-09-10T19:34:44.39698515Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=2 code="database is locked" 2024-09-10T19:34:44.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:44 smithi189 bash[36745]: logger=sqlstore.transactions t=2024-09-10T19:34:44.408227908Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=3 code="database is locked" 2024-09-10T19:34:44.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:34:44 smithi189 bash[36745]: logger=sqlstore.transactions t=2024-09-10T19:34:44.419402928Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=4 code="database is locked" 2024-09-10T19:34:44.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:44 smithi155 bash[14970]: cluster 2024-09-10T19:34:43.250145+0000 mgr.y (mgr.24865) 156 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:44.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:44 smithi155 bash[18934]: cluster 2024-09-10T19:34:43.250145+0000 mgr.y (mgr.24865) 156 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:46.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:46 smithi189 bash[14634]: cluster 2024-09-10T19:34:45.251605+0000 mgr.y (mgr.24865) 157 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:46.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:46 smithi155 bash[14970]: cluster 2024-09-10T19:34:45.251605+0000 mgr.y (mgr.24865) 157 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:46.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:46 smithi155 bash[18934]: cluster 2024-09-10T19:34:45.251605+0000 mgr.y (mgr.24865) 157 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:48.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:48 smithi189 bash[14634]: cluster 2024-09-10T19:34:47.252336+0000 mgr.y (mgr.24865) 158 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:48.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:48 smithi155 bash[14970]: cluster 2024-09-10T19:34:47.252336+0000 mgr.y (mgr.24865) 158 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:48.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:48 smithi155 bash[18934]: cluster 2024-09-10T19:34:47.252336+0000 mgr.y (mgr.24865) 158 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:50.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: cluster 2024-09-10T19:34:49.252973+0000 mgr.y (mgr.24865) 159 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:50.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.031980+0000 mon.a (mon.0) 1324 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:34:50.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.033195+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:34:50.030577Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:34:50.030599Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:34:50.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.038929+0000 mon.a (mon.0) 1326 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:34:50.030577Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:34:50.030599Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:34:50.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.040804+0000 mon.a (mon.0) 1327 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 242011340, \"cpu_percentage\": \"1.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.974480Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409049497, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:34:27.974865Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59831746, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975131Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56161730, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975377Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60188262, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975619Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975856Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 41292922, \"cpu_percentage\": \"0.08%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976094Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 10375659, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976366Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"2e57a3903209\", \"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\": 27021803, \"cpu_percentage\": \"7.45%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976604Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:34:20.574738Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57357107, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.976840Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:34:27.977251Z\", \"last_device_update\": \"2024-09-10T19:34:50.030665Z\", \"last_network_update\": \"2024-09-10T19:34:28.596636Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:52.518976Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:34:50.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.047276+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 242011340, \"cpu_percentage\": \"1.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.974480Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409049497, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:34:27.974865Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59831746, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975131Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56161730, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975377Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60188262, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975619Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975856Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 41292922, \"cpu_percentage\": \"0.08%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976094Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 10375659, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976366Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"2e57a3903209\", \"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\": 27021803, \"cpu_percentage\": \"7.45%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976604Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:34:20.574738Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57357107, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.976840Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:34:27.977251Z\", \"last_device_update\": \"2024-09-10T19:34:50.030665Z\", \"last_network_update\": \"2024-09-10T19:34:28.596636Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:52.518976Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:34:50.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.050394+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:34:50.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.054543+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:34:50.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.104946+0000 mon.a (mon.0) 1331 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T19:34:50.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.106642+0000 mon.a (mon.0) 1332 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi189.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T19:34:50.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.107517+0000 mon.a (mon.0) 1333 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi189.front.sepia.ceph.com:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-09-10T19:34:50.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.115271+0000 mon.a (mon.0) 1334 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi189.front.sepia.ceph.com:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-09-10T19:34:50.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.118873+0000 mon.a (mon.0) 1335 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:34:50.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.121843+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:34:50.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.124804+0000 mon.a (mon.0) 1337 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.128318+0000 mon.a (mon.0) 1338 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.131660+0000 mon.a (mon.0) 1339 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.134368+0000 mon.a (mon.0) 1340 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.136244+0000 mon.a (mon.0) 1341 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.137970+0000 mon.a (mon.0) 1342 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.139917+0000 mon.a (mon.0) 1343 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.142720+0000 mon.a (mon.0) 1344 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.145328+0000 mon.a (mon.0) 1345 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.147873+0000 mon.a (mon.0) 1346 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.149876+0000 mon.a (mon.0) 1347 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.151738+0000 mon.a (mon.0) 1348 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.153640+0000 mon.a (mon.0) 1349 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.155118+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "global"}]: dispatch 2024-09-10T19:34:50.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.164569+0000 mon.a (mon.0) 1351 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "global"}]': finished 2024-09-10T19:34:50.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.166487+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:34:50.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.174606+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:34:50.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.175920+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:34:50.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.183782+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:34:50.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.185074+0000 mon.a (mon.0) 1356 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:34:50.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.194384+0000 mon.a (mon.0) 1357 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:34:50.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.195541+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:34:50.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.196621+0000 mon.a (mon.0) 1359 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:34:50.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.208443+0000 mon.a (mon.0) 1360 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T19:34:50.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.209777+0000 mon.a (mon.0) 1361 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:34:50.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.210900+0000 mon.a (mon.0) 1362 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:34:50.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.219685+0000 mon.a (mon.0) 1363 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:34:50.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.221110+0000 mon.a (mon.0) 1364 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:34:50.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.222387+0000 mon.a (mon.0) 1365 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:34:50.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.230630+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-10T19:34:50.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.232027+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:34:50.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.242716+0000 mon.a (mon.0) 1368 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T19:34:50.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.244462+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:34:50.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.246058+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:34:50.708 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.247618+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:34:50.708 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.249165+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:34:50.708 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.250392+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:34:50.708 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.251562+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:34:50.708 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.252757+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:34:50.708 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.262171+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:34:50.708 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.264305+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:34:50.708 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:50 smithi189 bash[14634]: audit 2024-09-10T19:34:50.270910+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:34:50.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: cluster 2024-09-10T19:34:49.252973+0000 mgr.y (mgr.24865) 159 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:50.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.031980+0000 mon.a (mon.0) 1324 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:34:50.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.033195+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:34:50.030577Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:34:50.030599Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:34:50.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: cluster 2024-09-10T19:34:49.252973+0000 mgr.y (mgr.24865) 159 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:50.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.031980+0000 mon.a (mon.0) 1324 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:34:50.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.033195+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:34:50.030577Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:34:50.030599Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:34:50.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.038929+0000 mon.a (mon.0) 1326 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:34:50.030577Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:34:50.030599Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:34:50.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.038929+0000 mon.a (mon.0) 1326 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:34:50.030577Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:34:50.030599Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:34:50.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.040804+0000 mon.a (mon.0) 1327 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 242011340, \"cpu_percentage\": \"1.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.974480Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409049497, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:34:27.974865Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59831746, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975131Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56161730, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975377Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60188262, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975619Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975856Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 41292922, \"cpu_percentage\": \"0.08%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976094Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 10375659, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976366Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"2e57a3903209\", \"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\": 27021803, \"cpu_percentage\": \"7.45%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976604Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:34:20.574738Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57357107, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.976840Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:34:27.977251Z\", \"last_device_update\": \"2024-09-10T19:34:50.030665Z\", \"last_network_update\": \"2024-09-10T19:34:28.596636Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:52.518976Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:34:50.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.040804+0000 mon.a (mon.0) 1327 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 242011340, \"cpu_percentage\": \"1.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.974480Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409049497, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:34:27.974865Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59831746, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975131Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56161730, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975377Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60188262, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975619Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975856Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 41292922, \"cpu_percentage\": \"0.08%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976094Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 10375659, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976366Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"2e57a3903209\", \"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\": 27021803, \"cpu_percentage\": \"7.45%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976604Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:34:20.574738Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57357107, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.976840Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:34:27.977251Z\", \"last_device_update\": \"2024-09-10T19:34:50.030665Z\", \"last_network_update\": \"2024-09-10T19:34:28.596636Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:52.518976Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:34:50.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.047276+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 242011340, \"cpu_percentage\": \"1.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.974480Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409049497, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:34:27.974865Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59831746, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975131Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56161730, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975377Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60188262, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975619Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975856Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 41292922, \"cpu_percentage\": \"0.08%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976094Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 10375659, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976366Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"2e57a3903209\", \"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\": 27021803, \"cpu_percentage\": \"7.45%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976604Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:34:20.574738Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57357107, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.976840Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:34:27.977251Z\", \"last_device_update\": \"2024-09-10T19:34:50.030665Z\", \"last_network_update\": \"2024-09-10T19:34:28.596636Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:52.518976Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:34:50.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.050394+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:34:50.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.054543+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:34:50.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.104946+0000 mon.a (mon.0) 1331 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T19:34:50.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.106642+0000 mon.a (mon.0) 1332 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi189.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T19:34:50.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.107517+0000 mon.a (mon.0) 1333 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi189.front.sepia.ceph.com:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-09-10T19:34:50.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.115271+0000 mon.a (mon.0) 1334 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi189.front.sepia.ceph.com:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-09-10T19:34:50.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.118873+0000 mon.a (mon.0) 1335 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:34:50.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.121843+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:34:50.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.124804+0000 mon.a (mon.0) 1337 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.047276+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"e28fb1d2d63b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 242011340, \"cpu_percentage\": \"1.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.974480Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:02:24.176833Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409049497, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:34:27.974865Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59831746, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975131Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56161730, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975377Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60188262, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975619Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975856Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 41292922, \"cpu_percentage\": \"0.08%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976094Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 10375659, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976366Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"2e57a3903209\", \"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\": 27021803, \"cpu_percentage\": \"7.45%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976604Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:34:20.574738Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57357107, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.976840Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:18:25.180369Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:34:27.977251Z\", \"last_device_update\": \"2024-09-10T19:34:50.030665Z\", \"last_network_update\": \"2024-09-10T19:34:28.596636Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:33:52.518976Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:34:50.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.050394+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:34:50.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.054543+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:34:50.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.104946+0000 mon.a (mon.0) 1331 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T19:34:50.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.106642+0000 mon.a (mon.0) 1332 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi189.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T19:34:50.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.107517+0000 mon.a (mon.0) 1333 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi189.front.sepia.ceph.com:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-09-10T19:34:50.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.115271+0000 mon.a (mon.0) 1334 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi189.front.sepia.ceph.com:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-09-10T19:34:50.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.118873+0000 mon.a (mon.0) 1335 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:34:50.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.121843+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:34:50.844 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.124804+0000 mon.a (mon.0) 1337 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.128318+0000 mon.a (mon.0) 1338 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.131660+0000 mon.a (mon.0) 1339 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.134368+0000 mon.a (mon.0) 1340 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.136244+0000 mon.a (mon.0) 1341 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.137970+0000 mon.a (mon.0) 1342 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.139917+0000 mon.a (mon.0) 1343 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.142720+0000 mon.a (mon.0) 1344 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.145328+0000 mon.a (mon.0) 1345 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.147873+0000 mon.a (mon.0) 1346 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.149876+0000 mon.a (mon.0) 1347 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.151738+0000 mon.a (mon.0) 1348 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.153640+0000 mon.a (mon.0) 1349 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.155118+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "global"}]: dispatch 2024-09-10T19:34:50.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.164569+0000 mon.a (mon.0) 1351 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "global"}]': finished 2024-09-10T19:34:50.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.166487+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:34:50.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.174606+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:34:50.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.175920+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:34:50.845 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.183782+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:34:50.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.128318+0000 mon.a (mon.0) 1338 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.131660+0000 mon.a (mon.0) 1339 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.134368+0000 mon.a (mon.0) 1340 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.136244+0000 mon.a (mon.0) 1341 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.137970+0000 mon.a (mon.0) 1342 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.139917+0000 mon.a (mon.0) 1343 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.142720+0000 mon.a (mon.0) 1344 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.145328+0000 mon.a (mon.0) 1345 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.147873+0000 mon.a (mon.0) 1346 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.149876+0000 mon.a (mon.0) 1347 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.847 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.151738+0000 mon.a (mon.0) 1348 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.847 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.153640+0000 mon.a (mon.0) 1349 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:34:50.847 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.155118+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "global"}]: dispatch 2024-09-10T19:34:50.847 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.164569+0000 mon.a (mon.0) 1351 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "global"}]': finished 2024-09-10T19:34:50.847 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.166487+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:34:50.847 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.174606+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:34:50.847 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.175920+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:34:50.847 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.183782+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:34:50.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.185074+0000 mon.a (mon.0) 1356 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:34:50.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.194384+0000 mon.a (mon.0) 1357 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:34:50.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.195541+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:34:50.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.196621+0000 mon.a (mon.0) 1359 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:34:50.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.208443+0000 mon.a (mon.0) 1360 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T19:34:50.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.209777+0000 mon.a (mon.0) 1361 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:34:50.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.210900+0000 mon.a (mon.0) 1362 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:34:50.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.219685+0000 mon.a (mon.0) 1363 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:34:50.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.221110+0000 mon.a (mon.0) 1364 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:34:50.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.222387+0000 mon.a (mon.0) 1365 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:34:50.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.230630+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-10T19:34:50.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.232027+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:34:50.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.242716+0000 mon.a (mon.0) 1368 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T19:34:50.848 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.244462+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:34:50.849 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.246058+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:34:50.849 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.247618+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:34:50.849 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.185074+0000 mon.a (mon.0) 1356 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:34:50.849 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.194384+0000 mon.a (mon.0) 1357 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:34:50.849 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.195541+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:34:50.849 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.196621+0000 mon.a (mon.0) 1359 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:34:50.849 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.208443+0000 mon.a (mon.0) 1360 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T19:34:50.849 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.209777+0000 mon.a (mon.0) 1361 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:34:50.849 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.210900+0000 mon.a (mon.0) 1362 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:34:50.849 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.219685+0000 mon.a (mon.0) 1363 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:34:50.850 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.221110+0000 mon.a (mon.0) 1364 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:34:50.850 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.222387+0000 mon.a (mon.0) 1365 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:34:50.850 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.230630+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-10T19:34:50.850 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.232027+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:34:50.850 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.242716+0000 mon.a (mon.0) 1368 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T19:34:50.850 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.244462+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:34:50.850 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.246058+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:34:50.850 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.247618+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:34:50.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.249165+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:34:50.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.250392+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:34:50.851 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.251562+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:34:50.851 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.252757+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:34:50.851 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.262171+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:34:50.851 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.264305+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:34:50.851 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[14970]: audit 2024-09-10T19:34:50.270910+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:34:50.851 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.249165+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:34:50.851 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.250392+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:34:50.851 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.251562+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:34:50.851 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.252757+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:34:50.851 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.262171+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:34:50.851 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.264305+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:34:50.852 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:50 smithi155 bash[18934]: audit 2024-09-10T19:34:50.270910+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:34:51.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:51 smithi189 bash[14634]: audit 2024-09-10T19:34:50.105434+0000 mgr.y (mgr.24865) 160 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T19:34:51.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:51 smithi189 bash[14634]: audit 2024-09-10T19:34:50.107150+0000 mgr.y (mgr.24865) 161 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi189.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T19:34:51.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:51 smithi189 bash[14634]: cephadm 2024-09-10T19:34:50.154755+0000 mgr.y (mgr.24865) 162 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:34:51.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:51 smithi189 bash[14634]: cephadm 2024-09-10T19:34:50.263491+0000 mgr.y (mgr.24865) 163 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:34:51.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:51 smithi189 bash[14634]: audit 2024-09-10T19:34:50.677411+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:34:51.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:51 smithi189 bash[14634]: audit 2024-09-10T19:34:50.683710+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:34:51.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:51 smithi189 bash[14634]: audit 2024-09-10T19:34:50.737891+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:34:51.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:51 smithi189 bash[14634]: audit 2024-09-10T19:34:50.744546+0000 mon.a (mon.0) 1382 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:34:51.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:51 smithi155 bash[14970]: audit 2024-09-10T19:34:50.105434+0000 mgr.y (mgr.24865) 160 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T19:34:51.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:51 smithi155 bash[14970]: audit 2024-09-10T19:34:50.107150+0000 mgr.y (mgr.24865) 161 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi189.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T19:34:51.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:51 smithi155 bash[14970]: cephadm 2024-09-10T19:34:50.154755+0000 mgr.y (mgr.24865) 162 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:34:51.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:51 smithi155 bash[14970]: cephadm 2024-09-10T19:34:50.263491+0000 mgr.y (mgr.24865) 163 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:34:51.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:51 smithi155 bash[14970]: audit 2024-09-10T19:34:50.677411+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:34:51.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:51 smithi155 bash[14970]: audit 2024-09-10T19:34:50.683710+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:34:51.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:51 smithi155 bash[14970]: audit 2024-09-10T19:34:50.737891+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:34:51.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:51 smithi155 bash[14970]: audit 2024-09-10T19:34:50.744546+0000 mon.a (mon.0) 1382 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:34:51.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:51 smithi155 bash[18934]: audit 2024-09-10T19:34:50.105434+0000 mgr.y (mgr.24865) 160 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T19:34:51.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:51 smithi155 bash[18934]: audit 2024-09-10T19:34:50.107150+0000 mgr.y (mgr.24865) 161 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi189.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T19:34:51.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:51 smithi155 bash[18934]: cephadm 2024-09-10T19:34:50.154755+0000 mgr.y (mgr.24865) 162 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:34:51.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:51 smithi155 bash[18934]: cephadm 2024-09-10T19:34:50.263491+0000 mgr.y (mgr.24865) 163 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:34:51.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:51 smithi155 bash[18934]: audit 2024-09-10T19:34:50.677411+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:34:51.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:51 smithi155 bash[18934]: audit 2024-09-10T19:34:50.683710+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:34:51.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:51 smithi155 bash[18934]: audit 2024-09-10T19:34:50.737891+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:34:51.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:51 smithi155 bash[18934]: audit 2024-09-10T19:34:50.744546+0000 mon.a (mon.0) 1382 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:34:52.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:52 smithi189 bash[14634]: cluster 2024-09-10T19:34:51.254402+0000 mgr.y (mgr.24865) 164 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:52.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:52 smithi155 bash[18934]: cluster 2024-09-10T19:34:51.254402+0000 mgr.y (mgr.24865) 164 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:52.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:52 smithi155 bash[14970]: cluster 2024-09-10T19:34:51.254402+0000 mgr.y (mgr.24865) 164 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:54.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:54 smithi189 bash[14634]: cluster 2024-09-10T19:34:53.255051+0000 mgr.y (mgr.24865) 165 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:54.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:54 smithi189 bash[14634]: audit 2024-09-10T19:34:54.331876+0000 mon.a (mon.0) 1383 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c06f797e-2a20-4a7f-8d64-afce1feb7aae\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725995123.780893, \"finished_at\": 1725996679.2901218, \"add_to_ceph_s:\": 1725995107.7833664}, {\"id\": \"6822fa21-bcfb-406d-b5b2-aeb2dba03ccb\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725995151.0000436, \"finished_at\": 1725996679.290129, \"add_to_ceph_s:\": 1725995134.887435}, {\"id\": \"3f75d53c-d263-4cc0-aa6f-3c7e01a41368\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1725995179.1224635, \"finished_at\": 1725996679.2901332, \"add_to_ceph_s:\": 1725995160.8336968}, {\"id\": \"66dbecde-adea-49d0-9382-01861e099909\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725995198.1249356, \"finished_at\": 1725996679.2901373, \"add_to_ceph_s:\": 1725995187.8277757}, {\"id\": \"fd6a7285-391f-46c7-8b58-dcd2ed12fd24\", \"message\": \"Upgrade to 17.2.7-1606-g5be57395\", \"refs\": [], \"started_at\": 1725996686.8330579, \"finished_at\": 1725996890.2638683, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T19:34:54.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:54 smithi189 bash[14634]: audit 2024-09-10T19:34:54.339279+0000 mon.a (mon.0) 1384 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c06f797e-2a20-4a7f-8d64-afce1feb7aae\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725995123.780893, \"finished_at\": 1725996679.2901218, \"add_to_ceph_s:\": 1725995107.7833664}, {\"id\": \"6822fa21-bcfb-406d-b5b2-aeb2dba03ccb\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725995151.0000436, \"finished_at\": 1725996679.290129, \"add_to_ceph_s:\": 1725995134.887435}, {\"id\": \"3f75d53c-d263-4cc0-aa6f-3c7e01a41368\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1725995179.1224635, \"finished_at\": 1725996679.2901332, \"add_to_ceph_s:\": 1725995160.8336968}, {\"id\": \"66dbecde-adea-49d0-9382-01861e099909\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725995198.1249356, \"finished_at\": 1725996679.2901373, \"add_to_ceph_s:\": 1725995187.8277757}, {\"id\": \"fd6a7285-391f-46c7-8b58-dcd2ed12fd24\", \"message\": \"Upgrade to 17.2.7-1606-g5be57395\", \"refs\": [], \"started_at\": 1725996686.8330579, \"finished_at\": 1725996890.2638683, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T19:34:54.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:54 smithi155 bash[18934]: cluster 2024-09-10T19:34:53.255051+0000 mgr.y (mgr.24865) 165 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:54.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:54 smithi155 bash[18934]: audit 2024-09-10T19:34:54.331876+0000 mon.a (mon.0) 1383 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c06f797e-2a20-4a7f-8d64-afce1feb7aae\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725995123.780893, \"finished_at\": 1725996679.2901218, \"add_to_ceph_s:\": 1725995107.7833664}, {\"id\": \"6822fa21-bcfb-406d-b5b2-aeb2dba03ccb\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725995151.0000436, \"finished_at\": 1725996679.290129, \"add_to_ceph_s:\": 1725995134.887435}, {\"id\": \"3f75d53c-d263-4cc0-aa6f-3c7e01a41368\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1725995179.1224635, \"finished_at\": 1725996679.2901332, \"add_to_ceph_s:\": 1725995160.8336968}, {\"id\": \"66dbecde-adea-49d0-9382-01861e099909\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725995198.1249356, \"finished_at\": 1725996679.2901373, \"add_to_ceph_s:\": 1725995187.8277757}, {\"id\": \"fd6a7285-391f-46c7-8b58-dcd2ed12fd24\", \"message\": \"Upgrade to 17.2.7-1606-g5be57395\", \"refs\": [], \"started_at\": 1725996686.8330579, \"finished_at\": 1725996890.2638683, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T19:34:54.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:54 smithi155 bash[18934]: audit 2024-09-10T19:34:54.339279+0000 mon.a (mon.0) 1384 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c06f797e-2a20-4a7f-8d64-afce1feb7aae\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725995123.780893, \"finished_at\": 1725996679.2901218, \"add_to_ceph_s:\": 1725995107.7833664}, {\"id\": \"6822fa21-bcfb-406d-b5b2-aeb2dba03ccb\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725995151.0000436, \"finished_at\": 1725996679.290129, \"add_to_ceph_s:\": 1725995134.887435}, {\"id\": \"3f75d53c-d263-4cc0-aa6f-3c7e01a41368\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1725995179.1224635, \"finished_at\": 1725996679.2901332, \"add_to_ceph_s:\": 1725995160.8336968}, {\"id\": \"66dbecde-adea-49d0-9382-01861e099909\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725995198.1249356, \"finished_at\": 1725996679.2901373, \"add_to_ceph_s:\": 1725995187.8277757}, {\"id\": \"fd6a7285-391f-46c7-8b58-dcd2ed12fd24\", \"message\": \"Upgrade to 17.2.7-1606-g5be57395\", \"refs\": [], \"started_at\": 1725996686.8330579, \"finished_at\": 1725996890.2638683, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T19:34:54.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:54 smithi155 bash[14970]: cluster 2024-09-10T19:34:53.255051+0000 mgr.y (mgr.24865) 165 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:54.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:54 smithi155 bash[14970]: audit 2024-09-10T19:34:54.331876+0000 mon.a (mon.0) 1383 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c06f797e-2a20-4a7f-8d64-afce1feb7aae\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725995123.780893, \"finished_at\": 1725996679.2901218, \"add_to_ceph_s:\": 1725995107.7833664}, {\"id\": \"6822fa21-bcfb-406d-b5b2-aeb2dba03ccb\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725995151.0000436, \"finished_at\": 1725996679.290129, \"add_to_ceph_s:\": 1725995134.887435}, {\"id\": \"3f75d53c-d263-4cc0-aa6f-3c7e01a41368\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1725995179.1224635, \"finished_at\": 1725996679.2901332, \"add_to_ceph_s:\": 1725995160.8336968}, {\"id\": \"66dbecde-adea-49d0-9382-01861e099909\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725995198.1249356, \"finished_at\": 1725996679.2901373, \"add_to_ceph_s:\": 1725995187.8277757}, {\"id\": \"fd6a7285-391f-46c7-8b58-dcd2ed12fd24\", \"message\": \"Upgrade to 17.2.7-1606-g5be57395\", \"refs\": [], \"started_at\": 1725996686.8330579, \"finished_at\": 1725996890.2638683, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T19:34:54.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:54 smithi155 bash[14970]: audit 2024-09-10T19:34:54.339279+0000 mon.a (mon.0) 1384 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c06f797e-2a20-4a7f-8d64-afce1feb7aae\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725995123.780893, \"finished_at\": 1725996679.2901218, \"add_to_ceph_s:\": 1725995107.7833664}, {\"id\": \"6822fa21-bcfb-406d-b5b2-aeb2dba03ccb\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725995151.0000436, \"finished_at\": 1725996679.290129, \"add_to_ceph_s:\": 1725995134.887435}, {\"id\": \"3f75d53c-d263-4cc0-aa6f-3c7e01a41368\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1725995179.1224635, \"finished_at\": 1725996679.2901332, \"add_to_ceph_s:\": 1725995160.8336968}, {\"id\": \"66dbecde-adea-49d0-9382-01861e099909\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725995198.1249356, \"finished_at\": 1725996679.2901373, \"add_to_ceph_s:\": 1725995187.8277757}, {\"id\": \"fd6a7285-391f-46c7-8b58-dcd2ed12fd24\", \"message\": \"Upgrade to 17.2.7-1606-g5be57395\", \"refs\": [], \"started_at\": 1725996686.8330579, \"finished_at\": 1725996890.2638683, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T19:34:56.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:56 smithi155 bash[18934]: cluster 2024-09-10T19:34:55.256461+0000 mgr.y (mgr.24865) 166 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:56.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:56 smithi155 bash[14970]: cluster 2024-09-10T19:34:55.256461+0000 mgr.y (mgr.24865) 166 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:56.951 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:56 smithi189 bash[14634]: cluster 2024-09-10T19:34:55.256461+0000 mgr.y (mgr.24865) 166 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:58.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:34:58 smithi155 bash[18934]: cluster 2024-09-10T19:34:57.257118+0000 mgr.y (mgr.24865) 167 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:58.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:34:58 smithi155 bash[14970]: cluster 2024-09-10T19:34:57.257118+0000 mgr.y (mgr.24865) 167 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:34:58.951 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:34:58 smithi189 bash[14634]: cluster 2024-09-10T19:34:57.257118+0000 mgr.y (mgr.24865) 167 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:00.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:00 smithi155 bash[18934]: cluster 2024-09-10T19:34:59.257781+0000 mgr.y (mgr.24865) 168 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:00.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:00 smithi155 bash[14970]: cluster 2024-09-10T19:34:59.257781+0000 mgr.y (mgr.24865) 168 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:00.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:00 smithi189 bash[14634]: cluster 2024-09-10T19:34:59.257781+0000 mgr.y (mgr.24865) 168 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:02.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:02 smithi155 bash[18934]: cluster 2024-09-10T19:35:01.259287+0000 mgr.y (mgr.24865) 169 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:02.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:02 smithi155 bash[14970]: cluster 2024-09-10T19:35:01.259287+0000 mgr.y (mgr.24865) 169 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:02.951 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:02 smithi189 bash[14634]: cluster 2024-09-10T19:35:01.259287+0000 mgr.y (mgr.24865) 169 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:04.707 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.mgr | length == 1'"'"'' 2024-09-10T19:35:04.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:04 smithi155 bash[14970]: cluster 2024-09-10T19:35:03.259983+0000 mgr.y (mgr.24865) 170 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:04.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:04 smithi155 bash[18934]: cluster 2024-09-10T19:35:03.259983+0000 mgr.y (mgr.24865) 170 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:04.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:04 smithi189 bash[14634]: cluster 2024-09-10T19:35:03.259983+0000 mgr.y (mgr.24865) 170 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:05.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:05 smithi155 bash[14970]: audit 2024-09-10T19:35:03.916790+0000 mgr.y (mgr.24865) 171 : audit [DBG] from='client.25159 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:35:05.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:05 smithi155 bash[18934]: audit 2024-09-10T19:35:03.916790+0000 mgr.y (mgr.24865) 171 : audit [DBG] from='client.25159 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:35:05.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:05 smithi189 bash[14634]: audit 2024-09-10T19:35:03.916790+0000 mgr.y (mgr.24865) 171 : audit [DBG] from='client.25159 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:35:06.799 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:06 smithi155 bash[14970]: cluster 2024-09-10T19:35:05.261479+0000 mgr.y (mgr.24865) 172 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:06.800 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:06 smithi155 bash[18934]: cluster 2024-09-10T19:35:05.261479+0000 mgr.y (mgr.24865) 172 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:06.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:06 smithi189 bash[14634]: cluster 2024-09-10T19:35:05.261479+0000 mgr.y (mgr.24865) 172 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:08.354 INFO:teuthology.orchestra.run.smithi155.stdout:true 2024-09-10T19:35:08.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:08 smithi155 bash[14970]: cluster 2024-09-10T19:35:07.262240+0000 mgr.y (mgr.24865) 173 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:08.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:08 smithi155 bash[14970]: audit 2024-09-10T19:35:08.340539+0000 mon.c (mon.1) 159 : audit [DBG] from='client.? 172.21.15.155:0/206033711' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:08.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:08 smithi155 bash[18934]: cluster 2024-09-10T19:35:07.262240+0000 mgr.y (mgr.24865) 173 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:08.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:08 smithi155 bash[18934]: audit 2024-09-10T19:35:08.340539+0000 mon.c (mon.1) 159 : audit [DBG] from='client.? 172.21.15.155:0/206033711' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:08.951 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:08 smithi189 bash[14634]: cluster 2024-09-10T19:35:07.262240+0000 mgr.y (mgr.24865) 173 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:08.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:08 smithi189 bash[14634]: audit 2024-09-10T19:35:08.340539+0000 mon.c (mon.1) 159 : audit [DBG] from='client.? 172.21.15.155:0/206033711' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:09.091 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.mgr | keys'"'"' | grep $sha1' 2024-09-10T19:35:09.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:09 smithi155 bash[18934]: cluster 2024-09-10T19:35:09.262934+0000 mgr.y (mgr.24865) 174 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:09.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:09 smithi155 bash[14970]: cluster 2024-09-10T19:35:09.262934+0000 mgr.y (mgr.24865) 174 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:09.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:09 smithi189 bash[14634]: cluster 2024-09-10T19:35:09.262934+0000 mgr.y (mgr.24865) 174 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:12.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:12 smithi155 bash[14970]: cluster 2024-09-10T19:35:11.264481+0000 mgr.y (mgr.24865) 175 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:12.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:12 smithi155 bash[18934]: cluster 2024-09-10T19:35:11.264481+0000 mgr.y (mgr.24865) 175 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:12.701 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:12 smithi189 bash[14634]: cluster 2024-09-10T19:35:11.264481+0000 mgr.y (mgr.24865) 175 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:12.804 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)" 2024-09-10T19:35:13.554 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 2'"'"'' 2024-09-10T19:35:13.701 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:13 smithi189 bash[14634]: audit 2024-09-10T19:35:12.789247+0000 mon.a (mon.0) 1385 : audit [DBG] from='client.? 172.21.15.155:0/1841011805' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:13.769 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:13 smithi155 bash[14970]: audit 2024-09-10T19:35:12.789247+0000 mon.a (mon.0) 1385 : audit [DBG] from='client.? 172.21.15.155:0/1841011805' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:13.770 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:13 smithi155 bash[18934]: audit 2024-09-10T19:35:12.789247+0000 mon.a (mon.0) 1385 : audit [DBG] from='client.? 172.21.15.155:0/1841011805' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:14.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:14 smithi189 bash[14634]: cluster 2024-09-10T19:35:13.265132+0000 mgr.y (mgr.24865) 176 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:14.766 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:14 smithi155 bash[14970]: cluster 2024-09-10T19:35:13.265132+0000 mgr.y (mgr.24865) 176 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:14.766 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:14 smithi155 bash[18934]: cluster 2024-09-10T19:35:13.265132+0000 mgr.y (mgr.24865) 176 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:16.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:16 smithi155 bash[14970]: cluster 2024-09-10T19:35:15.266572+0000 mgr.y (mgr.24865) 177 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:16.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:16 smithi155 bash[18934]: cluster 2024-09-10T19:35:15.266572+0000 mgr.y (mgr.24865) 177 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:16.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:16 smithi189 bash[14634]: cluster 2024-09-10T19:35:15.266572+0000 mgr.y (mgr.24865) 177 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:17.141 INFO:teuthology.orchestra.run.smithi155.stdout:true 2024-09-10T19:35:17.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:17 smithi155 bash[14970]: audit 2024-09-10T19:35:17.126268+0000 mon.a (mon.0) 1386 : audit [DBG] from='client.? 172.21.15.155:0/3946940603' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:17.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:17 smithi155 bash[18934]: audit 2024-09-10T19:35:17.126268+0000 mon.a (mon.0) 1386 : audit [DBG] from='client.? 172.21.15.155:0/3946940603' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:17.869 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '"'"'.up_to_date | length == 2'"'"'' 2024-09-10T19:35:17.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:17 smithi189 bash[14634]: audit 2024-09-10T19:35:17.126268+0000 mon.a (mon.0) 1386 : audit [DBG] from='client.? 172.21.15.155:0/3946940603' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:18.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:18 smithi155 bash[14970]: cluster 2024-09-10T19:35:17.267245+0000 mgr.y (mgr.24865) 178 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:18.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:18 smithi155 bash[18934]: cluster 2024-09-10T19:35:17.267245+0000 mgr.y (mgr.24865) 178 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:18.951 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:18 smithi189 bash[14634]: cluster 2024-09-10T19:35:17.267245+0000 mgr.y (mgr.24865) 178 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:19.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:19 smithi155 bash[18934]: audit 2024-09-10T19:35:19.246142+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-09-10T19:35:19.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:19 smithi155 bash[18934]: audit 2024-09-10T19:35:19.246600+0000 mon.a (mon.0) 1388 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T19:35:19.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:19 smithi155 bash[18934]: audit 2024-09-10T19:35:19.246899+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-10T19:35:19.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:19 smithi155 bash[18934]: audit 2024-09-10T19:35:19.247201+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-10T19:35:19.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:19 smithi155 bash[14970]: audit 2024-09-10T19:35:19.246142+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-09-10T19:35:19.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:19 smithi155 bash[14970]: audit 2024-09-10T19:35:19.246600+0000 mon.a (mon.0) 1388 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T19:35:19.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:19 smithi155 bash[14970]: audit 2024-09-10T19:35:19.246899+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-10T19:35:19.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:19 smithi155 bash[14970]: audit 2024-09-10T19:35:19.247201+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-10T19:35:19.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:19 smithi189 bash[14634]: audit 2024-09-10T19:35:19.246142+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-09-10T19:35:19.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:19 smithi189 bash[14634]: audit 2024-09-10T19:35:19.246600+0000 mon.a (mon.0) 1388 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T19:35:19.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:19 smithi189 bash[14634]: audit 2024-09-10T19:35:19.246899+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-10T19:35:19.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:19 smithi189 bash[14634]: audit 2024-09-10T19:35:19.247201+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-10T19:35:20.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:20 smithi155 bash[18934]: cluster 2024-09-10T19:35:19.267685+0000 mgr.y (mgr.24865) 179 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:20.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:20 smithi155 bash[14970]: cluster 2024-09-10T19:35:19.267685+0000 mgr.y (mgr.24865) 179 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:20.951 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:20 smithi189 bash[14634]: cluster 2024-09-10T19:35:19.267685+0000 mgr.y (mgr.24865) 179 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:22.796 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:22 smithi155 bash[18934]: cluster 2024-09-10T19:35:21.268717+0000 mgr.y (mgr.24865) 180 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:22.796 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:22 smithi155 bash[14970]: cluster 2024-09-10T19:35:21.268717+0000 mgr.y (mgr.24865) 180 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:22.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:22 smithi189 bash[14634]: cluster 2024-09-10T19:35:21.268717+0000 mgr.y (mgr.24865) 180 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:23.744 INFO:teuthology.orchestra.run.smithi155.stdout:true 2024-09-10T19:35:23.777 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:23 smithi155 bash[14970]: audit 2024-09-10T19:35:21.512886+0000 mgr.y (mgr.24865) 181 : audit [DBG] from='client.25183 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:35:23.777 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:23 smithi155 bash[18934]: audit 2024-09-10T19:35:21.512886+0000 mgr.y (mgr.24865) 181 : audit [DBG] from='client.25183 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:35:23.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:23 smithi189 bash[14634]: audit 2024-09-10T19:35:21.512886+0000 mgr.y (mgr.24865) 181 : audit [DBG] from='client.25183 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:35:24.417 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mon --hosts $(ceph orch ps | grep mgr.x | awk '"'"'{print $2}'"'"')' 2024-09-10T19:35:24.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:24 smithi155 bash[14970]: cluster 2024-09-10T19:35:23.269293+0000 mgr.y (mgr.24865) 182 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:24.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:24 smithi155 bash[18934]: cluster 2024-09-10T19:35:23.269293+0000 mgr.y (mgr.24865) 182 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:24.951 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:24 smithi189 bash[14634]: cluster 2024-09-10T19:35:23.269293+0000 mgr.y (mgr.24865) 182 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:26.701 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:26 smithi189 bash[14634]: cluster 2024-09-10T19:35:25.270796+0000 mgr.y (mgr.24865) 183 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:26.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:26 smithi155 bash[18934]: cluster 2024-09-10T19:35:25.270796+0000 mgr.y (mgr.24865) 183 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:26.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:26 smithi155 bash[14970]: cluster 2024-09-10T19:35:25.270796+0000 mgr.y (mgr.24865) 183 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:28.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:28 smithi189 bash[14634]: cluster 2024-09-10T19:35:27.271490+0000 mgr.y (mgr.24865) 184 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:28.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:28 smithi189 bash[14634]: audit 2024-09-10T19:35:27.845814+0000 mon.a (mon.0) 1391 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:35:28.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:28 smithi189 bash[14634]: audit 2024-09-10T19:35:27.846851+0000 mon.a (mon.0) 1392 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:35:28.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:28 smithi189 bash[14634]: audit 2024-09-10T19:35:27.847742+0000 mon.a (mon.0) 1393 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:28.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:28 smithi189 bash[14634]: audit 2024-09-10T19:35:27.848534+0000 mon.a (mon.0) 1394 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:28.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:28 smithi189 bash[14634]: audit 2024-09-10T19:35:27.849289+0000 mon.a (mon.0) 1395 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:28.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:28 smithi189 bash[14634]: audit 2024-09-10T19:35:27.850073+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:28.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:28 smithi189 bash[14634]: audit 2024-09-10T19:35:27.855298+0000 mon.a (mon.0) 1397 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:35:28.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:28 smithi189 bash[14634]: audit 2024-09-10T19:35:27.856123+0000 mon.a (mon.0) 1398 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:28.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:28 smithi189 bash[14634]: audit 2024-09-10T19:35:27.856956+0000 mon.a (mon.0) 1399 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:28.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:28 smithi189 bash[14634]: audit 2024-09-10T19:35:27.857728+0000 mon.a (mon.0) 1400 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:28.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:28 smithi189 bash[14634]: audit 2024-09-10T19:35:27.858476+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:28.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:28 smithi155 bash[14970]: cluster 2024-09-10T19:35:27.271490+0000 mgr.y (mgr.24865) 184 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:28.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:28 smithi155 bash[14970]: audit 2024-09-10T19:35:27.845814+0000 mon.a (mon.0) 1391 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:35:28.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:28 smithi155 bash[14970]: audit 2024-09-10T19:35:27.846851+0000 mon.a (mon.0) 1392 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:35:28.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:28 smithi155 bash[14970]: audit 2024-09-10T19:35:27.847742+0000 mon.a (mon.0) 1393 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:28.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:28 smithi155 bash[14970]: audit 2024-09-10T19:35:27.848534+0000 mon.a (mon.0) 1394 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:28.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:28 smithi155 bash[14970]: audit 2024-09-10T19:35:27.849289+0000 mon.a (mon.0) 1395 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:28.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:28 smithi155 bash[14970]: audit 2024-09-10T19:35:27.850073+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:28.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:28 smithi155 bash[14970]: audit 2024-09-10T19:35:27.855298+0000 mon.a (mon.0) 1397 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:35:28.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:28 smithi155 bash[14970]: audit 2024-09-10T19:35:27.856123+0000 mon.a (mon.0) 1398 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:28.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:28 smithi155 bash[14970]: audit 2024-09-10T19:35:27.856956+0000 mon.a (mon.0) 1399 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:28.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:28 smithi155 bash[14970]: audit 2024-09-10T19:35:27.857728+0000 mon.a (mon.0) 1400 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:28.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:28 smithi155 bash[14970]: audit 2024-09-10T19:35:27.858476+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:28.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:28 smithi155 bash[18934]: cluster 2024-09-10T19:35:27.271490+0000 mgr.y (mgr.24865) 184 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:28.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:28 smithi155 bash[18934]: audit 2024-09-10T19:35:27.845814+0000 mon.a (mon.0) 1391 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:35:28.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:28 smithi155 bash[18934]: audit 2024-09-10T19:35:27.846851+0000 mon.a (mon.0) 1392 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:35:28.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:28 smithi155 bash[18934]: audit 2024-09-10T19:35:27.847742+0000 mon.a (mon.0) 1393 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:28.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:28 smithi155 bash[18934]: audit 2024-09-10T19:35:27.848534+0000 mon.a (mon.0) 1394 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:28.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:28 smithi155 bash[18934]: audit 2024-09-10T19:35:27.849289+0000 mon.a (mon.0) 1395 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:28.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:28 smithi155 bash[18934]: audit 2024-09-10T19:35:27.850073+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:28.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:28 smithi155 bash[18934]: audit 2024-09-10T19:35:27.855298+0000 mon.a (mon.0) 1397 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:35:28.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:28 smithi155 bash[18934]: audit 2024-09-10T19:35:27.856123+0000 mon.a (mon.0) 1398 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:28.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:28 smithi155 bash[18934]: audit 2024-09-10T19:35:27.856956+0000 mon.a (mon.0) 1399 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:28.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:28 smithi155 bash[18934]: audit 2024-09-10T19:35:27.857728+0000 mon.a (mon.0) 1400 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:28.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:28 smithi155 bash[18934]: audit 2024-09-10T19:35:27.858476+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:29.766 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:29 smithi155 bash[18934]: audit 2024-09-10T19:35:27.840348+0000 mgr.y (mgr.24865) 185 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:35:29.766 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:29 smithi155 bash[18934]: audit 2024-09-10T19:35:28.274842+0000 mgr.y (mgr.24865) 186 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "mon", "hosts": "smithi189", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:35:29.766 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:29 smithi155 bash[14970]: audit 2024-09-10T19:35:27.840348+0000 mgr.y (mgr.24865) 185 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:35:29.766 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:29 smithi155 bash[14970]: audit 2024-09-10T19:35:28.274842+0000 mgr.y (mgr.24865) 186 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "mon", "hosts": "smithi189", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:35:29.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:29 smithi189 bash[14634]: audit 2024-09-10T19:35:27.840348+0000 mgr.y (mgr.24865) 185 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:35:29.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:29 smithi189 bash[14634]: audit 2024-09-10T19:35:28.274842+0000 mgr.y (mgr.24865) 186 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "mon", "hosts": "smithi189", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:35:30.491 INFO:teuthology.orchestra.run.smithi155.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:35:30.740 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:30 smithi155 bash[14970]: cluster 2024-09-10T19:35:29.272184+0000 mgr.y (mgr.24865) 187 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:30.740 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:30 smithi155 bash[18934]: cluster 2024-09-10T19:35:29.272184+0000 mgr.y (mgr.24865) 187 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:30.951 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:30 smithi189 bash[14634]: cluster 2024-09-10T19:35:29.272184+0000 mgr.y (mgr.24865) 187 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:31.202 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2024-09-10T19:35:31.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:31 smithi155 bash[14970]: cephadm 2024-09-10T19:35:30.481925+0000 mgr.y (mgr.24865) 188 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:35:31.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:31 smithi155 bash[14970]: audit 2024-09-10T19:35:30.483211+0000 mon.a (mon.0) 1402 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"7433650b-f60f-43c6-8cea-dc3acd4588e7\", \"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\": [\"smithi189\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:35:31.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:31 smithi155 bash[14970]: audit 2024-09-10T19:35:30.489438+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"7433650b-f60f-43c6-8cea-dc3acd4588e7\", \"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\": [\"smithi189\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-10T19:35:31.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:31 smithi155 bash[14970]: audit 2024-09-10T19:35:30.901247+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:35:31.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:31 smithi155 bash[14970]: audit 2024-09-10T19:35:30.907767+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:35:31.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:31 smithi155 bash[18934]: cephadm 2024-09-10T19:35:30.481925+0000 mgr.y (mgr.24865) 188 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:35:31.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:31 smithi155 bash[18934]: audit 2024-09-10T19:35:30.483211+0000 mon.a (mon.0) 1402 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"7433650b-f60f-43c6-8cea-dc3acd4588e7\", \"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\": [\"smithi189\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:35:31.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:31 smithi155 bash[18934]: audit 2024-09-10T19:35:30.489438+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"7433650b-f60f-43c6-8cea-dc3acd4588e7\", \"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\": [\"smithi189\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-10T19:35:31.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:31 smithi155 bash[18934]: audit 2024-09-10T19:35:30.901247+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:35:31.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:31 smithi155 bash[18934]: audit 2024-09-10T19:35:30.907767+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:35:31.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:31 smithi189 bash[14634]: cephadm 2024-09-10T19:35:30.481925+0000 mgr.y (mgr.24865) 188 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:35:31.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:31 smithi189 bash[14634]: audit 2024-09-10T19:35:30.483211+0000 mon.a (mon.0) 1402 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"7433650b-f60f-43c6-8cea-dc3acd4588e7\", \"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\": [\"smithi189\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:35:31.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:31 smithi189 bash[14634]: audit 2024-09-10T19:35:30.489438+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"7433650b-f60f-43c6-8cea-dc3acd4588e7\", \"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\": [\"smithi189\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-10T19:35:31.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:31 smithi189 bash[14634]: audit 2024-09-10T19:35:30.901247+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:35:31.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:31 smithi189 bash[14634]: audit 2024-09-10T19:35:30.907767+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:35:32.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:32 smithi155 bash[18934]: cephadm 2024-09-10T19:35:30.954339+0000 mgr.y (mgr.24865) 189 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:35:32.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:32 smithi155 bash[18934]: cluster 2024-09-10T19:35:31.273267+0000 mgr.y (mgr.24865) 190 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:32.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:32 smithi155 bash[14970]: cephadm 2024-09-10T19:35:30.954339+0000 mgr.y (mgr.24865) 189 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:35:32.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:32 smithi155 bash[14970]: cluster 2024-09-10T19:35:31.273267+0000 mgr.y (mgr.24865) 190 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:32.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:32 smithi189 bash[14634]: cephadm 2024-09-10T19:35:30.954339+0000 mgr.y (mgr.24865) 189 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:35:32.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:32 smithi189 bash[14634]: cluster 2024-09-10T19:35:31.273267+0000 mgr.y (mgr.24865) 190 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:34.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:34 smithi155 bash[14970]: cluster 2024-09-10T19:35:33.273920+0000 mgr.y (mgr.24865) 191 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:34.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:34 smithi155 bash[14970]: audit 2024-09-10T19:35:34.163980+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"7433650b-f60f-43c6-8cea-dc3acd4588e7\", \"target_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"target_version\": \"17.2.7-1606-g5be57395\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mon\"], \"hosts\": [\"smithi189\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:35:34.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:34 smithi155 bash[14970]: audit 2024-09-10T19:35:34.169263+0000 mon.a (mon.0) 1407 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"7433650b-f60f-43c6-8cea-dc3acd4588e7\", \"target_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"target_version\": \"17.2.7-1606-g5be57395\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mon\"], \"hosts\": [\"smithi189\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-10T19:35:34.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:34 smithi155 bash[14970]: audit 2024-09-10T19:35:34.172411+0000 mon.a (mon.0) 1408 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:35:34.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:34 smithi155 bash[14970]: audit 2024-09-10T19:35:34.174503+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:35:34.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:34 smithi155 bash[14970]: audit 2024-09-10T19:35:34.180827+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-10T19:35:34.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:34 smithi155 bash[14970]: audit 2024-09-10T19:35:34.183857+0000 mon.a (mon.0) 1411 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:34.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:34 smithi155 bash[14970]: audit 2024-09-10T19:35:34.185448+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mgr"}]: dispatch 2024-09-10T19:35:34.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:34 smithi155 bash[14970]: audit 2024-09-10T19:35:34.191858+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mgr"}]': finished 2024-09-10T19:35:34.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:34 smithi155 bash[14970]: audit 2024-09-10T19:35:34.193803+0000 mon.a (mon.0) 1414 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-10T19:35:34.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:34 smithi155 bash[14970]: audit 2024-09-10T19:35:34.195319+0000 mon.a (mon.0) 1415 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-09-10T19:35:34.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:34 smithi155 bash[18934]: cluster 2024-09-10T19:35:33.273920+0000 mgr.y (mgr.24865) 191 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:34.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:34 smithi155 bash[18934]: audit 2024-09-10T19:35:34.163980+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"7433650b-f60f-43c6-8cea-dc3acd4588e7\", \"target_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"target_version\": \"17.2.7-1606-g5be57395\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mon\"], \"hosts\": [\"smithi189\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:35:34.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:34 smithi155 bash[18934]: audit 2024-09-10T19:35:34.169263+0000 mon.a (mon.0) 1407 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"7433650b-f60f-43c6-8cea-dc3acd4588e7\", \"target_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"target_version\": \"17.2.7-1606-g5be57395\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mon\"], \"hosts\": [\"smithi189\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-10T19:35:34.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:34 smithi155 bash[18934]: audit 2024-09-10T19:35:34.172411+0000 mon.a (mon.0) 1408 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:35:34.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:34 smithi155 bash[18934]: audit 2024-09-10T19:35:34.174503+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:35:34.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:34 smithi155 bash[18934]: audit 2024-09-10T19:35:34.180827+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-10T19:35:34.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:34 smithi155 bash[18934]: audit 2024-09-10T19:35:34.183857+0000 mon.a (mon.0) 1411 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:34.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:34 smithi155 bash[18934]: audit 2024-09-10T19:35:34.185448+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mgr"}]: dispatch 2024-09-10T19:35:34.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:34 smithi155 bash[18934]: audit 2024-09-10T19:35:34.191858+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mgr"}]': finished 2024-09-10T19:35:34.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:34 smithi155 bash[18934]: audit 2024-09-10T19:35:34.193803+0000 mon.a (mon.0) 1414 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-10T19:35:34.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:34 smithi155 bash[18934]: audit 2024-09-10T19:35:34.195319+0000 mon.a (mon.0) 1415 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-09-10T19:35:34.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:34 smithi189 bash[14634]: cluster 2024-09-10T19:35:33.273920+0000 mgr.y (mgr.24865) 191 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:34.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:34 smithi189 bash[14634]: audit 2024-09-10T19:35:34.163980+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"7433650b-f60f-43c6-8cea-dc3acd4588e7\", \"target_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"target_version\": \"17.2.7-1606-g5be57395\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mon\"], \"hosts\": [\"smithi189\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:35:34.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:34 smithi189 bash[14634]: audit 2024-09-10T19:35:34.169263+0000 mon.a (mon.0) 1407 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"7433650b-f60f-43c6-8cea-dc3acd4588e7\", \"target_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"target_version\": \"17.2.7-1606-g5be57395\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mon\"], \"hosts\": [\"smithi189\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-10T19:35:34.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:34 smithi189 bash[14634]: audit 2024-09-10T19:35:34.172411+0000 mon.a (mon.0) 1408 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:35:34.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:34 smithi189 bash[14634]: audit 2024-09-10T19:35:34.174503+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:35:34.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:34 smithi189 bash[14634]: audit 2024-09-10T19:35:34.180827+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-10T19:35:34.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:34 smithi189 bash[14634]: audit 2024-09-10T19:35:34.183857+0000 mon.a (mon.0) 1411 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:34.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:34 smithi189 bash[14634]: audit 2024-09-10T19:35:34.185448+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mgr"}]: dispatch 2024-09-10T19:35:34.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:34 smithi189 bash[14634]: audit 2024-09-10T19:35:34.191858+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mgr"}]': finished 2024-09-10T19:35:34.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:34 smithi189 bash[14634]: audit 2024-09-10T19:35:34.193803+0000 mon.a (mon.0) 1414 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-10T19:35:34.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:34 smithi189 bash[14634]: audit 2024-09-10T19:35:34.195319+0000 mon.a (mon.0) 1415 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-09-10T19:35:35.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:35 smithi155 bash[14970]: cephadm 2024-09-10T19:35:34.169820+0000 mgr.y (mgr.24865) 192 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:35:35.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:35 smithi155 bash[14970]: cephadm 2024-09-10T19:35:34.169938+0000 mgr.y (mgr.24865) 193 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:35:35.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:35 smithi155 bash[14970]: cephadm 2024-09-10T19:35:34.185064+0000 mgr.y (mgr.24865) 194 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T19:35:35.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:35 smithi155 bash[14970]: cephadm 2024-09-10T19:35:34.196395+0000 mgr.y (mgr.24865) 195 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-09-10T19:35:35.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:35 smithi155 bash[18934]: cephadm 2024-09-10T19:35:34.169820+0000 mgr.y (mgr.24865) 192 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:35:35.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:35 smithi155 bash[18934]: cephadm 2024-09-10T19:35:34.169938+0000 mgr.y (mgr.24865) 193 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:35:35.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:35 smithi155 bash[18934]: cephadm 2024-09-10T19:35:34.185064+0000 mgr.y (mgr.24865) 194 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T19:35:35.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:35 smithi155 bash[18934]: cephadm 2024-09-10T19:35:34.196395+0000 mgr.y (mgr.24865) 195 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-09-10T19:35:35.733 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:35 smithi189 bash[14634]: cephadm 2024-09-10T19:35:34.169820+0000 mgr.y (mgr.24865) 192 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:35:35.733 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:35 smithi189 bash[14634]: cephadm 2024-09-10T19:35:34.169938+0000 mgr.y (mgr.24865) 193 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:35:35.733 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:35 smithi189 bash[14634]: cephadm 2024-09-10T19:35:34.185064+0000 mgr.y (mgr.24865) 194 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T19:35:35.733 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:35 smithi189 bash[14634]: cephadm 2024-09-10T19:35:34.196395+0000 mgr.y (mgr.24865) 195 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-09-10T19:35:35.785 INFO:teuthology.orchestra.run.smithi155.stdout:true 2024-09-10T19:35:36.588 INFO:teuthology.orchestra.run.smithi155.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:35:36.588 INFO:teuthology.orchestra.run.smithi155.stdout:alertmanager.a smithi155 running (2m) 2m ago 28m 15.1M - 0.25.0 c8568f914cd2 d240bc57c001 2024-09-10T19:35:36.588 INFO:teuthology.orchestra.run.smithi155.stdout:grafana.a smithi189 running (76s) 68s ago 27m 25.7M - 9.4.7 954c08fa6188 2e57a3903209 2024-09-10T19:35:36.588 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.x smithi189 *:8443 running (3m) 68s ago 32m 390M - 17.2.7-1606-g5be57395 4c55dd409611 1e9c1f896a72 2024-09-10T19:35:36.588 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.y smithi155 *:8443 running (13m) 2m ago 34m 436M - 17.2.7-1606-g5be57395 4c55dd409611 c3f6bb49e60e 2024-09-10T19:35:36.588 INFO:teuthology.orchestra.run.smithi155.stdout:mon.a smithi155 running (34m) 2m ago 34m 270M 2048M 15.2.0 204a01f9b0b6 9830b2129a22 2024-09-10T19:35:36.589 INFO:teuthology.orchestra.run.smithi155.stdout:mon.b smithi189 running (33m) 68s ago 33m 230M 2048M 15.2.0 204a01f9b0b6 e28fb1d2d63b 2024-09-10T19:35:36.589 INFO:teuthology.orchestra.run.smithi155.stdout:mon.c smithi155 running (33m) 2m ago 33m 225M 2048M 15.2.0 204a01f9b0b6 7cbf0bc7a02d 2024-09-10T19:35:36.589 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.a smithi155 running (3m) 2m ago 28m 9784k - 1.5.0 0da6a335fe13 75a6b4940d3d 2024-09-10T19:35:36.589 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.b smithi189 running (3m) 68s ago 28m 9.89M - 1.5.0 0da6a335fe13 57c4129454db 2024-09-10T19:35:36.589 INFO:teuthology.orchestra.run.smithi155.stdout:osd.0 smithi155 running (32m) 2m ago 32m 55.7M 4096M 15.2.0 204a01f9b0b6 7f6023dc1e50 2024-09-10T19:35:36.589 INFO:teuthology.orchestra.run.smithi155.stdout:osd.1 smithi155 running (31m) 2m ago 32m 54.3M 4096M 15.2.0 204a01f9b0b6 42d00c1d93dd 2024-09-10T19:35:36.589 INFO:teuthology.orchestra.run.smithi155.stdout:osd.2 smithi155 running (31m) 2m ago 31m 51.2M 4096M 15.2.0 204a01f9b0b6 6b241c21f8e2 2024-09-10T19:35:36.589 INFO:teuthology.orchestra.run.smithi155.stdout:osd.3 smithi155 running (30m) 2m ago 31m 55.2M 4096M 15.2.0 204a01f9b0b6 8d9201a4db26 2024-09-10T19:35:36.589 INFO:teuthology.orchestra.run.smithi155.stdout:osd.4 smithi189 running (30m) 68s ago 30m 57.0M 4096M 15.2.0 204a01f9b0b6 34cb90c9d5b7 2024-09-10T19:35:36.589 INFO:teuthology.orchestra.run.smithi155.stdout:osd.5 smithi189 running (30m) 68s ago 30m 53.5M 4096M 15.2.0 204a01f9b0b6 4b3a3b60e1d5 2024-09-10T19:35:36.589 INFO:teuthology.orchestra.run.smithi155.stdout:osd.6 smithi189 running (29m) 68s ago 29m 57.4M 4096M 15.2.0 204a01f9b0b6 c58c4c013902 2024-09-10T19:35:36.589 INFO:teuthology.orchestra.run.smithi155.stdout:osd.7 smithi189 running (29m) 68s ago 29m 57.0M 4096M 15.2.0 204a01f9b0b6 fb02b608dde7 2024-09-10T19:35:36.589 INFO:teuthology.orchestra.run.smithi155.stdout:prometheus.a smithi189 running (2m) 68s ago 28m 39.3M - 2.43.0 a07b618ecd1d a68b682055db 2024-09-10T19:35:36.590 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi155.ehnnyk smithi155 running (26m) 2m ago 26m 55.3M - 15.2.0 204a01f9b0b6 48687c7a211a 2024-09-10T19:35:36.590 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi189.dwpibf smithi189 running (26m) 68s ago 26m 54.7M - 15.2.0 204a01f9b0b6 6bddcdbdbf0b 2024-09-10T19:35:36.741 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:36 smithi189 bash[14634]: cluster 2024-09-10T19:35:35.275410+0000 mgr.y (mgr.24865) 196 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:36.741 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:36 smithi189 bash[14634]: audit 2024-09-10T19:35:36.420506+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon.b"}]: dispatch 2024-09-10T19:35:36.741 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:36 smithi189 bash[14634]: audit 2024-09-10T19:35:36.429705+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon.b"}]': finished 2024-09-10T19:35:36.741 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:36 smithi189 bash[14634]: audit 2024-09-10T19:35:36.431231+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:35:36.741 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:36 smithi189 bash[14634]: audit 2024-09-10T19:35:36.432299+0000 mon.a (mon.0) 1419 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:35:36.741 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:36 smithi189 bash[14634]: audit 2024-09-10T19:35:36.432951+0000 mon.a (mon.0) 1420 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:35:36.741 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:36 smithi189 bash[14634]: audit 2024-09-10T19:35:36.434308+0000 mon.a (mon.0) 1421 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-10T19:35:36.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:36 smithi155 bash[18934]: cluster 2024-09-10T19:35:35.275410+0000 mgr.y (mgr.24865) 196 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:36.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:36 smithi155 bash[18934]: audit 2024-09-10T19:35:36.420506+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon.b"}]: dispatch 2024-09-10T19:35:36.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:36 smithi155 bash[18934]: audit 2024-09-10T19:35:36.429705+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon.b"}]': finished 2024-09-10T19:35:36.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:36 smithi155 bash[18934]: audit 2024-09-10T19:35:36.431231+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:35:36.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:36 smithi155 bash[18934]: audit 2024-09-10T19:35:36.432299+0000 mon.a (mon.0) 1419 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:35:36.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:36 smithi155 bash[18934]: audit 2024-09-10T19:35:36.432951+0000 mon.a (mon.0) 1420 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:35:36.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:36 smithi155 bash[18934]: audit 2024-09-10T19:35:36.434308+0000 mon.a (mon.0) 1421 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-10T19:35:36.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:36 smithi155 bash[14970]: cluster 2024-09-10T19:35:35.275410+0000 mgr.y (mgr.24865) 196 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:36.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:36 smithi155 bash[14970]: audit 2024-09-10T19:35:36.420506+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon.b"}]: dispatch 2024-09-10T19:35:36.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:36 smithi155 bash[14970]: audit 2024-09-10T19:35:36.429705+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon.b"}]': finished 2024-09-10T19:35:36.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:36 smithi155 bash[14970]: audit 2024-09-10T19:35:36.431231+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:35:36.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:36 smithi155 bash[14970]: audit 2024-09-10T19:35:36.432299+0000 mon.a (mon.0) 1419 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:35:36.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:36 smithi155 bash[14970]: audit 2024-09-10T19:35:36.432951+0000 mon.a (mon.0) 1420 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:35:36.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:36 smithi155 bash[14970]: audit 2024-09-10T19:35:36.434308+0000 mon.a (mon.0) 1421 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-10T19:35:37.051 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:35:37.051 INFO:teuthology.orchestra.run.smithi155.stdout: "mon": { 2024-09-10T19:35:37.051 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-10T19:35:37.051 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:35:37.051 INFO:teuthology.orchestra.run.smithi155.stdout: "mgr": { 2024-09-10T19:35:37.051 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:35:37.051 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:35:37.051 INFO:teuthology.orchestra.run.smithi155.stdout: "osd": { 2024-09-10T19:35:37.051 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-10T19:35:37.051 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:35:37.052 INFO:teuthology.orchestra.run.smithi155.stdout: "mds": {}, 2024-09-10T19:35:37.052 INFO:teuthology.orchestra.run.smithi155.stdout: "rgw": { 2024-09-10T19:35:37.052 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-10T19:35:37.052 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:35:37.052 INFO:teuthology.orchestra.run.smithi155.stdout: "overall": { 2024-09-10T19:35:37.052 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-09-10T19:35:37.052 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:35:37.052 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-10T19:35:37.052 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:35:37.452 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:35:37.453 INFO:teuthology.orchestra.run.smithi155.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T19:35:37.453 INFO:teuthology.orchestra.run.smithi155.stdout: "in_progress": true, 2024-09-10T19:35:37.453 INFO:teuthology.orchestra.run.smithi155.stdout: "which": "Upgrading daemons of type(s) mon on host(s) smithi189", 2024-09-10T19:35:37.453 INFO:teuthology.orchestra.run.smithi155.stdout: "services_complete": [], 2024-09-10T19:35:37.453 INFO:teuthology.orchestra.run.smithi155.stdout: "progress": "0/1 daemons upgraded", 2024-09-10T19:35:37.453 INFO:teuthology.orchestra.run.smithi155.stdout: "message": "Currently upgrading mon daemons", 2024-09-10T19:35:37.453 INFO:teuthology.orchestra.run.smithi155.stdout: "is_paused": false 2024-09-10T19:35:37.453 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:35:37.778 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:37 smithi189 bash[14634]: audit 2024-09-10T19:35:35.769381+0000 mgr.y (mgr.24865) 197 : audit [DBG] from='client.25201 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:35:37.778 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:37 smithi189 bash[14634]: audit 2024-09-10T19:35:36.173227+0000 mgr.y (mgr.24865) 198 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:35:37.778 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:37 smithi189 bash[14634]: cephadm 2024-09-10T19:35:36.419824+0000 mgr.y (mgr.24865) 199 : cephadm [INF] Upgrade: Updating mon.b 2024-09-10T19:35:37.778 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:37 smithi189 bash[14634]: cephadm 2024-09-10T19:35:36.433854+0000 mgr.y (mgr.24865) 200 : cephadm [INF] Deploying daemon mon.b on smithi189 2024-09-10T19:35:37.778 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:37 smithi189 bash[14634]: audit 2024-09-10T19:35:36.567347+0000 mon.a (mon.0) 1422 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:35:37.778 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:37 smithi189 bash[14634]: audit 2024-09-10T19:35:36.568269+0000 mon.a (mon.0) 1423 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:35:37.778 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:37 smithi189 bash[14634]: audit 2024-09-10T19:35:36.569078+0000 mon.a (mon.0) 1424 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:37.778 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:37 smithi189 bash[14634]: audit 2024-09-10T19:35:36.569890+0000 mon.a (mon.0) 1425 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:37.778 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:37 smithi189 bash[14634]: audit 2024-09-10T19:35:36.570736+0000 mon.a (mon.0) 1426 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:37.778 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:37 smithi189 bash[14634]: audit 2024-09-10T19:35:36.571539+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:37.778 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:37 smithi189 bash[14634]: audit 2024-09-10T19:35:36.574990+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:35:37.779 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:37 smithi189 bash[14634]: audit 2024-09-10T19:35:36.575792+0000 mon.a (mon.0) 1429 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:37.779 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:37 smithi189 bash[14634]: audit 2024-09-10T19:35:36.576537+0000 mon.a (mon.0) 1430 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:37.779 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:37 smithi189 bash[14634]: audit 2024-09-10T19:35:36.577189+0000 mon.a (mon.0) 1431 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:37.779 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:37 smithi189 bash[14634]: audit 2024-09-10T19:35:36.577856+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:37.779 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:37 smithi189 bash[14634]: audit 2024-09-10T19:35:37.049121+0000 mon.c (mon.1) 160 : audit [DBG] from='client.? 172.21.15.155:0/471306834' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:37.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:37 smithi155 bash[14970]: audit 2024-09-10T19:35:35.769381+0000 mgr.y (mgr.24865) 197 : audit [DBG] from='client.25201 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:35:37.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:37 smithi155 bash[14970]: audit 2024-09-10T19:35:36.173227+0000 mgr.y (mgr.24865) 198 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:35:37.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:37 smithi155 bash[14970]: cephadm 2024-09-10T19:35:36.419824+0000 mgr.y (mgr.24865) 199 : cephadm [INF] Upgrade: Updating mon.b 2024-09-10T19:35:37.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:37 smithi155 bash[14970]: cephadm 2024-09-10T19:35:36.433854+0000 mgr.y (mgr.24865) 200 : cephadm [INF] Deploying daemon mon.b on smithi189 2024-09-10T19:35:37.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:37 smithi155 bash[14970]: audit 2024-09-10T19:35:36.567347+0000 mon.a (mon.0) 1422 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:35:37.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:37 smithi155 bash[14970]: audit 2024-09-10T19:35:36.568269+0000 mon.a (mon.0) 1423 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:35:37.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:37 smithi155 bash[14970]: audit 2024-09-10T19:35:36.569078+0000 mon.a (mon.0) 1424 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:37.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:37 smithi155 bash[14970]: audit 2024-09-10T19:35:36.569890+0000 mon.a (mon.0) 1425 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:37.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:37 smithi155 bash[14970]: audit 2024-09-10T19:35:36.570736+0000 mon.a (mon.0) 1426 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:37.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:37 smithi155 bash[14970]: audit 2024-09-10T19:35:36.571539+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:37.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:37 smithi155 bash[14970]: audit 2024-09-10T19:35:36.574990+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:35:37.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:37 smithi155 bash[14970]: audit 2024-09-10T19:35:36.575792+0000 mon.a (mon.0) 1429 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:37.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:37 smithi155 bash[14970]: audit 2024-09-10T19:35:36.576537+0000 mon.a (mon.0) 1430 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:37.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:37 smithi155 bash[14970]: audit 2024-09-10T19:35:36.577189+0000 mon.a (mon.0) 1431 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:37.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:37 smithi155 bash[14970]: audit 2024-09-10T19:35:36.577856+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:37.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:37 smithi155 bash[14970]: audit 2024-09-10T19:35:37.049121+0000 mon.c (mon.1) 160 : audit [DBG] from='client.? 172.21.15.155:0/471306834' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:37.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:37 smithi155 bash[18934]: audit 2024-09-10T19:35:35.769381+0000 mgr.y (mgr.24865) 197 : audit [DBG] from='client.25201 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:35:37.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:37 smithi155 bash[18934]: audit 2024-09-10T19:35:36.173227+0000 mgr.y (mgr.24865) 198 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:35:37.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:37 smithi155 bash[18934]: cephadm 2024-09-10T19:35:36.419824+0000 mgr.y (mgr.24865) 199 : cephadm [INF] Upgrade: Updating mon.b 2024-09-10T19:35:37.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:37 smithi155 bash[18934]: cephadm 2024-09-10T19:35:36.433854+0000 mgr.y (mgr.24865) 200 : cephadm [INF] Deploying daemon mon.b on smithi189 2024-09-10T19:35:37.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:37 smithi155 bash[18934]: audit 2024-09-10T19:35:36.567347+0000 mon.a (mon.0) 1422 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:35:37.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:37 smithi155 bash[18934]: audit 2024-09-10T19:35:36.568269+0000 mon.a (mon.0) 1423 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:35:37.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:37 smithi155 bash[18934]: audit 2024-09-10T19:35:36.569078+0000 mon.a (mon.0) 1424 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:37.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:37 smithi155 bash[18934]: audit 2024-09-10T19:35:36.569890+0000 mon.a (mon.0) 1425 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:37.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:37 smithi155 bash[18934]: audit 2024-09-10T19:35:36.570736+0000 mon.a (mon.0) 1426 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:37.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:37 smithi155 bash[18934]: audit 2024-09-10T19:35:36.571539+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:37.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:37 smithi155 bash[18934]: audit 2024-09-10T19:35:36.574990+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:35:37.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:37 smithi155 bash[18934]: audit 2024-09-10T19:35:36.575792+0000 mon.a (mon.0) 1429 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:37.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:37 smithi155 bash[18934]: audit 2024-09-10T19:35:36.576537+0000 mon.a (mon.0) 1430 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:37.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:37 smithi155 bash[18934]: audit 2024-09-10T19:35:36.577189+0000 mon.a (mon.0) 1431 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:37.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:37 smithi155 bash[18934]: audit 2024-09-10T19:35:36.577856+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:35:37.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:37 smithi155 bash[18934]: audit 2024-09-10T19:35:37.049121+0000 mon.c (mon.1) 160 : audit [DBG] from='client.? 172.21.15.155:0/471306834' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:38.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:38 smithi155 bash[18934]: audit 2024-09-10T19:35:36.563951+0000 mgr.y (mgr.24865) 201 : audit [DBG] from='client.25213 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:35:38.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:38 smithi155 bash[18934]: cluster 2024-09-10T19:35:37.276081+0000 mgr.y (mgr.24865) 202 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:38.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:38 smithi155 bash[18934]: audit 2024-09-10T19:35:37.450671+0000 mgr.y (mgr.24865) 203 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:35:38.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:38 smithi155 bash[14970]: audit 2024-09-10T19:35:36.563951+0000 mgr.y (mgr.24865) 201 : audit [DBG] from='client.25213 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:35:38.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:38 smithi155 bash[14970]: cluster 2024-09-10T19:35:37.276081+0000 mgr.y (mgr.24865) 202 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:38.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:38 smithi155 bash[14970]: audit 2024-09-10T19:35:37.450671+0000 mgr.y (mgr.24865) 203 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:35:38.841 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:38 smithi189 bash[14634]: audit 2024-09-10T19:35:36.563951+0000 mgr.y (mgr.24865) 201 : audit [DBG] from='client.25213 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:35:38.841 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:38 smithi189 bash[14634]: cluster 2024-09-10T19:35:37.276081+0000 mgr.y (mgr.24865) 202 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:38.841 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:38 smithi189 bash[14634]: audit 2024-09-10T19:35:37.450671+0000 mgr.y (mgr.24865) 203 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:35:38.841 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:38 smithi189 systemd[1]: Stopping Ceph mon.b for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:35:39.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:38 smithi189 bash[14634]: debug 2024-09-10T19:35:38.961+0000 7fdb42bdf700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T19:35:39.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:38 smithi189 bash[14634]: debug 2024-09-10T19:35:38.961+0000 7fdb42bdf700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-09-10T19:35:40.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:39 smithi189 bash[38040]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-mon.b 2024-09-10T19:35:40.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:39 smithi189 bash[38112]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-mon.b 2024-09-10T19:35:40.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:40 smithi189 systemd[1]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mon.b.service: Succeeded. 2024-09-10T19:35:40.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:40 smithi189 systemd[1]: Stopped Ceph mon.b for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:35:40.701 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:40 smithi189 systemd[1]: Started Ceph mon.b for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:35:41.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.453+0000 7feefffae900 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-10T19:35:41.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.453+0000 7feefffae900 0 ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable), process ceph-mon, pid 8 2024-09-10T19:35:41.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.453+0000 7feefffae900 0 pidfile_write: ignore empty --pid-file 2024-09-10T19:35:41.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 0 load: jerasure load: lrc 2024-09-10T19:35:41.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: RocksDB version: 6.15.5 2024-09-10T19:35:41.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-10T19:35:41.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Compile date Sep 9 2024 2024-09-10T19:35:41.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: DB SUMMARY 2024-09-10T19:35:41.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: DB Session ID: YYOCBHZ1C2QJSU9YBJS7 2024-09-10T19:35:41.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: CURRENT file: CURRENT 2024-09-10T19:35:41.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: IDENTITY file: IDENTITY 2024-09-10T19:35:41.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 3425 Bytes 2024-09-10T19:35:41.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 2, files: 000078.sst 000079.sst 2024-09-10T19:35:41.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000076.log size: 2007753 ; 2024-09-10T19:35:41.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.error_if_exists: 0 2024-09-10T19:35:41.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.create_if_missing: 0 2024-09-10T19:35:41.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.paranoid_checks: 1 2024-09-10T19:35:41.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-10T19:35:41.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.env: 0x556de0818440 2024-09-10T19:35:41.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.fs: Posix File System 2024-09-10T19:35:41.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.info_log: 0x556de2db4ee0 2024-09-10T19:35:41.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-10T19:35:41.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.statistics: (nil) 2024-09-10T19:35:41.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.use_fsync: 0 2024-09-10T19:35:41.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.max_log_file_size: 0 2024-09-10T19:35:41.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T19:35:41.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T19:35:41.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-10T19:35:41.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-10T19:35:41.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.allow_fallocate: 1 2024-09-10T19:35:41.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-10T19:35:41.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-10T19:35:41.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.use_direct_reads: 0 2024-09-10T19:35:41.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T19:35:41.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.create_missing_column_families: 0 2024-09-10T19:35:41.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.db_log_dir: 2024-09-10T19:35:41.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-b/store.db 2024-09-10T19:35:41.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T19:35:41.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T19:35:41.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T19:35:41.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-10T19:35:41.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T19:35:41.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T19:35:41.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.advise_random_on_open: 1 2024-09-10T19:35:41.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-10T19:35:41.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.write_buffer_manager: 0x556de2e72780 2024-09-10T19:35:41.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T19:35:41.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-10T19:35:41.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T19:35:41.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T19:35:41.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.rate_limiter: (nil) 2024-09-10T19:35:41.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T19:35:41.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-10T19:35:41.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-10T19:35:41.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-10T19:35:41.707 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.unordered_write: 0 2024-09-10T19:35:41.708 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T19:35:41.708 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T19:35:41.708 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T19:35:41.708 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T19:35:41.708 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.row_cache: None 2024-09-10T19:35:41.708 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.wal_filter: None 2024-09-10T19:35:41.708 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T19:35:41.708 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-10T19:35:41.708 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.preserve_deletes: 0 2024-09-10T19:35:41.708 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.two_write_queues: 0 2024-09-10T19:35:41.708 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.manual_wal_flush: 0 2024-09-10T19:35:41.708 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.atomic_flush: 0 2024-09-10T19:35:41.708 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T19:35:41.709 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-10T19:35:41.709 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-10T19:35:41.709 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.log_readahead_size: 0 2024-09-10T19:35:41.709 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-10T19:35:41.709 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-10T19:35:41.709 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-10T19:35:41.709 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-10T19:35:41.709 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-10T19:35:41.709 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-10T19:35:41.709 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.max_background_jobs: 2 2024-09-10T19:35:41.709 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.max_background_compactions: -1 2024-09-10T19:35:41.709 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.max_subcompactions: 1 2024-09-10T19:35:41.710 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T19:35:41.710 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T19:35:41.710 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T19:35:41.710 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.max_total_wal_size: 0 2024-09-10T19:35:41.710 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T19:35:41.710 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T19:35:41.710 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T19:35:41.710 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T19:35:41.710 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.max_open_files: -1 2024-09-10T19:35:41.710 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.bytes_per_sync: 0 2024-09-10T19:35:41.710 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T19:35:41.710 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-10T19:35:41.710 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-10T19:35:41.710 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.max_background_flushes: -1 2024-09-10T19:35:41.711 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Compression algorithms supported: 2024-09-10T19:35:41.711 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: kZSTD supported: 0 2024-09-10T19:35:41.711 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: kXpressCompression supported: 0 2024-09-10T19:35:41.711 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: kBZip2Compression supported: 0 2024-09-10T19:35:41.711 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T19:35:41.711 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: kLZ4Compression supported: 1 2024-09-10T19:35:41.711 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: kZlibCompression supported: 1 2024-09-10T19:35:41.711 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-10T19:35:41.711 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: kSnappyCompression supported: 1 2024-09-10T19:35:41.711 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T19:35:41.711 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-09-10T19:35:41.711 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2024-09-10T19:35:41.711 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T19:35:41.711 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.merge_operator: 2024-09-10T19:35:41.712 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.compaction_filter: None 2024-09-10T19:35:41.712 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.compaction_filter_factory: None 2024-09-10T19:35:41.712 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-10T19:35:41.712 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T19:35:41.712 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T19:35:41.712 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556de2d5da38) 2024-09-10T19:35:41.712 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: cache_index_and_filter_blocks: 1 2024-09-10T19:35:41.712 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-10T19:35:41.712 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T19:35:41.712 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: pin_top_level_index_and_filter: 1 2024-09-10T19:35:41.712 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: index_type: 0 2024-09-10T19:35:41.712 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: data_block_index_type: 0 2024-09-10T19:35:41.712 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: index_shortening: 1 2024-09-10T19:35:41.712 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: data_block_hash_table_util_ratio: 0.750000 2024-09-10T19:35:41.713 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: hash_index_allow_collision: 1 2024-09-10T19:35:41.713 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: checksum: 1 2024-09-10T19:35:41.713 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: no_block_cache: 0 2024-09-10T19:35:41.713 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: block_cache: 0x556de2d911f0 2024-09-10T19:35:41.713 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: block_cache_name: BinnedLRUCache 2024-09-10T19:35:41.713 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: block_cache_options: 2024-09-10T19:35:41.713 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: capacity : 536870912 2024-09-10T19:35:41.713 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: num_shard_bits : 4 2024-09-10T19:35:41.713 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: strict_capacity_limit : 0 2024-09-10T19:35:41.713 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: high_pri_pool_ratio: 0.000 2024-09-10T19:35:41.713 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: block_cache_compressed: (nil) 2024-09-10T19:35:41.713 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: persistent_cache: (nil) 2024-09-10T19:35:41.713 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: block_size: 4096 2024-09-10T19:35:41.713 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: block_size_deviation: 10 2024-09-10T19:35:41.714 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: block_restart_interval: 16 2024-09-10T19:35:41.714 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: index_block_restart_interval: 1 2024-09-10T19:35:41.714 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: metadata_block_size: 4096 2024-09-10T19:35:41.714 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: partition_filters: 0 2024-09-10T19:35:41.714 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: use_delta_encoding: 1 2024-09-10T19:35:41.714 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-10T19:35:41.714 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: whole_key_filtering: 1 2024-09-10T19:35:41.714 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: verify_compression: 0 2024-09-10T19:35:41.714 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: read_amp_bytes_per_bit: 0 2024-09-10T19:35:41.714 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: format_version: 4 2024-09-10T19:35:41.714 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: enable_index_compression: 1 2024-09-10T19:35:41.714 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: block_align: 0 2024-09-10T19:35:41.714 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-10T19:35:41.714 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-10T19:35:41.715 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.compression: NoCompression 2024-09-10T19:35:41.715 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-10T19:35:41.715 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-10T19:35:41.715 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T19:35:41.715 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.num_levels: 7 2024-09-10T19:35:41.715 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T19:35:41.715 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T19:35:41.715 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-10T19:35:41.715 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T19:35:41.715 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T19:35:41.715 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T19:35:41.715 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T19:35:41.715 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T19:35:41.716 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-10T19:35:41.716 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T19:35:41.716 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T19:35:41.716 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.compression_opts.level: 32767 2024-09-10T19:35:41.716 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-10T19:35:41.716 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T19:35:41.716 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T19:35:41.716 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-10T19:35:41.716 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.compression_opts.enabled: false 2024-09-10T19:35:41.716 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T19:35:41.716 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T19:35:41.716 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T19:35:41.716 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-10T19:35:41.717 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T19:35:41.717 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T19:35:41.717 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T19:35:41.717 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T19:35:41.718 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T19:35:41.718 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T19:35:41.718 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T19:35:41.718 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T19:35:41.718 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T19:35:41.718 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T19:35:41.718 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T19:35:41.718 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T19:35:41.718 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T19:35:41.718 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.arena_block_size: 4194304 2024-09-10T19:35:41.718 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T19:35:41.718 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T19:35:41.718 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-10T19:35:41.719 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-10T19:35:41.719 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T19:35:41.719 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T19:35:41.719 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T19:35:41.719 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T19:35:41.719 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T19:35:41.719 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T19:35:41.719 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T19:35:41.719 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T19:35:41.719 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T19:35:41.719 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T19:35:41.719 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-10T19:35:41.719 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.inplace_update_support: 0 2024-09-10T19:35:41.720 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T19:35:41.720 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T19:35:41.720 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T19:35:41.720 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T19:35:41.720 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.bloom_locality: 0 2024-09-10T19:35:41.720 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.max_successive_merges: 0 2024-09-10T19:35:41.720 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T19:35:41.720 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-10T19:35:41.720 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.force_consistency_checks: 1 2024-09-10T19:35:41.720 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-10T19:35:41.720 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.ttl: 2592000 2024-09-10T19:35:41.720 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-10T19:35:41.720 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.enable_blob_files: false 2024-09-10T19:35:41.720 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.min_blob_size: 0 2024-09-10T19:35:41.721 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.blob_file_size: 268435456 2024-09-10T19:35:41.721 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-10T19:35:41.721 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-10T19:35:41.721 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.457+0000 7feefffae900 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-10T19:35:41.721 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.461+0000 7feefffae900 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 81, last_sequence is 29887, log_number is 76,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-10T19:35:41.721 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.461+0000 7feefffae900 4 rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 76 2024-09-10T19:35:41.721 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.461+0000 7feefffae900 4 rocksdb: [db/version_set.cc:4082] Creating manifest 81 2024-09-10T19:35:41.721 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.461+0000 7feefffae900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725996941465889, "job": 1, "event": "recovery_started", "wal_files": [76]} 2024-09-10T19:35:41.721 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.461+0000 7feefffae900 4 rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #76 mode 2 2024-09-10T19:35:41.721 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.465+0000 7feefffae900 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-10T19:35:41.721 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.469+0000 7feefffae900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725996941472765, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 82, "file_size": 1335551, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 1333083, "index_size": 1187, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 325, "raw_key_size": 2251, "raw_average_key_size": 23, "raw_value_size": 1330277, "raw_average_value_size": 13714, "num_data_blocks": 52, "num_entries": 97, "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": 1725996941, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "1927b1dd-3c70-42d8-a4c9-72c6792fa745", "db_session_id": "YYOCBHZ1C2QJSU9YBJS7"}} 2024-09-10T19:35:41.721 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.469+0000 7feefffae900 4 rocksdb: [db/version_set.cc:4082] Creating manifest 83 2024-09-10T19:35:41.722 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.469+0000 7feefffae900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725996941473666, "job": 1, "event": "recovery_finished"} 2024-09-10T19:35:41.722 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.469+0000 7feefffae900 4 rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000076.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-10T19:35:41.722 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.469+0000 7feefffae900 4 rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x556de2dc6700 2024-09-10T19:35:41.722 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.469+0000 7feefffae900 4 rocksdb: DB pointer 0x556de2d94000 2024-09-10T19:35:41.722 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.469+0000 7feef5d7a640 4 rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2024-09-10T19:35:41.722 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.469+0000 7feef5d7a640 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-09-10T19:35:41.722 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: ** DB Stats ** 2024-09-10T19:35:41.722 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T19:35:41.722 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: 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-10T19:35:41.722 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T19:35:41.722 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T19:35:41.722 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: 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-10T19:35:41.722 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-10T19:35:41.722 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T19:35:41.722 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: ** Compaction Stats [default] ** 2024-09-10T19:35:41.723 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: 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-10T19:35:41.723 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T19:35:41.723 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: L0 1/0 1.27 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 346.6 0.00 0.00 1 0.004 0 0 2024-09-10T19:35:41.723 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: L6 2/0 113.45 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-10T19:35:41.723 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: Sum 3/0 114.73 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 346.6 0.00 0.00 1 0.004 0 0 2024-09-10T19:35:41.723 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 346.6 0.00 0.00 1 0.004 0 0 2024-09-10T19:35:41.723 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: ** Compaction Stats [default] ** 2024-09-10T19:35:41.723 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: 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-10T19:35:41.723 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T19:35:41.723 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 346.6 0.00 0.00 1 0.004 0 0 2024-09-10T19:35:41.723 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T19:35:41.723 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: Flush(GB): cumulative 0.001, interval 0.001 2024-09-10T19:35:41.723 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T19:35:41.723 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T19:35:41.723 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T19:35:41.724 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: AddFile(Keys): cumulative 0, interval 0 2024-09-10T19:35:41.724 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: Cumulative compaction: 0.00 GB write, 105.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T19:35:41.724 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: Interval compaction: 0.00 GB write, 105.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T19:35:41.724 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: 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-10T19:35:41.724 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: ** File Read Latency Histogram By Level [default] ** 2024-09-10T19:35:41.724 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: ** Compaction Stats [default] ** 2024-09-10T19:35:41.724 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: 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-10T19:35:41.724 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T19:35:41.724 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: L0 1/0 1.27 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 346.6 0.00 0.00 1 0.004 0 0 2024-09-10T19:35:41.724 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: L6 2/0 113.45 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-10T19:35:41.724 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: Sum 3/0 114.73 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 346.6 0.00 0.00 1 0.004 0 0 2024-09-10T19:35:41.724 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: 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-10T19:35:41.724 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: ** Compaction Stats [default] ** 2024-09-10T19:35:41.724 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: 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-10T19:35:41.724 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T19:35:41.725 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 346.6 0.00 0.00 1 0.004 0 0 2024-09-10T19:35:41.725 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T19:35:41.725 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: Flush(GB): cumulative 0.001, interval 0.000 2024-09-10T19:35:41.725 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T19:35:41.725 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T19:35:41.725 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T19:35:41.725 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: AddFile(Keys): cumulative 0, interval 0 2024-09-10T19:35:41.725 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: Cumulative compaction: 0.00 GB write, 104.87 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T19:35:41.725 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: 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-10T19:35:41.725 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: 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-10T19:35:41.725 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: ** File Read Latency Histogram By Level [default] ** 2024-09-10T19:35:41.725 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.469+0000 7feefffae900 0 starting mon.b rank 2 at public addrs [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] at bind addrs [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid e044737e-6fa6-11ef-bcea-c7b262605968 2024-09-10T19:35:41.725 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.473+0000 7feefffae900 1 mon.b@-1(???) e3 preinit fsid e044737e-6fa6-11ef-bcea-c7b262605968 2024-09-10T19:35:41.725 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.473+0000 7feefffae900 0 mon.b@-1(???).mds e1 new map 2024-09-10T19:35:41.726 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.473+0000 7feefffae900 0 mon.b@-1(???).mds e1 print_map 2024-09-10T19:35:41.726 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: e1 2024-09-10T19:35:41.726 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: enable_multiple, ever_enabled_multiple: 0,0 2024-09-10T19:35:41.726 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: 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-10T19:35:41.726 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: legacy client fscid: -1 2024-09-10T19:35:41.726 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: 2024-09-10T19:35:41.726 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: No filesystems configured 2024-09-10T19:35:41.726 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.473+0000 7feefffae900 0 mon.b@-1(???).osd e64 crush map has features 3314933000852226048, adjusting msgr requires 2024-09-10T19:35:41.726 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.473+0000 7feefffae900 0 mon.b@-1(???).osd e64 crush map has features 288514051259236352, adjusting msgr requires 2024-09-10T19:35:41.726 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.473+0000 7feefffae900 0 mon.b@-1(???).osd e64 crush map has features 288514051259236352, adjusting msgr requires 2024-09-10T19:35:41.726 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.473+0000 7feefffae900 0 mon.b@-1(???).osd e64 crush map has features 288514051259236352, adjusting msgr requires 2024-09-10T19:35:41.726 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:35:41 smithi189 bash[38194]: debug 2024-09-10T19:35:41.473+0000 7feefffae900 1 mon.b@-1(???).paxosservice(auth 1..28) refresh upgraded, format 0 -> 3 2024-09-10T19:35:43.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[14970]: audit 2024-09-10T19:35:40.284852+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:35:43.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[14970]: audit 2024-09-10T19:35:40.286570+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:34:50.030577Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:34:50.030599Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:35:43.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[14970]: cluster 2024-09-10T19:35:41.278273+0000 mgr.y (mgr.24865) 205 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:43.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[14970]: cluster 2024-09-10T19:35:41.690993+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-10T19:35:43.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[14970]: cluster 2024-09-10T19:35:41.692284+0000 mon.c (mon.1) 161 : cluster [INF] mon.c calling monitor election 2024-09-10T19:35:43.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[18934]: audit 2024-09-10T19:35:40.284852+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:35:43.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[18934]: audit 2024-09-10T19:35:40.286570+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:34:50.030577Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:34:50.030599Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:35:43.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[18934]: cluster 2024-09-10T19:35:41.278273+0000 mgr.y (mgr.24865) 205 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:43.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[18934]: cluster 2024-09-10T19:35:41.690993+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-10T19:35:43.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[18934]: cluster 2024-09-10T19:35:41.692284+0000 mon.c (mon.1) 161 : cluster [INF] mon.c calling monitor election 2024-09-10T19:35:43.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[14970]: audit 2024-09-10T19:35:41.692549+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:34:50.030577Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:34:50.030599Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:35:43.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[18934]: audit 2024-09-10T19:35:41.692549+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:34:50.030577Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:34:50.030599Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:35:43.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[18934]: audit 2024-09-10T19:35:41.693199+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:34:50.030577Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:34:50.030599Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:35:43.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[18934]: cluster 2024-09-10T19:35:41.693358+0000 mon.a (mon.0) 1437 : cluster [INF] mon.a calling monitor election 2024-09-10T19:35:43.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[18934]: cluster 2024-09-10T19:35:41.696900+0000 mon.a (mon.0) 1438 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-10T19:35:43.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[18934]: cluster 2024-09-10T19:35:41.705957+0000 mon.a (mon.0) 1439 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],b=[v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0],c=[v2:172.21.15.155:3301/0,v1:172.21.15.155:6790/0]} 2024-09-10T19:35:43.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[18934]: cluster 2024-09-10T19:35:41.706077+0000 mon.a (mon.0) 1440 : cluster [DBG] fsmap 2024-09-10T19:35:43.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[18934]: cluster 2024-09-10T19:35:41.706139+0000 mon.a (mon.0) 1441 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-10T19:35:43.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[18934]: cluster 2024-09-10T19:35:41.707035+0000 mon.a (mon.0) 1442 : cluster [DBG] mgrmap e37: y(active, since 4m), standbys: x 2024-09-10T19:35:43.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[18934]: audit 2024-09-10T19:35:41.709410+0000 mon.a (mon.0) 1443 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:34:50.030577Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:34:50.030599Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:35:43.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[18934]: cluster 2024-09-10T19:35:41.713666+0000 mon.a (mon.0) 1444 : cluster [INF] overall HEALTH_OK 2024-09-10T19:35:43.093 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[14970]: audit 2024-09-10T19:35:41.693199+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:34:50.030577Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:34:50.030599Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:35:43.093 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[14970]: cluster 2024-09-10T19:35:41.693358+0000 mon.a (mon.0) 1437 : cluster [INF] mon.a calling monitor election 2024-09-10T19:35:43.093 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[14970]: cluster 2024-09-10T19:35:41.696900+0000 mon.a (mon.0) 1438 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-10T19:35:43.093 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[14970]: cluster 2024-09-10T19:35:41.705957+0000 mon.a (mon.0) 1439 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],b=[v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0],c=[v2:172.21.15.155:3301/0,v1:172.21.15.155:6790/0]} 2024-09-10T19:35:43.093 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[14970]: cluster 2024-09-10T19:35:41.706077+0000 mon.a (mon.0) 1440 : cluster [DBG] fsmap 2024-09-10T19:35:43.093 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[14970]: cluster 2024-09-10T19:35:41.706139+0000 mon.a (mon.0) 1441 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-10T19:35:43.093 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[14970]: cluster 2024-09-10T19:35:41.707035+0000 mon.a (mon.0) 1442 : cluster [DBG] mgrmap e37: y(active, since 4m), standbys: x 2024-09-10T19:35:43.093 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[14970]: audit 2024-09-10T19:35:41.709410+0000 mon.a (mon.0) 1443 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:34:50.030577Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:34:50.030599Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:35:43.094 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[14970]: cluster 2024-09-10T19:35:41.713666+0000 mon.a (mon.0) 1444 : cluster [INF] overall HEALTH_OK 2024-09-10T19:35:43.094 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[18934]: audit 2024-09-10T19:35:41.718544+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:34:50.030577Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:34:50.030599Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:35:43.094 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[18934]: audit 2024-09-10T19:35:41.720470+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"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\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409049497, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:34:27.974865Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59831746, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975131Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56161730, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975377Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60188262, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975619Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975856Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 41292922, \"cpu_percentage\": \"0.08%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976094Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 10375659, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976366Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"2e57a3903209\", \"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\": 27021803, \"cpu_percentage\": \"7.45%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976604Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:34:20.574738Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57357107, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.976840Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:35:36.433708Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_device_update\": \"2024-09-10T19:34:50.030665Z\", \"last_network_update\": \"2024-09-10T19:34:28.596636Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:35:30.950805Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:35:43.095 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[14970]: audit 2024-09-10T19:35:41.718544+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:34:50.030577Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:34:50.030599Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:35:43.095 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[18934]: audit 2024-09-10T19:35:41.726825+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"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\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409049497, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:34:27.974865Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59831746, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975131Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56161730, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975377Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60188262, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975619Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975856Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 41292922, \"cpu_percentage\": \"0.08%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976094Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 10375659, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976366Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"2e57a3903209\", \"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\": 27021803, \"cpu_percentage\": \"7.45%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976604Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:34:20.574738Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57357107, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.976840Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:35:36.433708Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_device_update\": \"2024-09-10T19:34:50.030665Z\", \"last_network_update\": \"2024-09-10T19:34:28.596636Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:35:30.950805Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:35:43.095 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[18934]: audit 2024-09-10T19:35:41.732631+0000 mon.a (mon.0) 1448 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:35:43.095 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[14970]: audit 2024-09-10T19:35:41.720470+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"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\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409049497, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:34:27.974865Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59831746, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975131Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56161730, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975377Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60188262, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975619Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975856Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 41292922, \"cpu_percentage\": \"0.08%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976094Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 10375659, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976366Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"2e57a3903209\", \"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\": 27021803, \"cpu_percentage\": \"7.45%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976604Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:34:20.574738Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57357107, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.976840Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:35:36.433708Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_device_update\": \"2024-09-10T19:34:50.030665Z\", \"last_network_update\": \"2024-09-10T19:34:28.596636Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:35:30.950805Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:35:43.096 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[14970]: audit 2024-09-10T19:35:41.726825+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"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\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 409049497, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:34:27.974865Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59831746, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975131Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56161730, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975377Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60188262, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975619Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59789803, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.975856Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 41292922, \"cpu_percentage\": \"0.08%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976094Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 10375659, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976366Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"2e57a3903209\", \"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\": 27021803, \"cpu_percentage\": \"7.45%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-10T19:34:27.976604Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:34:20.574738Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57357107, \"cpu_percentage\": \"0.22%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:34:27.976840Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:35:36.433708Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_device_update\": \"2024-09-10T19:34:50.030665Z\", \"last_network_update\": \"2024-09-10T19:34:28.596636Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:35:30.950805Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:35:43.096 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:42 smithi155 bash[14970]: audit 2024-09-10T19:35:41.732631+0000 mon.a (mon.0) 1448 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:35:44.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:43 smithi155 bash[14970]: cluster 2024-09-10T19:35:43.279000+0000 mgr.y (mgr.24865) 206 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:44.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:43 smithi155 bash[18934]: cluster 2024-09-10T19:35:43.279000+0000 mgr.y (mgr.24865) 206 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:46.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:46 smithi155 bash[14970]: cluster 2024-09-10T19:35:45.280483+0000 mgr.y (mgr.24865) 207 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:46.840 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:35:46 smithi155 bash[41040]: debug 2024-09-10T19:35:46.485+0000 7fccb588a640 -1 mgr.server handle_report got status from non-daemon mon.b 2024-09-10T19:35:46.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:46 smithi155 bash[18934]: cluster 2024-09-10T19:35:45.280483+0000 mgr.y (mgr.24865) 207 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:48.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:48 smithi155 bash[18934]: cluster 2024-09-10T19:35:47.281200+0000 mgr.y (mgr.24865) 208 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:48.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:48 smithi155 bash[18934]: audit 2024-09-10T19:35:48.129152+0000 mon.a (mon.0) 1449 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:35:48.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:48 smithi155 bash[18934]: audit 2024-09-10T19:35:48.130829+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:34:50.030577Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:34:50.030599Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:35:48.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:48 smithi155 bash[14970]: cluster 2024-09-10T19:35:47.281200+0000 mgr.y (mgr.24865) 208 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:48.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:48 smithi155 bash[14970]: audit 2024-09-10T19:35:48.129152+0000 mon.a (mon.0) 1449 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:35:48.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:48 smithi155 bash[14970]: audit 2024-09-10T19:35:48.130829+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:34:50.030577Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:34:50.030599Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:35:48.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:48 smithi155 bash[18934]: audit 2024-09-10T19:35:48.135719+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:34:50.030577Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:34:50.030599Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:35:48.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:48 smithi155 bash[18934]: audit 2024-09-10T19:35:48.137557+0000 mon.a (mon.0) 1452 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"f29d1decbead\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 21999124, \"cpu_percentage\": \"1.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.124864Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:35:40.305424Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.27%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:35:48.125245Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60051947, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.125505Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56497274, \"cpu_percentage\": \"0.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.125750Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60177776, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.125991Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60303605, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.126231Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 44145049, \"cpu_percentage\": \"0.06%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.126468Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 11775508, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.126706Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"2e57a3903209\", \"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\": 85458944, \"cpu_percentage\": \"0.07%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.126944Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:34:20.574738Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57870909, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.127180Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:35:36.433708Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:35:48.127588Z\", \"last_device_update\": \"2024-09-10T19:34:50.030665Z\", \"last_network_update\": \"2024-09-10T19:34:28.596636Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:35:30.950805Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:35:48.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:48 smithi155 bash[18934]: audit 2024-09-10T19:35:48.142944+0000 mon.a (mon.0) 1453 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"f29d1decbead\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 21999124, \"cpu_percentage\": \"1.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.124864Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:35:40.305424Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.27%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:35:48.125245Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60051947, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.125505Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56497274, \"cpu_percentage\": \"0.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.125750Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60177776, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.125991Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60303605, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.126231Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 44145049, \"cpu_percentage\": \"0.06%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.126468Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 11775508, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.126706Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"2e57a3903209\", \"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\": 85458944, \"cpu_percentage\": \"0.07%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.126944Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:34:20.574738Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57870909, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.127180Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:35:36.433708Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:35:48.127588Z\", \"last_device_update\": \"2024-09-10T19:34:50.030665Z\", \"last_network_update\": \"2024-09-10T19:34:28.596636Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:35:30.950805Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:35:48.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:48 smithi155 bash[14970]: audit 2024-09-10T19:35:48.135719+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:34:50.030577Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:34:50.030599Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:35:48.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:48 smithi155 bash[14970]: audit 2024-09-10T19:35:48.137557+0000 mon.a (mon.0) 1452 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"f29d1decbead\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 21999124, \"cpu_percentage\": \"1.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.124864Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:35:40.305424Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.27%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:35:48.125245Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60051947, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.125505Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56497274, \"cpu_percentage\": \"0.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.125750Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60177776, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.125991Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60303605, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.126231Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 44145049, \"cpu_percentage\": \"0.06%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.126468Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 11775508, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.126706Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"2e57a3903209\", \"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\": 85458944, \"cpu_percentage\": \"0.07%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.126944Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:34:20.574738Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57870909, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.127180Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:35:36.433708Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:35:48.127588Z\", \"last_device_update\": \"2024-09-10T19:34:50.030665Z\", \"last_network_update\": \"2024-09-10T19:34:28.596636Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:35:30.950805Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:35:48.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:48 smithi155 bash[14970]: audit 2024-09-10T19:35:48.142944+0000 mon.a (mon.0) 1453 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"f29d1decbead\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 21999124, \"cpu_percentage\": \"1.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.124864Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:35:40.305424Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.27%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:35:48.125245Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60051947, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.125505Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56497274, \"cpu_percentage\": \"0.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.125750Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60177776, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.125991Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60303605, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.126231Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 44145049, \"cpu_percentage\": \"0.06%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.126468Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 11775508, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.126706Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"2e57a3903209\", \"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\": 85458944, \"cpu_percentage\": \"0.07%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.126944Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:34:20.574738Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57870909, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.127180Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:35:36.433708Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:35:48.127588Z\", \"last_device_update\": \"2024-09-10T19:34:50.030665Z\", \"last_network_update\": \"2024-09-10T19:34:28.596636Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:35:30.950805Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:35:49.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:49 smithi155 bash[14970]: audit 2024-09-10T19:35:48.532103+0000 mon.a (mon.0) 1454 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:35:49.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:49 smithi155 bash[14970]: audit 2024-09-10T19:35:48.751691+0000 mon.a (mon.0) 1455 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:35:49.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:49 smithi155 bash[14970]: audit 2024-09-10T19:35:48.753284+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:34:50.030577Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:34:50.030599Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:35:49.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:49 smithi155 bash[18934]: audit 2024-09-10T19:35:48.532103+0000 mon.a (mon.0) 1454 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:35:49.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:49 smithi155 bash[18934]: audit 2024-09-10T19:35:48.751691+0000 mon.a (mon.0) 1455 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:35:49.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:49 smithi155 bash[18934]: audit 2024-09-10T19:35:48.753284+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:34:50.030577Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:34:50.030599Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:35:49.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:49 smithi155 bash[18934]: audit 2024-09-10T19:35:48.759716+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:34:50.030577Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:34:50.030599Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:35:49.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:49 smithi155 bash[14970]: audit 2024-09-10T19:35:48.759716+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:34:50.030577Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:34:50.030599Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XKLY\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:35:49.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:49 smithi155 bash[18934]: audit 2024-09-10T19:35:48.761611+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"f29d1decbead\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 21999124, \"cpu_percentage\": \"1.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.124864Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:35:40.305424Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.27%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:35:48.125245Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60051947, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.125505Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56497274, \"cpu_percentage\": \"0.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.125750Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60177776, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.125991Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60303605, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.126231Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 44145049, \"cpu_percentage\": \"0.06%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.126468Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 11775508, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.126706Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"2e57a3903209\", \"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\": 85458944, \"cpu_percentage\": \"0.07%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.126944Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:34:20.574738Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57870909, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.127180Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:35:36.433708Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:35:48.127588Z\", \"last_device_update\": \"2024-09-10T19:34:50.030665Z\", \"last_network_update\": \"2024-09-10T19:35:48.750195Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:35:30.950805Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:35:49.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:49 smithi155 bash[18934]: audit 2024-09-10T19:35:48.769960+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"f29d1decbead\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 21999124, \"cpu_percentage\": \"1.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.124864Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:35:40.305424Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.27%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:35:48.125245Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60051947, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.125505Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56497274, \"cpu_percentage\": \"0.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.125750Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60177776, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.125991Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60303605, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.126231Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 44145049, \"cpu_percentage\": \"0.06%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.126468Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 11775508, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.126706Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"2e57a3903209\", \"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\": 85458944, \"cpu_percentage\": \"0.07%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.126944Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:34:20.574738Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57870909, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.127180Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:35:36.433708Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:35:48.127588Z\", \"last_device_update\": \"2024-09-10T19:34:50.030665Z\", \"last_network_update\": \"2024-09-10T19:35:48.750195Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:35:30.950805Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:35:49.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:49 smithi155 bash[18934]: audit 2024-09-10T19:35:48.771791+0000 mon.a (mon.0) 1460 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:35:49.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:49 smithi155 bash[14970]: audit 2024-09-10T19:35:48.761611+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"f29d1decbead\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 21999124, \"cpu_percentage\": \"1.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.124864Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:35:40.305424Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.27%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:35:48.125245Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60051947, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.125505Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56497274, \"cpu_percentage\": \"0.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.125750Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60177776, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.125991Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60303605, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.126231Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 44145049, \"cpu_percentage\": \"0.06%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.126468Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 11775508, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.126706Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"2e57a3903209\", \"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\": 85458944, \"cpu_percentage\": \"0.07%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.126944Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:34:20.574738Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57870909, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.127180Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:35:36.433708Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:35:48.127588Z\", \"last_device_update\": \"2024-09-10T19:34:50.030665Z\", \"last_network_update\": \"2024-09-10T19:35:48.750195Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:35:30.950805Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:35:49.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:49 smithi155 bash[14970]: audit 2024-09-10T19:35:48.769960+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"f29d1decbead\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 21999124, \"cpu_percentage\": \"1.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.124864Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:35:40.305424Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.27%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:35:48.125245Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60051947, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.125505Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56497274, \"cpu_percentage\": \"0.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.125750Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60177776, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.125991Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60303605, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.126231Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 44145049, \"cpu_percentage\": \"0.06%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.126468Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 11775508, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.126706Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"2e57a3903209\", \"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\": 85458944, \"cpu_percentage\": \"0.07%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.126944Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:34:20.574738Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57870909, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.127180Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:35:36.433708Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:35:48.127588Z\", \"last_device_update\": \"2024-09-10T19:34:50.030665Z\", \"last_network_update\": \"2024-09-10T19:35:48.750195Z\", \"last_device_change\": \"2024-09-10T19:18:10.118107Z\", \"last_tuned_profile_update\": \"2024-09-10T19:35:30.950805Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:35:49.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:49 smithi155 bash[14970]: audit 2024-09-10T19:35:48.771791+0000 mon.a (mon.0) 1460 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:35:50.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:50 smithi155 bash[14970]: cluster 2024-09-10T19:35:49.281953+0000 mgr.y (mgr.24865) 209 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:50.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:50 smithi155 bash[18934]: cluster 2024-09-10T19:35:49.281953+0000 mgr.y (mgr.24865) 209 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:52.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:52 smithi155 bash[14970]: cluster 2024-09-10T19:35:51.283446+0000 mgr.y (mgr.24865) 210 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:52.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:52 smithi155 bash[18934]: cluster 2024-09-10T19:35:51.283446+0000 mgr.y (mgr.24865) 210 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:53.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:53 smithi155 bash[18934]: cluster 2024-09-10T19:35:53.284195+0000 mgr.y (mgr.24865) 211 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:53.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:53 smithi155 bash[14970]: cluster 2024-09-10T19:35:53.284195+0000 mgr.y (mgr.24865) 211 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:56.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:56 smithi155 bash[18934]: cluster 2024-09-10T19:35:55.285553+0000 mgr.y (mgr.24865) 212 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:56.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:56 smithi155 bash[14970]: cluster 2024-09-10T19:35:55.285553+0000 mgr.y (mgr.24865) 212 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:58.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:58 smithi155 bash[18934]: cluster 2024-09-10T19:35:57.286233+0000 mgr.y (mgr.24865) 213 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:58.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:58 smithi155 bash[14970]: cluster 2024-09-10T19:35:57.286233+0000 mgr.y (mgr.24865) 213 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:35:59.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.045622+0000 mon.a (mon.0) 1461 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:35:59.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.047130+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.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-10T19:35:59.043665Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL_SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:35:59.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.045622+0000 mon.a (mon.0) 1461 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:35:59.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.047130+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.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-10T19:35:59.043665Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL_SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:35:59.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.054238+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.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-10T19:35:59.043665Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL_SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:35:59.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.054238+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189.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-10T19:35:59.043665Z\", \"lvs\": [{\"block_uuid\": \"4039uP-2Dn0-BNtg-NkeK-fXgi-Ty8x-XGZg4V\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"ff0eda0e-18de-4f9f-a5bf-7e8113e1f618\", \"osd_id\": \"7\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"WmHq29-ih7d-07Rn-Bblp-Ll4z-88NS-ewh22s\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"05c4b051-4848-42d1-bd3f-f13e75c1c62c\", \"osd_id\": \"6\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"kvkMBQ-2gc4-ha0s-0jj7-Jcp4-CJu6-cL8vNF\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"2cb6dcb5-72ea-4648-a0a9-d03af7c97bfc\", \"osd_id\": \"5\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"pcRpwk-jMZf-8Fa2-Hacr-HMIC-6sje-QP6KH6\", \"cluster_fsid\": \"e044737e-6fa6-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"ccefe7ee-32c3-4ed7-8071-787f68e1b393\", \"osd_id\": \"4\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL_SSDPEDMD400G4_CVFT6232004L400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:35:59.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.056441+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"f29d1decbead\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 21999124, \"cpu_percentage\": \"1.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.124864Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:35:40.305424Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.27%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:35:48.125245Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60051947, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.125505Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56497274, \"cpu_percentage\": \"0.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.125750Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60177776, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.125991Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60303605, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.126231Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 44145049, \"cpu_percentage\": \"0.06%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.126468Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 11775508, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.126706Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"2e57a3903209\", \"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\": 85458944, \"cpu_percentage\": \"0.07%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.126944Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:34:20.574738Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57870909, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.127180Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:35:36.433708Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:35:48.127588Z\", \"last_device_update\": \"2024-09-10T19:35:59.043894Z\", \"last_network_update\": \"2024-09-10T19:35:48.750195Z\", \"last_device_change\": \"2024-09-10T19:35:59.043888Z\", \"last_tuned_profile_update\": \"2024-09-10T19:35:30.950805Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:35:59.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.056441+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"f29d1decbead\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 21999124, \"cpu_percentage\": \"1.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.124864Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:35:40.305424Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.27%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:35:48.125245Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60051947, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.125505Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56497274, \"cpu_percentage\": \"0.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.125750Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60177776, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.125991Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60303605, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.126231Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 44145049, \"cpu_percentage\": \"0.06%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.126468Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 11775508, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.126706Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"2e57a3903209\", \"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\": 85458944, \"cpu_percentage\": \"0.07%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.126944Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:34:20.574738Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57870909, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.127180Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:35:36.433708Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:35:48.127588Z\", \"last_device_update\": \"2024-09-10T19:35:59.043894Z\", \"last_network_update\": \"2024-09-10T19:35:48.750195Z\", \"last_device_change\": \"2024-09-10T19:35:59.043888Z\", \"last_tuned_profile_update\": \"2024-09-10T19:35:30.950805Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:35:59.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.062262+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"f29d1decbead\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 21999124, \"cpu_percentage\": \"1.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.124864Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:35:40.305424Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.27%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:35:48.125245Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60051947, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.125505Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56497274, \"cpu_percentage\": \"0.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.125750Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60177776, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.125991Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60303605, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.126231Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 44145049, \"cpu_percentage\": \"0.06%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.126468Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 11775508, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.126706Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"2e57a3903209\", \"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\": 85458944, \"cpu_percentage\": \"0.07%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.126944Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:34:20.574738Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57870909, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.127180Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:35:36.433708Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:35:48.127588Z\", \"last_device_update\": \"2024-09-10T19:35:59.043894Z\", \"last_network_update\": \"2024-09-10T19:35:48.750195Z\", \"last_device_change\": \"2024-09-10T19:35:59.043888Z\", \"last_tuned_profile_update\": \"2024-09-10T19:35:30.950805Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:35:59.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.065636+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:35:59.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.070124+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:35:59.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.125179+0000 mon.a (mon.0) 1468 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:35:59.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.127388+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:35:59.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.130084+0000 mon.a (mon.0) 1470 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:59.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.132917+0000 mon.a (mon.0) 1471 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:59.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.134509+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.crash"}]: dispatch 2024-09-10T19:35:59.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.142919+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.crash"}]': finished 2024-09-10T19:35:59.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.146238+0000 mon.a (mon.0) 1474 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:59.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.147915+0000 mon.a (mon.0) 1475 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mds"}]: dispatch 2024-09-10T19:35:59.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.155237+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mds"}]': finished 2024-09-10T19:35:59.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.157761+0000 mon.a (mon.0) 1477 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:59.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.159155+0000 mon.a (mon.0) 1478 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:35:59.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.165985+0000 mon.a (mon.0) 1479 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:35:59.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.062262+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi189","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi189\", \"container_id\": \"f29d1decbead\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 21999124, \"cpu_percentage\": \"1.26%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.124864Z\", \"created\": \"2024-09-10T19:02:24.156068Z\", \"started\": \"2024-09-10T19:35:40.305424Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi189\", \"container_id\": \"1e9c1f896a72\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.27%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:35:48.125245Z\", \"created\": \"2024-09-10T19:02:42.287651Z\", \"started\": \"2024-09-10T19:31:42.911623Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi189\", \"container_id\": \"34cb90c9d5b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60051947, \"cpu_percentage\": \"0.34%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.125505Z\", \"created\": \"2024-09-10T19:04:57.144456Z\", \"started\": \"2024-09-10T19:05:00.974639Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi189\", \"container_id\": \"4b3a3b60e1d5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56497274, \"cpu_percentage\": \"0.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.125750Z\", \"created\": \"2024-09-10T19:05:23.743830Z\", \"started\": \"2024-09-10T19:05:27.848949Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi189\", \"container_id\": \"c58c4c013902\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60177776, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.125991Z\", \"created\": \"2024-09-10T19:05:50.959191Z\", \"started\": \"2024-09-10T19:05:55.210498Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi189\", \"container_id\": \"fb02b608dde7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60303605, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.126231Z\", \"created\": \"2024-09-10T19:06:19.078531Z\", \"started\": \"2024-09-10T19:06:22.730712Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi189\", \"container_id\": \"a68b682055db\", \"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\": 44145049, \"cpu_percentage\": \"0.06%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.126468Z\", \"created\": \"2024-09-10T19:07:04.025480Z\", \"started\": \"2024-09-10T19:32:51.766753Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi189\", \"container_id\": \"57c4129454db\", \"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\": 11775508, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.126706Z\", \"created\": \"2024-09-10T19:07:05.593443Z\", \"started\": \"2024-09-10T19:32:19.737339Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi189\", \"container_id\": \"2e57a3903209\", \"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\": 85458944, \"cpu_percentage\": \"0.07%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:35:48.126944Z\", \"created\": \"2024-09-10T19:07:46.300493Z\", \"started\": \"2024-09-10T19:34:20.574738Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi189.dwpibf\", \"daemon_name\": \"rgw.r.z.smithi189.dwpibf\", \"hostname\": \"smithi189\", \"container_id\": \"6bddcdbdbf0b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57870909, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:35:48.127180Z\", \"created\": \"2024-09-10T19:09:11.314607Z\", \"started\": \"2024-09-10T19:09:11.336344Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:35:36.433708Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:31:29.378026Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T19:04:54.788247Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:21.395650Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T19:05:48.617627Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T19:06:16.600212Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:32:46.356380Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:32:15.613617Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:33:55.123503Z\"}, \"rgw.r.z.smithi189.dwpibf\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:08.787641Z\"}}, \"last_daemon_update\": \"2024-09-10T19:35:48.127588Z\", \"last_device_update\": \"2024-09-10T19:35:59.043894Z\", \"last_network_update\": \"2024-09-10T19:35:48.750195Z\", \"last_device_change\": \"2024-09-10T19:35:59.043888Z\", \"last_tuned_profile_update\": \"2024-09-10T19:35:30.950805Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.189\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:6df1\"]}}, \"last_host_check\": \"2024-09-10T19:33:26.678414Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:35:59.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.065636+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:35:59.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.070124+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:35:59.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.125179+0000 mon.a (mon.0) 1468 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:35:59.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.127388+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:35:59.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.130084+0000 mon.a (mon.0) 1470 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:59.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.132917+0000 mon.a (mon.0) 1471 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:59.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.134509+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.crash"}]: dispatch 2024-09-10T19:35:59.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.142919+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.crash"}]': finished 2024-09-10T19:35:59.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.146238+0000 mon.a (mon.0) 1474 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:59.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.147915+0000 mon.a (mon.0) 1475 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mds"}]: dispatch 2024-09-10T19:35:59.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.155237+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mds"}]': finished 2024-09-10T19:35:59.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.157761+0000 mon.a (mon.0) 1477 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:59.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.159155+0000 mon.a (mon.0) 1478 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:35:59.844 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.165985+0000 mon.a (mon.0) 1479 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:35:59.845 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.167864+0000 mon.a (mon.0) 1480 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:59.845 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.169228+0000 mon.a (mon.0) 1481 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon"}]: dispatch 2024-09-10T19:35:59.845 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.175879+0000 mon.a (mon.0) 1482 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon"}]': finished 2024-09-10T19:35:59.845 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.177281+0000 mon.a (mon.0) 1483 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-10T19:35:59.845 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.183386+0000 mon.a (mon.0) 1484 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-09-10T19:35:59.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.185443+0000 mon.a (mon.0) 1485 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:59.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.187243+0000 mon.a (mon.0) 1486 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.iscsi"}]: dispatch 2024-09-10T19:35:59.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.193909+0000 mon.a (mon.0) 1487 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.iscsi"}]': finished 2024-09-10T19:35:59.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.196281+0000 mon.a (mon.0) 1488 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:59.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.197684+0000 mon.a (mon.0) 1489 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.nfs"}]: dispatch 2024-09-10T19:35:59.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.204453+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.nfs"}]': finished 2024-09-10T19:35:59.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.207127+0000 mon.a (mon.0) 1491 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:59.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.208849+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon"}]: dispatch 2024-09-10T19:35:59.846 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.210250+0000 mon.a (mon.0) 1493 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-10T19:35:59.846 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.167864+0000 mon.a (mon.0) 1480 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:59.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.169228+0000 mon.a (mon.0) 1481 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon"}]: dispatch 2024-09-10T19:35:59.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.175879+0000 mon.a (mon.0) 1482 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon"}]': finished 2024-09-10T19:35:59.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.177281+0000 mon.a (mon.0) 1483 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-10T19:35:59.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.183386+0000 mon.a (mon.0) 1484 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-09-10T19:35:59.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.185443+0000 mon.a (mon.0) 1485 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:59.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.187243+0000 mon.a (mon.0) 1486 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.iscsi"}]: dispatch 2024-09-10T19:35:59.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.193909+0000 mon.a (mon.0) 1487 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.iscsi"}]': finished 2024-09-10T19:35:59.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.196281+0000 mon.a (mon.0) 1488 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:59.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.197684+0000 mon.a (mon.0) 1489 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.nfs"}]: dispatch 2024-09-10T19:35:59.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.204453+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.nfs"}]': finished 2024-09-10T19:35:59.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.207127+0000 mon.a (mon.0) 1491 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:59.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.208849+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon"}]: dispatch 2024-09-10T19:35:59.847 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.210250+0000 mon.a (mon.0) 1493 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-10T19:35:59.848 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.212606+0000 mon.a (mon.0) 1494 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:59.848 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.214182+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon"}]: dispatch 2024-09-10T19:35:59.848 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.215451+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-10T19:35:59.848 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.217581+0000 mon.a (mon.0) 1497 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:59.848 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.219165+0000 mon.a (mon.0) 1498 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon"}]: dispatch 2024-09-10T19:35:59.848 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.220465+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-10T19:35:59.848 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.222735+0000 mon.a (mon.0) 1500 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:59.848 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.224455+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon"}]: dispatch 2024-09-10T19:35:59.848 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.225895+0000 mon.a (mon.0) 1502 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-10T19:35:59.849 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.227742+0000 mon.a (mon.0) 1503 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:59.849 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.229310+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon"}]: dispatch 2024-09-10T19:35:59.849 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.230594+0000 mon.a (mon.0) 1505 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-10T19:35:59.849 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.232357+0000 mon.a (mon.0) 1506 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:59.849 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.233871+0000 mon.a (mon.0) 1507 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon"}]: dispatch 2024-09-10T19:35:59.849 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.235163+0000 mon.a (mon.0) 1508 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-10T19:35:59.849 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.236583+0000 mon.a (mon.0) 1509 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "global"}]: dispatch 2024-09-10T19:35:59.849 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.212606+0000 mon.a (mon.0) 1494 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:59.849 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.214182+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon"}]: dispatch 2024-09-10T19:35:59.849 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.215451+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-10T19:35:59.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.217581+0000 mon.a (mon.0) 1497 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:59.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.219165+0000 mon.a (mon.0) 1498 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon"}]: dispatch 2024-09-10T19:35:59.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.220465+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-10T19:35:59.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.222735+0000 mon.a (mon.0) 1500 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:59.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.224455+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon"}]: dispatch 2024-09-10T19:35:59.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.225895+0000 mon.a (mon.0) 1502 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-10T19:35:59.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.227742+0000 mon.a (mon.0) 1503 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:59.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.229310+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon"}]: dispatch 2024-09-10T19:35:59.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.230594+0000 mon.a (mon.0) 1505 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-10T19:35:59.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.232357+0000 mon.a (mon.0) 1506 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:35:59.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.233871+0000 mon.a (mon.0) 1507 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon"}]: dispatch 2024-09-10T19:35:59.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.235163+0000 mon.a (mon.0) 1508 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-10T19:35:59.850 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.236583+0000 mon.a (mon.0) 1509 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "global"}]: dispatch 2024-09-10T19:35:59.851 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.237867+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:35:59.851 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.245524+0000 mon.a (mon.0) 1511 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:35:59.851 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.247030+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:35:59.851 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.255310+0000 mon.a (mon.0) 1513 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:35:59.851 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.256612+0000 mon.a (mon.0) 1514 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:35:59.851 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.263391+0000 mon.a (mon.0) 1515 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:35:59.851 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.264716+0000 mon.a (mon.0) 1516 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:35:59.851 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.265915+0000 mon.a (mon.0) 1517 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:35:59.851 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.271244+0000 mon.a (mon.0) 1518 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T19:35:59.851 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.272447+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:35:59.851 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.273531+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:35:59.851 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.279375+0000 mon.a (mon.0) 1521 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:35:59.852 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.280601+0000 mon.a (mon.0) 1522 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:35:59.852 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.281883+0000 mon.a (mon.0) 1523 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:35:59.852 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.288793+0000 mon.a (mon.0) 1524 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-10T19:35:59.852 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.290412+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:35:59.852 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.237867+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:35:59.852 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.245524+0000 mon.a (mon.0) 1511 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:35:59.852 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.247030+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:35:59.852 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.255310+0000 mon.a (mon.0) 1513 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:35:59.852 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.256612+0000 mon.a (mon.0) 1514 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:35:59.852 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.263391+0000 mon.a (mon.0) 1515 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:35:59.853 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.264716+0000 mon.a (mon.0) 1516 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:35:59.853 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.265915+0000 mon.a (mon.0) 1517 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:35:59.853 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.271244+0000 mon.a (mon.0) 1518 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T19:35:59.853 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.272447+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:35:59.853 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.273531+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:35:59.853 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.279375+0000 mon.a (mon.0) 1521 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:35:59.853 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.280601+0000 mon.a (mon.0) 1522 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:35:59.853 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.281883+0000 mon.a (mon.0) 1523 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:35:59.853 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.288793+0000 mon.a (mon.0) 1524 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-10T19:35:59.853 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.290412+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:35:59.854 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.297088+0000 mon.a (mon.0) 1526 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T19:35:59.854 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.298341+0000 mon.a (mon.0) 1527 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:35:59.854 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.299329+0000 mon.a (mon.0) 1528 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:35:59.854 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.300319+0000 mon.a (mon.0) 1529 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:35:59.854 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.301456+0000 mon.a (mon.0) 1530 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:35:59.854 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.302587+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:35:59.854 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.303696+0000 mon.a (mon.0) 1532 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:35:59.854 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.304821+0000 mon.a (mon.0) 1533 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:35:59.854 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.311876+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:35:59.854 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.313530+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:35:59.854 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.318269+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:35:59.855 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.347119+0000 mon.a (mon.0) 1537 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c06f797e-2a20-4a7f-8d64-afce1feb7aae\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725995123.780893, \"finished_at\": 1725996679.2901218, \"add_to_ceph_s:\": 1725995107.7833664}, {\"id\": \"6822fa21-bcfb-406d-b5b2-aeb2dba03ccb\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725995151.0000436, \"finished_at\": 1725996679.290129, \"add_to_ceph_s:\": 1725995134.887435}, {\"id\": \"3f75d53c-d263-4cc0-aa6f-3c7e01a41368\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1725995179.1224635, \"finished_at\": 1725996679.2901332, \"add_to_ceph_s:\": 1725995160.8336968}, {\"id\": \"66dbecde-adea-49d0-9382-01861e099909\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725995198.1249356, \"finished_at\": 1725996679.2901373, \"add_to_ceph_s:\": 1725995187.8277757}, {\"id\": \"fd6a7285-391f-46c7-8b58-dcd2ed12fd24\", \"message\": \"Upgrade to 17.2.7-1606-g5be57395\", \"refs\": [], \"started_at\": 1725996686.8330579, \"finished_at\": 1725996890.2638683, \"add_to_ceph_s:\": true}, {\"id\": \"7433650b-f60f-43c6-8cea-dc3acd4588e7\", \"message\": \"Upgrade to 17.2.7-1606-g5be57395\", \"refs\": [], \"started_at\": 1725996930.48205, \"finished_at\": 1725996959.3132186, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T19:35:59.855 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[18934]: audit 2024-09-10T19:35:59.353328+0000 mon.a (mon.0) 1538 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c06f797e-2a20-4a7f-8d64-afce1feb7aae\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725995123.780893, \"finished_at\": 1725996679.2901218, \"add_to_ceph_s:\": 1725995107.7833664}, {\"id\": \"6822fa21-bcfb-406d-b5b2-aeb2dba03ccb\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725995151.0000436, \"finished_at\": 1725996679.290129, \"add_to_ceph_s:\": 1725995134.887435}, {\"id\": \"3f75d53c-d263-4cc0-aa6f-3c7e01a41368\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1725995179.1224635, \"finished_at\": 1725996679.2901332, \"add_to_ceph_s:\": 1725995160.8336968}, {\"id\": \"66dbecde-adea-49d0-9382-01861e099909\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725995198.1249356, \"finished_at\": 1725996679.2901373, \"add_to_ceph_s:\": 1725995187.8277757}, {\"id\": \"fd6a7285-391f-46c7-8b58-dcd2ed12fd24\", \"message\": \"Upgrade to 17.2.7-1606-g5be57395\", \"refs\": [], \"started_at\": 1725996686.8330579, \"finished_at\": 1725996890.2638683, \"add_to_ceph_s:\": true}, {\"id\": \"7433650b-f60f-43c6-8cea-dc3acd4588e7\", \"message\": \"Upgrade to 17.2.7-1606-g5be57395\", \"refs\": [], \"started_at\": 1725996930.48205, \"finished_at\": 1725996959.3132186, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T19:35:59.855 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.297088+0000 mon.a (mon.0) 1526 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T19:35:59.855 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.298341+0000 mon.a (mon.0) 1527 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:35:59.855 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.299329+0000 mon.a (mon.0) 1528 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:35:59.855 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.300319+0000 mon.a (mon.0) 1529 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:35:59.855 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.301456+0000 mon.a (mon.0) 1530 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:35:59.855 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.302587+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:35:59.856 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.303696+0000 mon.a (mon.0) 1532 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:35:59.856 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.304821+0000 mon.a (mon.0) 1533 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:35:59.856 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.311876+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:35:59.856 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.313530+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:35:59.856 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.318269+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:35:59.856 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.347119+0000 mon.a (mon.0) 1537 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c06f797e-2a20-4a7f-8d64-afce1feb7aae\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725995123.780893, \"finished_at\": 1725996679.2901218, \"add_to_ceph_s:\": 1725995107.7833664}, {\"id\": \"6822fa21-bcfb-406d-b5b2-aeb2dba03ccb\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725995151.0000436, \"finished_at\": 1725996679.290129, \"add_to_ceph_s:\": 1725995134.887435}, {\"id\": \"3f75d53c-d263-4cc0-aa6f-3c7e01a41368\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1725995179.1224635, \"finished_at\": 1725996679.2901332, \"add_to_ceph_s:\": 1725995160.8336968}, {\"id\": \"66dbecde-adea-49d0-9382-01861e099909\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725995198.1249356, \"finished_at\": 1725996679.2901373, \"add_to_ceph_s:\": 1725995187.8277757}, {\"id\": \"fd6a7285-391f-46c7-8b58-dcd2ed12fd24\", \"message\": \"Upgrade to 17.2.7-1606-g5be57395\", \"refs\": [], \"started_at\": 1725996686.8330579, \"finished_at\": 1725996890.2638683, \"add_to_ceph_s:\": true}, {\"id\": \"7433650b-f60f-43c6-8cea-dc3acd4588e7\", \"message\": \"Upgrade to 17.2.7-1606-g5be57395\", \"refs\": [], \"started_at\": 1725996930.48205, \"finished_at\": 1725996959.3132186, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T19:35:59.856 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:35:59 smithi155 bash[14970]: audit 2024-09-10T19:35:59.353328+0000 mon.a (mon.0) 1538 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"c06f797e-2a20-4a7f-8d64-afce1feb7aae\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725995123.780893, \"finished_at\": 1725996679.2901218, \"add_to_ceph_s:\": 1725995107.7833664}, {\"id\": \"6822fa21-bcfb-406d-b5b2-aeb2dba03ccb\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725995151.0000436, \"finished_at\": 1725996679.290129, \"add_to_ceph_s:\": 1725995134.887435}, {\"id\": \"3f75d53c-d263-4cc0-aa6f-3c7e01a41368\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1725995179.1224635, \"finished_at\": 1725996679.2901332, \"add_to_ceph_s:\": 1725995160.8336968}, {\"id\": \"66dbecde-adea-49d0-9382-01861e099909\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725995198.1249356, \"finished_at\": 1725996679.2901373, \"add_to_ceph_s:\": 1725995187.8277757}, {\"id\": \"fd6a7285-391f-46c7-8b58-dcd2ed12fd24\", \"message\": \"Upgrade to 17.2.7-1606-g5be57395\", \"refs\": [], \"started_at\": 1725996686.8330579, \"finished_at\": 1725996890.2638683, \"add_to_ceph_s:\": true}, {\"id\": \"7433650b-f60f-43c6-8cea-dc3acd4588e7\", \"message\": \"Upgrade to 17.2.7-1606-g5be57395\", \"refs\": [], \"started_at\": 1725996930.48205, \"finished_at\": 1725996959.3132186, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T19:36:00.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[14970]: cephadm 2024-09-10T19:35:59.043872+0000 mgr.y (mgr.24865) 214 : cephadm [INF] Detected new or changed devices on smithi189 2024-09-10T19:36:00.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[14970]: cephadm 2024-09-10T19:35:59.134063+0000 mgr.y (mgr.24865) 215 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:36:00.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[14970]: cephadm 2024-09-10T19:35:59.147608+0000 mgr.y (mgr.24865) 216 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T19:36:00.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[14970]: cephadm 2024-09-10T19:35:59.158769+0000 mgr.y (mgr.24865) 217 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T19:36:00.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[14970]: cephadm 2024-09-10T19:35:59.168854+0000 mgr.y (mgr.24865) 218 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-10T19:36:00.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[14970]: cephadm 2024-09-10T19:35:59.186797+0000 mgr.y (mgr.24865) 219 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-10T19:36:00.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[14970]: cephadm 2024-09-10T19:35:59.197289+0000 mgr.y (mgr.24865) 220 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T19:36:00.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[14970]: cephadm 2024-09-10T19:35:59.208419+0000 mgr.y (mgr.24865) 221 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-10T19:36:00.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[14970]: cephadm 2024-09-10T19:35:59.213778+0000 mgr.y (mgr.24865) 222 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-10T19:36:00.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[14970]: cephadm 2024-09-10T19:35:59.218749+0000 mgr.y (mgr.24865) 223 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-10T19:36:00.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[14970]: cephadm 2024-09-10T19:35:59.224003+0000 mgr.y (mgr.24865) 224 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-10T19:36:00.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[14970]: cephadm 2024-09-10T19:35:59.228940+0000 mgr.y (mgr.24865) 225 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-10T19:36:00.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[14970]: cephadm 2024-09-10T19:35:59.233463+0000 mgr.y (mgr.24865) 226 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-10T19:36:00.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[14970]: cephadm 2024-09-10T19:35:59.236134+0000 mgr.y (mgr.24865) 227 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:36:00.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[14970]: cluster 2024-09-10T19:35:59.286647+0000 mgr.y (mgr.24865) 228 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:00.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[14970]: cephadm 2024-09-10T19:35:59.312919+0000 mgr.y (mgr.24865) 229 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:36:00.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[14970]: audit 2024-09-10T19:35:59.705107+0000 mon.a (mon.0) 1539 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:36:00.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[14970]: audit 2024-09-10T19:35:59.711591+0000 mon.a (mon.0) 1540 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:36:00.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[14970]: audit 2024-09-10T19:35:59.758761+0000 mon.a (mon.0) 1541 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:36:00.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[14970]: audit 2024-09-10T19:35:59.765284+0000 mon.a (mon.0) 1542 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:36:00.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[18934]: cephadm 2024-09-10T19:35:59.043872+0000 mgr.y (mgr.24865) 214 : cephadm [INF] Detected new or changed devices on smithi189 2024-09-10T19:36:00.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[18934]: cephadm 2024-09-10T19:35:59.134063+0000 mgr.y (mgr.24865) 215 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:36:00.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[18934]: cephadm 2024-09-10T19:35:59.147608+0000 mgr.y (mgr.24865) 216 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T19:36:00.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[18934]: cephadm 2024-09-10T19:35:59.158769+0000 mgr.y (mgr.24865) 217 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T19:36:00.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[18934]: cephadm 2024-09-10T19:35:59.168854+0000 mgr.y (mgr.24865) 218 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-10T19:36:00.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[18934]: cephadm 2024-09-10T19:35:59.186797+0000 mgr.y (mgr.24865) 219 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-10T19:36:00.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[18934]: cephadm 2024-09-10T19:35:59.197289+0000 mgr.y (mgr.24865) 220 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T19:36:00.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[18934]: cephadm 2024-09-10T19:35:59.208419+0000 mgr.y (mgr.24865) 221 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-10T19:36:00.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[18934]: cephadm 2024-09-10T19:35:59.213778+0000 mgr.y (mgr.24865) 222 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-10T19:36:00.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[18934]: cephadm 2024-09-10T19:35:59.218749+0000 mgr.y (mgr.24865) 223 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-10T19:36:00.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[18934]: cephadm 2024-09-10T19:35:59.224003+0000 mgr.y (mgr.24865) 224 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-10T19:36:00.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[18934]: cephadm 2024-09-10T19:35:59.228940+0000 mgr.y (mgr.24865) 225 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-10T19:36:00.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[18934]: cephadm 2024-09-10T19:35:59.233463+0000 mgr.y (mgr.24865) 226 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-10T19:36:00.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[18934]: cephadm 2024-09-10T19:35:59.236134+0000 mgr.y (mgr.24865) 227 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:36:00.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[18934]: cluster 2024-09-10T19:35:59.286647+0000 mgr.y (mgr.24865) 228 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:00.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[18934]: cephadm 2024-09-10T19:35:59.312919+0000 mgr.y (mgr.24865) 229 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:36:00.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[18934]: audit 2024-09-10T19:35:59.705107+0000 mon.a (mon.0) 1539 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:36:00.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[18934]: audit 2024-09-10T19:35:59.711591+0000 mon.a (mon.0) 1540 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:36:00.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[18934]: audit 2024-09-10T19:35:59.758761+0000 mon.a (mon.0) 1541 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:36:00.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:00 smithi155 bash[18934]: audit 2024-09-10T19:35:59.765284+0000 mon.a (mon.0) 1542 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:36:02.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:02 smithi155 bash[14970]: cluster 2024-09-10T19:36:01.288058+0000 mgr.y (mgr.24865) 230 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:02.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:02 smithi155 bash[18934]: cluster 2024-09-10T19:36:01.288058+0000 mgr.y (mgr.24865) 230 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:04.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:04 smithi155 bash[14970]: cluster 2024-09-10T19:36:03.288750+0000 mgr.y (mgr.24865) 231 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:04.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:04 smithi155 bash[18934]: cluster 2024-09-10T19:36:03.288750+0000 mgr.y (mgr.24865) 231 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:06.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:06 smithi155 bash[14970]: cluster 2024-09-10T19:36:05.290166+0000 mgr.y (mgr.24865) 232 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:06.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:06 smithi155 bash[18934]: cluster 2024-09-10T19:36:05.290166+0000 mgr.y (mgr.24865) 232 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:08.586 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps' 2024-09-10T19:36:08.792 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:08 smithi155 bash[14970]: cluster 2024-09-10T19:36:07.290898+0000 mgr.y (mgr.24865) 233 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:08.793 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:08 smithi155 bash[18934]: cluster 2024-09-10T19:36:07.290898+0000 mgr.y (mgr.24865) 233 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:09.774 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:09 smithi155 bash[14970]: audit 2024-09-10T19:36:07.856593+0000 mgr.y (mgr.24865) 234 : audit [DBG] from='client.25231 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:36:09.774 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:09 smithi155 bash[18934]: audit 2024-09-10T19:36:07.856593+0000 mgr.y (mgr.24865) 234 : audit [DBG] from='client.25231 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:36:10.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:10 smithi155 bash[14970]: cluster 2024-09-10T19:36:09.291725+0000 mgr.y (mgr.24865) 235 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:10.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:10 smithi155 bash[18934]: cluster 2024-09-10T19:36:09.291725+0000 mgr.y (mgr.24865) 235 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:11.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:11 smithi155 bash[14970]: cluster 2024-09-10T19:36:11.293191+0000 mgr.y (mgr.24865) 236 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:11.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:11 smithi155 bash[18934]: cluster 2024-09-10T19:36:11.293191+0000 mgr.y (mgr.24865) 236 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:11.990 INFO:teuthology.orchestra.run.smithi155.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:36:11.990 INFO:teuthology.orchestra.run.smithi155.stdout:alertmanager.a smithi155 running (2m) 2m ago 28m 15.1M - 0.25.0 c8568f914cd2 d240bc57c001 2024-09-10T19:36:11.990 INFO:teuthology.orchestra.run.smithi155.stdout:grafana.a smithi189 running (111s) 23s ago 28m 81.5M - 9.4.7 954c08fa6188 2e57a3903209 2024-09-10T19:36:11.990 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.x smithi189 *:8443 running (4m) 23s ago 33m 391M - 17.2.7-1606-g5be57395 4c55dd409611 1e9c1f896a72 2024-09-10T19:36:11.990 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.y smithi155 *:8443 running (14m) 2m ago 35m 436M - 17.2.7-1606-g5be57395 4c55dd409611 c3f6bb49e60e 2024-09-10T19:36:11.990 INFO:teuthology.orchestra.run.smithi155.stdout:mon.a smithi155 running (35m) 2m ago 35m 270M 2048M 15.2.0 204a01f9b0b6 9830b2129a22 2024-09-10T19:36:11.990 INFO:teuthology.orchestra.run.smithi155.stdout:mon.b smithi189 running (31s) 23s ago 33m 20.9M 2048M 17.2.7-1606-g5be57395 4c55dd409611 f29d1decbead 2024-09-10T19:36:11.990 INFO:teuthology.orchestra.run.smithi155.stdout:mon.c smithi155 running (34m) 2m ago 34m 225M 2048M 15.2.0 204a01f9b0b6 7cbf0bc7a02d 2024-09-10T19:36:11.991 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.a smithi155 running (3m) 2m ago 29m 9784k - 1.5.0 0da6a335fe13 75a6b4940d3d 2024-09-10T19:36:11.991 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.b smithi189 running (3m) 23s ago 29m 11.2M - 1.5.0 0da6a335fe13 57c4129454db 2024-09-10T19:36:11.991 INFO:teuthology.orchestra.run.smithi155.stdout:osd.0 smithi155 running (33m) 2m ago 33m 55.7M 4096M 15.2.0 204a01f9b0b6 7f6023dc1e50 2024-09-10T19:36:11.991 INFO:teuthology.orchestra.run.smithi155.stdout:osd.1 smithi155 running (32m) 2m ago 32m 54.3M 4096M 15.2.0 204a01f9b0b6 42d00c1d93dd 2024-09-10T19:36:11.991 INFO:teuthology.orchestra.run.smithi155.stdout:osd.2 smithi155 running (32m) 2m ago 32m 51.2M 4096M 15.2.0 204a01f9b0b6 6b241c21f8e2 2024-09-10T19:36:11.991 INFO:teuthology.orchestra.run.smithi155.stdout:osd.3 smithi155 running (31m) 2m ago 31m 55.2M 4096M 15.2.0 204a01f9b0b6 8d9201a4db26 2024-09-10T19:36:11.991 INFO:teuthology.orchestra.run.smithi155.stdout:osd.4 smithi189 running (31m) 23s ago 31m 57.2M 4096M 15.2.0 204a01f9b0b6 34cb90c9d5b7 2024-09-10T19:36:11.991 INFO:teuthology.orchestra.run.smithi155.stdout:osd.5 smithi189 running (30m) 23s ago 30m 53.8M 4096M 15.2.0 204a01f9b0b6 4b3a3b60e1d5 2024-09-10T19:36:11.991 INFO:teuthology.orchestra.run.smithi155.stdout:osd.6 smithi189 running (30m) 23s ago 30m 57.3M 4096M 15.2.0 204a01f9b0b6 c58c4c013902 2024-09-10T19:36:11.991 INFO:teuthology.orchestra.run.smithi155.stdout:osd.7 smithi189 running (29m) 23s ago 29m 57.5M 4096M 15.2.0 204a01f9b0b6 fb02b608dde7 2024-09-10T19:36:11.991 INFO:teuthology.orchestra.run.smithi155.stdout:prometheus.a smithi189 running (3m) 23s ago 29m 42.0M - 2.43.0 a07b618ecd1d a68b682055db 2024-09-10T19:36:11.991 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi155.ehnnyk smithi155 running (27m) 2m ago 27m 55.3M - 15.2.0 204a01f9b0b6 48687c7a211a 2024-09-10T19:36:11.991 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi189.dwpibf smithi189 running (27m) 23s ago 27m 55.1M - 15.2.0 204a01f9b0b6 6bddcdbdbf0b 2024-09-10T19:36:12.730 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.mon | length == 2'"'"'' 2024-09-10T19:36:12.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:12 smithi155 bash[14970]: audit 2024-09-10T19:36:11.967995+0000 mgr.y (mgr.24865) 237 : audit [DBG] from='client.25237 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:36:12.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:12 smithi155 bash[14970]: audit 2024-09-10T19:36:11.970421+0000 mon.a (mon.0) 1543 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:36:12.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:12 smithi155 bash[14970]: audit 2024-09-10T19:36:11.971019+0000 mon.a (mon.0) 1544 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:36:12.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:12 smithi155 bash[14970]: audit 2024-09-10T19:36:11.971512+0000 mon.a (mon.0) 1545 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:12.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:12 smithi155 bash[14970]: audit 2024-09-10T19:36:11.972015+0000 mon.a (mon.0) 1546 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:12.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:12 smithi155 bash[14970]: audit 2024-09-10T19:36:11.972532+0000 mon.a (mon.0) 1547 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:12.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:12 smithi155 bash[14970]: audit 2024-09-10T19:36:11.973007+0000 mon.a (mon.0) 1548 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:12.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:12 smithi155 bash[14970]: audit 2024-09-10T19:36:11.975490+0000 mon.a (mon.0) 1549 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:36:12.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:12 smithi155 bash[14970]: audit 2024-09-10T19:36:11.976060+0000 mon.a (mon.0) 1550 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:12.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:12 smithi155 bash[14970]: audit 2024-09-10T19:36:11.976631+0000 mon.a (mon.0) 1551 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:12.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:12 smithi155 bash[14970]: audit 2024-09-10T19:36:11.977137+0000 mon.a (mon.0) 1552 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:12.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:12 smithi155 bash[14970]: audit 2024-09-10T19:36:11.977637+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:12.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:12 smithi155 bash[18934]: audit 2024-09-10T19:36:11.967995+0000 mgr.y (mgr.24865) 237 : audit [DBG] from='client.25237 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:36:12.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:12 smithi155 bash[18934]: audit 2024-09-10T19:36:11.970421+0000 mon.a (mon.0) 1543 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:36:12.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:12 smithi155 bash[18934]: audit 2024-09-10T19:36:11.971019+0000 mon.a (mon.0) 1544 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:36:12.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:12 smithi155 bash[18934]: audit 2024-09-10T19:36:11.971512+0000 mon.a (mon.0) 1545 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:12.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:12 smithi155 bash[18934]: audit 2024-09-10T19:36:11.972015+0000 mon.a (mon.0) 1546 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:12.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:12 smithi155 bash[18934]: audit 2024-09-10T19:36:11.972532+0000 mon.a (mon.0) 1547 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:12.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:12 smithi155 bash[18934]: audit 2024-09-10T19:36:11.973007+0000 mon.a (mon.0) 1548 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:12.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:12 smithi155 bash[18934]: audit 2024-09-10T19:36:11.975490+0000 mon.a (mon.0) 1549 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:36:12.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:12 smithi155 bash[18934]: audit 2024-09-10T19:36:11.976060+0000 mon.a (mon.0) 1550 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:12.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:12 smithi155 bash[18934]: audit 2024-09-10T19:36:11.976631+0000 mon.a (mon.0) 1551 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:12.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:12 smithi155 bash[18934]: audit 2024-09-10T19:36:11.977137+0000 mon.a (mon.0) 1552 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:12.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:12 smithi155 bash[18934]: audit 2024-09-10T19:36:11.977637+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:13.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:13 smithi155 bash[18934]: cluster 2024-09-10T19:36:13.293892+0000 mgr.y (mgr.24865) 238 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:13.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:13 smithi155 bash[14970]: cluster 2024-09-10T19:36:13.293892+0000 mgr.y (mgr.24865) 238 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:16.361 INFO:teuthology.orchestra.run.smithi155.stdout:true 2024-09-10T19:36:16.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:16 smithi155 bash[14970]: cluster 2024-09-10T19:36:15.295392+0000 mgr.y (mgr.24865) 239 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:16.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:16 smithi155 bash[14970]: audit 2024-09-10T19:36:16.338107+0000 mon.c (mon.1) 162 : audit [DBG] from='client.? 172.21.15.155:0/2406953691' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:36:16.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:16 smithi155 bash[18934]: cluster 2024-09-10T19:36:15.295392+0000 mgr.y (mgr.24865) 239 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:16.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:16 smithi155 bash[18934]: audit 2024-09-10T19:36:16.338107+0000 mon.c (mon.1) 162 : audit [DBG] from='client.? 172.21.15.155:0/2406953691' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:36:17.098 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mon --hosts $(ceph orch ps | grep mgr.y | awk '"'"'{print $2}'"'"')' 2024-09-10T19:36:18.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:18 smithi155 bash[14970]: cluster 2024-09-10T19:36:17.296081+0000 mgr.y (mgr.24865) 240 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:18.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:18 smithi155 bash[18934]: cluster 2024-09-10T19:36:17.296081+0000 mgr.y (mgr.24865) 240 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:19.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:19 smithi155 bash[14970]: audit 2024-09-10T19:36:19.253452+0000 mon.a (mon.0) 1554 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-10T19:36:19.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:19 smithi155 bash[14970]: audit 2024-09-10T19:36:19.254025+0000 mon.a (mon.0) 1555 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:36:19.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:19 smithi155 bash[14970]: audit 2024-09-10T19:36:19.254487+0000 mon.a (mon.0) 1556 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T19:36:19.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:19 smithi155 bash[14970]: audit 2024-09-10T19:36:19.254942+0000 mon.a (mon.0) 1557 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:36:19.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:19 smithi155 bash[18934]: audit 2024-09-10T19:36:19.253452+0000 mon.a (mon.0) 1554 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-10T19:36:19.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:19 smithi155 bash[18934]: audit 2024-09-10T19:36:19.254025+0000 mon.a (mon.0) 1555 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:36:19.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:19 smithi155 bash[18934]: audit 2024-09-10T19:36:19.254487+0000 mon.a (mon.0) 1556 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T19:36:19.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:19 smithi155 bash[18934]: audit 2024-09-10T19:36:19.254942+0000 mon.a (mon.0) 1557 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:36:20.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:20 smithi155 bash[18934]: cluster 2024-09-10T19:36:19.296735+0000 mgr.y (mgr.24865) 241 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:20.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:20 smithi155 bash[14970]: cluster 2024-09-10T19:36:19.296735+0000 mgr.y (mgr.24865) 241 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:21.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:21 smithi155 bash[14970]: audit 2024-09-10T19:36:20.726501+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:36:21.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:21 smithi155 bash[14970]: audit 2024-09-10T19:36:20.727355+0000 mon.a (mon.0) 1559 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:36:21.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:21 smithi155 bash[14970]: audit 2024-09-10T19:36:20.728167+0000 mon.a (mon.0) 1560 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:21.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:21 smithi155 bash[14970]: audit 2024-09-10T19:36:20.728953+0000 mon.a (mon.0) 1561 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:21.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:21 smithi155 bash[14970]: audit 2024-09-10T19:36:20.729698+0000 mon.a (mon.0) 1562 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:21.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:21 smithi155 bash[14970]: audit 2024-09-10T19:36:20.730437+0000 mon.a (mon.0) 1563 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:21.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:21 smithi155 bash[14970]: audit 2024-09-10T19:36:20.732856+0000 mon.a (mon.0) 1564 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:36:21.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:21 smithi155 bash[14970]: audit 2024-09-10T19:36:20.733654+0000 mon.a (mon.0) 1565 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:21.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:21 smithi155 bash[14970]: audit 2024-09-10T19:36:20.734472+0000 mon.a (mon.0) 1566 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:21.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:21 smithi155 bash[14970]: audit 2024-09-10T19:36:20.735282+0000 mon.a (mon.0) 1567 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:21.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:21 smithi155 bash[14970]: audit 2024-09-10T19:36:20.736048+0000 mon.a (mon.0) 1568 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:21.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:21 smithi155 bash[18934]: audit 2024-09-10T19:36:20.726501+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:36:21.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:21 smithi155 bash[18934]: audit 2024-09-10T19:36:20.727355+0000 mon.a (mon.0) 1559 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:36:21.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:21 smithi155 bash[18934]: audit 2024-09-10T19:36:20.728167+0000 mon.a (mon.0) 1560 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:21.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:21 smithi155 bash[18934]: audit 2024-09-10T19:36:20.728953+0000 mon.a (mon.0) 1561 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:21.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:21 smithi155 bash[18934]: audit 2024-09-10T19:36:20.729698+0000 mon.a (mon.0) 1562 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:21.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:21 smithi155 bash[18934]: audit 2024-09-10T19:36:20.730437+0000 mon.a (mon.0) 1563 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:21.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:21 smithi155 bash[18934]: audit 2024-09-10T19:36:20.732856+0000 mon.a (mon.0) 1564 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:36:21.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:21 smithi155 bash[18934]: audit 2024-09-10T19:36:20.733654+0000 mon.a (mon.0) 1565 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:21.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:21 smithi155 bash[18934]: audit 2024-09-10T19:36:20.734472+0000 mon.a (mon.0) 1566 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:21.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:21 smithi155 bash[18934]: audit 2024-09-10T19:36:20.735282+0000 mon.a (mon.0) 1567 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:21.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:21 smithi155 bash[18934]: audit 2024-09-10T19:36:20.736048+0000 mon.a (mon.0) 1568 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:22.819 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:22 smithi155 bash[14970]: audit 2024-09-10T19:36:20.724037+0000 mgr.y (mgr.24865) 242 : audit [DBG] from='client.25249 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:36:22.819 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:22 smithi155 bash[14970]: audit 2024-09-10T19:36:21.157606+0000 mgr.y (mgr.24865) 243 : audit [DBG] from='client.25255 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "mon", "hosts": "smithi155", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:36:22.819 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:22 smithi155 bash[14970]: cluster 2024-09-10T19:36:21.297678+0000 mgr.y (mgr.24865) 244 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:22.820 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:22 smithi155 bash[18934]: audit 2024-09-10T19:36:20.724037+0000 mgr.y (mgr.24865) 242 : audit [DBG] from='client.25249 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:36:22.820 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:22 smithi155 bash[18934]: audit 2024-09-10T19:36:21.157606+0000 mgr.y (mgr.24865) 243 : audit [DBG] from='client.25255 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "mon", "hosts": "smithi155", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:36:22.820 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:22 smithi155 bash[18934]: cluster 2024-09-10T19:36:21.297678+0000 mgr.y (mgr.24865) 244 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:23.528 INFO:teuthology.orchestra.run.smithi155.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:36:24.534 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:24 smithi155 bash[14970]: cluster 2024-09-10T19:36:23.298327+0000 mgr.y (mgr.24865) 245 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:24.534 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:24 smithi155 bash[14970]: audit 2024-09-10T19:36:23.517863+0000 mon.a (mon.0) 1569 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"a30d92b3-4b3e-450e-a94b-58c4ef428983\", \"target_id\": null, \"target_digests\": null, \"target_version\": null, \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mon\"], \"hosts\": [\"smithi155\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:36:24.534 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:24 smithi155 bash[14970]: audit 2024-09-10T19:36:23.526601+0000 mon.a (mon.0) 1570 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"a30d92b3-4b3e-450e-a94b-58c4ef428983\", \"target_id\": null, \"target_digests\": null, \"target_version\": null, \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mon\"], \"hosts\": [\"smithi155\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-10T19:36:24.534 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:24 smithi155 bash[14970]: audit 2024-09-10T19:36:23.530431+0000 mon.a (mon.0) 1571 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:36:24.534 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:24 smithi155 bash[14970]: audit 2024-09-10T19:36:23.535989+0000 mon.a (mon.0) 1572 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:36:24.535 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:24 smithi155 bash[18934]: cluster 2024-09-10T19:36:23.298327+0000 mgr.y (mgr.24865) 245 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:24.535 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:24 smithi155 bash[18934]: audit 2024-09-10T19:36:23.517863+0000 mon.a (mon.0) 1569 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"a30d92b3-4b3e-450e-a94b-58c4ef428983\", \"target_id\": null, \"target_digests\": null, \"target_version\": null, \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mon\"], \"hosts\": [\"smithi155\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:36:24.535 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:24 smithi155 bash[18934]: audit 2024-09-10T19:36:23.526601+0000 mon.a (mon.0) 1570 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"a30d92b3-4b3e-450e-a94b-58c4ef428983\", \"target_id\": null, \"target_digests\": null, \"target_version\": null, \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mon\"], \"hosts\": [\"smithi155\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-10T19:36:24.535 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:24 smithi155 bash[18934]: audit 2024-09-10T19:36:23.530431+0000 mon.a (mon.0) 1571 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:36:24.535 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:24 smithi155 bash[18934]: audit 2024-09-10T19:36:23.535989+0000 mon.a (mon.0) 1572 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:36:24.536 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2024-09-10T19:36:25.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:25 smithi155 bash[14970]: cephadm 2024-09-10T19:36:23.517071+0000 mgr.y (mgr.24865) 246 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:36:25.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:25 smithi155 bash[14970]: cephadm 2024-09-10T19:36:23.588392+0000 mgr.y (mgr.24865) 247 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:36:25.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:25 smithi155 bash[18934]: cephadm 2024-09-10T19:36:23.517071+0000 mgr.y (mgr.24865) 246 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:36:25.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:25 smithi155 bash[18934]: cephadm 2024-09-10T19:36:23.588392+0000 mgr.y (mgr.24865) 247 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:36:26.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:26 smithi155 bash[14970]: cluster 2024-09-10T19:36:25.299866+0000 mgr.y (mgr.24865) 248 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:26.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:26 smithi155 bash[18934]: cluster 2024-09-10T19:36:25.299866+0000 mgr.y (mgr.24865) 248 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:27.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:27 smithi155 bash[14970]: audit 2024-09-10T19:36:27.146793+0000 mon.a (mon.0) 1573 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"a30d92b3-4b3e-450e-a94b-58c4ef428983\", \"target_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"target_version\": \"17.2.7-1606-g5be57395\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mon\"], \"hosts\": [\"smithi155\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:36:27.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:27 smithi155 bash[14970]: audit 2024-09-10T19:36:27.152989+0000 mon.a (mon.0) 1574 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"a30d92b3-4b3e-450e-a94b-58c4ef428983\", \"target_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"target_version\": \"17.2.7-1606-g5be57395\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mon\"], \"hosts\": [\"smithi155\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-10T19:36:27.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:27 smithi155 bash[14970]: cephadm 2024-09-10T19:36:27.153769+0000 mgr.y (mgr.24865) 249 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:36:27.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:27 smithi155 bash[14970]: cephadm 2024-09-10T19:36:27.153924+0000 mgr.y (mgr.24865) 250 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:36:27.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:27 smithi155 bash[14970]: audit 2024-09-10T19:36:27.155994+0000 mon.a (mon.0) 1575 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:36:27.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:27 smithi155 bash[14970]: audit 2024-09-10T19:36:27.157847+0000 mon.a (mon.0) 1576 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:36:27.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:27 smithi155 bash[14970]: audit 2024-09-10T19:36:27.164517+0000 mon.a (mon.0) 1577 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-10T19:36:27.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:27 smithi155 bash[14970]: audit 2024-09-10T19:36:27.167205+0000 mon.a (mon.0) 1578 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:36:27.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:27 smithi155 bash[14970]: cephadm 2024-09-10T19:36:27.168323+0000 mgr.y (mgr.24865) 251 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T19:36:27.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:27 smithi155 bash[14970]: audit 2024-09-10T19:36:27.168714+0000 mon.a (mon.0) 1579 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mgr"}]: dispatch 2024-09-10T19:36:27.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:27 smithi155 bash[18934]: audit 2024-09-10T19:36:27.146793+0000 mon.a (mon.0) 1573 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"a30d92b3-4b3e-450e-a94b-58c4ef428983\", \"target_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"target_version\": \"17.2.7-1606-g5be57395\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mon\"], \"hosts\": [\"smithi155\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:36:27.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:27 smithi155 bash[18934]: audit 2024-09-10T19:36:27.152989+0000 mon.a (mon.0) 1574 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"a30d92b3-4b3e-450e-a94b-58c4ef428983\", \"target_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"target_version\": \"17.2.7-1606-g5be57395\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mon\"], \"hosts\": [\"smithi155\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-10T19:36:27.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:27 smithi155 bash[18934]: cephadm 2024-09-10T19:36:27.153769+0000 mgr.y (mgr.24865) 249 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:36:27.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:27 smithi155 bash[18934]: cephadm 2024-09-10T19:36:27.153924+0000 mgr.y (mgr.24865) 250 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:36:27.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:27 smithi155 bash[18934]: audit 2024-09-10T19:36:27.155994+0000 mon.a (mon.0) 1575 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:36:27.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:27 smithi155 bash[18934]: audit 2024-09-10T19:36:27.157847+0000 mon.a (mon.0) 1576 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:36:27.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:27 smithi155 bash[18934]: audit 2024-09-10T19:36:27.164517+0000 mon.a (mon.0) 1577 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-10T19:36:27.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:27 smithi155 bash[18934]: audit 2024-09-10T19:36:27.167205+0000 mon.a (mon.0) 1578 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:36:27.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:27 smithi155 bash[18934]: cephadm 2024-09-10T19:36:27.168323+0000 mgr.y (mgr.24865) 251 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T19:36:27.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:27 smithi155 bash[18934]: audit 2024-09-10T19:36:27.168714+0000 mon.a (mon.0) 1579 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mgr"}]: dispatch 2024-09-10T19:36:27.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:27 smithi155 bash[14970]: audit 2024-09-10T19:36:27.175097+0000 mon.a (mon.0) 1580 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mgr"}]': finished 2024-09-10T19:36:27.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:27 smithi155 bash[14970]: audit 2024-09-10T19:36:27.177238+0000 mon.a (mon.0) 1581 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-10T19:36:27.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:27 smithi155 bash[14970]: audit 2024-09-10T19:36:27.178449+0000 mon.a (mon.0) 1582 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-09-10T19:36:27.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:27 smithi155 bash[14970]: cephadm 2024-09-10T19:36:27.179231+0000 mgr.y (mgr.24865) 252 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-09-10T19:36:27.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:27 smithi155 bash[14970]: cluster 2024-09-10T19:36:27.300655+0000 mgr.y (mgr.24865) 253 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:27.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:27 smithi155 bash[18934]: audit 2024-09-10T19:36:27.175097+0000 mon.a (mon.0) 1580 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mgr"}]': finished 2024-09-10T19:36:27.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:27 smithi155 bash[18934]: audit 2024-09-10T19:36:27.177238+0000 mon.a (mon.0) 1581 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-10T19:36:27.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:27 smithi155 bash[18934]: audit 2024-09-10T19:36:27.178449+0000 mon.a (mon.0) 1582 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-09-10T19:36:27.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:27 smithi155 bash[18934]: cephadm 2024-09-10T19:36:27.179231+0000 mgr.y (mgr.24865) 252 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-09-10T19:36:27.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:27 smithi155 bash[18934]: cluster 2024-09-10T19:36:27.300655+0000 mgr.y (mgr.24865) 253 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:30.064 INFO:teuthology.orchestra.run.smithi155.stdout:true 2024-09-10T19:36:30.779 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:30 smithi155 bash[18934]: cluster 2024-09-10T19:36:29.301403+0000 mgr.y (mgr.24865) 254 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:30.780 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:30 smithi155 bash[14970]: cluster 2024-09-10T19:36:29.301403+0000 mgr.y (mgr.24865) 254 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:30.868 INFO:teuthology.orchestra.run.smithi155.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:36:30.869 INFO:teuthology.orchestra.run.smithi155.stdout:alertmanager.a smithi155 running (3m) 2m ago 29m 15.1M - 0.25.0 c8568f914cd2 d240bc57c001 2024-09-10T19:36:30.869 INFO:teuthology.orchestra.run.smithi155.stdout:grafana.a smithi189 running (2m) 42s ago 28m 81.5M - 9.4.7 954c08fa6188 2e57a3903209 2024-09-10T19:36:30.869 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.x smithi189 *:8443 running (4m) 42s ago 33m 391M - 17.2.7-1606-g5be57395 4c55dd409611 1e9c1f896a72 2024-09-10T19:36:30.869 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.y smithi155 *:8443 running (14m) 2m ago 35m 436M - 17.2.7-1606-g5be57395 4c55dd409611 c3f6bb49e60e 2024-09-10T19:36:30.869 INFO:teuthology.orchestra.run.smithi155.stdout:mon.a smithi155 running (35m) 2m ago 35m 270M 2048M 15.2.0 204a01f9b0b6 9830b2129a22 2024-09-10T19:36:30.869 INFO:teuthology.orchestra.run.smithi155.stdout:mon.b smithi189 running (50s) 42s ago 34m 20.9M 2048M 17.2.7-1606-g5be57395 4c55dd409611 f29d1decbead 2024-09-10T19:36:30.869 INFO:teuthology.orchestra.run.smithi155.stdout:mon.c smithi155 running (34m) 2m ago 34m 225M 2048M 15.2.0 204a01f9b0b6 7cbf0bc7a02d 2024-09-10T19:36:30.869 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.a smithi155 running (4m) 2m ago 29m 9784k - 1.5.0 0da6a335fe13 75a6b4940d3d 2024-09-10T19:36:30.869 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.b smithi189 running (4m) 42s ago 29m 11.2M - 1.5.0 0da6a335fe13 57c4129454db 2024-09-10T19:36:30.869 INFO:teuthology.orchestra.run.smithi155.stdout:osd.0 smithi155 running (33m) 2m ago 33m 55.7M 4096M 15.2.0 204a01f9b0b6 7f6023dc1e50 2024-09-10T19:36:30.870 INFO:teuthology.orchestra.run.smithi155.stdout:osd.1 smithi155 running (32m) 2m ago 32m 54.3M 4096M 15.2.0 204a01f9b0b6 42d00c1d93dd 2024-09-10T19:36:30.870 INFO:teuthology.orchestra.run.smithi155.stdout:osd.2 smithi155 running (32m) 2m ago 32m 51.2M 4096M 15.2.0 204a01f9b0b6 6b241c21f8e2 2024-09-10T19:36:30.870 INFO:teuthology.orchestra.run.smithi155.stdout:osd.3 smithi155 running (31m) 2m ago 31m 55.2M 4096M 15.2.0 204a01f9b0b6 8d9201a4db26 2024-09-10T19:36:30.870 INFO:teuthology.orchestra.run.smithi155.stdout:osd.4 smithi189 running (31m) 42s ago 31m 57.2M 4096M 15.2.0 204a01f9b0b6 34cb90c9d5b7 2024-09-10T19:36:30.870 INFO:teuthology.orchestra.run.smithi155.stdout:osd.5 smithi189 running (31m) 42s ago 31m 53.8M 4096M 15.2.0 204a01f9b0b6 4b3a3b60e1d5 2024-09-10T19:36:30.870 INFO:teuthology.orchestra.run.smithi155.stdout:osd.6 smithi189 running (30m) 42s ago 30m 57.3M 4096M 15.2.0 204a01f9b0b6 c58c4c013902 2024-09-10T19:36:30.870 INFO:teuthology.orchestra.run.smithi155.stdout:osd.7 smithi189 running (30m) 42s ago 30m 57.5M 4096M 15.2.0 204a01f9b0b6 fb02b608dde7 2024-09-10T19:36:30.870 INFO:teuthology.orchestra.run.smithi155.stdout:prometheus.a smithi189 running (3m) 42s ago 29m 42.0M - 2.43.0 a07b618ecd1d a68b682055db 2024-09-10T19:36:30.870 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi155.ehnnyk smithi155 running (27m) 2m ago 27m 55.3M - 15.2.0 204a01f9b0b6 48687c7a211a 2024-09-10T19:36:30.870 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi189.dwpibf smithi189 running (27m) 42s ago 27m 55.1M - 15.2.0 204a01f9b0b6 6bddcdbdbf0b 2024-09-10T19:36:31.337 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:36:31.338 INFO:teuthology.orchestra.run.smithi155.stdout: "mon": { 2024-09-10T19:36:31.338 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2, 2024-09-10T19:36:31.338 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 1 2024-09-10T19:36:31.338 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:36:31.338 INFO:teuthology.orchestra.run.smithi155.stdout: "mgr": { 2024-09-10T19:36:31.338 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:36:31.338 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:36:31.338 INFO:teuthology.orchestra.run.smithi155.stdout: "osd": { 2024-09-10T19:36:31.338 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-10T19:36:31.338 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:36:31.338 INFO:teuthology.orchestra.run.smithi155.stdout: "mds": {}, 2024-09-10T19:36:31.339 INFO:teuthology.orchestra.run.smithi155.stdout: "rgw": { 2024-09-10T19:36:31.339 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-10T19:36:31.339 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:36:31.339 INFO:teuthology.orchestra.run.smithi155.stdout: "overall": { 2024-09-10T19:36:31.339 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 12, 2024-09-10T19:36:31.339 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 3 2024-09-10T19:36:31.339 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-10T19:36:31.339 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:36:31.733 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:36:31.734 INFO:teuthology.orchestra.run.smithi155.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T19:36:31.734 INFO:teuthology.orchestra.run.smithi155.stdout: "in_progress": true, 2024-09-10T19:36:31.734 INFO:teuthology.orchestra.run.smithi155.stdout: "which": "Upgrading daemons of type(s) mon on host(s) smithi155", 2024-09-10T19:36:31.734 INFO:teuthology.orchestra.run.smithi155.stdout: "services_complete": [], 2024-09-10T19:36:31.734 INFO:teuthology.orchestra.run.smithi155.stdout: "progress": "0/2 daemons upgraded", 2024-09-10T19:36:31.734 INFO:teuthology.orchestra.run.smithi155.stdout: "message": "Currently upgrading mon daemons", 2024-09-10T19:36:31.734 INFO:teuthology.orchestra.run.smithi155.stdout: "is_paused": false 2024-09-10T19:36:31.734 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:36:31.821 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[18934]: audit 2024-09-10T19:36:30.048639+0000 mgr.y (mgr.24865) 255 : audit [DBG] from='client.25261 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:36:31.822 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[18934]: audit 2024-09-10T19:36:30.441070+0000 mgr.y (mgr.24865) 256 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:36:31.822 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[18934]: cephadm 2024-09-10T19:36:30.474414+0000 mgr.y (mgr.24865) 257 : cephadm [INF] Upgrade: Updating mon.a 2024-09-10T19:36:31.822 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[18934]: audit 2024-09-10T19:36:30.475030+0000 mon.a (mon.0) 1583 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon.a"}]: dispatch 2024-09-10T19:36:31.822 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[18934]: audit 2024-09-10T19:36:30.481711+0000 mon.a (mon.0) 1584 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon.a"}]': finished 2024-09-10T19:36:31.822 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[18934]: audit 2024-09-10T19:36:30.483164+0000 mon.a (mon.0) 1585 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:36:31.822 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[18934]: audit 2024-09-10T19:36:30.484419+0000 mon.a (mon.0) 1586 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:36:31.822 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[18934]: audit 2024-09-10T19:36:30.485562+0000 mon.a (mon.0) 1587 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:36:31.822 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[18934]: cephadm 2024-09-10T19:36:30.486872+0000 mgr.y (mgr.24865) 258 : cephadm [INF] Deploying daemon mon.a on smithi155 2024-09-10T19:36:31.822 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[18934]: audit 2024-09-10T19:36:30.489163+0000 mon.a (mon.0) 1588 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-10T19:36:31.822 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[18934]: audit 2024-09-10T19:36:30.846321+0000 mon.a (mon.0) 1589 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:36:31.822 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[18934]: audit 2024-09-10T19:36:30.847301+0000 mon.a (mon.0) 1590 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:36:31.822 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[18934]: audit 2024-09-10T19:36:30.848215+0000 mon.a (mon.0) 1591 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:31.822 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[18934]: audit 2024-09-10T19:36:30.849174+0000 mon.a (mon.0) 1592 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:31.823 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[18934]: audit 2024-09-10T19:36:30.850053+0000 mon.a (mon.0) 1593 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:31.823 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[18934]: audit 2024-09-10T19:36:30.850880+0000 mon.a (mon.0) 1594 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:31.823 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[14970]: audit 2024-09-10T19:36:30.048639+0000 mgr.y (mgr.24865) 255 : audit [DBG] from='client.25261 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:36:31.823 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[14970]: audit 2024-09-10T19:36:30.441070+0000 mgr.y (mgr.24865) 256 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:36:31.823 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[14970]: cephadm 2024-09-10T19:36:30.474414+0000 mgr.y (mgr.24865) 257 : cephadm [INF] Upgrade: Updating mon.a 2024-09-10T19:36:31.823 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[14970]: audit 2024-09-10T19:36:30.475030+0000 mon.a (mon.0) 1583 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon.a"}]: dispatch 2024-09-10T19:36:31.823 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[14970]: audit 2024-09-10T19:36:30.481711+0000 mon.a (mon.0) 1584 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon.a"}]': finished 2024-09-10T19:36:31.823 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[14970]: audit 2024-09-10T19:36:30.483164+0000 mon.a (mon.0) 1585 : audit [INF] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:36:31.823 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[14970]: audit 2024-09-10T19:36:30.484419+0000 mon.a (mon.0) 1586 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:36:31.823 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[14970]: audit 2024-09-10T19:36:30.485562+0000 mon.a (mon.0) 1587 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:36:31.823 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[14970]: cephadm 2024-09-10T19:36:30.486872+0000 mgr.y (mgr.24865) 258 : cephadm [INF] Deploying daemon mon.a on smithi155 2024-09-10T19:36:31.824 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[14970]: audit 2024-09-10T19:36:30.489163+0000 mon.a (mon.0) 1588 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-10T19:36:31.824 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[14970]: audit 2024-09-10T19:36:30.846321+0000 mon.a (mon.0) 1589 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:36:31.824 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[14970]: audit 2024-09-10T19:36:30.847301+0000 mon.a (mon.0) 1590 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:36:31.824 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[14970]: audit 2024-09-10T19:36:30.848215+0000 mon.a (mon.0) 1591 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:31.824 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[14970]: audit 2024-09-10T19:36:30.849174+0000 mon.a (mon.0) 1592 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:31.824 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[14970]: audit 2024-09-10T19:36:30.850053+0000 mon.a (mon.0) 1593 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:31.824 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[14970]: audit 2024-09-10T19:36:30.850880+0000 mon.a (mon.0) 1594 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:31.824 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[18934]: audit 2024-09-10T19:36:30.855972+0000 mon.a (mon.0) 1595 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:36:31.824 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[18934]: audit 2024-09-10T19:36:30.856766+0000 mon.a (mon.0) 1596 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:31.825 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[18934]: audit 2024-09-10T19:36:30.857468+0000 mon.a (mon.0) 1597 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:31.825 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[18934]: audit 2024-09-10T19:36:30.857956+0000 mon.a (mon.0) 1598 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:31.825 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[18934]: audit 2024-09-10T19:36:30.858441+0000 mon.a (mon.0) 1599 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:31.825 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[18934]: audit 2024-09-10T19:36:31.335967+0000 mon.a (mon.0) 1600 : audit [DBG] from='client.? 172.21.15.155:0/3210918899' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:36:31.825 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[14970]: audit 2024-09-10T19:36:30.855972+0000 mon.a (mon.0) 1595 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:36:31.825 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[14970]: audit 2024-09-10T19:36:30.856766+0000 mon.a (mon.0) 1596 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:31.825 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[14970]: audit 2024-09-10T19:36:30.857468+0000 mon.a (mon.0) 1597 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:31.825 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[14970]: audit 2024-09-10T19:36:30.857956+0000 mon.a (mon.0) 1598 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:31.825 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[14970]: audit 2024-09-10T19:36:30.858441+0000 mon.a (mon.0) 1599 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:36:31.825 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:31 smithi155 bash[14970]: audit 2024-09-10T19:36:31.335967+0000 mon.a (mon.0) 1600 : audit [DBG] from='client.? 172.21.15.155:0/3210918899' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:36:32.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:32 smithi155 bash[14970]: audit 2024-09-10T19:36:30.841174+0000 mgr.y (mgr.24865) 259 : audit [DBG] from='client.25273 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:36:32.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:32 smithi155 bash[14970]: cluster 2024-09-10T19:36:31.302786+0000 mgr.y (mgr.24865) 260 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:32.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:32 smithi155 bash[18934]: audit 2024-09-10T19:36:30.841174+0000 mgr.y (mgr.24865) 259 : audit [DBG] from='client.25273 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:36:32.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:32 smithi155 bash[18934]: cluster 2024-09-10T19:36:31.302786+0000 mgr.y (mgr.24865) 260 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:33.189 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:32 smithi155 systemd[1]: Stopping Ceph mon.a for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:36:33.190 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:32 smithi155 bash[14970]: debug 2024-09-10T19:36:32.972+0000 7f49293c4700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T19:36:33.190 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:32 smithi155 bash[14970]: debug 2024-09-10T19:36:32.972+0000 7f49293c4700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-09-10T19:36:34.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:33 smithi155 bash[53751]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-mon.a 2024-09-10T19:36:34.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:33 smithi155 bash[53825]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-mon.a 2024-09-10T19:36:34.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:33 smithi155 systemd[1]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mon.a.service: Succeeded. 2024-09-10T19:36:34.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:33 smithi155 systemd[1]: Stopped Ceph mon.a for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:36:34.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:34 smithi155 systemd[1]: Started Ceph mon.a for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:36:35.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.436+0000 7fb937d25900 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-10T19:36:35.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.436+0000 7fb937d25900 0 ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable), process ceph-mon, pid 6 2024-09-10T19:36:35.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.436+0000 7fb937d25900 0 pidfile_write: ignore empty --pid-file 2024-09-10T19:36:35.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 0 load: jerasure load: lrc 2024-09-10T19:36:35.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: RocksDB version: 6.15.5 2024-09-10T19:36:35.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-10T19:36:35.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Compile date Sep 9 2024 2024-09-10T19:36:35.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: DB SUMMARY 2024-09-10T19:36:35.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: DB Session ID: PBMD0VNFN8ZX03Z5UUNR 2024-09-10T19:36:35.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: CURRENT file: CURRENT 2024-09-10T19:36:35.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: IDENTITY file: IDENTITY 2024-09-10T19:36:35.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: MANIFEST file: MANIFEST-000008 size: 3196 Bytes 2024-09-10T19:36:35.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 2, files: 000073.sst 000074.sst 2024-09-10T19:36:35.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000071.log size: 533174 ; 2024-09-10T19:36:35.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.error_if_exists: 0 2024-09-10T19:36:35.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.create_if_missing: 0 2024-09-10T19:36:35.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.paranoid_checks: 1 2024-09-10T19:36:35.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-10T19:36:35.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.env: 0x55de39cb8440 2024-09-10T19:36:35.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.fs: Posix File System 2024-09-10T19:36:35.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.info_log: 0x55de3b1f6ee0 2024-09-10T19:36:35.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-10T19:36:35.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.statistics: (nil) 2024-09-10T19:36:35.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.use_fsync: 0 2024-09-10T19:36:35.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.max_log_file_size: 0 2024-09-10T19:36:35.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T19:36:35.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T19:36:35.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-10T19:36:35.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-10T19:36:35.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.allow_fallocate: 1 2024-09-10T19:36:35.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-10T19:36:35.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-10T19:36:35.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.use_direct_reads: 0 2024-09-10T19:36:35.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T19:36:35.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.create_missing_column_families: 0 2024-09-10T19:36:35.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.db_log_dir: 2024-09-10T19:36:35.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-09-10T19:36:35.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T19:36:35.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T19:36:35.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T19:36:35.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-10T19:36:35.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T19:36:35.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T19:36:35.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.advise_random_on_open: 1 2024-09-10T19:36:35.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-10T19:36:35.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.write_buffer_manager: 0x55de3b2b4780 2024-09-10T19:36:35.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T19:36:35.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-10T19:36:35.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T19:36:35.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T19:36:35.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.rate_limiter: (nil) 2024-09-10T19:36:35.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T19:36:35.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-10T19:36:35.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-10T19:36:35.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-10T19:36:35.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.unordered_write: 0 2024-09-10T19:36:35.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T19:36:35.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T19:36:35.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T19:36:35.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T19:36:35.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.row_cache: None 2024-09-10T19:36:35.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.wal_filter: None 2024-09-10T19:36:35.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T19:36:35.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-10T19:36:35.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.preserve_deletes: 0 2024-09-10T19:36:35.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.two_write_queues: 0 2024-09-10T19:36:35.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.manual_wal_flush: 0 2024-09-10T19:36:35.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.atomic_flush: 0 2024-09-10T19:36:35.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T19:36:35.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-10T19:36:35.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-10T19:36:35.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.log_readahead_size: 0 2024-09-10T19:36:35.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-10T19:36:35.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-10T19:36:35.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-10T19:36:35.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-10T19:36:35.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-10T19:36:35.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-10T19:36:35.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.max_background_jobs: 2 2024-09-10T19:36:35.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.max_background_compactions: -1 2024-09-10T19:36:35.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.max_subcompactions: 1 2024-09-10T19:36:35.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T19:36:35.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T19:36:35.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T19:36:35.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.max_total_wal_size: 0 2024-09-10T19:36:35.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T19:36:35.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T19:36:35.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T19:36:35.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T19:36:35.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.max_open_files: -1 2024-09-10T19:36:35.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.bytes_per_sync: 0 2024-09-10T19:36:35.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T19:36:35.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-10T19:36:35.598 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-10T19:36:35.598 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.max_background_flushes: -1 2024-09-10T19:36:35.598 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Compression algorithms supported: 2024-09-10T19:36:35.598 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: kZSTD supported: 0 2024-09-10T19:36:35.598 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: kXpressCompression supported: 0 2024-09-10T19:36:35.598 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: kBZip2Compression supported: 0 2024-09-10T19:36:35.598 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T19:36:35.598 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: kLZ4Compression supported: 1 2024-09-10T19:36:35.598 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: kZlibCompression supported: 1 2024-09-10T19:36:35.598 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-10T19:36:35.598 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: kSnappyCompression supported: 1 2024-09-10T19:36:35.598 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T19:36:35.598 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000008 2024-09-10T19:36:35.598 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2024-09-10T19:36:35.599 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T19:36:35.599 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.merge_operator: 2024-09-10T19:36:35.599 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.compaction_filter: None 2024-09-10T19:36:35.599 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.compaction_filter_factory: None 2024-09-10T19:36:35.599 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-10T19:36:35.599 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T19:36:35.599 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T19:36:35.599 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55de3b19fa38) 2024-09-10T19:36:35.599 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: cache_index_and_filter_blocks: 1 2024-09-10T19:36:35.599 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-10T19:36:35.599 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T19:36:35.599 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: pin_top_level_index_and_filter: 1 2024-09-10T19:36:35.599 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: index_type: 0 2024-09-10T19:36:35.599 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: data_block_index_type: 0 2024-09-10T19:36:35.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: index_shortening: 1 2024-09-10T19:36:35.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: data_block_hash_table_util_ratio: 0.750000 2024-09-10T19:36:35.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: hash_index_allow_collision: 1 2024-09-10T19:36:35.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: checksum: 1 2024-09-10T19:36:35.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: no_block_cache: 0 2024-09-10T19:36:35.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: block_cache: 0x55de3b1d3350 2024-09-10T19:36:35.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: block_cache_name: BinnedLRUCache 2024-09-10T19:36:35.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: block_cache_options: 2024-09-10T19:36:35.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: capacity : 536870912 2024-09-10T19:36:35.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: num_shard_bits : 4 2024-09-10T19:36:35.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: strict_capacity_limit : 0 2024-09-10T19:36:35.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: high_pri_pool_ratio: 0.000 2024-09-10T19:36:35.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: block_cache_compressed: (nil) 2024-09-10T19:36:35.601 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: persistent_cache: (nil) 2024-09-10T19:36:35.601 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: block_size: 4096 2024-09-10T19:36:35.601 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: block_size_deviation: 10 2024-09-10T19:36:35.601 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: block_restart_interval: 16 2024-09-10T19:36:35.601 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: index_block_restart_interval: 1 2024-09-10T19:36:35.601 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: metadata_block_size: 4096 2024-09-10T19:36:35.601 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: partition_filters: 0 2024-09-10T19:36:35.601 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: use_delta_encoding: 1 2024-09-10T19:36:35.601 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-10T19:36:35.601 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: whole_key_filtering: 1 2024-09-10T19:36:35.601 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: verify_compression: 0 2024-09-10T19:36:35.601 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: read_amp_bytes_per_bit: 0 2024-09-10T19:36:35.601 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: format_version: 4 2024-09-10T19:36:35.601 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: enable_index_compression: 1 2024-09-10T19:36:35.602 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: block_align: 0 2024-09-10T19:36:35.602 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-10T19:36:35.602 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-10T19:36:35.602 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.compression: NoCompression 2024-09-10T19:36:35.602 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-10T19:36:35.602 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-10T19:36:35.602 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T19:36:35.602 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.num_levels: 7 2024-09-10T19:36:35.602 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T19:36:35.602 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T19:36:35.602 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-10T19:36:35.602 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T19:36:35.602 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T19:36:35.603 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T19:36:35.603 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T19:36:35.603 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T19:36:35.603 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-10T19:36:35.603 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T19:36:35.603 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T19:36:35.603 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.compression_opts.level: 32767 2024-09-10T19:36:35.603 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-10T19:36:35.603 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T19:36:35.603 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T19:36:35.603 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-10T19:36:35.603 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.compression_opts.enabled: false 2024-09-10T19:36:35.603 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T19:36:35.603 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T19:36:35.603 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T19:36:35.604 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-10T19:36:35.604 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T19:36:35.604 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T19:36:35.604 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T19:36:35.604 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T19:36:35.605 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T19:36:35.605 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T19:36:35.605 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T19:36:35.605 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T19:36:35.605 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T19:36:35.605 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T19:36:35.605 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T19:36:35.605 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T19:36:35.606 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T19:36:35.606 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.arena_block_size: 4194304 2024-09-10T19:36:35.606 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T19:36:35.606 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T19:36:35.606 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-10T19:36:35.606 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-10T19:36:35.606 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T19:36:35.606 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T19:36:35.606 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T19:36:35.606 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T19:36:35.606 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T19:36:35.606 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T19:36:35.606 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T19:36:35.607 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T19:36:35.607 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T19:36:35.607 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T19:36:35.607 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-10T19:36:35.607 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.inplace_update_support: 0 2024-09-10T19:36:35.607 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T19:36:35.607 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T19:36:35.607 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T19:36:35.607 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T19:36:35.607 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.bloom_locality: 0 2024-09-10T19:36:35.607 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.max_successive_merges: 0 2024-09-10T19:36:35.607 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T19:36:35.607 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-10T19:36:35.607 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.force_consistency_checks: 1 2024-09-10T19:36:35.608 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-10T19:36:35.608 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.ttl: 2592000 2024-09-10T19:36:35.608 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-10T19:36:35.608 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.enable_blob_files: false 2024-09-10T19:36:35.608 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.min_blob_size: 0 2024-09-10T19:36:35.608 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.blob_file_size: 268435456 2024-09-10T19:36:35.608 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-10T19:36:35.608 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-10T19:36:35.608 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.440+0000 7fb937d25900 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-10T19:36:35.608 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.444+0000 7fb937d25900 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 76, last_sequence is 29148, log_number is 71,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-10T19:36:35.608 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.444+0000 7fb937d25900 4 rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 71 2024-09-10T19:36:35.608 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.444+0000 7fb937d25900 4 rocksdb: [db/version_set.cc:4082] Creating manifest 76 2024-09-10T19:36:35.608 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.444+0000 7fb937d25900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725996995450599, "job": 1, "event": "recovery_started", "wal_files": [71]} 2024-09-10T19:36:35.608 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.444+0000 7fb937d25900 4 rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #71 mode 2 2024-09-10T19:36:35.609 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.448+0000 7fb937d25900 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-10T19:36:35.609 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.448+0000 7fb937d25900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725996995454884, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 77, "file_size": 532646, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 530991, "index_size": 502, "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": 1416, "raw_average_key_size": 26, "raw_value_size": 529474, "raw_average_value_size": 9805, "num_data_blocks": 22, "num_entries": 54, "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": 1725996995, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "bcfe4872-e76b-41ff-9677-6ba84a1ca6c0", "db_session_id": "PBMD0VNFN8ZX03Z5UUNR"}} 2024-09-10T19:36:35.609 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.448+0000 7fb937d25900 4 rocksdb: [db/version_set.cc:4082] Creating manifest 78 2024-09-10T19:36:35.609 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.448+0000 7fb937d25900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725996995455689, "job": 1, "event": "recovery_finished"} 2024-09-10T19:36:35.609 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.448+0000 7fb937d25900 4 rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000071.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-10T19:36:35.609 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.452+0000 7fb937d25900 4 rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x55de3b208700 2024-09-10T19:36:35.609 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.452+0000 7fb937d25900 4 rocksdb: DB pointer 0x55de3b1d6000 2024-09-10T19:36:35.609 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.452+0000 7fb92daf1640 4 rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2024-09-10T19:36:35.609 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.452+0000 7fb92daf1640 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-09-10T19:36:35.609 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: ** DB Stats ** 2024-09-10T19:36:35.609 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T19:36:35.609 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: 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-10T19:36:35.609 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T19:36:35.610 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T19:36:35.610 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: 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-10T19:36:35.610 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-10T19:36:35.610 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T19:36:35.610 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: ** Compaction Stats [default] ** 2024-09-10T19:36:35.610 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: 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-10T19:36:35.610 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T19:36:35.610 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: L0 1/0 520.16 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 194.7 0.00 0.00 1 0.003 0 0 2024-09-10T19:36:35.610 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: L6 2/0 80.36 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-09-10T19:36:35.610 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: Sum 3/0 80.86 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 194.7 0.00 0.00 1 0.003 0 0 2024-09-10T19:36:35.610 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 194.7 0.00 0.00 1 0.003 0 0 2024-09-10T19:36:35.610 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: ** Compaction Stats [default] ** 2024-09-10T19:36:35.610 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: 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-10T19:36:35.611 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T19:36:35.611 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 194.7 0.00 0.00 1 0.003 0 0 2024-09-10T19:36:35.611 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T19:36:35.611 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T19:36:35.611 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T19:36:35.611 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T19:36:35.611 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T19:36:35.611 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: AddFile(Keys): cumulative 0, interval 0 2024-09-10T19:36:35.611 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: Cumulative compaction: 0.00 GB write, 53.41 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T19:36:35.611 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: Interval compaction: 0.00 GB write, 53.41 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T19:36:35.611 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: 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-10T19:36:35.611 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: ** File Read Latency Histogram By Level [default] ** 2024-09-10T19:36:35.611 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: ** Compaction Stats [default] ** 2024-09-10T19:36:35.611 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: 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-10T19:36:35.612 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T19:36:35.612 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: L0 1/0 520.16 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 194.7 0.00 0.00 1 0.003 0 0 2024-09-10T19:36:35.612 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: L6 2/0 80.36 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-09-10T19:36:35.612 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: Sum 3/0 80.86 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 194.7 0.00 0.00 1 0.003 0 0 2024-09-10T19:36:35.612 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: 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-10T19:36:35.612 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: ** Compaction Stats [default] ** 2024-09-10T19:36:35.612 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: 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-10T19:36:35.612 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T19:36:35.612 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 194.7 0.00 0.00 1 0.003 0 0 2024-09-10T19:36:35.612 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T19:36:35.612 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T19:36:35.612 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T19:36:35.612 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T19:36:35.612 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T19:36:35.613 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: AddFile(Keys): cumulative 0, interval 0 2024-09-10T19:36:35.613 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: Cumulative compaction: 0.00 GB write, 52.89 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T19:36:35.613 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: 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-10T19:36:35.613 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: 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-10T19:36:35.613 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: ** File Read Latency Histogram By Level [default] ** 2024-09-10T19:36:35.613 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.452+0000 7fb937d25900 0 starting mon.a rank 0 at public addrs [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] at bind addrs [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid e044737e-6fa6-11ef-bcea-c7b262605968 2024-09-10T19:36:35.613 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.452+0000 7fb937d25900 1 mon.a@-1(???) e3 preinit fsid e044737e-6fa6-11ef-bcea-c7b262605968 2024-09-10T19:36:35.613 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.452+0000 7fb937d25900 0 mon.a@-1(???).mds e1 new map 2024-09-10T19:36:35.613 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.452+0000 7fb937d25900 0 mon.a@-1(???).mds e1 print_map 2024-09-10T19:36:35.613 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: e1 2024-09-10T19:36:35.613 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: enable_multiple, ever_enabled_multiple: 0,0 2024-09-10T19:36:35.613 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: 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-10T19:36:35.613 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: legacy client fscid: -1 2024-09-10T19:36:35.614 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: 2024-09-10T19:36:35.614 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: No filesystems configured 2024-09-10T19:36:35.614 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.452+0000 7fb937d25900 0 mon.a@-1(???).osd e64 crush map has features 3314933000852226048, adjusting msgr requires 2024-09-10T19:36:35.614 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.452+0000 7fb937d25900 0 mon.a@-1(???).osd e64 crush map has features 288514051259236352, adjusting msgr requires 2024-09-10T19:36:35.614 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.452+0000 7fb937d25900 0 mon.a@-1(???).osd e64 crush map has features 288514051259236352, adjusting msgr requires 2024-09-10T19:36:35.614 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.452+0000 7fb937d25900 0 mon.a@-1(???).osd e64 crush map has features 288514051259236352, adjusting msgr requires 2024-09-10T19:36:35.614 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:36:35 smithi155 bash[53909]: debug 2024-09-10T19:36:35.456+0000 7fb937d25900 1 mon.a@-1(???).paxosservice(auth 1..29) refresh upgraded, format 0 -> 3 2024-09-10T19:36:36.452 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:36:36 smithi189 bash[32180]: ignoring --setuser ceph since I am not root 2024-09-10T19:36:36.452 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:36:36 smithi189 bash[32180]: ignoring --setgroup ceph since I am not root 2024-09-10T19:36:36.452 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:36:36 smithi189 bash[32180]: debug 2024-09-10T19:36:36.160+0000 7fdc2f96c640 1 -- 172.21.15.189:0/3367400927 <== mon.2 v2:172.21.15.189:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55a4bcab2340 con 0x55a4bcabe800 2024-09-10T19:36:36.452 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:36:36 smithi189 bash[32180]: debug 2024-09-10T19:36:36.280+0000 7fdc321c6ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-10T19:36:36.589 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:36 smithi155 bash[41040]: ignoring --setuser ceph since I am not root 2024-09-10T19:36:36.589 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:36 smithi155 bash[41040]: ignoring --setgroup ceph since I am not root 2024-09-10T19:36:36.589 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:36 smithi155 bash[41040]: debug 2024-09-10T19:36:36.160+0000 7f073b7a2640 1 -- 172.21.15.155:0/1370618267 <== mon.0 v2:172.21.15.155:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55731fe10340 con 0x55731fe1c800 2024-09-10T19:36:36.590 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:36 smithi155 bash[41040]: debug 2024-09-10T19:36:36.284+0000 7f073dffcec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-10T19:36:36.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:36 smithi155 bash[18934]: audit 2024-09-10T19:36:32.992541+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:36:36.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:36 smithi155 bash[18934]: audit 2024-09-10T19:36:32.992793+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:36:36.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:36 smithi155 bash[18934]: audit 2024-09-10T19:36:32.993014+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.24865 172.21.15.155:0/2852310367' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:36:36.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:36 smithi155 bash[18934]: cluster 2024-09-10T19:36:33.303524+0000 mgr.y (mgr.24865) 262 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:36.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:36 smithi155 bash[18934]: cluster 2024-09-10T19:36:35.305068+0000 mgr.y (mgr.24865) 263 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:36.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:36 smithi155 bash[18934]: cluster 2024-09-10T19:36:36.075335+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-09-10T19:36:36.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:36 smithi155 bash[18934]: cluster 2024-09-10T19:36:36.079165+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-10T19:36:36.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:36 smithi155 bash[18934]: audit 2024-09-10T19:36:36.084901+0000 mon.a (mon.0) 3 : audit [DBG] from='mgr.24865 ' entity='' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:36:36.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:36 smithi155 bash[18934]: cluster 2024-09-10T19:36:36.089806+0000 mon.a (mon.0) 4 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],b=[v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0],c=[v2:172.21.15.155:3301/0,v1:172.21.15.155:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-10T19:36:36.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:36 smithi155 bash[18934]: cluster 2024-09-10T19:36:36.090568+0000 mon.a (mon.0) 5 : cluster [DBG] fsmap 2024-09-10T19:36:36.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:36 smithi155 bash[18934]: cluster 2024-09-10T19:36:36.090618+0000 mon.a (mon.0) 6 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-10T19:36:36.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:36 smithi155 bash[18934]: cluster 2024-09-10T19:36:36.092110+0000 mon.a (mon.0) 7 : cluster [DBG] mgrmap e37: y(active, since 5m), standbys: x 2024-09-10T19:36:36.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:36 smithi155 bash[18934]: cluster 2024-09-10T19:36:36.092831+0000 mon.a (mon.0) 8 : cluster [INF] overall HEALTH_OK 2024-09-10T19:36:36.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:36 smithi155 bash[18934]: cluster 2024-09-10T19:36:36.108055+0000 mon.a (mon.0) 9 : cluster [DBG] mgrmap e38: y(active, since 5m), standbys: x 2024-09-10T19:36:36.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:36 smithi155 bash[18934]: audit 2024-09-10T19:36:36.120395+0000 mon.a (mon.0) 10 : audit [INF] from='mgr.24865 ' entity='mgr.y' 2024-09-10T19:36:37.309 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:36:37 smithi189 bash[32180]: debug 2024-09-10T19:36:37.020+0000 7fdc321c6ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-10T19:36:37.309 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:36:37 smithi189 bash[32180]: debug 2024-09-10T19:36:37.084+0000 7fdc321c6ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-10T19:36:37.309 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:36:37 smithi189 bash[32180]: debug 2024-09-10T19:36:37.156+0000 7fdc321c6ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-10T19:36:37.325 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:37 smithi155 bash[41040]: debug 2024-09-10T19:36:37.032+0000 7f073dffcec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-10T19:36:37.325 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:37 smithi155 bash[41040]: debug 2024-09-10T19:36:37.100+0000 7f073dffcec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-10T19:36:37.325 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:37 smithi155 bash[41040]: debug 2024-09-10T19:36:37.168+0000 7f073dffcec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-10T19:36:37.563 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:36:37 smithi189 bash[32180]: debug 2024-09-10T19:36:37.304+0000 7fdc321c6ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-10T19:36:37.589 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:37 smithi155 bash[41040]: debug 2024-09-10T19:36:37.316+0000 7f073dffcec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-10T19:36:37.589 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:37 smithi155 bash[41040]: debug 2024-09-10T19:36:37.564+0000 7f073dffcec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-10T19:36:37.952 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:36:37 smithi189 bash[32180]: debug 2024-09-10T19:36:37.560+0000 7fdc321c6ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-10T19:36:37.952 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:36:37 smithi189 bash[32180]: debug 2024-09-10T19:36:37.620+0000 7fdc321c6ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-10T19:36:37.952 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:36:37 smithi189 bash[32180]: debug 2024-09-10T19:36:37.752+0000 7fdc321c6ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-10T19:36:38.089 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:37 smithi155 bash[41040]: debug 2024-09-10T19:36:37.628+0000 7f073dffcec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-10T19:36:38.089 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:37 smithi155 bash[41040]: debug 2024-09-10T19:36:37.760+0000 7f073dffcec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-10T19:36:38.391 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:38 smithi155 bash[18934]: cluster 2024-09-10T19:36:37.114679+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e39: y(active, since 5m), standbys: x 2024-09-10T19:36:38.702 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:36:38 smithi189 bash[32180]: debug 2024-09-10T19:36:38.376+0000 7fdc321c6ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-10T19:36:38.702 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:36:38 smithi189 bash[32180]: debug 2024-09-10T19:36:38.448+0000 7fdc321c6ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-10T19:36:38.702 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:36:38 smithi189 bash[32180]: debug 2024-09-10T19:36:38.524+0000 7fdc321c6ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-10T19:36:38.814 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:38 smithi155 bash[41040]: debug 2024-09-10T19:36:38.384+0000 7f073dffcec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-10T19:36:38.814 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:38 smithi155 bash[41040]: debug 2024-09-10T19:36:38.456+0000 7f073dffcec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-10T19:36:38.814 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:38 smithi155 bash[41040]: debug 2024-09-10T19:36:38.532+0000 7f073dffcec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-10T19:36:39.089 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:38 smithi155 bash[41040]: debug 2024-09-10T19:36:38.808+0000 7f073dffcec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-10T19:36:39.089 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:38 smithi155 bash[41040]: debug 2024-09-10T19:36:38.940+0000 7f073dffcec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-10T19:36:39.202 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:36:38 smithi189 bash[32180]: debug 2024-09-10T19:36:38.804+0000 7fdc321c6ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-10T19:36:39.202 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:36:38 smithi189 bash[32180]: debug 2024-09-10T19:36:38.936+0000 7fdc321c6ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-10T19:36:39.590 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:39 smithi155 bash[41040]: debug 2024-09-10T19:36:39.252+0000 7f073dffcec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-10T19:36:39.591 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:39 smithi155 bash[41040]: debug 2024-09-10T19:36:39.464+0000 7f073dffcec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-10T19:36:39.701 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:36:39 smithi189 bash[32180]: debug 2024-09-10T19:36:39.248+0000 7fdc321c6ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-10T19:36:39.702 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:36:39 smithi189 bash[32180]: debug 2024-09-10T19:36:39.460+0000 7fdc321c6ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-10T19:36:40.167 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:36:39 smithi189 bash[32180]: debug 2024-09-10T19:36:39.872+0000 7fdc321c6ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-10T19:36:40.167 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:36:39 smithi189 bash[32180]: debug 2024-09-10T19:36:39.936+0000 7fdc321c6ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-10T19:36:40.167 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:36:40 smithi189 bash[32180]: debug 2024-09-10T19:36:40.000+0000 7fdc321c6ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-10T19:36:40.168 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:36:40 smithi189 bash[32180]: debug 2024-09-10T19:36:40.100+0000 7fdc321c6ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-10T19:36:40.175 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:39 smithi155 bash[41040]: debug 2024-09-10T19:36:39.876+0000 7f073dffcec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-10T19:36:40.175 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:39 smithi155 bash[41040]: debug 2024-09-10T19:36:39.940+0000 7f073dffcec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-10T19:36:40.176 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:40 smithi155 bash[41040]: debug 2024-09-10T19:36:40.008+0000 7f073dffcec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-10T19:36:40.176 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:40 smithi155 bash[41040]: debug 2024-09-10T19:36:40.104+0000 7f073dffcec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-10T19:36:40.176 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:40 smithi155 bash[41040]: debug 2024-09-10T19:36:40.168+0000 7f073dffcec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-10T19:36:40.452 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:36:40 smithi189 bash[32180]: debug 2024-09-10T19:36:40.164+0000 7fdc321c6ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-10T19:36:40.452 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:36:40 smithi189 bash[32180]: debug 2024-09-10T19:36:40.236+0000 7fdc321c6ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-10T19:36:40.452 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:36:40 smithi189 bash[32180]: debug 2024-09-10T19:36:40.384+0000 7fdc321c6ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-10T19:36:40.473 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:40 smithi155 bash[41040]: debug 2024-09-10T19:36:40.244+0000 7f073dffcec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-10T19:36:40.473 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:40 smithi155 bash[41040]: debug 2024-09-10T19:36:40.388+0000 7f073dffcec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-10T19:36:40.839 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:40 smithi155 bash[41040]: debug 2024-09-10T19:36:40.464+0000 7f073dffcec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-10T19:36:40.951 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:36:40 smithi189 bash[32180]: debug 2024-09-10T19:36:40.460+0000 7fdc321c6ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-10T19:36:41.702 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:36:41 smithi189 bash[32180]: debug 2024-09-10T19:36:41.412+0000 7fdc321c6ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-10T19:36:41.839 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:41 smithi155 bash[41040]: debug 2024-09-10T19:36:41.460+0000 7f073dffcec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-10T19:36:41.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:41 smithi155 bash[18934]: cluster 2024-09-10T19:36:41.440184+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x restarted 2024-09-10T19:36:41.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:41 smithi155 bash[18934]: cluster 2024-09-10T19:36:41.440344+0000 mon.a (mon.0) 13 : cluster [DBG] Standby manager daemon x started 2024-09-10T19:36:41.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:41 smithi155 bash[18934]: audit 2024-09-10T19:36:41.442711+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.189:0/201927939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T19:36:41.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:41 smithi155 bash[18934]: audit 2024-09-10T19:36:41.445770+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.189:0/201927939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:36:41.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:41 smithi155 bash[18934]: audit 2024-09-10T19:36:41.447636+0000 mon.b (mon.2) 7 : audit [DBG] from='mgr.? 172.21.15.189:0/201927939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T19:36:41.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:41 smithi155 bash[18934]: audit 2024-09-10T19:36:41.448361+0000 mon.b (mon.2) 8 : audit [DBG] from='mgr.? 172.21.15.189:0/201927939' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:36:42.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:42 smithi155 bash[18934]: cluster 2024-09-10T19:36:41.491580+0000 mon.a (mon.0) 14 : cluster [INF] Active manager daemon y restarted 2024-09-10T19:36:42.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:42 smithi155 bash[18934]: cluster 2024-09-10T19:36:41.492196+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon y 2024-09-10T19:36:42.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:42 smithi155 bash[18934]: cluster 2024-09-10T19:36:41.493809+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e40: y(active, since 5m), standbys: x 2024-09-10T19:36:42.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:42 smithi155 bash[18934]: cluster 2024-09-10T19:36:41.501203+0000 mon.a (mon.0) 17 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-10T19:36:42.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:42 smithi155 bash[18934]: cluster 2024-09-10T19:36:41.501713+0000 mon.a (mon.0) 18 : cluster [DBG] mgrmap e41: y(active, starting, since 0.00985333s), standbys: x 2024-09-10T19:36:43.840 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:36:43 smithi155 bash[49435]: ts=2024-09-10T19:36:43.525Z 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://smithi155.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.155:8443: connect: connection refused" 2024-09-10T19:36:47.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.505813+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:36:47.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.506179+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:36:47.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.506493+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:36:47.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.526045+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T19:36:47.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.526499+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T19:36:47.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.527144+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:36:47.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.527808+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:36:47.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.528455+0000 mon.a (mon.0) 26 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:36:47.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.529107+0000 mon.a (mon.0) 27 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:36:47.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.529711+0000 mon.a (mon.0) 28 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:36:47.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.530358+0000 mon.a (mon.0) 29 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:36:47.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.530976+0000 mon.a (mon.0) 30 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:36:47.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.531596+0000 mon.a (mon.0) 31 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:36:47.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.532257+0000 mon.a (mon.0) 32 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T19:36:47.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.532781+0000 mon.a (mon.0) 33 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T19:36:47.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.533947+0000 mon.a (mon.0) 34 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T19:36:47.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.536342+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T19:36:47.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.538012+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT6232004L400BGN"}]: dispatch 2024-09-10T19:36:47.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.538696+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300GW400BGN"}]: dispatch 2024-09-10T19:36:47.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.539294+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T19:36:47.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.539883+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T19:36:47.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.540505+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T19:36:47.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.541071+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T19:36:47.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.541674+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155"}]: dispatch 2024-09-10T19:36:47.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.542349+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi155.devices.0"}]: dispatch 2024-09-10T19:36:47.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.542974+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi189"}]: dispatch 2024-09-10T19:36:47.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.543627+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi189.devices.0"}]: dispatch 2024-09-10T19:36:47.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.544224+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T19:36:47.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.544853+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T19:36:47.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.545430+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T19:36:47.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.546041+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/smithi189/grafana_crt"}]: dispatch 2024-09-10T19:36:47.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.546677+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/smithi189/grafana_key"}]: dispatch 2024-09-10T19:36:47.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.547295+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T19:36:47.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.547942+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T19:36:47.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.548532+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T19:36:47.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.549100+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T19:36:47.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.549660+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T19:36:47.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.550237+0000 mon.a (mon.0) 56 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T19:36:47.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.550798+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T19:36:47.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.551369+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T19:36:47.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.551924+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:36:47.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.552500+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T19:36:47.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.553175+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:36:47.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.553801+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:36:47.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.554450+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T19:36:47.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.555050+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T19:36:47.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:47 smithi155 bash[18934]: audit 2024-09-10T19:36:47.555685+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T19:36:48.565 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:36:48 smithi155 bash[49435]: ts=2024-09-10T19:36:48.268Z caller=notify.go:743 level=info component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify success" attempts=5 2024-09-10T19:36:48.839 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:48 smithi155 bash[41040]: debug 2024-09-10T19:36:48.576+0000 7f0722534640 -1 mgr.server handle_report got status from non-daemon mon.a 2024-09-10T19:36:48.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:48 smithi155 bash[18934]: audit 2024-09-10T19:36:47.557029+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T19:36:48.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:48 smithi155 bash[18934]: audit 2024-09-10T19:36:47.557865+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T19:36:48.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:48 smithi155 bash[18934]: cluster 2024-09-10T19:36:47.576622+0000 mon.a (mon.0) 68 : cluster [INF] Manager daemon y is now available 2024-09-10T19:36:48.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:48 smithi155 bash[18934]: audit 2024-09-10T19:36:47.658818+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:36:48.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:48 smithi155 bash[18934]: audit 2024-09-10T19:36:47.666390+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T19:36:48.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:48 smithi155 bash[18934]: audit 2024-09-10T19:36:48.021646+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:36:48.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:48 smithi155 bash[18934]: audit 2024-09-10T19:36:48.047163+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:36:49.339 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:48 smithi155 bash[41040]: debug 2024-09-10T19:36:48.932+0000 7f06e8c82640 -1 log_channel(cephadm) log [ERR] : [10/Sep/2024:19:36:48] ENGINE Error in HTTPServer.serve 2024-09-10T19:36:49.340 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:48 smithi155 bash[41040]: Traceback (most recent call last): 2024-09-10T19:36:49.340 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:48 smithi155 bash[41040]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:36:49.340 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:48 smithi155 bash[41040]: self._connections.run(self.expiration_interval) 2024-09-10T19:36:49.340 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:48 smithi155 bash[41040]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:36:49.340 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:48 smithi155 bash[41040]: self._run(expiration_interval) 2024-09-10T19:36:49.340 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:48 smithi155 bash[41040]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:36:49.340 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:48 smithi155 bash[41040]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:36:49.340 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:48 smithi155 bash[41040]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:36:49.340 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:48 smithi155 bash[41040]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:36:49.340 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:48 smithi155 bash[41040]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:36:49.340 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:48 smithi155 bash[41040]: s = self.context.wrap_socket( 2024-09-10T19:36:49.340 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:48 smithi155 bash[41040]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:36:49.340 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:48 smithi155 bash[41040]: return self.sslsocket_class._create( 2024-09-10T19:36:49.341 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:48 smithi155 bash[41040]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:36:49.341 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:48 smithi155 bash[41040]: self.do_handshake() 2024-09-10T19:36:49.341 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:48 smithi155 bash[41040]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:36:49.341 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:48 smithi155 bash[41040]: self._sslobj.do_handshake() 2024-09-10T19:36:49.341 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:36:48 smithi155 bash[41040]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:36:49.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:49 smithi155 bash[18934]: cluster 2024-09-10T19:36:48.579623+0000 mon.a (mon.0) 73 : cluster [DBG] mgrmap e42: y(active, since 7s), standbys: x 2024-09-10T19:36:49.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:49 smithi155 bash[18934]: cephadm 2024-09-10T19:36:48.808702+0000 mgr.y (mgr.54108) 2 : cephadm [INF] [10/Sep/2024:19:36:48] ENGINE Bus STARTING 2024-09-10T19:36:49.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:49 smithi155 bash[18934]: cephadm 2024-09-10T19:36:48.935745+0000 mgr.y (mgr.54108) 3 : cephadm [INF] [10/Sep/2024:19:36:48] ENGINE Serving on https://172.21.15.155:7150 2024-09-10T19:36:49.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:49 smithi155 bash[18934]: cephadm 2024-09-10T19:36:48.936034+0000 mgr.y (mgr.54108) 4 : cephadm [INF] [10/Sep/2024:19:36:48] ENGINE Bus STARTED 2024-09-10T19:36:49.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:49 smithi155 bash[18934]: cephadm 2024-09-10T19:36:48.939651+0000 mgr.y (mgr.54108) 5 : cephadm [ERR] [10/Sep/2024:19:36:48] ENGINE Error in HTTPServer.serve 2024-09-10T19:36:49.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:49 smithi155 bash[18934]: Traceback (most recent call last): 2024-09-10T19:36:49.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:49 smithi155 bash[18934]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:36:49.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:49 smithi155 bash[18934]: self._connections.run(self.expiration_interval) 2024-09-10T19:36:49.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:49 smithi155 bash[18934]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:36:49.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:49 smithi155 bash[18934]: self._run(expiration_interval) 2024-09-10T19:36:49.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:49 smithi155 bash[18934]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:36:49.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:49 smithi155 bash[18934]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:36:49.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:49 smithi155 bash[18934]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:36:49.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:49 smithi155 bash[18934]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:36:49.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:49 smithi155 bash[18934]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:36:49.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:49 smithi155 bash[18934]: s = self.context.wrap_socket( 2024-09-10T19:36:49.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:49 smithi155 bash[18934]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:36:49.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:49 smithi155 bash[18934]: return self.sslsocket_class._create( 2024-09-10T19:36:49.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:49 smithi155 bash[18934]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:36:49.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:49 smithi155 bash[18934]: self.do_handshake() 2024-09-10T19:36:49.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:49 smithi155 bash[18934]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:36:49.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:49 smithi155 bash[18934]: self._sslobj.do_handshake() 2024-09-10T19:36:49.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:49 smithi155 bash[18934]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:36:49.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:49 smithi155 bash[18934]: audit 2024-09-10T19:36:48.944749+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:36:51.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:50 smithi155 bash[18934]: cluster 2024-09-10T19:36:49.529385+0000 mgr.y (mgr.54108) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:51.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:50 smithi155 bash[18934]: cluster 2024-09-10T19:36:49.953854+0000 mon.a (mon.0) 75 : cluster [DBG] mgrmap e43: y(active, since 8s), standbys: x 2024-09-10T19:36:53.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:52 smithi155 bash[18934]: cluster 2024-09-10T19:36:51.530135+0000 mgr.y (mgr.54108) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:53.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:52 smithi155 bash[18934]: cluster 2024-09-10T19:36:51.968949+0000 mon.a (mon.0) 76 : cluster [DBG] mgrmap e44: y(active, since 10s), standbys: x 2024-09-10T19:36:55.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:54 smithi155 bash[18934]: cluster 2024-09-10T19:36:53.530728+0000 mgr.y (mgr.54108) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:36:55.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:54 smithi155 bash[18934]: audit 2024-09-10T19:36:54.325698+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:36:55.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:54 smithi155 bash[18934]: audit 2024-09-10T19:36:54.333595+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:36:55.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:54 smithi155 bash[18934]: audit 2024-09-10T19:36:54.340237+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:36:55.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:54 smithi155 bash[18934]: audit 2024-09-10T19:36:54.636554+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:36:55.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:54 smithi155 bash[18934]: audit 2024-09-10T19:36:54.641739+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:36:55.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:54 smithi155 bash[18934]: audit 2024-09-10T19:36:54.648306+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:36:55.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:54 smithi155 bash[18934]: audit 2024-09-10T19:36:54.723889+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:36:55.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:54 smithi155 bash[18934]: audit 2024-09-10T19:36:54.946703+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:36:55.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:54 smithi155 bash[18934]: audit 2024-09-10T19:36:54.953718+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:36:55.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:54 smithi155 bash[18934]: audit 2024-09-10T19:36:54.960716+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:36:55.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:54 smithi155 bash[18934]: audit 2024-09-10T19:36:54.962400+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:36:56.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:55 smithi155 bash[18934]: audit 2024-09-10T19:36:55.092455+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:36:56.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:55 smithi155 bash[18934]: audit 2024-09-10T19:36:55.315962+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:36:56.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:55 smithi155 bash[18934]: audit 2024-09-10T19:36:55.324625+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:36:56.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:55 smithi155 bash[18934]: audit 2024-09-10T19:36:55.332464+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:36:56.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:55 smithi155 bash[18934]: audit 2024-09-10T19:36:55.334338+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:36:57.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:56 smithi155 bash[18934]: cluster 2024-09-10T19:36:55.532253+0000 mgr.y (mgr.54108) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-10T19:36:59.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:36:58 smithi155 bash[18934]: cluster 2024-09-10T19:36:57.533035+0000 mgr.y (mgr.54108) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-10T19:37:01.284 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:00 smithi155 bash[18934]: cluster 2024-09-10T19:36:59.534582+0000 mgr.y (mgr.54108) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T19:37:02.160 INFO:teuthology.orchestra.run.smithi155.stdout:true 2024-09-10T19:37:02.970 INFO:teuthology.orchestra.run.smithi155.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:37:02.970 INFO:teuthology.orchestra.run.smithi155.stdout:alertmanager.a smithi155 running (3m) 8s ago 29m 16.9M - 0.25.0 c8568f914cd2 d240bc57c001 2024-09-10T19:37:02.970 INFO:teuthology.orchestra.run.smithi155.stdout:grafana.a smithi189 running (2m) 8s ago 29m 82.1M - 9.4.7 954c08fa6188 2e57a3903209 2024-09-10T19:37:02.970 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.x smithi189 *:8443 running (5m) 8s ago 34m 390M - 17.2.7-1606-g5be57395 4c55dd409611 1e9c1f896a72 2024-09-10T19:37:02.970 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.y smithi155 *:8443 running (15m) 8s ago 36m 423M - 17.2.7-1606-g5be57395 4c55dd409611 c3f6bb49e60e 2024-09-10T19:37:02.970 INFO:teuthology.orchestra.run.smithi155.stdout:mon.a smithi155 running (28s) 8s ago 36m 36.0M 2048M 17.2.7-1606-g5be57395 4c55dd409611 7e033880dcd4 2024-09-10T19:37:02.970 INFO:teuthology.orchestra.run.smithi155.stdout:mon.b smithi189 running (82s) 8s ago 34m 43.9M 2048M 17.2.7-1606-g5be57395 4c55dd409611 f29d1decbead 2024-09-10T19:37:02.970 INFO:teuthology.orchestra.run.smithi155.stdout:mon.c smithi155 running (34m) 8s ago 34m 231M 2048M 15.2.0 204a01f9b0b6 7cbf0bc7a02d 2024-09-10T19:37:02.970 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.a smithi155 running (4m) 8s ago 29m 11.3M - 1.5.0 0da6a335fe13 75a6b4940d3d 2024-09-10T19:37:02.970 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.b smithi189 running (4m) 8s ago 29m 11.2M - 1.5.0 0da6a335fe13 57c4129454db 2024-09-10T19:37:02.970 INFO:teuthology.orchestra.run.smithi155.stdout:osd.0 smithi155 running (33m) 8s ago 33m 56.4M 4096M 15.2.0 204a01f9b0b6 7f6023dc1e50 2024-09-10T19:37:02.970 INFO:teuthology.orchestra.run.smithi155.stdout:osd.1 smithi155 running (33m) 8s ago 33m 55.0M 4096M 15.2.0 204a01f9b0b6 42d00c1d93dd 2024-09-10T19:37:02.971 INFO:teuthology.orchestra.run.smithi155.stdout:osd.2 smithi155 running (32m) 8s ago 32m 51.9M 4096M 15.2.0 204a01f9b0b6 6b241c21f8e2 2024-09-10T19:37:02.971 INFO:teuthology.orchestra.run.smithi155.stdout:osd.3 smithi155 running (32m) 8s ago 32m 55.8M 4096M 15.2.0 204a01f9b0b6 8d9201a4db26 2024-09-10T19:37:02.971 INFO:teuthology.orchestra.run.smithi155.stdout:osd.4 smithi189 running (32m) 8s ago 32m 57.9M 4096M 15.2.0 204a01f9b0b6 34cb90c9d5b7 2024-09-10T19:37:02.971 INFO:teuthology.orchestra.run.smithi155.stdout:osd.5 smithi189 running (31m) 8s ago 31m 54.0M 4096M 15.2.0 204a01f9b0b6 4b3a3b60e1d5 2024-09-10T19:37:02.971 INFO:teuthology.orchestra.run.smithi155.stdout:osd.6 smithi189 running (31m) 8s ago 31m 57.9M 4096M 15.2.0 204a01f9b0b6 c58c4c013902 2024-09-10T19:37:02.971 INFO:teuthology.orchestra.run.smithi155.stdout:osd.7 smithi189 running (30m) 8s ago 30m 57.5M 4096M 15.2.0 204a01f9b0b6 fb02b608dde7 2024-09-10T19:37:02.971 INFO:teuthology.orchestra.run.smithi155.stdout:prometheus.a smithi189 running (4m) 8s ago 29m 43.2M - 2.43.0 a07b618ecd1d a68b682055db 2024-09-10T19:37:02.971 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi155.ehnnyk smithi155 running (27m) 8s ago 27m 56.1M - 15.2.0 204a01f9b0b6 48687c7a211a 2024-09-10T19:37:02.971 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi189.dwpibf smithi189 running (27m) 8s ago 27m 55.5M - 15.2.0 204a01f9b0b6 6bddcdbdbf0b 2024-09-10T19:37:03.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:02 smithi155 bash[18934]: cluster 2024-09-10T19:37:01.535467+0000 mgr.y (mgr.54108) 12 : 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-10T19:37:03.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:02 smithi155 bash[18934]: audit 2024-09-10T19:37:02.143929+0000 mgr.y (mgr.54108) 13 : audit [DBG] from='client.25327 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:37:03.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:02 smithi155 bash[18934]: audit 2024-09-10T19:37:02.948999+0000 mon.a (mon.0) 93 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:37:03.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:02 smithi155 bash[18934]: audit 2024-09-10T19:37:02.949605+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:37:03.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:02 smithi155 bash[18934]: audit 2024-09-10T19:37:02.950123+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:03.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:02 smithi155 bash[18934]: audit 2024-09-10T19:37:02.950622+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:03.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:02 smithi155 bash[18934]: audit 2024-09-10T19:37:02.951113+0000 mon.a (mon.0) 97 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:03.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:02 smithi155 bash[18934]: audit 2024-09-10T19:37:02.951532+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:03.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:02 smithi155 bash[18934]: audit 2024-09-10T19:37:02.956162+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:37:03.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:02 smithi155 bash[18934]: audit 2024-09-10T19:37:02.956530+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:03.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:02 smithi155 bash[18934]: audit 2024-09-10T19:37:02.957011+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:03.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:02 smithi155 bash[18934]: audit 2024-09-10T19:37:02.957536+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:03.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:02 smithi155 bash[18934]: audit 2024-09-10T19:37:02.958005+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:03.443 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:37:03.443 INFO:teuthology.orchestra.run.smithi155.stdout: "mon": { 2024-09-10T19:37:03.443 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2024-09-10T19:37:03.443 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:37:03.443 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:37:03.443 INFO:teuthology.orchestra.run.smithi155.stdout: "mgr": { 2024-09-10T19:37:03.443 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:37:03.444 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:37:03.444 INFO:teuthology.orchestra.run.smithi155.stdout: "osd": { 2024-09-10T19:37:03.444 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-10T19:37:03.444 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:37:03.444 INFO:teuthology.orchestra.run.smithi155.stdout: "rgw": { 2024-09-10T19:37:03.444 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-10T19:37:03.444 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:37:03.444 INFO:teuthology.orchestra.run.smithi155.stdout: "overall": { 2024-09-10T19:37:03.444 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 11, 2024-09-10T19:37:03.444 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 4 2024-09-10T19:37:03.444 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-10T19:37:03.444 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:37:03.846 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:37:03.846 INFO:teuthology.orchestra.run.smithi155.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T19:37:03.847 INFO:teuthology.orchestra.run.smithi155.stdout: "in_progress": true, 2024-09-10T19:37:03.847 INFO:teuthology.orchestra.run.smithi155.stdout: "which": "Upgrading daemons of type(s) mon on host(s) smithi155", 2024-09-10T19:37:03.847 INFO:teuthology.orchestra.run.smithi155.stdout: "services_complete": [], 2024-09-10T19:37:03.847 INFO:teuthology.orchestra.run.smithi155.stdout: "progress": "1/2 daemons upgraded", 2024-09-10T19:37:03.847 INFO:teuthology.orchestra.run.smithi155.stdout: "message": "", 2024-09-10T19:37:03.847 INFO:teuthology.orchestra.run.smithi155.stdout: "is_paused": false 2024-09-10T19:37:03.847 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:37:04.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:03 smithi155 bash[18934]: audit 2024-09-10T19:37:02.541536+0000 mgr.y (mgr.54108) 14 : audit [DBG] from='client.25333 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:37:04.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:03 smithi155 bash[18934]: audit 2024-09-10T19:37:02.943745+0000 mgr.y (mgr.54108) 15 : audit [DBG] from='client.25339 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:37:04.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:04 smithi155 bash[18934]: audit 2024-09-10T19:37:03.441612+0000 mon.a (mon.0) 104 : audit [DBG] from='client.54156 172.21.15.155:0/2834038118' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:37:05.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:05 smithi155 bash[18934]: cluster 2024-09-10T19:37:03.536197+0000 mgr.y (mgr.54108) 16 : 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-10T19:37:05.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:05 smithi155 bash[18934]: audit 2024-09-10T19:37:03.844596+0000 mgr.y (mgr.54108) 17 : audit [DBG] from='client.25351 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:37:06.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:06 smithi155 bash[18934]: audit 2024-09-10T19:37:05.397512+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:06.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:06 smithi155 bash[18934]: audit 2024-09-10T19:37:05.405446+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:06.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:06 smithi155 bash[18934]: audit 2024-09-10T19:37:05.412914+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:06.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:06 smithi155 bash[18934]: audit 2024-09-10T19:37:05.414059+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:06.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:06 smithi155 bash[18934]: audit 2024-09-10T19:37:05.414675+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:06.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:06 smithi155 bash[18934]: audit 2024-09-10T19:37:05.415356+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:06.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:06 smithi155 bash[18934]: audit 2024-09-10T19:37:05.416056+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:06.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:06 smithi155 bash[18934]: audit 2024-09-10T19:37:05.416717+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:06.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:06 smithi155 bash[18934]: audit 2024-09-10T19:37:05.417388+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:06.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:06 smithi155 bash[18934]: audit 2024-09-10T19:37:05.418002+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:06.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:06 smithi155 bash[18934]: audit 2024-09-10T19:37:05.418559+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:06.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:06 smithi155 bash[18934]: audit 2024-09-10T19:37:05.419180+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:06.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:06 smithi155 bash[18934]: audit 2024-09-10T19:37:05.704961+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:06.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:06 smithi155 bash[18934]: audit 2024-09-10T19:37:05.713080+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:06.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:06 smithi155 bash[18934]: audit 2024-09-10T19:37:05.723298+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:06.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:06 smithi155 bash[18934]: audit 2024-09-10T19:37:05.724871+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:06.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:06 smithi155 bash[18934]: audit 2024-09-10T19:37:05.725666+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:06.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:06 smithi155 bash[18934]: audit 2024-09-10T19:37:05.726468+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:06.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:06 smithi155 bash[18934]: audit 2024-09-10T19:37:05.727312+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:06.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:06 smithi155 bash[18934]: audit 2024-09-10T19:37:05.728179+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:06.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:06 smithi155 bash[18934]: audit 2024-09-10T19:37:05.728979+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:06.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:06 smithi155 bash[18934]: audit 2024-09-10T19:37:05.729766+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:06.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:06 smithi155 bash[18934]: audit 2024-09-10T19:37:05.730501+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:06.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:06 smithi155 bash[18934]: audit 2024-09-10T19:37:05.731328+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:06.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:06 smithi155 bash[18934]: audit 2024-09-10T19:37:05.739600+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:06.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:06 smithi155 bash[18934]: audit 2024-09-10T19:37:05.794781+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:37:06.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:06 smithi155 bash[18934]: audit 2024-09-10T19:37:05.799153+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:37:06.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:06 smithi155 bash[18934]: audit 2024-09-10T19:37:05.801209+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-10T19:37:06.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:06 smithi155 bash[18934]: audit 2024-09-10T19:37:05.802376+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-09-10T19:37:07.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:07 smithi155 bash[18934]: cephadm 2024-09-10T19:37:05.396369+0000 mgr.y (mgr.54108) 18 : cephadm [INF] Detected new or changed devices on smithi155 2024-09-10T19:37:07.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:07 smithi155 bash[18934]: cluster 2024-09-10T19:37:05.537590+0000 mgr.y (mgr.54108) 19 : cluster [DBG] pgmap v12: 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-10T19:37:07.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:07 smithi155 bash[18934]: cephadm 2024-09-10T19:37:05.803183+0000 mgr.y (mgr.54108) 20 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-09-10T19:37:09.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:09 smithi155 bash[18934]: cluster 2024-09-10T19:37:07.538305+0000 mgr.y (mgr.54108) 21 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:09.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:09 smithi155 bash[18934]: cephadm 2024-09-10T19:37:08.069500+0000 mgr.y (mgr.54108) 22 : cephadm [INF] Upgrade: Updating mon.c 2024-09-10T19:37:09.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:09 smithi155 bash[18934]: audit 2024-09-10T19:37:08.079927+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:09.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:09 smithi155 bash[18934]: audit 2024-09-10T19:37:08.081613+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:37:09.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:09 smithi155 bash[18934]: audit 2024-09-10T19:37:08.082912+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:37:09.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:09 smithi155 bash[18934]: audit 2024-09-10T19:37:08.084388+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:09.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:09 smithi155 bash[18934]: cephadm 2024-09-10T19:37:08.086084+0000 mgr.y (mgr.54108) 23 : cephadm [INF] Deploying daemon mon.c on smithi155 2024-09-10T19:37:09.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:09 smithi155 bash[18934]: audit 2024-09-10T19:37:08.086954+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-10T19:37:10.519 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:10 smithi155 systemd[1]: Stopping Ceph mon.c for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:37:10.816 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:10 smithi155 bash[18934]: debug 2024-09-10T19:37:10.516+0000 7ffa598fb700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T19:37:10.817 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:10 smithi155 bash[18934]: debug 2024-09-10T19:37:10.516+0000 7ffa598fb700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-09-10T19:37:11.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:11 smithi155 bash[59549]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-mon.c 2024-09-10T19:37:11.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:11 smithi155 bash[59623]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-mon.c 2024-09-10T19:37:11.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:11 smithi155 systemd[1]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mon.c.service: Succeeded. 2024-09-10T19:37:11.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:11 smithi155 systemd[1]: Stopped Ceph mon.c for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:37:12.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:11 smithi155 systemd[1]: Started Ceph mon.c for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:37:13.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.908+0000 7fe8990bc900 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-10T19:37:13.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.908+0000 7fe8990bc900 0 ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable), process ceph-mon, pid 7 2024-09-10T19:37:13.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.908+0000 7fe8990bc900 0 pidfile_write: ignore empty --pid-file 2024-09-10T19:37:13.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 0 load: jerasure load: lrc 2024-09-10T19:37:13.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: RocksDB version: 6.15.5 2024-09-10T19:37:13.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-10T19:37:13.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Compile date Sep 9 2024 2024-09-10T19:37:13.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: DB SUMMARY 2024-09-10T19:37:13.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: DB Session ID: K1TDX5PUN8GKQIQTW9PR 2024-09-10T19:37:13.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: CURRENT file: CURRENT 2024-09-10T19:37:13.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: IDENTITY file: IDENTITY 2024-09-10T19:37:13.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 3802 Bytes 2024-09-10T19:37:13.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 2, files: 000086.sst 000087.sst 2024-09-10T19:37:13.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000084.log size: 4249742 ; 2024-09-10T19:37:13.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.error_if_exists: 0 2024-09-10T19:37:13.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.create_if_missing: 0 2024-09-10T19:37:13.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.paranoid_checks: 1 2024-09-10T19:37:13.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-10T19:37:13.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.env: 0x55e79c51a440 2024-09-10T19:37:13.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.fs: Posix File System 2024-09-10T19:37:13.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.info_log: 0x55e79e3caee0 2024-09-10T19:37:13.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-10T19:37:13.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.statistics: (nil) 2024-09-10T19:37:13.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.use_fsync: 0 2024-09-10T19:37:13.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.max_log_file_size: 0 2024-09-10T19:37:13.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T19:37:13.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T19:37:13.093 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-10T19:37:13.093 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-10T19:37:13.093 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.allow_fallocate: 1 2024-09-10T19:37:13.093 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-10T19:37:13.093 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-10T19:37:13.093 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.use_direct_reads: 0 2024-09-10T19:37:13.093 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T19:37:13.093 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.create_missing_column_families: 0 2024-09-10T19:37:13.093 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.db_log_dir: 2024-09-10T19:37:13.094 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-c/store.db 2024-09-10T19:37:13.094 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T19:37:13.094 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T19:37:13.094 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T19:37:13.094 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-10T19:37:13.094 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T19:37:13.094 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T19:37:13.094 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.advise_random_on_open: 1 2024-09-10T19:37:13.094 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-10T19:37:13.094 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.write_buffer_manager: 0x55e79e488780 2024-09-10T19:37:13.094 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T19:37:13.094 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-10T19:37:13.094 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T19:37:13.094 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T19:37:13.094 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.rate_limiter: (nil) 2024-09-10T19:37:13.095 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T19:37:13.095 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-10T19:37:13.095 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-10T19:37:13.095 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-10T19:37:13.095 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.unordered_write: 0 2024-09-10T19:37:13.095 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T19:37:13.095 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T19:37:13.095 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T19:37:13.095 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T19:37:13.095 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.row_cache: None 2024-09-10T19:37:13.095 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.wal_filter: None 2024-09-10T19:37:13.095 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T19:37:13.095 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-10T19:37:13.095 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.preserve_deletes: 0 2024-09-10T19:37:13.096 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.two_write_queues: 0 2024-09-10T19:37:13.096 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.manual_wal_flush: 0 2024-09-10T19:37:13.096 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.atomic_flush: 0 2024-09-10T19:37:13.096 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T19:37:13.096 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-10T19:37:13.096 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-10T19:37:13.096 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.log_readahead_size: 0 2024-09-10T19:37:13.096 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-10T19:37:13.096 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-10T19:37:13.096 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-10T19:37:13.096 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-10T19:37:13.096 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-10T19:37:13.097 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-10T19:37:13.097 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.max_background_jobs: 2 2024-09-10T19:37:13.097 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.max_background_compactions: -1 2024-09-10T19:37:13.097 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.max_subcompactions: 1 2024-09-10T19:37:13.097 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T19:37:13.097 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T19:37:13.097 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T19:37:13.097 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.max_total_wal_size: 0 2024-09-10T19:37:13.097 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T19:37:13.097 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T19:37:13.097 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T19:37:13.097 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T19:37:13.097 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.max_open_files: -1 2024-09-10T19:37:13.097 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.bytes_per_sync: 0 2024-09-10T19:37:13.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T19:37:13.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-10T19:37:13.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-10T19:37:13.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.max_background_flushes: -1 2024-09-10T19:37:13.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Compression algorithms supported: 2024-09-10T19:37:13.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: kZSTD supported: 0 2024-09-10T19:37:13.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: kXpressCompression supported: 0 2024-09-10T19:37:13.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: kBZip2Compression supported: 0 2024-09-10T19:37:13.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T19:37:13.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: kLZ4Compression supported: 1 2024-09-10T19:37:13.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: kZlibCompression supported: 1 2024-09-10T19:37:13.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-10T19:37:13.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: kSnappyCompression supported: 1 2024-09-10T19:37:13.099 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T19:37:13.099 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-09-10T19:37:13.099 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2024-09-10T19:37:13.099 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T19:37:13.099 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.merge_operator: 2024-09-10T19:37:13.099 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.compaction_filter: None 2024-09-10T19:37:13.099 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.compaction_filter_factory: None 2024-09-10T19:37:13.099 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-10T19:37:13.099 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T19:37:13.099 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T19:37:13.099 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e79e373a38) 2024-09-10T19:37:13.099 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: cache_index_and_filter_blocks: 1 2024-09-10T19:37:13.099 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-10T19:37:13.099 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T19:37:13.100 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: pin_top_level_index_and_filter: 1 2024-09-10T19:37:13.100 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: index_type: 0 2024-09-10T19:37:13.100 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: data_block_index_type: 0 2024-09-10T19:37:13.100 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: index_shortening: 1 2024-09-10T19:37:13.100 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: data_block_hash_table_util_ratio: 0.750000 2024-09-10T19:37:13.100 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: hash_index_allow_collision: 1 2024-09-10T19:37:13.100 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: checksum: 1 2024-09-10T19:37:13.100 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: no_block_cache: 0 2024-09-10T19:37:13.100 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: block_cache: 0x55e79e3a71f0 2024-09-10T19:37:13.100 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: block_cache_name: BinnedLRUCache 2024-09-10T19:37:13.100 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: block_cache_options: 2024-09-10T19:37:13.100 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: capacity : 536870912 2024-09-10T19:37:13.100 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: num_shard_bits : 4 2024-09-10T19:37:13.100 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: strict_capacity_limit : 0 2024-09-10T19:37:13.101 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: high_pri_pool_ratio: 0.000 2024-09-10T19:37:13.101 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: block_cache_compressed: (nil) 2024-09-10T19:37:13.101 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: persistent_cache: (nil) 2024-09-10T19:37:13.101 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: block_size: 4096 2024-09-10T19:37:13.101 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: block_size_deviation: 10 2024-09-10T19:37:13.101 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: block_restart_interval: 16 2024-09-10T19:37:13.101 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: index_block_restart_interval: 1 2024-09-10T19:37:13.101 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: metadata_block_size: 4096 2024-09-10T19:37:13.101 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: partition_filters: 0 2024-09-10T19:37:13.101 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: use_delta_encoding: 1 2024-09-10T19:37:13.101 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-10T19:37:13.101 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: whole_key_filtering: 1 2024-09-10T19:37:13.101 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: verify_compression: 0 2024-09-10T19:37:13.101 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: read_amp_bytes_per_bit: 0 2024-09-10T19:37:13.102 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: format_version: 4 2024-09-10T19:37:13.102 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: enable_index_compression: 1 2024-09-10T19:37:13.102 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: block_align: 0 2024-09-10T19:37:13.102 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-10T19:37:13.102 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-10T19:37:13.102 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.compression: NoCompression 2024-09-10T19:37:13.102 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-10T19:37:13.102 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-10T19:37:13.102 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T19:37:13.102 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.num_levels: 7 2024-09-10T19:37:13.102 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T19:37:13.102 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T19:37:13.102 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-10T19:37:13.102 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T19:37:13.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T19:37:13.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T19:37:13.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T19:37:13.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T19:37:13.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-10T19:37:13.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T19:37:13.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T19:37:13.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.compression_opts.level: 32767 2024-09-10T19:37:13.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-10T19:37:13.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T19:37:13.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T19:37:13.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-10T19:37:13.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.compression_opts.enabled: false 2024-09-10T19:37:13.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T19:37:13.104 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T19:37:13.104 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T19:37:13.104 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-10T19:37:13.104 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T19:37:13.104 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T19:37:13.104 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T19:37:13.104 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T19:37:13.105 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T19:37:13.105 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T19:37:13.105 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T19:37:13.105 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T19:37:13.105 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T19:37:13.105 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T19:37:13.105 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T19:37:13.105 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T19:37:13.105 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T19:37:13.105 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.arena_block_size: 4194304 2024-09-10T19:37:13.106 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T19:37:13.106 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T19:37:13.106 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-10T19:37:13.106 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-10T19:37:13.106 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T19:37:13.106 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T19:37:13.106 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T19:37:13.106 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T19:37:13.106 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T19:37:13.106 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T19:37:13.106 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T19:37:13.106 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T19:37:13.106 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T19:37:13.106 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T19:37:13.107 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-10T19:37:13.107 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.inplace_update_support: 0 2024-09-10T19:37:13.107 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T19:37:13.107 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T19:37:13.107 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T19:37:13.107 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T19:37:13.107 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.bloom_locality: 0 2024-09-10T19:37:13.107 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.max_successive_merges: 0 2024-09-10T19:37:13.107 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T19:37:13.107 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-10T19:37:13.107 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.force_consistency_checks: 1 2024-09-10T19:37:13.107 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-10T19:37:13.107 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.ttl: 2592000 2024-09-10T19:37:13.107 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-10T19:37:13.108 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.enable_blob_files: false 2024-09-10T19:37:13.108 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.min_blob_size: 0 2024-09-10T19:37:13.108 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.blob_file_size: 268435456 2024-09-10T19:37:13.108 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-10T19:37:13.108 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-10T19:37:13.108 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.912+0000 7fe8990bc900 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-10T19:37:13.108 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.916+0000 7fe8990bc900 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 89, last_sequence is 32431, log_number is 84,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-10T19:37:13.108 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.916+0000 7fe8990bc900 4 rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 84 2024-09-10T19:37:13.108 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.916+0000 7fe8990bc900 4 rocksdb: [db/version_set.cc:4082] Creating manifest 89 2024-09-10T19:37:13.108 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.916+0000 7fe8990bc900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725997032917456, "job": 1, "event": "recovery_started", "wal_files": [84]} 2024-09-10T19:37:13.108 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.916+0000 7fe8990bc900 4 rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #84 mode 2 2024-09-10T19:37:13.108 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.920+0000 7fe8990bc900 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-10T19:37:13.108 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.924+0000 7fe8990bc900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725997032927783, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 90, "file_size": 2786369, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 2782689, "index_size": 2266, "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": 3177, "raw_average_key_size": 21, "raw_value_size": 2777981, "raw_average_value_size": 18397, "num_data_blocks": 99, "num_entries": 151, "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": 1725997032, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "88f88fb7-77cc-4b4a-89f0-dd9c5d94980b", "db_session_id": "K1TDX5PUN8GKQIQTW9PR"}} 2024-09-10T19:37:13.109 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.924+0000 7fe8990bc900 4 rocksdb: [db/version_set.cc:4082] Creating manifest 91 2024-09-10T19:37:13.109 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.928+0000 7fe8990bc900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725997032929962, "job": 1, "event": "recovery_finished"} 2024-09-10T19:37:13.109 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.928+0000 7fe8990bc900 4 rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000084.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-10T19:37:13.109 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.928+0000 7fe8990bc900 4 rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x55e79e3dc700 2024-09-10T19:37:13.109 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.928+0000 7fe8990bc900 4 rocksdb: DB pointer 0x55e79e3aa000 2024-09-10T19:37:13.109 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.932+0000 7fe88ee88640 4 rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2024-09-10T19:37:13.109 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.932+0000 7fe88ee88640 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-09-10T19:37:13.109 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: ** DB Stats ** 2024-09-10T19:37:13.109 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T19:37:13.109 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: 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-10T19:37:13.109 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T19:37:13.109 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T19:37:13.109 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: 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-10T19:37:13.109 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-10T19:37:13.110 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T19:37:13.110 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: ** Compaction Stats [default] ** 2024-09-10T19:37:13.110 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: 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-10T19:37:13.110 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T19:37:13.110 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: L0 1/0 2.66 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 507.5 0.01 0.00 1 0.005 0 0 2024-09-10T19:37:13.110 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: L6 2/0 81.39 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-10T19:37:13.110 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: Sum 3/0 84.04 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 507.5 0.01 0.00 1 0.005 0 0 2024-09-10T19:37:13.110 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 507.5 0.01 0.00 1 0.005 0 0 2024-09-10T19:37:13.110 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: ** Compaction Stats [default] ** 2024-09-10T19:37:13.110 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: 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-10T19:37:13.110 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T19:37:13.110 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 507.5 0.01 0.00 1 0.005 0 0 2024-09-10T19:37:13.110 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T19:37:13.110 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: Flush(GB): cumulative 0.003, interval 0.003 2024-09-10T19:37:13.111 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T19:37:13.111 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T19:37:13.111 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T19:37:13.111 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: AddFile(Keys): cumulative 0, interval 0 2024-09-10T19:37:13.111 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: Cumulative compaction: 0.00 GB write, 156.94 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T19:37:13.111 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: Interval compaction: 0.00 GB write, 156.94 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T19:37:13.111 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: 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-10T19:37:13.111 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: ** File Read Latency Histogram By Level [default] ** 2024-09-10T19:37:13.111 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: ** Compaction Stats [default] ** 2024-09-10T19:37:13.111 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: 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-10T19:37:13.111 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T19:37:13.111 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: L0 1/0 2.66 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 507.5 0.01 0.00 1 0.005 0 0 2024-09-10T19:37:13.111 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: L6 2/0 81.39 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-10T19:37:13.112 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: Sum 3/0 84.04 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 507.5 0.01 0.00 1 0.005 0 0 2024-09-10T19:37:13.112 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: 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-10T19:37:13.112 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: ** Compaction Stats [default] ** 2024-09-10T19:37:13.112 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: 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-10T19:37:13.112 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T19:37:13.112 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 507.5 0.01 0.00 1 0.005 0 0 2024-09-10T19:37:13.112 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T19:37:13.112 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: Flush(GB): cumulative 0.003, interval 0.000 2024-09-10T19:37:13.112 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T19:37:13.112 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T19:37:13.112 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T19:37:13.112 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: AddFile(Keys): cumulative 0, interval 0 2024-09-10T19:37:13.113 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: Cumulative compaction: 0.00 GB write, 156.16 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T19:37:13.113 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: 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-10T19:37:13.113 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: 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-10T19:37:13.113 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: ** File Read Latency Histogram By Level [default] ** 2024-09-10T19:37:13.113 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.932+0000 7fe8990bc900 0 starting mon.c rank 1 at public addrs [v2:172.21.15.155:3301/0,v1:172.21.15.155:6790/0] at bind addrs [v2:172.21.15.155:3301/0,v1:172.21.15.155:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid e044737e-6fa6-11ef-bcea-c7b262605968 2024-09-10T19:37:13.113 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.932+0000 7fe8990bc900 1 mon.c@-1(???) e3 preinit fsid e044737e-6fa6-11ef-bcea-c7b262605968 2024-09-10T19:37:13.113 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.932+0000 7fe8990bc900 0 mon.c@-1(???).mds e1 new map 2024-09-10T19:37:13.113 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.932+0000 7fe8990bc900 0 mon.c@-1(???).mds e1 print_map 2024-09-10T19:37:13.113 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: e1 2024-09-10T19:37:13.113 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: enable_multiple, ever_enabled_multiple: 0,0 2024-09-10T19:37:13.113 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: 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-10T19:37:13.113 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: legacy client fscid: -1 2024-09-10T19:37:13.113 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: 2024-09-10T19:37:13.113 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: No filesystems configured 2024-09-10T19:37:13.114 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.932+0000 7fe8990bc900 0 mon.c@-1(???).osd e65 crush map has features 3314933000852226048, adjusting msgr requires 2024-09-10T19:37:13.114 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.932+0000 7fe8990bc900 0 mon.c@-1(???).osd e65 crush map has features 288514051259236352, adjusting msgr requires 2024-09-10T19:37:13.114 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.932+0000 7fe8990bc900 0 mon.c@-1(???).osd e65 crush map has features 288514051259236352, adjusting msgr requires 2024-09-10T19:37:13.114 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.932+0000 7fe8990bc900 0 mon.c@-1(???).osd e65 crush map has features 288514051259236352, adjusting msgr requires 2024-09-10T19:37:13.114 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:12 smithi155 bash[59709]: debug 2024-09-10T19:37:12.936+0000 7fe8990bc900 1 mon.c@-1(???).paxosservice(auth 1..31) refresh upgraded, format 0 -> 3 2024-09-10T19:37:15.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:00:52.582765+0000 mon.a (mon.0) 0 : [INF] mkfs e044737e-6fa6-11ef-bcea-c7b262605968 2024-09-10T19:37:15.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:32:11.735635+0000 mgr.y (mgr.24865) 49 : cephadm [INF] Deploying daemon node-exporter.a on smithi155 2024-09-10T19:37:15.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:32:15.613176+0000 mgr.y (mgr.24865) 52 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-09-10T19:37:15.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:32:15.613814+0000 mgr.y (mgr.24865) 53 : cephadm [INF] Deploying daemon node-exporter.b on smithi189 2024-09-10T19:37:15.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:32:46.337882+0000 mgr.y (mgr.24865) 73 : cephadm [INF] Upgrade: Updating prometheus.a 2024-09-10T19:37:15.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:32:46.356631+0000 mgr.y (mgr.24865) 74 : cephadm [INF] Deploying daemon prometheus.a on smithi189 2024-09-10T19:37:15.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:33:20.690639+0000 mgr.y (mgr.24865) 97 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-09-10T19:37:15.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:33:20.706597+0000 mgr.y (mgr.24865) 98 : cephadm [INF] Deploying daemon alertmanager.a on smithi155 2024-09-10T19:37:15.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:33:54.978640+0000 mgr.y (mgr.24865) 121 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-10T19:37:15.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:33:55.123727+0000 mgr.y (mgr.24865) 123 : cephadm [INF] Deploying daemon grafana.a on smithi189 2024-09-10T19:37:15.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:34:50.154755+0000 mgr.y (mgr.24865) 162 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:37:15.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:34:50.263491+0000 mgr.y (mgr.24865) 163 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:37:15.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:35:30.481925+0000 mgr.y (mgr.24865) 188 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:37:15.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:35:30.954339+0000 mgr.y (mgr.24865) 189 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:37:15.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:35:34.169820+0000 mgr.y (mgr.24865) 192 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:37:15.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:35:34.169938+0000 mgr.y (mgr.24865) 193 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:37:15.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:35:34.185064+0000 mgr.y (mgr.24865) 194 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T19:37:15.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:35:34.196395+0000 mgr.y (mgr.24865) 195 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-09-10T19:37:15.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:35:36.419824+0000 mgr.y (mgr.24865) 199 : cephadm [INF] Upgrade: Updating mon.b 2024-09-10T19:37:15.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:35:36.433854+0000 mgr.y (mgr.24865) 200 : cephadm [INF] Deploying daemon mon.b on smithi189 2024-09-10T19:37:15.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:35:59.043872+0000 mgr.y (mgr.24865) 214 : cephadm [INF] Detected new or changed devices on smithi189 2024-09-10T19:37:15.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:35:59.134063+0000 mgr.y (mgr.24865) 215 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:37:15.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:35:59.147608+0000 mgr.y (mgr.24865) 216 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T19:37:15.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:35:59.158769+0000 mgr.y (mgr.24865) 217 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T19:37:15.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:35:59.168854+0000 mgr.y (mgr.24865) 218 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-10T19:37:15.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:35:59.186797+0000 mgr.y (mgr.24865) 219 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-10T19:37:15.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:35:59.197289+0000 mgr.y (mgr.24865) 220 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T19:37:15.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:35:59.208419+0000 mgr.y (mgr.24865) 221 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-10T19:37:15.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:35:59.213778+0000 mgr.y (mgr.24865) 222 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-10T19:37:15.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:35:59.218749+0000 mgr.y (mgr.24865) 223 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-10T19:37:15.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:35:59.224003+0000 mgr.y (mgr.24865) 224 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-10T19:37:15.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:35:59.228940+0000 mgr.y (mgr.24865) 225 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-10T19:37:15.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:35:59.233463+0000 mgr.y (mgr.24865) 226 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-10T19:37:15.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:35:59.236134+0000 mgr.y (mgr.24865) 227 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:37:15.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:35:59.286647+0000 mgr.y (mgr.24865) 228 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:35:59.312919+0000 mgr.y (mgr.24865) 229 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:37:15.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:01.288058+0000 mgr.y (mgr.24865) 230 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:03.288750+0000 mgr.y (mgr.24865) 231 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:05.290166+0000 mgr.y (mgr.24865) 232 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:07.290898+0000 mgr.y (mgr.24865) 233 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:09.291725+0000 mgr.y (mgr.24865) 235 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:11.293191+0000 mgr.y (mgr.24865) 236 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:13.293892+0000 mgr.y (mgr.24865) 238 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:15.295392+0000 mgr.y (mgr.24865) 239 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:17.296081+0000 mgr.y (mgr.24865) 240 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:19.296735+0000 mgr.y (mgr.24865) 241 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:21.297678+0000 mgr.y (mgr.24865) 244 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:23.298327+0000 mgr.y (mgr.24865) 245 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:36:23.517071+0000 mgr.y (mgr.24865) 246 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:37:15.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:36:23.588392+0000 mgr.y (mgr.24865) 247 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:37:15.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:25.299866+0000 mgr.y (mgr.24865) 248 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:36:27.153769+0000 mgr.y (mgr.24865) 249 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:37:15.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:36:27.153924+0000 mgr.y (mgr.24865) 250 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:37:15.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:36:27.168323+0000 mgr.y (mgr.24865) 251 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T19:37:15.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:36:27.179231+0000 mgr.y (mgr.24865) 252 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-09-10T19:37:15.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:27.300655+0000 mgr.y (mgr.24865) 253 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:29.301403+0000 mgr.y (mgr.24865) 254 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:36:30.474414+0000 mgr.y (mgr.24865) 257 : cephadm [INF] Upgrade: Updating mon.a 2024-09-10T19:37:15.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:36:30.486872+0000 mgr.y (mgr.24865) 258 : cephadm [INF] Deploying daemon mon.a on smithi155 2024-09-10T19:37:15.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:31.302786+0000 mgr.y (mgr.24865) 260 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:33.303524+0000 mgr.y (mgr.24865) 262 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:35.305068+0000 mgr.y (mgr.24865) 263 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.460 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:36.075335+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-09-10T19:37:15.460 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:36.079165+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-10T19:37:15.460 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:36.089806+0000 mon.a (mon.0) 4 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],b=[v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0],c=[v2:172.21.15.155:3301/0,v1:172.21.15.155:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-10T19:37:15.460 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:36.090568+0000 mon.a (mon.0) 5 : cluster [DBG] fsmap 2024-09-10T19:37:15.460 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:36.090618+0000 mon.a (mon.0) 6 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-10T19:37:15.460 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:36.092110+0000 mon.a (mon.0) 7 : cluster [DBG] mgrmap e37: y(active, since 5m), standbys: x 2024-09-10T19:37:15.460 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:36.092831+0000 mon.a (mon.0) 8 : cluster [INF] overall HEALTH_OK 2024-09-10T19:37:15.460 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:36.108055+0000 mon.a (mon.0) 9 : cluster [DBG] mgrmap e38: y(active, since 5m), standbys: x 2024-09-10T19:37:15.460 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:37.114679+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e39: y(active, since 5m), standbys: x 2024-09-10T19:37:15.460 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:41.440184+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x restarted 2024-09-10T19:37:15.460 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:41.440344+0000 mon.a (mon.0) 13 : cluster [DBG] Standby manager daemon x started 2024-09-10T19:37:15.461 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:41.491580+0000 mon.a (mon.0) 14 : cluster [INF] Active manager daemon y restarted 2024-09-10T19:37:15.461 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:41.492196+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon y 2024-09-10T19:37:15.461 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:41.493809+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e40: y(active, since 5m), standbys: x 2024-09-10T19:37:15.461 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:41.501203+0000 mon.a (mon.0) 17 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-10T19:37:15.461 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:41.501713+0000 mon.a (mon.0) 18 : cluster [DBG] mgrmap e41: y(active, starting, since 0.00985333s), standbys: x 2024-09-10T19:37:15.461 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:47.576622+0000 mon.a (mon.0) 68 : cluster [INF] Manager daemon y is now available 2024-09-10T19:37:15.461 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:48.579623+0000 mon.a (mon.0) 73 : cluster [DBG] mgrmap e42: y(active, since 7s), standbys: x 2024-09-10T19:37:15.461 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:36:48.808702+0000 mgr.y (mgr.54108) 2 : cephadm [INF] [10/Sep/2024:19:36:48] ENGINE Bus STARTING 2024-09-10T19:37:15.461 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:36:48.935745+0000 mgr.y (mgr.54108) 3 : cephadm [INF] [10/Sep/2024:19:36:48] ENGINE Serving on https://172.21.15.155:7150 2024-09-10T19:37:15.461 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:36:48.936034+0000 mgr.y (mgr.54108) 4 : cephadm [INF] [10/Sep/2024:19:36:48] ENGINE Bus STARTED 2024-09-10T19:37:15.461 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:36:48.939651+0000 mgr.y (mgr.54108) 5 : cephadm [ERR] [10/Sep/2024:19:36:48] ENGINE Error in HTTPServer.serve 2024-09-10T19:37:15.462 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: Traceback (most recent call last): 2024-09-10T19:37:15.462 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:37:15.462 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: self._connections.run(self.expiration_interval) 2024-09-10T19:37:15.462 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:37:15.462 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: self._run(expiration_interval) 2024-09-10T19:37:15.462 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:37:15.462 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:37:15.462 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:37:15.462 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:37:15.462 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:37:15.462 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: s = self.context.wrap_socket( 2024-09-10T19:37:15.462 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:37:15.463 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: return self.sslsocket_class._create( 2024-09-10T19:37:15.463 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:37:15.463 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: self.do_handshake() 2024-09-10T19:37:15.463 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:37:15.463 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: self._sslobj.do_handshake() 2024-09-10T19:37:15.463 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:37:15.463 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:49.529385+0000 mgr.y (mgr.54108) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.463 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:49.953854+0000 mon.a (mon.0) 75 : cluster [DBG] mgrmap e43: y(active, since 8s), standbys: x 2024-09-10T19:37:15.463 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:51.530135+0000 mgr.y (mgr.54108) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.463 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:51.968949+0000 mon.a (mon.0) 76 : cluster [DBG] mgrmap e44: y(active, since 10s), standbys: x 2024-09-10T19:37:15.464 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:53.530728+0000 mgr.y (mgr.54108) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.464 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:55.532253+0000 mgr.y (mgr.54108) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-10T19:37:15.464 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:57.533035+0000 mgr.y (mgr.54108) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-10T19:37:15.464 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:36:59.534582+0000 mgr.y (mgr.54108) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T19:37:15.464 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:37:01.535467+0000 mgr.y (mgr.54108) 12 : 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-10T19:37:15.464 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:02.143929+0000 mgr.y (mgr.54108) 13 : audit [DBG] from='client.25327 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:37:15.464 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:02.541536+0000 mgr.y (mgr.54108) 14 : audit [DBG] from='client.25333 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:37:15.464 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:02.943745+0000 mgr.y (mgr.54108) 15 : audit [DBG] from='client.25339 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:37:15.464 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:02.948999+0000 mon.a (mon.0) 93 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:37:15.464 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:02.949605+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:37:15.464 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:02.950123+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.465 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:02.950622+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.465 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:02.951113+0000 mon.a (mon.0) 97 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.465 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:02.951532+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.465 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:02.956162+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:37:15.465 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:02.956530+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.465 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:02.957011+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.465 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:02.957536+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.465 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:02.958005+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.465 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:03.441612+0000 mon.a (mon.0) 104 : audit [DBG] from='client.54156 172.21.15.155:0/2834038118' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:37:15.465 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:37:03.536197+0000 mgr.y (mgr.54108) 16 : 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-10T19:37:15.466 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:03.844596+0000 mgr.y (mgr.54108) 17 : audit [DBG] from='client.25351 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:37:15.466 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:37:05.396369+0000 mgr.y (mgr.54108) 18 : cephadm [INF] Detected new or changed devices on smithi155 2024-09-10T19:37:15.466 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:05.397512+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:15.466 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:05.405446+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:15.466 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:05.412914+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:15.466 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:05.414059+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:15.466 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:05.414675+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.466 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:05.415356+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:15.466 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:05.416056+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.466 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:05.416717+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:15.466 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:05.417388+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.466 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:05.418002+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:15.467 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:05.418559+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.467 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:05.419180+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:15.467 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:37:05.537590+0000 mgr.y (mgr.54108) 19 : cluster [DBG] pgmap v12: 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-10T19:37:15.467 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:05.704961+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:15.467 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:05.713080+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:15.467 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:05.723298+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:15.467 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:05.724871+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:15.467 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:05.725666+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.467 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:05.726468+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:15.467 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:05.727312+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.467 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:05.728179+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:15.467 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:05.728979+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.468 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:05.729766+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:15.468 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:05.730501+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.468 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:05.731328+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:15.468 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:05.739600+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:15.468 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:05.794781+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:37:15.468 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:05.799153+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:37:15.468 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:05.801209+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-10T19:37:15.468 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:05.802376+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-09-10T19:37:15.468 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:37:05.803183+0000 mgr.y (mgr.54108) 20 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-09-10T19:37:15.468 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:37:07.538305+0000 mgr.y (mgr.54108) 21 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.468 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:37:08.069500+0000 mgr.y (mgr.54108) 22 : cephadm [INF] Upgrade: Updating mon.c 2024-09-10T19:37:15.469 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:08.079927+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:15.469 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:08.081613+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:37:15.469 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:08.082912+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:37:15.469 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:08.084388+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:15.469 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cephadm 2024-09-10T19:37:08.086084+0000 mgr.y (mgr.54108) 23 : cephadm [INF] Deploying daemon mon.c on smithi155 2024-09-10T19:37:15.469 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:08.086954+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-10T19:37:15.470 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:37:09.539586+0000 mgr.y (mgr.54108) 24 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.470 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:37:13.540904+0000 mgr.y (mgr.54108) 26 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.470 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:14.121437+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:37:15.470 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:37:14.121858+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-10T19:37:15.470 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:37:14.121902+0000 mon.a (mon.0) 148 : cluster [INF] mon.a calling monitor election 2024-09-10T19:37:15.470 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:37:14.121980+0000 mon.b (mon.2) 9 : cluster [INF] mon.b calling monitor election 2024-09-10T19:37:15.470 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:14.123472+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:37:15.470 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:14.123659+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:37:15.470 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:37:14.124640+0000 mon.a (mon.0) 151 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-10T19:37:15.470 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:37:14.129887+0000 mon.a (mon.0) 152 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],b=[v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0],c=[v2:172.21.15.155:3301/0,v1:172.21.15.155:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-10T19:37:15.470 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:37:14.130445+0000 mon.a (mon.0) 153 : cluster [DBG] fsmap 2024-09-10T19:37:15.470 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:37:14.130483+0000 mon.a (mon.0) 154 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-10T19:37:15.471 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:37:14.130924+0000 mon.a (mon.0) 155 : cluster [DBG] mgrmap e44: y(active, since 32s), standbys: x 2024-09-10T19:37:15.471 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: cluster 2024-09-10T19:37:14.131099+0000 mon.a (mon.0) 156 : cluster [INF] overall HEALTH_OK 2024-09-10T19:37:15.471 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:14.137410+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:15.471 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:14.146706+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:15.471 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:15 smithi189 bash[38194]: audit 2024-09-10T19:37:14.151885+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:37:15.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:00:52.582765+0000 mon.a (mon.0) 0 : [INF] mkfs e044737e-6fa6-11ef-bcea-c7b262605968 2024-09-10T19:37:15.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:32:11.735635+0000 mgr.y (mgr.24865) 49 : cephadm [INF] Deploying daemon node-exporter.a on smithi155 2024-09-10T19:37:15.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:32:15.613176+0000 mgr.y (mgr.24865) 52 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-09-10T19:37:15.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:32:15.613814+0000 mgr.y (mgr.24865) 53 : cephadm [INF] Deploying daemon node-exporter.b on smithi189 2024-09-10T19:37:15.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:32:46.337882+0000 mgr.y (mgr.24865) 73 : cephadm [INF] Upgrade: Updating prometheus.a 2024-09-10T19:37:15.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:32:46.356631+0000 mgr.y (mgr.24865) 74 : cephadm [INF] Deploying daemon prometheus.a on smithi189 2024-09-10T19:37:15.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:33:20.690639+0000 mgr.y (mgr.24865) 97 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-09-10T19:37:15.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:33:20.706597+0000 mgr.y (mgr.24865) 98 : cephadm [INF] Deploying daemon alertmanager.a on smithi155 2024-09-10T19:37:15.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:33:54.978640+0000 mgr.y (mgr.24865) 121 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-10T19:37:15.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:33:55.123727+0000 mgr.y (mgr.24865) 123 : cephadm [INF] Deploying daemon grafana.a on smithi189 2024-09-10T19:37:15.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:34:50.154755+0000 mgr.y (mgr.24865) 162 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:37:15.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:34:50.263491+0000 mgr.y (mgr.24865) 163 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:37:15.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:35:30.481925+0000 mgr.y (mgr.24865) 188 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:37:15.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:35:30.954339+0000 mgr.y (mgr.24865) 189 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:37:15.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:35:34.169820+0000 mgr.y (mgr.24865) 192 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:37:15.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:35:34.169938+0000 mgr.y (mgr.24865) 193 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:37:15.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:35:34.185064+0000 mgr.y (mgr.24865) 194 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T19:37:15.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:35:34.196395+0000 mgr.y (mgr.24865) 195 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-09-10T19:37:15.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:35:36.419824+0000 mgr.y (mgr.24865) 199 : cephadm [INF] Upgrade: Updating mon.b 2024-09-10T19:37:15.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:35:36.433854+0000 mgr.y (mgr.24865) 200 : cephadm [INF] Deploying daemon mon.b on smithi189 2024-09-10T19:37:15.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:35:59.043872+0000 mgr.y (mgr.24865) 214 : cephadm [INF] Detected new or changed devices on smithi189 2024-09-10T19:37:15.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:35:59.134063+0000 mgr.y (mgr.24865) 215 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:37:15.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:35:59.147608+0000 mgr.y (mgr.24865) 216 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T19:37:15.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:35:59.158769+0000 mgr.y (mgr.24865) 217 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T19:37:15.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:00:52.582765+0000 mon.a (mon.0) 0 : [INF] mkfs e044737e-6fa6-11ef-bcea-c7b262605968 2024-09-10T19:37:15.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:32:11.735635+0000 mgr.y (mgr.24865) 49 : cephadm [INF] Deploying daemon node-exporter.a on smithi155 2024-09-10T19:37:15.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:32:15.613176+0000 mgr.y (mgr.24865) 52 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-09-10T19:37:15.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:32:15.613814+0000 mgr.y (mgr.24865) 53 : cephadm [INF] Deploying daemon node-exporter.b on smithi189 2024-09-10T19:37:15.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:32:46.337882+0000 mgr.y (mgr.24865) 73 : cephadm [INF] Upgrade: Updating prometheus.a 2024-09-10T19:37:15.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:32:46.356631+0000 mgr.y (mgr.24865) 74 : cephadm [INF] Deploying daemon prometheus.a on smithi189 2024-09-10T19:37:15.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:33:20.690639+0000 mgr.y (mgr.24865) 97 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-09-10T19:37:15.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:33:20.706597+0000 mgr.y (mgr.24865) 98 : cephadm [INF] Deploying daemon alertmanager.a on smithi155 2024-09-10T19:37:15.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:33:54.978640+0000 mgr.y (mgr.24865) 121 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-10T19:37:15.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:33:55.123727+0000 mgr.y (mgr.24865) 123 : cephadm [INF] Deploying daemon grafana.a on smithi189 2024-09-10T19:37:15.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:34:50.154755+0000 mgr.y (mgr.24865) 162 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:37:15.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:34:50.263491+0000 mgr.y (mgr.24865) 163 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:37:15.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:35:30.481925+0000 mgr.y (mgr.24865) 188 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:37:15.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:35:30.954339+0000 mgr.y (mgr.24865) 189 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:37:15.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:35:34.169820+0000 mgr.y (mgr.24865) 192 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:37:15.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:35:34.169938+0000 mgr.y (mgr.24865) 193 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:37:15.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:35:34.185064+0000 mgr.y (mgr.24865) 194 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T19:37:15.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:35:34.196395+0000 mgr.y (mgr.24865) 195 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-09-10T19:37:15.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:35:36.419824+0000 mgr.y (mgr.24865) 199 : cephadm [INF] Upgrade: Updating mon.b 2024-09-10T19:37:15.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:35:36.433854+0000 mgr.y (mgr.24865) 200 : cephadm [INF] Deploying daemon mon.b on smithi189 2024-09-10T19:37:15.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:35:59.043872+0000 mgr.y (mgr.24865) 214 : cephadm [INF] Detected new or changed devices on smithi189 2024-09-10T19:37:15.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:35:59.134063+0000 mgr.y (mgr.24865) 215 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:37:15.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:35:59.147608+0000 mgr.y (mgr.24865) 216 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T19:37:15.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:35:59.158769+0000 mgr.y (mgr.24865) 217 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T19:37:15.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:35:59.168854+0000 mgr.y (mgr.24865) 218 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-10T19:37:15.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:35:59.186797+0000 mgr.y (mgr.24865) 219 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-10T19:37:15.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:35:59.197289+0000 mgr.y (mgr.24865) 220 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T19:37:15.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:35:59.208419+0000 mgr.y (mgr.24865) 221 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-10T19:37:15.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:35:59.213778+0000 mgr.y (mgr.24865) 222 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-10T19:37:15.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:35:59.218749+0000 mgr.y (mgr.24865) 223 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-10T19:37:15.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:35:59.224003+0000 mgr.y (mgr.24865) 224 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-10T19:37:15.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:35:59.228940+0000 mgr.y (mgr.24865) 225 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-10T19:37:15.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:35:59.233463+0000 mgr.y (mgr.24865) 226 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-10T19:37:15.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:35:59.236134+0000 mgr.y (mgr.24865) 227 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:37:15.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:35:59.286647+0000 mgr.y (mgr.24865) 228 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:35:59.312919+0000 mgr.y (mgr.24865) 229 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:37:15.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:01.288058+0000 mgr.y (mgr.24865) 230 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:03.288750+0000 mgr.y (mgr.24865) 231 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:05.290166+0000 mgr.y (mgr.24865) 232 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:07.290898+0000 mgr.y (mgr.24865) 233 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:09.291725+0000 mgr.y (mgr.24865) 235 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:11.293191+0000 mgr.y (mgr.24865) 236 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:13.293892+0000 mgr.y (mgr.24865) 238 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:15.295392+0000 mgr.y (mgr.24865) 239 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:17.296081+0000 mgr.y (mgr.24865) 240 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:19.296735+0000 mgr.y (mgr.24865) 241 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:35:59.168854+0000 mgr.y (mgr.24865) 218 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-10T19:37:15.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:35:59.186797+0000 mgr.y (mgr.24865) 219 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-10T19:37:15.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:35:59.197289+0000 mgr.y (mgr.24865) 220 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T19:37:15.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:35:59.208419+0000 mgr.y (mgr.24865) 221 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-10T19:37:15.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:35:59.213778+0000 mgr.y (mgr.24865) 222 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-10T19:37:15.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:35:59.218749+0000 mgr.y (mgr.24865) 223 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-10T19:37:15.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:35:59.224003+0000 mgr.y (mgr.24865) 224 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-10T19:37:15.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:35:59.228940+0000 mgr.y (mgr.24865) 225 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-10T19:37:15.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:35:59.233463+0000 mgr.y (mgr.24865) 226 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-10T19:37:15.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:35:59.236134+0000 mgr.y (mgr.24865) 227 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:37:15.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:35:59.286647+0000 mgr.y (mgr.24865) 228 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:35:59.312919+0000 mgr.y (mgr.24865) 229 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:37:15.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:01.288058+0000 mgr.y (mgr.24865) 230 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:03.288750+0000 mgr.y (mgr.24865) 231 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:05.290166+0000 mgr.y (mgr.24865) 232 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:07.290898+0000 mgr.y (mgr.24865) 233 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:09.291725+0000 mgr.y (mgr.24865) 235 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:11.293191+0000 mgr.y (mgr.24865) 236 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:13.293892+0000 mgr.y (mgr.24865) 238 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:15.295392+0000 mgr.y (mgr.24865) 239 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:17.296081+0000 mgr.y (mgr.24865) 240 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:19.296735+0000 mgr.y (mgr.24865) 241 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.598 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:21.297678+0000 mgr.y (mgr.24865) 244 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.598 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:23.298327+0000 mgr.y (mgr.24865) 245 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.598 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:36:23.517071+0000 mgr.y (mgr.24865) 246 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:37:15.598 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:36:23.588392+0000 mgr.y (mgr.24865) 247 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:37:15.598 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:25.299866+0000 mgr.y (mgr.24865) 248 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.598 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:36:27.153769+0000 mgr.y (mgr.24865) 249 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:37:15.598 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:36:27.153924+0000 mgr.y (mgr.24865) 250 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:37:15.598 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:36:27.168323+0000 mgr.y (mgr.24865) 251 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T19:37:15.598 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:36:27.179231+0000 mgr.y (mgr.24865) 252 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-09-10T19:37:15.598 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:27.300655+0000 mgr.y (mgr.24865) 253 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.598 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:29.301403+0000 mgr.y (mgr.24865) 254 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.598 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:36:30.474414+0000 mgr.y (mgr.24865) 257 : cephadm [INF] Upgrade: Updating mon.a 2024-09-10T19:37:15.599 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:36:30.486872+0000 mgr.y (mgr.24865) 258 : cephadm [INF] Deploying daemon mon.a on smithi155 2024-09-10T19:37:15.599 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:31.302786+0000 mgr.y (mgr.24865) 260 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.599 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:33.303524+0000 mgr.y (mgr.24865) 262 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.599 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:35.305068+0000 mgr.y (mgr.24865) 263 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.599 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:36.075335+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-09-10T19:37:15.599 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:36.079165+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-10T19:37:15.599 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:36.089806+0000 mon.a (mon.0) 4 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],b=[v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0],c=[v2:172.21.15.155:3301/0,v1:172.21.15.155:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-10T19:37:15.599 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:36.090568+0000 mon.a (mon.0) 5 : cluster [DBG] fsmap 2024-09-10T19:37:15.599 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:36.090618+0000 mon.a (mon.0) 6 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-10T19:37:15.599 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:21.297678+0000 mgr.y (mgr.24865) 244 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.599 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:23.298327+0000 mgr.y (mgr.24865) 245 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:36:23.517071+0000 mgr.y (mgr.24865) 246 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:37:15.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:36:23.588392+0000 mgr.y (mgr.24865) 247 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:37:15.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:25.299866+0000 mgr.y (mgr.24865) 248 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:36:27.153769+0000 mgr.y (mgr.24865) 249 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:37:15.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:36:27.153924+0000 mgr.y (mgr.24865) 250 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:37:15.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:36:27.168323+0000 mgr.y (mgr.24865) 251 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T19:37:15.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:36:27.179231+0000 mgr.y (mgr.24865) 252 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-09-10T19:37:15.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:27.300655+0000 mgr.y (mgr.24865) 253 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:29.301403+0000 mgr.y (mgr.24865) 254 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:36:30.474414+0000 mgr.y (mgr.24865) 257 : cephadm [INF] Upgrade: Updating mon.a 2024-09-10T19:37:15.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:36:30.486872+0000 mgr.y (mgr.24865) 258 : cephadm [INF] Deploying daemon mon.a on smithi155 2024-09-10T19:37:15.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:31.302786+0000 mgr.y (mgr.24865) 260 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:33.303524+0000 mgr.y (mgr.24865) 262 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:35.305068+0000 mgr.y (mgr.24865) 263 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.601 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:36.075335+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-09-10T19:37:15.601 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:36.079165+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-10T19:37:15.601 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:36.089806+0000 mon.a (mon.0) 4 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],b=[v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0],c=[v2:172.21.15.155:3301/0,v1:172.21.15.155:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-10T19:37:15.601 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:36.090568+0000 mon.a (mon.0) 5 : cluster [DBG] fsmap 2024-09-10T19:37:15.601 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:36.090618+0000 mon.a (mon.0) 6 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-10T19:37:15.601 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:36.092110+0000 mon.a (mon.0) 7 : cluster [DBG] mgrmap e37: y(active, since 5m), standbys: x 2024-09-10T19:37:15.601 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:36.092831+0000 mon.a (mon.0) 8 : cluster [INF] overall HEALTH_OK 2024-09-10T19:37:15.601 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:36.108055+0000 mon.a (mon.0) 9 : cluster [DBG] mgrmap e38: y(active, since 5m), standbys: x 2024-09-10T19:37:15.601 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:37.114679+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e39: y(active, since 5m), standbys: x 2024-09-10T19:37:15.601 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:41.440184+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x restarted 2024-09-10T19:37:15.602 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:41.440344+0000 mon.a (mon.0) 13 : cluster [DBG] Standby manager daemon x started 2024-09-10T19:37:15.602 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:41.491580+0000 mon.a (mon.0) 14 : cluster [INF] Active manager daemon y restarted 2024-09-10T19:37:15.602 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:41.492196+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon y 2024-09-10T19:37:15.602 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:41.493809+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e40: y(active, since 5m), standbys: x 2024-09-10T19:37:15.602 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:41.501203+0000 mon.a (mon.0) 17 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-10T19:37:15.602 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:41.501713+0000 mon.a (mon.0) 18 : cluster [DBG] mgrmap e41: y(active, starting, since 0.00985333s), standbys: x 2024-09-10T19:37:15.602 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:47.576622+0000 mon.a (mon.0) 68 : cluster [INF] Manager daemon y is now available 2024-09-10T19:37:15.602 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:48.579623+0000 mon.a (mon.0) 73 : cluster [DBG] mgrmap e42: y(active, since 7s), standbys: x 2024-09-10T19:37:15.602 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:36:48.808702+0000 mgr.y (mgr.54108) 2 : cephadm [INF] [10/Sep/2024:19:36:48] ENGINE Bus STARTING 2024-09-10T19:37:15.602 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:36:48.935745+0000 mgr.y (mgr.54108) 3 : cephadm [INF] [10/Sep/2024:19:36:48] ENGINE Serving on https://172.21.15.155:7150 2024-09-10T19:37:15.602 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:36:48.936034+0000 mgr.y (mgr.54108) 4 : cephadm [INF] [10/Sep/2024:19:36:48] ENGINE Bus STARTED 2024-09-10T19:37:15.602 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:36:48.939651+0000 mgr.y (mgr.54108) 5 : cephadm [ERR] [10/Sep/2024:19:36:48] ENGINE Error in HTTPServer.serve 2024-09-10T19:37:15.602 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: Traceback (most recent call last): 2024-09-10T19:37:15.602 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:37:15.603 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: self._connections.run(self.expiration_interval) 2024-09-10T19:37:15.603 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:37:15.603 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: self._run(expiration_interval) 2024-09-10T19:37:15.603 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:37:15.603 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:37:15.603 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:37:15.603 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:37:15.603 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:37:15.603 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: s = self.context.wrap_socket( 2024-09-10T19:37:15.603 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:37:15.603 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: return self.sslsocket_class._create( 2024-09-10T19:37:15.603 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:37:15.603 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: self.do_handshake() 2024-09-10T19:37:15.603 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:37:15.604 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:36.092110+0000 mon.a (mon.0) 7 : cluster [DBG] mgrmap e37: y(active, since 5m), standbys: x 2024-09-10T19:37:15.604 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:36.092831+0000 mon.a (mon.0) 8 : cluster [INF] overall HEALTH_OK 2024-09-10T19:37:15.604 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:36.108055+0000 mon.a (mon.0) 9 : cluster [DBG] mgrmap e38: y(active, since 5m), standbys: x 2024-09-10T19:37:15.604 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:37.114679+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e39: y(active, since 5m), standbys: x 2024-09-10T19:37:15.604 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:41.440184+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x restarted 2024-09-10T19:37:15.604 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:41.440344+0000 mon.a (mon.0) 13 : cluster [DBG] Standby manager daemon x started 2024-09-10T19:37:15.604 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:41.491580+0000 mon.a (mon.0) 14 : cluster [INF] Active manager daemon y restarted 2024-09-10T19:37:15.604 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:41.492196+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon y 2024-09-10T19:37:15.604 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:41.493809+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e40: y(active, since 5m), standbys: x 2024-09-10T19:37:15.604 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:41.501203+0000 mon.a (mon.0) 17 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-10T19:37:15.604 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:41.501713+0000 mon.a (mon.0) 18 : cluster [DBG] mgrmap e41: y(active, starting, since 0.00985333s), standbys: x 2024-09-10T19:37:15.605 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:47.576622+0000 mon.a (mon.0) 68 : cluster [INF] Manager daemon y is now available 2024-09-10T19:37:15.605 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:48.579623+0000 mon.a (mon.0) 73 : cluster [DBG] mgrmap e42: y(active, since 7s), standbys: x 2024-09-10T19:37:15.605 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:36:48.808702+0000 mgr.y (mgr.54108) 2 : cephadm [INF] [10/Sep/2024:19:36:48] ENGINE Bus STARTING 2024-09-10T19:37:15.605 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:36:48.935745+0000 mgr.y (mgr.54108) 3 : cephadm [INF] [10/Sep/2024:19:36:48] ENGINE Serving on https://172.21.15.155:7150 2024-09-10T19:37:15.605 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:36:48.936034+0000 mgr.y (mgr.54108) 4 : cephadm [INF] [10/Sep/2024:19:36:48] ENGINE Bus STARTED 2024-09-10T19:37:15.605 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:36:48.939651+0000 mgr.y (mgr.54108) 5 : cephadm [ERR] [10/Sep/2024:19:36:48] ENGINE Error in HTTPServer.serve 2024-09-10T19:37:15.605 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: Traceback (most recent call last): 2024-09-10T19:37:15.605 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:37:15.605 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: self._connections.run(self.expiration_interval) 2024-09-10T19:37:15.605 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:37:15.605 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: self._run(expiration_interval) 2024-09-10T19:37:15.605 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:37:15.605 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:37:15.605 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:37:15.606 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:37:15.606 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:37:15.606 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: s = self.context.wrap_socket( 2024-09-10T19:37:15.606 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:37:15.606 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: return self.sslsocket_class._create( 2024-09-10T19:37:15.606 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:37:15.606 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: self.do_handshake() 2024-09-10T19:37:15.606 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:37:15.606 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: self._sslobj.do_handshake() 2024-09-10T19:37:15.606 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:37:15.606 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:49.529385+0000 mgr.y (mgr.54108) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.607 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:49.953854+0000 mon.a (mon.0) 75 : cluster [DBG] mgrmap e43: y(active, since 8s), standbys: x 2024-09-10T19:37:15.607 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:51.530135+0000 mgr.y (mgr.54108) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.607 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:51.968949+0000 mon.a (mon.0) 76 : cluster [DBG] mgrmap e44: y(active, since 10s), standbys: x 2024-09-10T19:37:15.607 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:53.530728+0000 mgr.y (mgr.54108) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.607 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:55.532253+0000 mgr.y (mgr.54108) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-10T19:37:15.607 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:57.533035+0000 mgr.y (mgr.54108) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-10T19:37:15.607 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:36:59.534582+0000 mgr.y (mgr.54108) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T19:37:15.607 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:37:01.535467+0000 mgr.y (mgr.54108) 12 : 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-10T19:37:15.607 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:02.143929+0000 mgr.y (mgr.54108) 13 : audit [DBG] from='client.25327 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:37:15.607 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:02.541536+0000 mgr.y (mgr.54108) 14 : audit [DBG] from='client.25333 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:37:15.607 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:02.943745+0000 mgr.y (mgr.54108) 15 : audit [DBG] from='client.25339 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:37:15.607 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:02.948999+0000 mon.a (mon.0) 93 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:37:15.607 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:02.949605+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:37:15.607 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:02.950123+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.608 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:02.950622+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.608 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:02.951113+0000 mon.a (mon.0) 97 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.608 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: self._sslobj.do_handshake() 2024-09-10T19:37:15.608 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:37:15.608 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:49.529385+0000 mgr.y (mgr.54108) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.608 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:49.953854+0000 mon.a (mon.0) 75 : cluster [DBG] mgrmap e43: y(active, since 8s), standbys: x 2024-09-10T19:37:15.608 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:51.530135+0000 mgr.y (mgr.54108) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.608 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:51.968949+0000 mon.a (mon.0) 76 : cluster [DBG] mgrmap e44: y(active, since 10s), standbys: x 2024-09-10T19:37:15.608 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:53.530728+0000 mgr.y (mgr.54108) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.608 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:55.532253+0000 mgr.y (mgr.54108) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-10T19:37:15.609 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:57.533035+0000 mgr.y (mgr.54108) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-10T19:37:15.609 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:36:59.534582+0000 mgr.y (mgr.54108) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T19:37:15.609 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:37:01.535467+0000 mgr.y (mgr.54108) 12 : 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-10T19:37:15.609 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:02.143929+0000 mgr.y (mgr.54108) 13 : audit [DBG] from='client.25327 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:37:15.609 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:02.541536+0000 mgr.y (mgr.54108) 14 : audit [DBG] from='client.25333 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:37:15.609 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:02.943745+0000 mgr.y (mgr.54108) 15 : audit [DBG] from='client.25339 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:37:15.609 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:02.948999+0000 mon.a (mon.0) 93 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:37:15.609 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:02.949605+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:37:15.609 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:02.950123+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.609 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:02.950622+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.609 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:02.951113+0000 mon.a (mon.0) 97 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.610 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:02.951532+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.610 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:02.956162+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:37:15.610 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:02.956530+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.610 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:02.957011+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.610 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:02.957536+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.610 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:02.958005+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.610 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:03.441612+0000 mon.a (mon.0) 104 : audit [DBG] from='client.54156 172.21.15.155:0/2834038118' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:37:15.610 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:37:03.536197+0000 mgr.y (mgr.54108) 16 : 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-10T19:37:15.610 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:03.844596+0000 mgr.y (mgr.54108) 17 : audit [DBG] from='client.25351 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:37:15.610 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:37:05.396369+0000 mgr.y (mgr.54108) 18 : cephadm [INF] Detected new or changed devices on smithi155 2024-09-10T19:37:15.610 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:05.397512+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:15.610 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:05.405446+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:15.610 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:05.412914+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:15.611 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:05.414059+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:15.611 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:05.414675+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.611 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:05.415356+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:15.611 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:05.416056+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.611 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:02.951532+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.611 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:02.956162+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:37:15.611 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:02.956530+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.611 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:02.957011+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.611 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:02.957536+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.611 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:02.958005+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.611 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:03.441612+0000 mon.a (mon.0) 104 : audit [DBG] from='client.54156 172.21.15.155:0/2834038118' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:37:15.611 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:37:03.536197+0000 mgr.y (mgr.54108) 16 : 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-10T19:37:15.612 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:03.844596+0000 mgr.y (mgr.54108) 17 : audit [DBG] from='client.25351 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:37:15.612 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:37:05.396369+0000 mgr.y (mgr.54108) 18 : cephadm [INF] Detected new or changed devices on smithi155 2024-09-10T19:37:15.612 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:05.397512+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:15.612 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:05.405446+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:15.612 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:05.412914+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:15.612 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:05.414059+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:15.612 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:05.414675+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.612 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:05.415356+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:15.612 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:05.416056+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.612 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:05.416717+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:15.613 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:05.417388+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.613 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:05.418002+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:15.613 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:05.418559+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.613 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:05.419180+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:15.613 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:37:05.537590+0000 mgr.y (mgr.54108) 19 : cluster [DBG] pgmap v12: 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-10T19:37:15.613 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:05.704961+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:15.613 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:05.713080+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:15.613 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:05.723298+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:15.613 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:05.724871+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:15.613 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:05.725666+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.613 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:05.726468+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:15.613 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:05.727312+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.613 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:05.728179+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:15.613 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:05.728979+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.614 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:05.729766+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:15.614 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:05.730501+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.614 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:05.416717+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:15.614 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:05.417388+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.614 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:05.418002+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:15.614 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:05.418559+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.614 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:05.419180+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:15.614 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:37:05.537590+0000 mgr.y (mgr.54108) 19 : cluster [DBG] pgmap v12: 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-10T19:37:15.614 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:05.704961+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:15.614 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:05.713080+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:15.614 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:05.723298+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:15.615 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:05.724871+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:15.615 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:05.725666+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.615 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:05.726468+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:15.615 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:05.727312+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.615 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:05.728179+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:15.615 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:05.728979+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.615 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:05.729766+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:15.615 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:05.730501+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:15.615 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:05.731328+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:15.616 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:05.739600+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:15.616 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:05.794781+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:37:15.616 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:05.799153+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:37:15.616 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:05.801209+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-10T19:37:15.616 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:05.802376+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-09-10T19:37:15.616 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:37:05.803183+0000 mgr.y (mgr.54108) 20 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-09-10T19:37:15.616 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:37:07.538305+0000 mgr.y (mgr.54108) 21 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.616 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:37:08.069500+0000 mgr.y (mgr.54108) 22 : cephadm [INF] Upgrade: Updating mon.c 2024-09-10T19:37:15.616 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:08.079927+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:15.616 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:08.081613+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:37:15.616 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:08.082912+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:37:15.616 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:08.084388+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:15.617 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cephadm 2024-09-10T19:37:08.086084+0000 mgr.y (mgr.54108) 23 : cephadm [INF] Deploying daemon mon.c on smithi155 2024-09-10T19:37:15.617 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:08.086954+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-10T19:37:15.617 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:37:09.539586+0000 mgr.y (mgr.54108) 24 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.617 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:37:13.540904+0000 mgr.y (mgr.54108) 26 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.617 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:14.121437+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:37:15.617 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:37:14.121858+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-10T19:37:15.617 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:37:14.121902+0000 mon.a (mon.0) 148 : cluster [INF] mon.a calling monitor election 2024-09-10T19:37:15.617 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:37:14.121980+0000 mon.b (mon.2) 9 : cluster [INF] mon.b calling monitor election 2024-09-10T19:37:15.617 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:14.123472+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:37:15.617 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:14.123659+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:37:15.617 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:37:14.124640+0000 mon.a (mon.0) 151 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-10T19:37:15.617 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:37:14.129887+0000 mon.a (mon.0) 152 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],b=[v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0],c=[v2:172.21.15.155:3301/0,v1:172.21.15.155:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-10T19:37:15.617 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:37:14.130445+0000 mon.a (mon.0) 153 : cluster [DBG] fsmap 2024-09-10T19:37:15.617 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:37:14.130483+0000 mon.a (mon.0) 154 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-10T19:37:15.617 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:37:14.130924+0000 mon.a (mon.0) 155 : cluster [DBG] mgrmap e44: y(active, since 32s), standbys: x 2024-09-10T19:37:15.618 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: cluster 2024-09-10T19:37:14.131099+0000 mon.a (mon.0) 156 : cluster [INF] overall HEALTH_OK 2024-09-10T19:37:15.618 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:14.137410+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:15.618 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:14.146706+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:15.618 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[59709]: audit 2024-09-10T19:37:14.151885+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:37:15.618 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:05.731328+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:37:15.618 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:05.739600+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:15.618 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:05.794781+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:37:15.618 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:05.799153+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:37:15.618 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:05.801209+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-10T19:37:15.618 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:05.802376+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-09-10T19:37:15.619 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:37:05.803183+0000 mgr.y (mgr.54108) 20 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-09-10T19:37:15.619 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:37:07.538305+0000 mgr.y (mgr.54108) 21 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.619 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:37:08.069500+0000 mgr.y (mgr.54108) 22 : cephadm [INF] Upgrade: Updating mon.c 2024-09-10T19:37:15.619 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:08.079927+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:15.619 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:08.081613+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:37:15.619 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:08.082912+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:37:15.619 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:08.084388+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:15.619 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cephadm 2024-09-10T19:37:08.086084+0000 mgr.y (mgr.54108) 23 : cephadm [INF] Deploying daemon mon.c on smithi155 2024-09-10T19:37:15.619 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:08.086954+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-10T19:37:15.619 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:37:09.539586+0000 mgr.y (mgr.54108) 24 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.619 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:37:13.540904+0000 mgr.y (mgr.54108) 26 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:15.619 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:14.121437+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:37:15.619 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:37:14.121858+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-10T19:37:15.619 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:37:14.121902+0000 mon.a (mon.0) 148 : cluster [INF] mon.a calling monitor election 2024-09-10T19:37:15.620 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:37:14.121980+0000 mon.b (mon.2) 9 : cluster [INF] mon.b calling monitor election 2024-09-10T19:37:15.620 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:14.123472+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:37:15.620 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:14.123659+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:37:15.620 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:37:14.124640+0000 mon.a (mon.0) 151 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-10T19:37:15.620 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:37:14.129887+0000 mon.a (mon.0) 152 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0],b=[v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0],c=[v2:172.21.15.155:3301/0,v1:172.21.15.155:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-10T19:37:15.620 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:37:14.130445+0000 mon.a (mon.0) 153 : cluster [DBG] fsmap 2024-09-10T19:37:15.620 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:37:14.130483+0000 mon.a (mon.0) 154 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-10T19:37:15.620 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:37:14.130924+0000 mon.a (mon.0) 155 : cluster [DBG] mgrmap e44: y(active, since 32s), standbys: x 2024-09-10T19:37:15.620 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: cluster 2024-09-10T19:37:14.131099+0000 mon.a (mon.0) 156 : cluster [INF] overall HEALTH_OK 2024-09-10T19:37:15.620 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:14.137410+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:15.620 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:14.146706+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:15.620 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:15 smithi155 bash[53909]: audit 2024-09-10T19:37:14.151885+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:37:17.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:17 smithi189 bash[38194]: cluster 2024-09-10T19:37:15.542317+0000 mgr.y (mgr.54108) 27 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:17.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:17 smithi155 bash[53909]: cluster 2024-09-10T19:37:15.542317+0000 mgr.y (mgr.54108) 27 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:17.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:17 smithi155 bash[59709]: cluster 2024-09-10T19:37:15.542317+0000 mgr.y (mgr.54108) 27 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:18.339 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:37:17 smithi155 bash[41040]: debug 2024-09-10T19:37:17.943+0000 7f0722534640 -1 mgr.server handle_report got status from non-daemon mon.c 2024-09-10T19:37:19.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:19 smithi189 bash[38194]: cluster 2024-09-10T19:37:17.543024+0000 mgr.y (mgr.54108) 28 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:19.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:19 smithi155 bash[53909]: cluster 2024-09-10T19:37:17.543024+0000 mgr.y (mgr.54108) 28 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:19.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:19 smithi155 bash[59709]: cluster 2024-09-10T19:37:17.543024+0000 mgr.y (mgr.54108) 28 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:21.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:21 smithi189 bash[38194]: cluster 2024-09-10T19:37:19.544391+0000 mgr.y (mgr.54108) 29 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:21.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:21 smithi189 bash[38194]: audit 2024-09-10T19:37:20.177330+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:21.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:21 smithi189 bash[38194]: audit 2024-09-10T19:37:20.186731+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:21.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:21 smithi189 bash[38194]: audit 2024-09-10T19:37:20.196004+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:21.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:21 smithi189 bash[38194]: audit 2024-09-10T19:37:20.574606+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:37:21.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:21 smithi189 bash[38194]: audit 2024-09-10T19:37:20.790259+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:21.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:21 smithi189 bash[38194]: audit 2024-09-10T19:37:20.796663+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:21.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:21 smithi189 bash[38194]: audit 2024-09-10T19:37:20.805599+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:21.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:21 smithi189 bash[38194]: audit 2024-09-10T19:37:20.807012+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:37:21.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:21 smithi155 bash[59709]: cluster 2024-09-10T19:37:19.544391+0000 mgr.y (mgr.54108) 29 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:21.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:21 smithi155 bash[59709]: audit 2024-09-10T19:37:20.177330+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:21.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:21 smithi155 bash[59709]: audit 2024-09-10T19:37:20.186731+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:21.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:21 smithi155 bash[59709]: audit 2024-09-10T19:37:20.196004+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:21.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:21 smithi155 bash[59709]: audit 2024-09-10T19:37:20.574606+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:37:21.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:21 smithi155 bash[59709]: audit 2024-09-10T19:37:20.790259+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:21.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:21 smithi155 bash[59709]: audit 2024-09-10T19:37:20.796663+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:21.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:21 smithi155 bash[59709]: audit 2024-09-10T19:37:20.805599+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:21.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:21 smithi155 bash[59709]: audit 2024-09-10T19:37:20.807012+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:37:21.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:21 smithi155 bash[53909]: cluster 2024-09-10T19:37:19.544391+0000 mgr.y (mgr.54108) 29 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:21.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:21 smithi155 bash[53909]: audit 2024-09-10T19:37:20.177330+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:21.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:21 smithi155 bash[53909]: audit 2024-09-10T19:37:20.186731+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:21.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:21 smithi155 bash[53909]: audit 2024-09-10T19:37:20.196004+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:21.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:21 smithi155 bash[53909]: audit 2024-09-10T19:37:20.574606+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:37:21.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:21 smithi155 bash[53909]: audit 2024-09-10T19:37:20.790259+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:21.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:21 smithi155 bash[53909]: audit 2024-09-10T19:37:20.796663+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:21.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:21 smithi155 bash[53909]: audit 2024-09-10T19:37:20.805599+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:21.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:21 smithi155 bash[53909]: audit 2024-09-10T19:37:20.807012+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:37:23.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:23 smithi189 bash[38194]: cluster 2024-09-10T19:37:21.545057+0000 mgr.y (mgr.54108) 30 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:23.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:23 smithi155 bash[53909]: cluster 2024-09-10T19:37:21.545057+0000 mgr.y (mgr.54108) 30 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:23.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:23 smithi155 bash[59709]: cluster 2024-09-10T19:37:21.545057+0000 mgr.y (mgr.54108) 30 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:25.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:25 smithi189 bash[38194]: cluster 2024-09-10T19:37:23.545728+0000 mgr.y (mgr.54108) 31 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:25.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:25 smithi155 bash[53909]: cluster 2024-09-10T19:37:23.545728+0000 mgr.y (mgr.54108) 31 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:25.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:25 smithi155 bash[59709]: cluster 2024-09-10T19:37:23.545728+0000 mgr.y (mgr.54108) 31 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:27.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:27 smithi189 bash[38194]: cluster 2024-09-10T19:37:25.547160+0000 mgr.y (mgr.54108) 32 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:27.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:27 smithi155 bash[53909]: cluster 2024-09-10T19:37:25.547160+0000 mgr.y (mgr.54108) 32 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:27.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:27 smithi155 bash[59709]: cluster 2024-09-10T19:37:25.547160+0000 mgr.y (mgr.54108) 32 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:29.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:29 smithi189 bash[38194]: cluster 2024-09-10T19:37:27.547855+0000 mgr.y (mgr.54108) 33 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:29.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:29 smithi155 bash[59709]: cluster 2024-09-10T19:37:27.547855+0000 mgr.y (mgr.54108) 33 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:29.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:29 smithi155 bash[53909]: cluster 2024-09-10T19:37:27.547855+0000 mgr.y (mgr.54108) 33 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:31.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:31 smithi189 bash[38194]: cluster 2024-09-10T19:37:29.549025+0000 mgr.y (mgr.54108) 34 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:31.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:31 smithi189 bash[38194]: audit 2024-09-10T19:37:31.146435+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:31.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:31 smithi189 bash[38194]: audit 2024-09-10T19:37:31.153377+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:31.529 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:31 smithi155 bash[59709]: cluster 2024-09-10T19:37:29.549025+0000 mgr.y (mgr.54108) 34 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:31.529 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:31 smithi155 bash[59709]: audit 2024-09-10T19:37:31.146435+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:31.530 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:31 smithi155 bash[59709]: audit 2024-09-10T19:37:31.153377+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:31.530 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:31 smithi155 bash[53909]: cluster 2024-09-10T19:37:29.549025+0000 mgr.y (mgr.54108) 34 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:31.530 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:31 smithi155 bash[53909]: audit 2024-09-10T19:37:31.146435+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:31.530 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:31 smithi155 bash[53909]: audit 2024-09-10T19:37:31.153377+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:32.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:32 smithi189 bash[38194]: audit 2024-09-10T19:37:31.160990+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:32.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:32 smithi189 bash[38194]: audit 2024-09-10T19:37:31.172876+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:32.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:32 smithi189 bash[38194]: audit 2024-09-10T19:37:31.217397+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:37:32.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:32 smithi189 bash[38194]: audit 2024-09-10T19:37:31.218956+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:37:32.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:32 smithi189 bash[38194]: audit 2024-09-10T19:37:31.220416+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:32.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:32 smithi189 bash[38194]: audit 2024-09-10T19:37:31.222515+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-10T19:37:32.528 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:32 smithi155 bash[59709]: audit 2024-09-10T19:37:31.160990+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:32.529 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:32 smithi155 bash[59709]: audit 2024-09-10T19:37:31.172876+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:32.529 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:32 smithi155 bash[59709]: audit 2024-09-10T19:37:31.217397+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:37:32.529 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:32 smithi155 bash[59709]: audit 2024-09-10T19:37:31.218956+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:37:32.529 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:32 smithi155 bash[59709]: audit 2024-09-10T19:37:31.220416+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:32.529 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:32 smithi155 bash[59709]: audit 2024-09-10T19:37:31.222515+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-10T19:37:32.529 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:32 smithi155 bash[53909]: audit 2024-09-10T19:37:31.160990+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:32.529 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:32 smithi155 bash[53909]: audit 2024-09-10T19:37:31.172876+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:32.529 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:32 smithi155 bash[53909]: audit 2024-09-10T19:37:31.217397+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:37:32.530 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:32 smithi155 bash[53909]: audit 2024-09-10T19:37:31.218956+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:37:32.530 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:32 smithi155 bash[53909]: audit 2024-09-10T19:37:31.220416+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:32.530 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:32 smithi155 bash[53909]: audit 2024-09-10T19:37:31.222515+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-10T19:37:33.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:33 smithi189 bash[38194]: cephadm 2024-09-10T19:37:31.216820+0000 mgr.y (mgr.54108) 35 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-10T19:37:33.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:33 smithi189 bash[38194]: cephadm 2024-09-10T19:37:31.221902+0000 mgr.y (mgr.54108) 36 : cephadm [INF] Reconfiguring daemon mon.a on smithi155 2024-09-10T19:37:33.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:33 smithi189 bash[38194]: cluster 2024-09-10T19:37:31.549666+0000 mgr.y (mgr.54108) 37 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:33.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:33 smithi155 bash[59709]: cephadm 2024-09-10T19:37:31.216820+0000 mgr.y (mgr.54108) 35 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-10T19:37:33.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:33 smithi155 bash[59709]: cephadm 2024-09-10T19:37:31.221902+0000 mgr.y (mgr.54108) 36 : cephadm [INF] Reconfiguring daemon mon.a on smithi155 2024-09-10T19:37:33.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:33 smithi155 bash[59709]: cluster 2024-09-10T19:37:31.549666+0000 mgr.y (mgr.54108) 37 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:33.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:33 smithi155 bash[53909]: cephadm 2024-09-10T19:37:31.216820+0000 mgr.y (mgr.54108) 35 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-10T19:37:33.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:33 smithi155 bash[53909]: cephadm 2024-09-10T19:37:31.221902+0000 mgr.y (mgr.54108) 36 : cephadm [INF] Reconfiguring daemon mon.a on smithi155 2024-09-10T19:37:33.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:33 smithi155 bash[53909]: cluster 2024-09-10T19:37:31.549666+0000 mgr.y (mgr.54108) 37 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:34.266 INFO:teuthology.orchestra.run.smithi155.stdout:true 2024-09-10T19:37:34.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:34 smithi189 bash[38194]: audit 2024-09-10T19:37:33.515596+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:34.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:34 smithi189 bash[38194]: audit 2024-09-10T19:37:33.523192+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:34.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:34 smithi189 bash[38194]: audit 2024-09-10T19:37:33.531284+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:34.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:34 smithi189 bash[38194]: audit 2024-09-10T19:37:33.533266+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:37:34.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:34 smithi189 bash[38194]: audit 2024-09-10T19:37:33.534616+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T19:37:34.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:34 smithi189 bash[38194]: audit 2024-09-10T19:37:33.535931+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:34.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:34 smithi189 bash[38194]: audit 2024-09-10T19:37:33.537732+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-10T19:37:34.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:34 smithi155 bash[59709]: audit 2024-09-10T19:37:33.515596+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:34.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:34 smithi155 bash[59709]: audit 2024-09-10T19:37:33.523192+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:34.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:34 smithi155 bash[59709]: audit 2024-09-10T19:37:33.531284+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:34.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:34 smithi155 bash[59709]: audit 2024-09-10T19:37:33.533266+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:37:34.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:34 smithi155 bash[59709]: audit 2024-09-10T19:37:33.534616+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T19:37:34.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:34 smithi155 bash[59709]: audit 2024-09-10T19:37:33.535931+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:34.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:34 smithi155 bash[59709]: audit 2024-09-10T19:37:33.537732+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-10T19:37:34.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:34 smithi155 bash[53909]: audit 2024-09-10T19:37:33.515596+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:34.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:34 smithi155 bash[53909]: audit 2024-09-10T19:37:33.523192+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:34.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:34 smithi155 bash[53909]: audit 2024-09-10T19:37:33.531284+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:34.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:34 smithi155 bash[53909]: audit 2024-09-10T19:37:33.533266+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:37:34.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:34 smithi155 bash[53909]: audit 2024-09-10T19:37:33.534616+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T19:37:34.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:34 smithi155 bash[53909]: audit 2024-09-10T19:37:33.535931+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:34.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:34 smithi155 bash[53909]: audit 2024-09-10T19:37:33.537732+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-10T19:37:35.064 INFO:teuthology.orchestra.run.smithi155.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:37:35.065 INFO:teuthology.orchestra.run.smithi155.stdout:alertmanager.a smithi155 running (4m) 14s ago 30m 17.2M - 0.25.0 c8568f914cd2 d240bc57c001 2024-09-10T19:37:35.065 INFO:teuthology.orchestra.run.smithi155.stdout:grafana.a smithi189 running (3m) 40s ago 29m 82.1M - 9.4.7 954c08fa6188 2e57a3903209 2024-09-10T19:37:35.065 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.x smithi189 *:8443 running (5m) 40s ago 34m 390M - 17.2.7-1606-g5be57395 4c55dd409611 1e9c1f896a72 2024-09-10T19:37:35.065 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.y smithi155 *:8443 running (15m) 14s ago 36m 430M - 17.2.7-1606-g5be57395 4c55dd409611 c3f6bb49e60e 2024-09-10T19:37:35.065 INFO:teuthology.orchestra.run.smithi155.stdout:mon.a smithi155 running (60s) 14s ago 36m 42.3M 2048M 17.2.7-1606-g5be57395 4c55dd409611 7e033880dcd4 2024-09-10T19:37:35.065 INFO:teuthology.orchestra.run.smithi155.stdout:mon.b smithi189 running (114s) 40s ago 35m 43.9M 2048M 17.2.7-1606-g5be57395 4c55dd409611 f29d1decbead 2024-09-10T19:37:35.065 INFO:teuthology.orchestra.run.smithi155.stdout:mon.c smithi155 running (23s) 14s ago 35m 23.3M 2048M 17.2.7-1606-g5be57395 4c55dd409611 0fb56f4ad9b8 2024-09-10T19:37:35.065 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.a smithi155 running (5m) 14s ago 30m 11.2M - 1.5.0 0da6a335fe13 75a6b4940d3d 2024-09-10T19:37:35.065 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.b smithi189 running (5m) 40s ago 30m 11.2M - 1.5.0 0da6a335fe13 57c4129454db 2024-09-10T19:37:35.065 INFO:teuthology.orchestra.run.smithi155.stdout:osd.0 smithi155 running (34m) 14s ago 34m 56.2M 4096M 15.2.0 204a01f9b0b6 7f6023dc1e50 2024-09-10T19:37:35.066 INFO:teuthology.orchestra.run.smithi155.stdout:osd.1 smithi155 running (33m) 14s ago 34m 54.8M 4096M 15.2.0 204a01f9b0b6 42d00c1d93dd 2024-09-10T19:37:35.066 INFO:teuthology.orchestra.run.smithi155.stdout:osd.2 smithi155 running (33m) 14s ago 33m 51.9M 4096M 15.2.0 204a01f9b0b6 6b241c21f8e2 2024-09-10T19:37:35.066 INFO:teuthology.orchestra.run.smithi155.stdout:osd.3 smithi155 running (32m) 14s ago 33m 55.8M 4096M 15.2.0 204a01f9b0b6 8d9201a4db26 2024-09-10T19:37:35.066 INFO:teuthology.orchestra.run.smithi155.stdout:osd.4 smithi189 running (32m) 40s ago 32m 57.9M 4096M 15.2.0 204a01f9b0b6 34cb90c9d5b7 2024-09-10T19:37:35.066 INFO:teuthology.orchestra.run.smithi155.stdout:osd.5 smithi189 running (32m) 40s ago 32m 54.0M 4096M 15.2.0 204a01f9b0b6 4b3a3b60e1d5 2024-09-10T19:37:35.066 INFO:teuthology.orchestra.run.smithi155.stdout:osd.6 smithi189 running (31m) 40s ago 31m 57.9M 4096M 15.2.0 204a01f9b0b6 c58c4c013902 2024-09-10T19:37:35.066 INFO:teuthology.orchestra.run.smithi155.stdout:osd.7 smithi189 running (31m) 40s ago 31m 57.5M 4096M 15.2.0 204a01f9b0b6 fb02b608dde7 2024-09-10T19:37:35.066 INFO:teuthology.orchestra.run.smithi155.stdout:prometheus.a smithi189 running (4m) 40s ago 30m 43.2M - 2.43.0 a07b618ecd1d a68b682055db 2024-09-10T19:37:35.066 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi155.ehnnyk smithi155 running (28m) 14s ago 28m 56.3M - 15.2.0 204a01f9b0b6 48687c7a211a 2024-09-10T19:37:35.066 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi189.dwpibf smithi189 running (28m) 40s ago 28m 55.5M - 15.2.0 204a01f9b0b6 6bddcdbdbf0b 2024-09-10T19:37:35.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:35 smithi155 bash[53909]: cephadm 2024-09-10T19:37:33.532749+0000 mgr.y (mgr.54108) 38 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-09-10T19:37:35.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:35 smithi155 bash[53909]: cephadm 2024-09-10T19:37:33.537215+0000 mgr.y (mgr.54108) 39 : cephadm [INF] Reconfiguring daemon mgr.y on smithi155 2024-09-10T19:37:35.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:35 smithi155 bash[53909]: cluster 2024-09-10T19:37:33.550286+0000 mgr.y (mgr.54108) 40 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:35.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:35 smithi155 bash[53909]: audit 2024-09-10T19:37:35.041748+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:37:35.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:35 smithi155 bash[53909]: audit 2024-09-10T19:37:35.042424+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:37:35.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:35 smithi155 bash[53909]: audit 2024-09-10T19:37:35.043130+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:35.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:35 smithi155 bash[53909]: audit 2024-09-10T19:37:35.044006+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:35.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:35 smithi155 bash[53909]: audit 2024-09-10T19:37:35.044876+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:35.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:35 smithi155 bash[53909]: audit 2024-09-10T19:37:35.045654+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:35.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:35 smithi155 bash[53909]: audit 2024-09-10T19:37:35.051129+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:37:35.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:35 smithi155 bash[53909]: audit 2024-09-10T19:37:35.051788+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:35.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:35 smithi155 bash[53909]: audit 2024-09-10T19:37:35.052459+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:35.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:35 smithi155 bash[53909]: audit 2024-09-10T19:37:35.053050+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:35.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:35 smithi155 bash[53909]: audit 2024-09-10T19:37:35.053621+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:35.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:35 smithi155 bash[59709]: cephadm 2024-09-10T19:37:33.532749+0000 mgr.y (mgr.54108) 38 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-09-10T19:37:35.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:35 smithi155 bash[59709]: cephadm 2024-09-10T19:37:33.537215+0000 mgr.y (mgr.54108) 39 : cephadm [INF] Reconfiguring daemon mgr.y on smithi155 2024-09-10T19:37:35.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:35 smithi155 bash[59709]: cluster 2024-09-10T19:37:33.550286+0000 mgr.y (mgr.54108) 40 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:35.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:35 smithi155 bash[59709]: audit 2024-09-10T19:37:35.041748+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:37:35.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:35 smithi155 bash[59709]: audit 2024-09-10T19:37:35.042424+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:37:35.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:35 smithi155 bash[59709]: audit 2024-09-10T19:37:35.043130+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:35.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:35 smithi155 bash[59709]: audit 2024-09-10T19:37:35.044006+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:35.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:35 smithi155 bash[59709]: audit 2024-09-10T19:37:35.044876+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:35.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:35 smithi155 bash[59709]: audit 2024-09-10T19:37:35.045654+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:35.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:35 smithi155 bash[59709]: audit 2024-09-10T19:37:35.051129+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:37:35.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:35 smithi155 bash[59709]: audit 2024-09-10T19:37:35.051788+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:35.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:35 smithi155 bash[59709]: audit 2024-09-10T19:37:35.052459+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:35.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:35 smithi155 bash[59709]: audit 2024-09-10T19:37:35.053050+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:35.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:35 smithi155 bash[59709]: audit 2024-09-10T19:37:35.053621+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:35.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:35 smithi189 bash[38194]: cephadm 2024-09-10T19:37:33.532749+0000 mgr.y (mgr.54108) 38 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-09-10T19:37:35.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:35 smithi189 bash[38194]: cephadm 2024-09-10T19:37:33.537215+0000 mgr.y (mgr.54108) 39 : cephadm [INF] Reconfiguring daemon mgr.y on smithi155 2024-09-10T19:37:35.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:35 smithi189 bash[38194]: cluster 2024-09-10T19:37:33.550286+0000 mgr.y (mgr.54108) 40 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:35.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:35 smithi189 bash[38194]: audit 2024-09-10T19:37:35.041748+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:37:35.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:35 smithi189 bash[38194]: audit 2024-09-10T19:37:35.042424+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:37:35.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:35 smithi189 bash[38194]: audit 2024-09-10T19:37:35.043130+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:35.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:35 smithi189 bash[38194]: audit 2024-09-10T19:37:35.044006+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:35.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:35 smithi189 bash[38194]: audit 2024-09-10T19:37:35.044876+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:35.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:35 smithi189 bash[38194]: audit 2024-09-10T19:37:35.045654+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:35.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:35 smithi189 bash[38194]: audit 2024-09-10T19:37:35.051129+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:37:35.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:35 smithi189 bash[38194]: audit 2024-09-10T19:37:35.051788+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:35.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:35 smithi189 bash[38194]: audit 2024-09-10T19:37:35.052459+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:35.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:35 smithi189 bash[38194]: audit 2024-09-10T19:37:35.053050+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:35.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:35 smithi189 bash[38194]: audit 2024-09-10T19:37:35.053621+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:37:35.551 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:37:35.708 INFO:teuthology.orchestra.run.smithi155.stdout: "mon": { 2024-09-10T19:37:35.708 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 3 2024-09-10T19:37:35.708 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:37:35.708 INFO:teuthology.orchestra.run.smithi155.stdout: "mgr": { 2024-09-10T19:37:35.708 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:37:35.708 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:37:35.709 INFO:teuthology.orchestra.run.smithi155.stdout: "osd": { 2024-09-10T19:37:35.709 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-10T19:37:35.709 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:37:35.709 INFO:teuthology.orchestra.run.smithi155.stdout: "rgw": { 2024-09-10T19:37:35.709 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-10T19:37:35.709 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:37:35.709 INFO:teuthology.orchestra.run.smithi155.stdout: "overall": { 2024-09-10T19:37:35.709 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 10, 2024-09-10T19:37:35.709 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 5 2024-09-10T19:37:35.709 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-10T19:37:35.709 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:37:35.929 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:37:35.929 INFO:teuthology.orchestra.run.smithi155.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T19:37:35.929 INFO:teuthology.orchestra.run.smithi155.stdout: "in_progress": true, 2024-09-10T19:37:35.929 INFO:teuthology.orchestra.run.smithi155.stdout: "which": "Upgrading daemons of type(s) mon on host(s) smithi155", 2024-09-10T19:37:35.930 INFO:teuthology.orchestra.run.smithi155.stdout: "services_complete": [ 2024-09-10T19:37:35.930 INFO:teuthology.orchestra.run.smithi155.stdout: "mon" 2024-09-10T19:37:35.930 INFO:teuthology.orchestra.run.smithi155.stdout: ], 2024-09-10T19:37:35.930 INFO:teuthology.orchestra.run.smithi155.stdout: "progress": "2/2 daemons upgraded", 2024-09-10T19:37:35.930 INFO:teuthology.orchestra.run.smithi155.stdout: "message": "Currently upgrading mon daemons", 2024-09-10T19:37:35.930 INFO:teuthology.orchestra.run.smithi155.stdout: "is_paused": false 2024-09-10T19:37:35.930 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:37:36.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:36 smithi189 bash[38194]: audit 2024-09-10T19:37:34.250036+0000 mgr.y (mgr.54108) 41 : audit [DBG] from='client.64102 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:37:36.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:36 smithi189 bash[38194]: audit 2024-09-10T19:37:34.649616+0000 mgr.y (mgr.54108) 42 : audit [DBG] from='client.54174 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:37:36.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:36 smithi189 bash[38194]: audit 2024-09-10T19:37:35.039291+0000 mgr.y (mgr.54108) 43 : audit [DBG] from='client.54180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:37:36.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:36 smithi189 bash[38194]: audit 2024-09-10T19:37:35.549037+0000 mon.a (mon.0) 194 : audit [DBG] from='client.64117 172.21.15.155:0/813474784' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:37:36.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:36 smithi189 bash[38194]: cluster 2024-09-10T19:37:35.551639+0000 mgr.y (mgr.54108) 44 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:36.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:36 smithi189 bash[38194]: audit 2024-09-10T19:37:35.927357+0000 mgr.y (mgr.54108) 45 : audit [DBG] from='client.64123 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:37:36.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:36 smithi189 bash[38194]: audit 2024-09-10T19:37:35.945731+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:36.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:36 smithi189 bash[38194]: audit 2024-09-10T19:37:35.951091+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:36.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:36 smithi189 bash[38194]: audit 2024-09-10T19:37:35.956420+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:36.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:36 smithi189 bash[38194]: cephadm 2024-09-10T19:37:35.957505+0000 mgr.y (mgr.54108) 46 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-10T19:37:36.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:36 smithi189 bash[38194]: audit 2024-09-10T19:37:35.957806+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:37:36.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:36 smithi189 bash[38194]: audit 2024-09-10T19:37:35.958748+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:37:36.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:36 smithi189 bash[38194]: audit 2024-09-10T19:37:35.959564+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:36.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:36 smithi189 bash[38194]: cephadm 2024-09-10T19:37:35.960574+0000 mgr.y (mgr.54108) 47 : cephadm [INF] Reconfiguring daemon mon.c on smithi155 2024-09-10T19:37:36.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:36 smithi189 bash[38194]: audit 2024-09-10T19:37:35.961049+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-10T19:37:36.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:36 smithi155 bash[59709]: audit 2024-09-10T19:37:34.250036+0000 mgr.y (mgr.54108) 41 : audit [DBG] from='client.64102 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:37:36.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:36 smithi155 bash[59709]: audit 2024-09-10T19:37:34.649616+0000 mgr.y (mgr.54108) 42 : audit [DBG] from='client.54174 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:37:36.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:36 smithi155 bash[59709]: audit 2024-09-10T19:37:35.039291+0000 mgr.y (mgr.54108) 43 : audit [DBG] from='client.54180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:37:36.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:36 smithi155 bash[59709]: audit 2024-09-10T19:37:35.549037+0000 mon.a (mon.0) 194 : audit [DBG] from='client.64117 172.21.15.155:0/813474784' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:37:36.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:36 smithi155 bash[59709]: cluster 2024-09-10T19:37:35.551639+0000 mgr.y (mgr.54108) 44 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:36.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:36 smithi155 bash[59709]: audit 2024-09-10T19:37:35.927357+0000 mgr.y (mgr.54108) 45 : audit [DBG] from='client.64123 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:37:36.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:36 smithi155 bash[59709]: audit 2024-09-10T19:37:35.945731+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:36.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:36 smithi155 bash[59709]: audit 2024-09-10T19:37:35.951091+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:36.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:36 smithi155 bash[59709]: audit 2024-09-10T19:37:35.956420+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:36.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:36 smithi155 bash[59709]: cephadm 2024-09-10T19:37:35.957505+0000 mgr.y (mgr.54108) 46 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-10T19:37:36.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:36 smithi155 bash[59709]: audit 2024-09-10T19:37:35.957806+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:37:36.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:36 smithi155 bash[59709]: audit 2024-09-10T19:37:35.958748+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:37:36.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:36 smithi155 bash[59709]: audit 2024-09-10T19:37:35.959564+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:36.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:36 smithi155 bash[59709]: cephadm 2024-09-10T19:37:35.960574+0000 mgr.y (mgr.54108) 47 : cephadm [INF] Reconfiguring daemon mon.c on smithi155 2024-09-10T19:37:36.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:36 smithi155 bash[59709]: audit 2024-09-10T19:37:35.961049+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-10T19:37:36.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:36 smithi155 bash[53909]: audit 2024-09-10T19:37:34.250036+0000 mgr.y (mgr.54108) 41 : audit [DBG] from='client.64102 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:37:36.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:36 smithi155 bash[53909]: audit 2024-09-10T19:37:34.649616+0000 mgr.y (mgr.54108) 42 : audit [DBG] from='client.54174 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:37:36.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:36 smithi155 bash[53909]: audit 2024-09-10T19:37:35.039291+0000 mgr.y (mgr.54108) 43 : audit [DBG] from='client.54180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:37:36.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:36 smithi155 bash[53909]: audit 2024-09-10T19:37:35.549037+0000 mon.a (mon.0) 194 : audit [DBG] from='client.64117 172.21.15.155:0/813474784' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:37:36.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:36 smithi155 bash[53909]: cluster 2024-09-10T19:37:35.551639+0000 mgr.y (mgr.54108) 44 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:36.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:36 smithi155 bash[53909]: audit 2024-09-10T19:37:35.927357+0000 mgr.y (mgr.54108) 45 : audit [DBG] from='client.64123 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:37:36.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:36 smithi155 bash[53909]: audit 2024-09-10T19:37:35.945731+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:36.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:36 smithi155 bash[53909]: audit 2024-09-10T19:37:35.951091+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:36.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:36 smithi155 bash[53909]: audit 2024-09-10T19:37:35.956420+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:36.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:36 smithi155 bash[53909]: cephadm 2024-09-10T19:37:35.957505+0000 mgr.y (mgr.54108) 46 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-10T19:37:36.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:36 smithi155 bash[53909]: audit 2024-09-10T19:37:35.957806+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:37:36.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:36 smithi155 bash[53909]: audit 2024-09-10T19:37:35.958748+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:37:36.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:36 smithi155 bash[53909]: audit 2024-09-10T19:37:35.959564+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:36.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:36 smithi155 bash[53909]: cephadm 2024-09-10T19:37:35.960574+0000 mgr.y (mgr.54108) 47 : cephadm [INF] Reconfiguring daemon mon.c on smithi155 2024-09-10T19:37:36.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:36 smithi155 bash[53909]: audit 2024-09-10T19:37:35.961049+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-10T19:37:38.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:38 smithi155 bash[53909]: cluster 2024-09-10T19:37:37.552408+0000 mgr.y (mgr.54108) 48 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:38.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:38 smithi155 bash[53909]: audit 2024-09-10T19:37:38.042767+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:38.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:38 smithi155 bash[53909]: audit 2024-09-10T19:37:38.051151+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:38.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:38 smithi155 bash[53909]: audit 2024-09-10T19:37:38.058445+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:38.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:38 smithi155 bash[53909]: cephadm 2024-09-10T19:37:38.059855+0000 mgr.y (mgr.54108) 49 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-09-10T19:37:38.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:38 smithi155 bash[53909]: audit 2024-09-10T19:37:38.060374+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T19:37:38.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:38 smithi155 bash[53909]: audit 2024-09-10T19:37:38.061564+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:38.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:38 smithi155 bash[53909]: cephadm 2024-09-10T19:37:38.065035+0000 mgr.y (mgr.54108) 50 : cephadm [INF] Reconfiguring daemon osd.0 on smithi155 2024-09-10T19:37:38.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:38 smithi155 bash[53909]: audit 2024-09-10T19:37:38.065737+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-09-10T19:37:38.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:38 smithi155 bash[59709]: cluster 2024-09-10T19:37:37.552408+0000 mgr.y (mgr.54108) 48 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:38.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:38 smithi155 bash[59709]: audit 2024-09-10T19:37:38.042767+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:38.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:38 smithi155 bash[59709]: audit 2024-09-10T19:37:38.051151+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:38.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:38 smithi155 bash[59709]: audit 2024-09-10T19:37:38.058445+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:38.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:38 smithi155 bash[59709]: cephadm 2024-09-10T19:37:38.059855+0000 mgr.y (mgr.54108) 49 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-09-10T19:37:38.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:38 smithi155 bash[59709]: audit 2024-09-10T19:37:38.060374+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T19:37:38.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:38 smithi155 bash[59709]: audit 2024-09-10T19:37:38.061564+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:38.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:38 smithi155 bash[59709]: cephadm 2024-09-10T19:37:38.065035+0000 mgr.y (mgr.54108) 50 : cephadm [INF] Reconfiguring daemon osd.0 on smithi155 2024-09-10T19:37:38.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:38 smithi155 bash[59709]: audit 2024-09-10T19:37:38.065737+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-09-10T19:37:38.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:38 smithi189 bash[38194]: cluster 2024-09-10T19:37:37.552408+0000 mgr.y (mgr.54108) 48 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:38.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:38 smithi189 bash[38194]: audit 2024-09-10T19:37:38.042767+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:38.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:38 smithi189 bash[38194]: audit 2024-09-10T19:37:38.051151+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:38.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:38 smithi189 bash[38194]: audit 2024-09-10T19:37:38.058445+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:38.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:38 smithi189 bash[38194]: cephadm 2024-09-10T19:37:38.059855+0000 mgr.y (mgr.54108) 49 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-09-10T19:37:38.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:38 smithi189 bash[38194]: audit 2024-09-10T19:37:38.060374+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T19:37:38.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:38 smithi189 bash[38194]: audit 2024-09-10T19:37:38.061564+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:38.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:38 smithi189 bash[38194]: cephadm 2024-09-10T19:37:38.065035+0000 mgr.y (mgr.54108) 50 : cephadm [INF] Reconfiguring daemon osd.0 on smithi155 2024-09-10T19:37:38.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:38 smithi189 bash[38194]: audit 2024-09-10T19:37:38.065737+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-09-10T19:37:40.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:40 smithi189 bash[38194]: cluster 2024-09-10T19:37:39.553342+0000 mgr.y (mgr.54108) 51 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:40.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:40 smithi189 bash[38194]: audit 2024-09-10T19:37:40.276423+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:40.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:40 smithi189 bash[38194]: audit 2024-09-10T19:37:40.283475+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:40.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:40 smithi189 bash[38194]: audit 2024-09-10T19:37:40.289378+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:40.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:40 smithi189 bash[38194]: audit 2024-09-10T19:37:40.291678+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T19:37:40.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:40 smithi189 bash[38194]: audit 2024-09-10T19:37:40.293053+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:40.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:40 smithi189 bash[38194]: audit 2024-09-10T19:37:40.295589+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-09-10T19:37:41.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:40 smithi155 bash[53909]: cluster 2024-09-10T19:37:39.553342+0000 mgr.y (mgr.54108) 51 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:41.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:40 smithi155 bash[53909]: audit 2024-09-10T19:37:40.276423+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:41.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:40 smithi155 bash[53909]: audit 2024-09-10T19:37:40.283475+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:41.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:40 smithi155 bash[53909]: audit 2024-09-10T19:37:40.289378+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:41.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:40 smithi155 bash[53909]: audit 2024-09-10T19:37:40.291678+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T19:37:41.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:40 smithi155 bash[53909]: audit 2024-09-10T19:37:40.293053+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:41.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:40 smithi155 bash[53909]: audit 2024-09-10T19:37:40.295589+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-09-10T19:37:41.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:40 smithi155 bash[59709]: cluster 2024-09-10T19:37:39.553342+0000 mgr.y (mgr.54108) 51 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:41.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:40 smithi155 bash[59709]: audit 2024-09-10T19:37:40.276423+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:41.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:40 smithi155 bash[59709]: audit 2024-09-10T19:37:40.283475+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:41.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:40 smithi155 bash[59709]: audit 2024-09-10T19:37:40.289378+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:41.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:40 smithi155 bash[59709]: audit 2024-09-10T19:37:40.291678+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T19:37:41.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:40 smithi155 bash[59709]: audit 2024-09-10T19:37:40.293053+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:41.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:40 smithi155 bash[59709]: audit 2024-09-10T19:37:40.295589+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-09-10T19:37:41.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:41 smithi189 bash[38194]: cephadm 2024-09-10T19:37:40.291152+0000 mgr.y (mgr.54108) 52 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-09-10T19:37:41.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:41 smithi189 bash[38194]: cephadm 2024-09-10T19:37:40.295094+0000 mgr.y (mgr.54108) 53 : cephadm [INF] Reconfiguring daemon osd.1 on smithi155 2024-09-10T19:37:41.986 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:41 smithi155 bash[53909]: cephadm 2024-09-10T19:37:40.291152+0000 mgr.y (mgr.54108) 52 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-09-10T19:37:41.986 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:41 smithi155 bash[53909]: cephadm 2024-09-10T19:37:40.295094+0000 mgr.y (mgr.54108) 53 : cephadm [INF] Reconfiguring daemon osd.1 on smithi155 2024-09-10T19:37:41.987 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:41 smithi155 bash[59709]: cephadm 2024-09-10T19:37:40.291152+0000 mgr.y (mgr.54108) 52 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-09-10T19:37:41.987 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:41 smithi155 bash[59709]: cephadm 2024-09-10T19:37:40.295094+0000 mgr.y (mgr.54108) 53 : cephadm [INF] Reconfiguring daemon osd.1 on smithi155 2024-09-10T19:37:42.933 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:42 smithi155 bash[53909]: cluster 2024-09-10T19:37:41.553985+0000 mgr.y (mgr.54108) 54 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:42.933 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:42 smithi155 bash[53909]: audit 2024-09-10T19:37:42.602070+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:42.933 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:42 smithi155 bash[53909]: audit 2024-09-10T19:37:42.608101+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:42.934 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:42 smithi155 bash[53909]: audit 2024-09-10T19:37:42.616022+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:42.934 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:42 smithi155 bash[53909]: audit 2024-09-10T19:37:42.617783+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T19:37:42.934 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:42 smithi155 bash[53909]: audit 2024-09-10T19:37:42.618638+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:42.934 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:42 smithi155 bash[53909]: audit 2024-09-10T19:37:42.621018+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-09-10T19:37:42.934 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:42 smithi155 bash[59709]: cluster 2024-09-10T19:37:41.553985+0000 mgr.y (mgr.54108) 54 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:42.934 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:42 smithi155 bash[59709]: audit 2024-09-10T19:37:42.602070+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:42.934 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:42 smithi155 bash[59709]: audit 2024-09-10T19:37:42.608101+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:42.934 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:42 smithi155 bash[59709]: audit 2024-09-10T19:37:42.616022+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:42.934 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:42 smithi155 bash[59709]: audit 2024-09-10T19:37:42.617783+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T19:37:42.934 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:42 smithi155 bash[59709]: audit 2024-09-10T19:37:42.618638+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:42.934 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:42 smithi155 bash[59709]: audit 2024-09-10T19:37:42.621018+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-09-10T19:37:42.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:42 smithi189 bash[38194]: cluster 2024-09-10T19:37:41.553985+0000 mgr.y (mgr.54108) 54 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:42.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:42 smithi189 bash[38194]: audit 2024-09-10T19:37:42.602070+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:42.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:42 smithi189 bash[38194]: audit 2024-09-10T19:37:42.608101+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:42.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:42 smithi189 bash[38194]: audit 2024-09-10T19:37:42.616022+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:42.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:42 smithi189 bash[38194]: audit 2024-09-10T19:37:42.617783+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T19:37:42.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:42 smithi189 bash[38194]: audit 2024-09-10T19:37:42.618638+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:42.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:42 smithi189 bash[38194]: audit 2024-09-10T19:37:42.621018+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-09-10T19:37:43.942 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:43 smithi155 bash[53909]: cephadm 2024-09-10T19:37:42.617426+0000 mgr.y (mgr.54108) 55 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-09-10T19:37:43.942 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:43 smithi155 bash[53909]: cephadm 2024-09-10T19:37:42.620486+0000 mgr.y (mgr.54108) 56 : cephadm [INF] Reconfiguring daemon osd.2 on smithi155 2024-09-10T19:37:43.942 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:43 smithi155 bash[59709]: cephadm 2024-09-10T19:37:42.617426+0000 mgr.y (mgr.54108) 55 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-09-10T19:37:43.942 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:43 smithi155 bash[59709]: cephadm 2024-09-10T19:37:42.620486+0000 mgr.y (mgr.54108) 56 : cephadm [INF] Reconfiguring daemon osd.2 on smithi155 2024-09-10T19:37:43.951 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:43 smithi189 bash[38194]: cephadm 2024-09-10T19:37:42.617426+0000 mgr.y (mgr.54108) 55 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-09-10T19:37:43.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:43 smithi189 bash[38194]: cephadm 2024-09-10T19:37:42.620486+0000 mgr.y (mgr.54108) 56 : cephadm [INF] Reconfiguring daemon osd.2 on smithi155 2024-09-10T19:37:44.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:44 smithi189 bash[38194]: cluster 2024-09-10T19:37:43.554829+0000 mgr.y (mgr.54108) 57 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:45.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:44 smithi155 bash[59709]: cluster 2024-09-10T19:37:43.554829+0000 mgr.y (mgr.54108) 57 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:45.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:44 smithi155 bash[53909]: cluster 2024-09-10T19:37:43.554829+0000 mgr.y (mgr.54108) 57 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:45.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:45 smithi189 bash[38194]: audit 2024-09-10T19:37:44.864523+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:45.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:45 smithi189 bash[38194]: audit 2024-09-10T19:37:44.872286+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:45.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:45 smithi189 bash[38194]: audit 2024-09-10T19:37:44.879908+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:45.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:45 smithi189 bash[38194]: cephadm 2024-09-10T19:37:44.881439+0000 mgr.y (mgr.54108) 58 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-09-10T19:37:45.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:45 smithi189 bash[38194]: audit 2024-09-10T19:37:44.881957+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T19:37:45.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:45 smithi189 bash[38194]: audit 2024-09-10T19:37:44.883396+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:45.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:45 smithi189 bash[38194]: cephadm 2024-09-10T19:37:44.885969+0000 mgr.y (mgr.54108) 59 : cephadm [INF] Reconfiguring daemon osd.3 on smithi155 2024-09-10T19:37:45.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:45 smithi189 bash[38194]: audit 2024-09-10T19:37:44.886671+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-09-10T19:37:46.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:45 smithi155 bash[59709]: audit 2024-09-10T19:37:44.864523+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:46.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:45 smithi155 bash[59709]: audit 2024-09-10T19:37:44.872286+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:46.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:45 smithi155 bash[59709]: audit 2024-09-10T19:37:44.879908+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:46.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:45 smithi155 bash[59709]: cephadm 2024-09-10T19:37:44.881439+0000 mgr.y (mgr.54108) 58 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-09-10T19:37:46.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:45 smithi155 bash[59709]: audit 2024-09-10T19:37:44.881957+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T19:37:46.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:45 smithi155 bash[59709]: audit 2024-09-10T19:37:44.883396+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:46.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:45 smithi155 bash[59709]: cephadm 2024-09-10T19:37:44.885969+0000 mgr.y (mgr.54108) 59 : cephadm [INF] Reconfiguring daemon osd.3 on smithi155 2024-09-10T19:37:46.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:45 smithi155 bash[59709]: audit 2024-09-10T19:37:44.886671+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-09-10T19:37:46.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:45 smithi155 bash[53909]: audit 2024-09-10T19:37:44.864523+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:46.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:45 smithi155 bash[53909]: audit 2024-09-10T19:37:44.872286+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:46.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:45 smithi155 bash[53909]: audit 2024-09-10T19:37:44.879908+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:46.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:45 smithi155 bash[53909]: cephadm 2024-09-10T19:37:44.881439+0000 mgr.y (mgr.54108) 58 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-09-10T19:37:46.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:45 smithi155 bash[53909]: audit 2024-09-10T19:37:44.881957+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T19:37:46.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:45 smithi155 bash[53909]: audit 2024-09-10T19:37:44.883396+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:46.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:45 smithi155 bash[53909]: cephadm 2024-09-10T19:37:44.885969+0000 mgr.y (mgr.54108) 59 : cephadm [INF] Reconfiguring daemon osd.3 on smithi155 2024-09-10T19:37:46.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:45 smithi155 bash[53909]: audit 2024-09-10T19:37:44.886671+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-09-10T19:37:47.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:46 smithi155 bash[53909]: cluster 2024-09-10T19:37:45.556359+0000 mgr.y (mgr.54108) 60 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:47.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:46 smithi155 bash[59709]: cluster 2024-09-10T19:37:45.556359+0000 mgr.y (mgr.54108) 60 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:47.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:46 smithi189 bash[38194]: cluster 2024-09-10T19:37:45.556359+0000 mgr.y (mgr.54108) 60 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:48.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:47 smithi189 bash[38194]: audit 2024-09-10T19:37:47.233427+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:48.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:47 smithi189 bash[38194]: audit 2024-09-10T19:37:47.242873+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:48.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:47 smithi189 bash[38194]: audit 2024-09-10T19:37:47.250114+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:48.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:47 smithi189 bash[38194]: audit 2024-09-10T19:37:47.252933+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi155.ehnnyk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T19:37:48.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:47 smithi189 bash[38194]: audit 2024-09-10T19:37:47.254467+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi155.ehnnyk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T19:37:48.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:47 smithi189 bash[38194]: audit 2024-09-10T19:37:47.259806+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi155.ehnnyk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-10T19:37:48.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:47 smithi189 bash[38194]: audit 2024-09-10T19:37:47.261449+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi155.ehnnyk"}]: dispatch 2024-09-10T19:37:48.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:47 smithi189 bash[38194]: audit 2024-09-10T19:37:47.267363+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:48.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:47 smithi189 bash[38194]: audit 2024-09-10T19:37:47.268478+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:48.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:47 smithi189 bash[38194]: audit 2024-09-10T19:37:47.270393+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi155.ehnnyk","key": "container_image"}]: dispatch 2024-09-10T19:37:48.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:47 smithi189 bash[38194]: audit 2024-09-10T19:37:47.586171+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2024-09-10T19:37:48.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:47 smithi189 bash[38194]: audit 2024-09-10T19:37:47.586713+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:37:48.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:47 smithi189 bash[38194]: audit 2024-09-10T19:37:47.587173+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T19:37:48.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:47 smithi189 bash[38194]: audit 2024-09-10T19:37:47.587524+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 5]}]: dispatch 2024-09-10T19:37:48.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:47 smithi155 bash[53909]: audit 2024-09-10T19:37:47.233427+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:48.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:47 smithi155 bash[53909]: audit 2024-09-10T19:37:47.242873+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:48.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:47 smithi155 bash[53909]: audit 2024-09-10T19:37:47.250114+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:48.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:47 smithi155 bash[53909]: audit 2024-09-10T19:37:47.252933+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi155.ehnnyk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T19:37:48.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:47 smithi155 bash[53909]: audit 2024-09-10T19:37:47.254467+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi155.ehnnyk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T19:37:48.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:47 smithi155 bash[53909]: audit 2024-09-10T19:37:47.259806+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi155.ehnnyk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-10T19:37:48.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:47 smithi155 bash[53909]: audit 2024-09-10T19:37:47.261449+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi155.ehnnyk"}]: dispatch 2024-09-10T19:37:48.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:47 smithi155 bash[53909]: audit 2024-09-10T19:37:47.267363+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:48.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:47 smithi155 bash[53909]: audit 2024-09-10T19:37:47.268478+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:48.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:47 smithi155 bash[53909]: audit 2024-09-10T19:37:47.270393+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi155.ehnnyk","key": "container_image"}]: dispatch 2024-09-10T19:37:48.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:47 smithi155 bash[53909]: audit 2024-09-10T19:37:47.586171+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2024-09-10T19:37:48.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:47 smithi155 bash[53909]: audit 2024-09-10T19:37:47.586713+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:37:48.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:47 smithi155 bash[53909]: audit 2024-09-10T19:37:47.587173+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T19:37:48.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:47 smithi155 bash[53909]: audit 2024-09-10T19:37:47.587524+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 5]}]: dispatch 2024-09-10T19:37:48.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:47 smithi155 bash[59709]: audit 2024-09-10T19:37:47.233427+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:48.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:47 smithi155 bash[59709]: audit 2024-09-10T19:37:47.242873+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:48.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:47 smithi155 bash[59709]: audit 2024-09-10T19:37:47.250114+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:48.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:47 smithi155 bash[59709]: audit 2024-09-10T19:37:47.252933+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi155.ehnnyk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T19:37:48.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:47 smithi155 bash[59709]: audit 2024-09-10T19:37:47.254467+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi155.ehnnyk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T19:37:48.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:47 smithi155 bash[59709]: audit 2024-09-10T19:37:47.259806+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi155.ehnnyk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-10T19:37:48.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:47 smithi155 bash[59709]: audit 2024-09-10T19:37:47.261449+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi155.ehnnyk"}]: dispatch 2024-09-10T19:37:48.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:47 smithi155 bash[59709]: audit 2024-09-10T19:37:47.267363+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:48.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:47 smithi155 bash[59709]: audit 2024-09-10T19:37:47.268478+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:48.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:47 smithi155 bash[59709]: audit 2024-09-10T19:37:47.270393+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi155.ehnnyk","key": "container_image"}]: dispatch 2024-09-10T19:37:48.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:47 smithi155 bash[59709]: audit 2024-09-10T19:37:47.586171+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2024-09-10T19:37:48.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:47 smithi155 bash[59709]: audit 2024-09-10T19:37:47.586713+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:37:48.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:47 smithi155 bash[59709]: audit 2024-09-10T19:37:47.587173+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T19:37:48.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:47 smithi155 bash[59709]: audit 2024-09-10T19:37:47.587524+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 5]}]: dispatch 2024-09-10T19:37:49.044 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:48 smithi155 bash[53909]: cephadm 2024-09-10T19:37:47.252309+0000 mgr.y (mgr.54108) 61 : cephadm [INF] Reconfiguring rgw.r.z.smithi155.ehnnyk (monmap changed)... 2024-09-10T19:37:49.044 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:48 smithi155 bash[53909]: cephadm 2024-09-10T19:37:47.260974+0000 mgr.y (mgr.54108) 62 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi155.ehnnyk 2024-09-10T19:37:49.044 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:48 smithi155 bash[53909]: cephadm 2024-09-10T19:37:47.269716+0000 mgr.y (mgr.54108) 63 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi155.ehnnyk on smithi155 2024-09-10T19:37:49.044 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:48 smithi155 bash[53909]: cluster 2024-09-10T19:37:47.557057+0000 mgr.y (mgr.54108) 64 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:49.044 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:48 smithi155 bash[59709]: cephadm 2024-09-10T19:37:47.252309+0000 mgr.y (mgr.54108) 61 : cephadm [INF] Reconfiguring rgw.r.z.smithi155.ehnnyk (monmap changed)... 2024-09-10T19:37:49.044 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:48 smithi155 bash[59709]: cephadm 2024-09-10T19:37:47.260974+0000 mgr.y (mgr.54108) 62 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi155.ehnnyk 2024-09-10T19:37:49.044 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:48 smithi155 bash[59709]: cephadm 2024-09-10T19:37:47.269716+0000 mgr.y (mgr.54108) 63 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi155.ehnnyk on smithi155 2024-09-10T19:37:49.044 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:48 smithi155 bash[59709]: cluster 2024-09-10T19:37:47.557057+0000 mgr.y (mgr.54108) 64 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:49.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:48 smithi189 bash[38194]: cephadm 2024-09-10T19:37:47.252309+0000 mgr.y (mgr.54108) 61 : cephadm [INF] Reconfiguring rgw.r.z.smithi155.ehnnyk (monmap changed)... 2024-09-10T19:37:49.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:48 smithi189 bash[38194]: cephadm 2024-09-10T19:37:47.260974+0000 mgr.y (mgr.54108) 62 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi155.ehnnyk 2024-09-10T19:37:49.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:48 smithi189 bash[38194]: cephadm 2024-09-10T19:37:47.269716+0000 mgr.y (mgr.54108) 63 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi155.ehnnyk on smithi155 2024-09-10T19:37:49.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:48 smithi189 bash[38194]: cluster 2024-09-10T19:37:47.557057+0000 mgr.y (mgr.54108) 64 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:50.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:49 smithi189 bash[38194]: audit 2024-09-10T19:37:49.595814+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:50.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:49 smithi189 bash[38194]: audit 2024-09-10T19:37:49.601990+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:50.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:49 smithi189 bash[38194]: audit 2024-09-10T19:37:49.608410+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:50.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:49 smithi189 bash[38194]: audit 2024-09-10T19:37:49.609999+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:37:50.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:49 smithi189 bash[38194]: audit 2024-09-10T19:37:49.611408+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:37:50.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:49 smithi189 bash[38194]: audit 2024-09-10T19:37:49.612794+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:50.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:49 smithi189 bash[38194]: audit 2024-09-10T19:37:49.614916+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-10T19:37:50.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:49 smithi155 bash[53909]: audit 2024-09-10T19:37:49.595814+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:50.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:49 smithi155 bash[53909]: audit 2024-09-10T19:37:49.601990+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:50.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:49 smithi155 bash[53909]: audit 2024-09-10T19:37:49.608410+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:50.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:49 smithi155 bash[53909]: audit 2024-09-10T19:37:49.609999+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:37:50.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:49 smithi155 bash[53909]: audit 2024-09-10T19:37:49.611408+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:37:50.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:49 smithi155 bash[53909]: audit 2024-09-10T19:37:49.612794+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:50.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:49 smithi155 bash[53909]: audit 2024-09-10T19:37:49.614916+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-10T19:37:50.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:49 smithi155 bash[59709]: audit 2024-09-10T19:37:49.595814+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:50.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:49 smithi155 bash[59709]: audit 2024-09-10T19:37:49.601990+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:50.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:49 smithi155 bash[59709]: audit 2024-09-10T19:37:49.608410+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:50.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:49 smithi155 bash[59709]: audit 2024-09-10T19:37:49.609999+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:37:50.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:49 smithi155 bash[59709]: audit 2024-09-10T19:37:49.611408+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:37:50.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:49 smithi155 bash[59709]: audit 2024-09-10T19:37:49.612794+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:50.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:49 smithi155 bash[59709]: audit 2024-09-10T19:37:49.614916+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-10T19:37:51.186 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:50 smithi189 bash[38194]: cluster 2024-09-10T19:37:49.558620+0000 mgr.y (mgr.54108) 65 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:51.186 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:50 smithi189 bash[38194]: cephadm 2024-09-10T19:37:49.609547+0000 mgr.y (mgr.54108) 66 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-10T19:37:51.186 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:50 smithi189 bash[38194]: cephadm 2024-09-10T19:37:49.614302+0000 mgr.y (mgr.54108) 67 : cephadm [INF] Reconfiguring daemon mon.b on smithi189 2024-09-10T19:37:51.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:50 smithi155 bash[59709]: cluster 2024-09-10T19:37:49.558620+0000 mgr.y (mgr.54108) 65 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:51.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:50 smithi155 bash[59709]: cephadm 2024-09-10T19:37:49.609547+0000 mgr.y (mgr.54108) 66 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-10T19:37:51.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:50 smithi155 bash[59709]: cephadm 2024-09-10T19:37:49.614302+0000 mgr.y (mgr.54108) 67 : cephadm [INF] Reconfiguring daemon mon.b on smithi189 2024-09-10T19:37:51.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:50 smithi155 bash[53909]: cluster 2024-09-10T19:37:49.558620+0000 mgr.y (mgr.54108) 65 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:51.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:50 smithi155 bash[53909]: cephadm 2024-09-10T19:37:49.609547+0000 mgr.y (mgr.54108) 66 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-10T19:37:51.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:50 smithi155 bash[53909]: cephadm 2024-09-10T19:37:49.614302+0000 mgr.y (mgr.54108) 67 : cephadm [INF] Reconfiguring daemon mon.b on smithi189 2024-09-10T19:37:52.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:51 smithi189 bash[38194]: audit 2024-09-10T19:37:51.695985+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:52.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:51 smithi189 bash[38194]: audit 2024-09-10T19:37:51.704483+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:52.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:51 smithi189 bash[38194]: audit 2024-09-10T19:37:51.715541+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:52.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:51 smithi189 bash[38194]: audit 2024-09-10T19:37:51.717757+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:37:52.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:51 smithi189 bash[38194]: audit 2024-09-10T19:37:51.719536+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T19:37:52.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:51 smithi189 bash[38194]: audit 2024-09-10T19:37:51.721057+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:52.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:51 smithi189 bash[38194]: audit 2024-09-10T19:37:51.723609+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-10T19:37:52.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:51 smithi155 bash[53909]: audit 2024-09-10T19:37:51.695985+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:52.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:51 smithi155 bash[53909]: audit 2024-09-10T19:37:51.704483+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:52.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:51 smithi155 bash[53909]: audit 2024-09-10T19:37:51.715541+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:52.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:51 smithi155 bash[53909]: audit 2024-09-10T19:37:51.717757+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:37:52.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:51 smithi155 bash[53909]: audit 2024-09-10T19:37:51.719536+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T19:37:52.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:51 smithi155 bash[53909]: audit 2024-09-10T19:37:51.721057+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:52.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:51 smithi155 bash[53909]: audit 2024-09-10T19:37:51.723609+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-10T19:37:52.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:51 smithi155 bash[59709]: audit 2024-09-10T19:37:51.695985+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:52.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:51 smithi155 bash[59709]: audit 2024-09-10T19:37:51.704483+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:52.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:51 smithi155 bash[59709]: audit 2024-09-10T19:37:51.715541+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:52.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:51 smithi155 bash[59709]: audit 2024-09-10T19:37:51.717757+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:37:52.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:51 smithi155 bash[59709]: audit 2024-09-10T19:37:51.719536+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T19:37:52.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:51 smithi155 bash[59709]: audit 2024-09-10T19:37:51.721057+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:52.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:51 smithi155 bash[59709]: audit 2024-09-10T19:37:51.723609+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-10T19:37:53.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:52 smithi189 bash[38194]: cluster 2024-09-10T19:37:51.559410+0000 mgr.y (mgr.54108) 68 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:53.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:52 smithi189 bash[38194]: cephadm 2024-09-10T19:37:51.717190+0000 mgr.y (mgr.54108) 69 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-09-10T19:37:53.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:52 smithi189 bash[38194]: cephadm 2024-09-10T19:37:51.722748+0000 mgr.y (mgr.54108) 70 : cephadm [INF] Reconfiguring daemon mgr.x on smithi189 2024-09-10T19:37:53.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:52 smithi155 bash[53909]: cluster 2024-09-10T19:37:51.559410+0000 mgr.y (mgr.54108) 68 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:53.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:52 smithi155 bash[53909]: cephadm 2024-09-10T19:37:51.717190+0000 mgr.y (mgr.54108) 69 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-09-10T19:37:53.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:52 smithi155 bash[53909]: cephadm 2024-09-10T19:37:51.722748+0000 mgr.y (mgr.54108) 70 : cephadm [INF] Reconfiguring daemon mgr.x on smithi189 2024-09-10T19:37:53.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:52 smithi155 bash[59709]: cluster 2024-09-10T19:37:51.559410+0000 mgr.y (mgr.54108) 68 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:53.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:52 smithi155 bash[59709]: cephadm 2024-09-10T19:37:51.717190+0000 mgr.y (mgr.54108) 69 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-09-10T19:37:53.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:52 smithi155 bash[59709]: cephadm 2024-09-10T19:37:51.722748+0000 mgr.y (mgr.54108) 70 : cephadm [INF] Reconfiguring daemon mgr.x on smithi189 2024-09-10T19:37:54.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:53 smithi189 bash[38194]: audit 2024-09-10T19:37:53.789911+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:54.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:53 smithi189 bash[38194]: audit 2024-09-10T19:37:53.797681+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:54.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:53 smithi189 bash[38194]: audit 2024-09-10T19:37:53.806537+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:54.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:53 smithi189 bash[38194]: audit 2024-09-10T19:37:53.808585+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T19:37:54.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:53 smithi189 bash[38194]: audit 2024-09-10T19:37:53.809903+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:54.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:53 smithi189 bash[38194]: audit 2024-09-10T19:37:53.812416+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-09-10T19:37:54.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:53 smithi155 bash[53909]: audit 2024-09-10T19:37:53.789911+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:54.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:53 smithi155 bash[53909]: audit 2024-09-10T19:37:53.797681+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:54.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:53 smithi155 bash[53909]: audit 2024-09-10T19:37:53.806537+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:54.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:53 smithi155 bash[53909]: audit 2024-09-10T19:37:53.808585+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T19:37:54.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:53 smithi155 bash[53909]: audit 2024-09-10T19:37:53.809903+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:54.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:53 smithi155 bash[53909]: audit 2024-09-10T19:37:53.812416+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-09-10T19:37:54.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:53 smithi155 bash[59709]: audit 2024-09-10T19:37:53.789911+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:54.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:53 smithi155 bash[59709]: audit 2024-09-10T19:37:53.797681+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:54.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:53 smithi155 bash[59709]: audit 2024-09-10T19:37:53.806537+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:54.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:53 smithi155 bash[59709]: audit 2024-09-10T19:37:53.808585+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T19:37:54.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:53 smithi155 bash[59709]: audit 2024-09-10T19:37:53.809903+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:54.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:53 smithi155 bash[59709]: audit 2024-09-10T19:37:53.812416+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-09-10T19:37:55.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:54 smithi189 bash[38194]: cluster 2024-09-10T19:37:53.560100+0000 mgr.y (mgr.54108) 71 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:55.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:54 smithi189 bash[38194]: cephadm 2024-09-10T19:37:53.808060+0000 mgr.y (mgr.54108) 72 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-09-10T19:37:55.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:54 smithi189 bash[38194]: cephadm 2024-09-10T19:37:53.811896+0000 mgr.y (mgr.54108) 73 : cephadm [INF] Reconfiguring daemon osd.4 on smithi189 2024-09-10T19:37:55.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:54 smithi155 bash[53909]: cluster 2024-09-10T19:37:53.560100+0000 mgr.y (mgr.54108) 71 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:55.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:54 smithi155 bash[53909]: cephadm 2024-09-10T19:37:53.808060+0000 mgr.y (mgr.54108) 72 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-09-10T19:37:55.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:54 smithi155 bash[53909]: cephadm 2024-09-10T19:37:53.811896+0000 mgr.y (mgr.54108) 73 : cephadm [INF] Reconfiguring daemon osd.4 on smithi189 2024-09-10T19:37:55.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:54 smithi155 bash[59709]: cluster 2024-09-10T19:37:53.560100+0000 mgr.y (mgr.54108) 71 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:55.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:54 smithi155 bash[59709]: cephadm 2024-09-10T19:37:53.808060+0000 mgr.y (mgr.54108) 72 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-09-10T19:37:55.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:54 smithi155 bash[59709]: cephadm 2024-09-10T19:37:53.811896+0000 mgr.y (mgr.54108) 73 : cephadm [INF] Reconfiguring daemon osd.4 on smithi189 2024-09-10T19:37:56.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:55 smithi189 bash[38194]: audit 2024-09-10T19:37:55.894559+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:56.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:55 smithi189 bash[38194]: audit 2024-09-10T19:37:55.903064+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:56.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:55 smithi189 bash[38194]: audit 2024-09-10T19:37:55.914217+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:56.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:55 smithi189 bash[38194]: audit 2024-09-10T19:37:55.916323+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T19:37:56.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:55 smithi189 bash[38194]: audit 2024-09-10T19:37:55.917621+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:56.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:55 smithi189 bash[38194]: audit 2024-09-10T19:37:55.921053+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-09-10T19:37:56.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:55 smithi155 bash[53909]: audit 2024-09-10T19:37:55.894559+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:56.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:55 smithi155 bash[53909]: audit 2024-09-10T19:37:55.903064+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:56.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:55 smithi155 bash[53909]: audit 2024-09-10T19:37:55.914217+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:56.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:55 smithi155 bash[53909]: audit 2024-09-10T19:37:55.916323+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T19:37:56.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:55 smithi155 bash[53909]: audit 2024-09-10T19:37:55.917621+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:56.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:55 smithi155 bash[53909]: audit 2024-09-10T19:37:55.921053+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-09-10T19:37:56.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:55 smithi155 bash[59709]: audit 2024-09-10T19:37:55.894559+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:56.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:55 smithi155 bash[59709]: audit 2024-09-10T19:37:55.903064+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:56.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:55 smithi155 bash[59709]: audit 2024-09-10T19:37:55.914217+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:56.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:55 smithi155 bash[59709]: audit 2024-09-10T19:37:55.916323+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T19:37:56.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:55 smithi155 bash[59709]: audit 2024-09-10T19:37:55.917621+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:56.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:55 smithi155 bash[59709]: audit 2024-09-10T19:37:55.921053+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-09-10T19:37:57.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:56 smithi189 bash[38194]: cluster 2024-09-10T19:37:55.561533+0000 mgr.y (mgr.54108) 74 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:57.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:56 smithi189 bash[38194]: cephadm 2024-09-10T19:37:55.915816+0000 mgr.y (mgr.54108) 75 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-09-10T19:37:57.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:56 smithi189 bash[38194]: cephadm 2024-09-10T19:37:55.920274+0000 mgr.y (mgr.54108) 76 : cephadm [INF] Reconfiguring daemon osd.5 on smithi189 2024-09-10T19:37:57.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:56 smithi155 bash[53909]: cluster 2024-09-10T19:37:55.561533+0000 mgr.y (mgr.54108) 74 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:57.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:56 smithi155 bash[53909]: cephadm 2024-09-10T19:37:55.915816+0000 mgr.y (mgr.54108) 75 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-09-10T19:37:57.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:56 smithi155 bash[53909]: cephadm 2024-09-10T19:37:55.920274+0000 mgr.y (mgr.54108) 76 : cephadm [INF] Reconfiguring daemon osd.5 on smithi189 2024-09-10T19:37:57.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:56 smithi155 bash[59709]: cluster 2024-09-10T19:37:55.561533+0000 mgr.y (mgr.54108) 74 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:57.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:56 smithi155 bash[59709]: cephadm 2024-09-10T19:37:55.915816+0000 mgr.y (mgr.54108) 75 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-09-10T19:37:57.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:56 smithi155 bash[59709]: cephadm 2024-09-10T19:37:55.920274+0000 mgr.y (mgr.54108) 76 : cephadm [INF] Reconfiguring daemon osd.5 on smithi189 2024-09-10T19:37:59.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:58 smithi189 bash[38194]: cluster 2024-09-10T19:37:57.562195+0000 mgr.y (mgr.54108) 77 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:59.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:58 smithi189 bash[38194]: audit 2024-09-10T19:37:58.105502+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:59.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:58 smithi189 bash[38194]: audit 2024-09-10T19:37:58.113260+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:59.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:58 smithi189 bash[38194]: audit 2024-09-10T19:37:58.121285+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:59.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:58 smithi189 bash[38194]: cephadm 2024-09-10T19:37:58.122686+0000 mgr.y (mgr.54108) 78 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-09-10T19:37:59.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:58 smithi189 bash[38194]: audit 2024-09-10T19:37:58.123218+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T19:37:59.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:58 smithi189 bash[38194]: audit 2024-09-10T19:37:58.124601+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:59.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:58 smithi189 bash[38194]: cephadm 2024-09-10T19:37:58.127179+0000 mgr.y (mgr.54108) 79 : cephadm [INF] Reconfiguring daemon osd.6 on smithi189 2024-09-10T19:37:59.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:37:58 smithi189 bash[38194]: audit 2024-09-10T19:37:58.127896+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-09-10T19:37:59.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:58 smithi155 bash[59709]: cluster 2024-09-10T19:37:57.562195+0000 mgr.y (mgr.54108) 77 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:59.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:58 smithi155 bash[59709]: audit 2024-09-10T19:37:58.105502+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:59.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:58 smithi155 bash[59709]: audit 2024-09-10T19:37:58.113260+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:59.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:58 smithi155 bash[59709]: audit 2024-09-10T19:37:58.121285+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:59.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:58 smithi155 bash[59709]: cephadm 2024-09-10T19:37:58.122686+0000 mgr.y (mgr.54108) 78 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-09-10T19:37:59.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:58 smithi155 bash[59709]: audit 2024-09-10T19:37:58.123218+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T19:37:59.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:58 smithi155 bash[59709]: audit 2024-09-10T19:37:58.124601+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:59.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:58 smithi155 bash[59709]: cephadm 2024-09-10T19:37:58.127179+0000 mgr.y (mgr.54108) 79 : cephadm [INF] Reconfiguring daemon osd.6 on smithi189 2024-09-10T19:37:59.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:37:58 smithi155 bash[59709]: audit 2024-09-10T19:37:58.127896+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-09-10T19:37:59.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:58 smithi155 bash[53909]: cluster 2024-09-10T19:37:57.562195+0000 mgr.y (mgr.54108) 77 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:37:59.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:58 smithi155 bash[53909]: audit 2024-09-10T19:37:58.105502+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:37:59.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:58 smithi155 bash[53909]: audit 2024-09-10T19:37:58.113260+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:59.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:58 smithi155 bash[53909]: audit 2024-09-10T19:37:58.121285+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:37:59.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:58 smithi155 bash[53909]: cephadm 2024-09-10T19:37:58.122686+0000 mgr.y (mgr.54108) 78 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-09-10T19:37:59.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:58 smithi155 bash[53909]: audit 2024-09-10T19:37:58.123218+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T19:37:59.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:58 smithi155 bash[53909]: audit 2024-09-10T19:37:58.124601+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:37:59.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:58 smithi155 bash[53909]: cephadm 2024-09-10T19:37:58.127179+0000 mgr.y (mgr.54108) 79 : cephadm [INF] Reconfiguring daemon osd.6 on smithi189 2024-09-10T19:37:59.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:37:58 smithi155 bash[53909]: audit 2024-09-10T19:37:58.127896+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-09-10T19:38:00.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:00 smithi189 bash[38194]: cluster 2024-09-10T19:37:59.563698+0000 mgr.y (mgr.54108) 80 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:00.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:00 smithi189 bash[38194]: audit 2024-09-10T19:38:00.283883+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:38:00.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:00 smithi189 bash[38194]: audit 2024-09-10T19:38:00.293921+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:00.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:00 smithi189 bash[38194]: audit 2024-09-10T19:38:00.302683+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:00.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:00 smithi189 bash[38194]: audit 2024-09-10T19:38:00.304548+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-10T19:38:00.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:00 smithi189 bash[38194]: audit 2024-09-10T19:38:00.305843+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:38:00.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:00 smithi189 bash[38194]: audit 2024-09-10T19:38:00.309380+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-09-10T19:38:01.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:00 smithi155 bash[53909]: cluster 2024-09-10T19:37:59.563698+0000 mgr.y (mgr.54108) 80 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:01.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:00 smithi155 bash[53909]: audit 2024-09-10T19:38:00.283883+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:38:01.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:00 smithi155 bash[53909]: audit 2024-09-10T19:38:00.293921+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:01.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:00 smithi155 bash[53909]: audit 2024-09-10T19:38:00.302683+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:01.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:00 smithi155 bash[53909]: audit 2024-09-10T19:38:00.304548+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-10T19:38:01.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:00 smithi155 bash[53909]: audit 2024-09-10T19:38:00.305843+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:38:01.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:00 smithi155 bash[53909]: audit 2024-09-10T19:38:00.309380+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-09-10T19:38:01.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:00 smithi155 bash[59709]: cluster 2024-09-10T19:37:59.563698+0000 mgr.y (mgr.54108) 80 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:01.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:00 smithi155 bash[59709]: audit 2024-09-10T19:38:00.283883+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:38:01.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:00 smithi155 bash[59709]: audit 2024-09-10T19:38:00.293921+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:01.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:00 smithi155 bash[59709]: audit 2024-09-10T19:38:00.302683+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:01.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:00 smithi155 bash[59709]: audit 2024-09-10T19:38:00.304548+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-10T19:38:01.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:00 smithi155 bash[59709]: audit 2024-09-10T19:38:00.305843+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:38:01.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:00 smithi155 bash[59709]: audit 2024-09-10T19:38:00.309380+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-09-10T19:38:02.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:01 smithi189 bash[38194]: cephadm 2024-09-10T19:38:00.304091+0000 mgr.y (mgr.54108) 81 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-09-10T19:38:02.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:01 smithi189 bash[38194]: cephadm 2024-09-10T19:38:00.308640+0000 mgr.y (mgr.54108) 82 : cephadm [INF] Reconfiguring daemon osd.7 on smithi189 2024-09-10T19:38:02.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:01 smithi155 bash[53909]: cephadm 2024-09-10T19:38:00.304091+0000 mgr.y (mgr.54108) 81 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-09-10T19:38:02.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:01 smithi155 bash[53909]: cephadm 2024-09-10T19:38:00.308640+0000 mgr.y (mgr.54108) 82 : cephadm [INF] Reconfiguring daemon osd.7 on smithi189 2024-09-10T19:38:02.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:01 smithi155 bash[59709]: cephadm 2024-09-10T19:38:00.304091+0000 mgr.y (mgr.54108) 81 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-09-10T19:38:02.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:01 smithi155 bash[59709]: cephadm 2024-09-10T19:38:00.308640+0000 mgr.y (mgr.54108) 82 : cephadm [INF] Reconfiguring daemon osd.7 on smithi189 2024-09-10T19:38:03.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:02 smithi189 bash[38194]: cluster 2024-09-10T19:38:01.564452+0000 mgr.y (mgr.54108) 83 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:03.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:02 smithi189 bash[38194]: audit 2024-09-10T19:38:02.489882+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:38:03.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:02 smithi189 bash[38194]: audit 2024-09-10T19:38:02.498288+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:03.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:02 smithi189 bash[38194]: audit 2024-09-10T19:38:02.510048+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:03.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:02 smithi189 bash[38194]: audit 2024-09-10T19:38:02.513161+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi189.dwpibf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T19:38:03.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:02 smithi189 bash[38194]: audit 2024-09-10T19:38:02.514677+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi189.dwpibf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T19:38:03.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:02 smithi189 bash[38194]: audit 2024-09-10T19:38:02.523012+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi189.dwpibf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-10T19:38:03.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:02 smithi189 bash[38194]: audit 2024-09-10T19:38:02.524711+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi189.dwpibf"}]: dispatch 2024-09-10T19:38:03.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:02 smithi189 bash[38194]: audit 2024-09-10T19:38:02.535377+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:03.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:02 smithi189 bash[38194]: audit 2024-09-10T19:38:02.536979+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:38:03.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:02 smithi189 bash[38194]: audit 2024-09-10T19:38:02.539840+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi189.dwpibf","key": "container_image"}]: dispatch 2024-09-10T19:38:03.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:02 smithi155 bash[53909]: cluster 2024-09-10T19:38:01.564452+0000 mgr.y (mgr.54108) 83 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:03.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:02 smithi155 bash[53909]: audit 2024-09-10T19:38:02.489882+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:38:03.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:02 smithi155 bash[53909]: audit 2024-09-10T19:38:02.498288+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:03.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:02 smithi155 bash[53909]: audit 2024-09-10T19:38:02.510048+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:03.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:02 smithi155 bash[53909]: audit 2024-09-10T19:38:02.513161+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi189.dwpibf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T19:38:03.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:02 smithi155 bash[53909]: audit 2024-09-10T19:38:02.514677+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi189.dwpibf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T19:38:03.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:02 smithi155 bash[53909]: audit 2024-09-10T19:38:02.523012+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi189.dwpibf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-10T19:38:03.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:02 smithi155 bash[53909]: audit 2024-09-10T19:38:02.524711+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi189.dwpibf"}]: dispatch 2024-09-10T19:38:03.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:02 smithi155 bash[53909]: audit 2024-09-10T19:38:02.535377+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:03.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:02 smithi155 bash[53909]: audit 2024-09-10T19:38:02.536979+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:38:03.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:02 smithi155 bash[53909]: audit 2024-09-10T19:38:02.539840+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi189.dwpibf","key": "container_image"}]: dispatch 2024-09-10T19:38:03.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:02 smithi155 bash[59709]: cluster 2024-09-10T19:38:01.564452+0000 mgr.y (mgr.54108) 83 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:03.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:02 smithi155 bash[59709]: audit 2024-09-10T19:38:02.489882+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:38:03.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:02 smithi155 bash[59709]: audit 2024-09-10T19:38:02.498288+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:03.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:02 smithi155 bash[59709]: audit 2024-09-10T19:38:02.510048+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:03.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:02 smithi155 bash[59709]: audit 2024-09-10T19:38:02.513161+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi189.dwpibf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T19:38:03.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:02 smithi155 bash[59709]: audit 2024-09-10T19:38:02.514677+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi189.dwpibf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T19:38:03.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:02 smithi155 bash[59709]: audit 2024-09-10T19:38:02.523012+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi189.dwpibf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-10T19:38:03.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:02 smithi155 bash[59709]: audit 2024-09-10T19:38:02.524711+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi189.dwpibf"}]: dispatch 2024-09-10T19:38:03.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:02 smithi155 bash[59709]: audit 2024-09-10T19:38:02.535377+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:03.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:02 smithi155 bash[59709]: audit 2024-09-10T19:38:02.536979+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:38:03.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:02 smithi155 bash[59709]: audit 2024-09-10T19:38:02.539840+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi189.dwpibf","key": "container_image"}]: dispatch 2024-09-10T19:38:04.117 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:03 smithi189 bash[38194]: cephadm 2024-09-10T19:38:02.512648+0000 mgr.y (mgr.54108) 84 : cephadm [INF] Reconfiguring rgw.r.z.smithi189.dwpibf (monmap changed)... 2024-09-10T19:38:04.118 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:03 smithi189 bash[38194]: cephadm 2024-09-10T19:38:02.524257+0000 mgr.y (mgr.54108) 85 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi189.dwpibf 2024-09-10T19:38:04.118 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:03 smithi189 bash[38194]: cephadm 2024-09-10T19:38:02.538884+0000 mgr.y (mgr.54108) 86 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi189.dwpibf on smithi189 2024-09-10T19:38:04.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:03 smithi155 bash[53909]: cephadm 2024-09-10T19:38:02.512648+0000 mgr.y (mgr.54108) 84 : cephadm [INF] Reconfiguring rgw.r.z.smithi189.dwpibf (monmap changed)... 2024-09-10T19:38:04.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:03 smithi155 bash[53909]: cephadm 2024-09-10T19:38:02.524257+0000 mgr.y (mgr.54108) 85 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi189.dwpibf 2024-09-10T19:38:04.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:03 smithi155 bash[53909]: cephadm 2024-09-10T19:38:02.538884+0000 mgr.y (mgr.54108) 86 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi189.dwpibf on smithi189 2024-09-10T19:38:04.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:03 smithi155 bash[59709]: cephadm 2024-09-10T19:38:02.512648+0000 mgr.y (mgr.54108) 84 : cephadm [INF] Reconfiguring rgw.r.z.smithi189.dwpibf (monmap changed)... 2024-09-10T19:38:04.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:03 smithi155 bash[59709]: cephadm 2024-09-10T19:38:02.524257+0000 mgr.y (mgr.54108) 85 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi189.dwpibf 2024-09-10T19:38:04.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:03 smithi155 bash[59709]: cephadm 2024-09-10T19:38:02.538884+0000 mgr.y (mgr.54108) 86 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi189.dwpibf on smithi189 2024-09-10T19:38:05.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: cluster 2024-09-10T19:38:03.565178+0000 mgr.y (mgr.54108) 87 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:05.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.643665+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:38:05.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.652424+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:05.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.661190+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:05.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.665166+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:38:05.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.670244+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.672603+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.680512+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:05.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.681906+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T19:38:05.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.691526+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-09-10T19:38:05.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.692881+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T19:38:05.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.700661+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-09-10T19:38:05.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.702944+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.711446+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:05.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.713904+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.721889+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:05.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.724136+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.733868+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:05.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.735577+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: cluster 2024-09-10T19:38:03.565178+0000 mgr.y (mgr.54108) 87 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:05.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.643665+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:38:05.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.652424+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:05.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.661190+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:05.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.665166+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:38:05.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.670244+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.672603+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.680512+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:05.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.681906+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T19:38:05.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.691526+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-09-10T19:38:05.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.692881+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T19:38:05.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.700661+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-09-10T19:38:05.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.702944+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.711446+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:05.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.713904+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.721889+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:05.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.724136+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.733868+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:05.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.735577+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.738845+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T19:38:05.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.740108+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T19:38:05.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.741784+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.750193+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:05.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.752190+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.759519+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:05.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.762505+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.765020+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T19:38:05.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.766191+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T19:38:05.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.768033+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.770735+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T19:38:05.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.771819+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T19:38:05.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.773630+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.776443+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T19:38:05.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.777687+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T19:38:05.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.779780+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.782659+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T19:38:05.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.783849+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T19:38:05.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.738845+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T19:38:05.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.740108+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T19:38:05.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.741784+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.750193+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:05.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.752190+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.759519+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:05.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.762505+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.765020+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T19:38:05.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.766191+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T19:38:05.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.768033+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.346 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.770735+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T19:38:05.346 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.771819+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T19:38:05.346 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.773630+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.346 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.776443+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T19:38:05.346 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.777687+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T19:38:05.346 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.779780+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.346 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.782659+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T19:38:05.346 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.783849+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T19:38:05.346 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.785827+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.346 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.788804+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T19:38:05.347 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.790155+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T19:38:05.347 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.792135+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.347 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.795322+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T19:38:05.347 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.796643+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T19:38:05.347 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.799421+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:38:05.347 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.807241+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:38:05.347 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.808759+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:38:05.347 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.815041+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:38:05.347 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.816400+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:38:05.347 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.824335+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:38:05.347 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.825612+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:38:05.347 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.826693+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:38:05.347 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.833479+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T19:38:05.347 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.834679+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:38:05.348 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.835756+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:38:05.348 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.785827+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.348 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.788804+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T19:38:05.348 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.790155+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T19:38:05.348 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.792135+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.348 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.795322+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T19:38:05.348 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.796643+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T19:38:05.348 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.799421+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:38:05.349 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.807241+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:38:05.349 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.808759+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:38:05.349 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.815041+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:38:05.349 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.816400+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:38:05.349 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.824335+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:38:05.349 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.825612+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:38:05.349 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.826693+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:38:05.349 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.833479+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T19:38:05.349 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.834679+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:38:05.349 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.835756+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:38:05.350 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.841934+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:38:05.350 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.843145+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:38:05.350 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.844398+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:38:05.350 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.850796+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-10T19:38:05.350 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.852031+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:38:05.350 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.857371+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T19:38:05.350 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.858589+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:38:05.350 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.859711+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:38:05.350 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.860971+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:38:05.350 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.862215+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:38:05.350 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.863380+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:38:05.350 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.864485+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:38:05.350 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.865568+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:38:05.351 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.871166+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:38:05.351 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.872975+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:38:05.351 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[53909]: audit 2024-09-10T19:38:04.879094+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:38:05.351 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.841934+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:38:05.351 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.843145+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:38:05.351 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.844398+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:38:05.351 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.850796+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-10T19:38:05.351 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.852031+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:38:05.351 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.857371+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T19:38:05.351 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.858589+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:38:05.351 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.859711+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:38:05.351 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.860971+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:38:05.352 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.862215+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:38:05.352 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.863380+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:38:05.352 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.864485+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:38:05.352 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.865568+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:38:05.352 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.871166+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:38:05.352 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.872975+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:38:05.352 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:04 smithi155 bash[59709]: audit 2024-09-10T19:38:04.879094+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:38:05.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: cluster 2024-09-10T19:38:03.565178+0000 mgr.y (mgr.54108) 87 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:05.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.643665+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:38:05.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.652424+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:05.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.661190+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:05.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.665166+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:38:05.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.670244+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.672603+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.680512+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:05.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.681906+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T19:38:05.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.691526+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-09-10T19:38:05.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.692881+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T19:38:05.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.700661+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-09-10T19:38:05.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.702944+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.711446+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:05.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.713904+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.721889+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:05.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.724136+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.733868+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:05.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.735577+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.738845+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T19:38:05.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.740108+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T19:38:05.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.741784+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.750193+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:05.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.752190+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.759519+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:05.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.762505+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.765020+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T19:38:05.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.766191+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T19:38:05.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.768033+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.770735+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T19:38:05.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.771819+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T19:38:05.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.773630+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.776443+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T19:38:05.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.777687+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T19:38:05.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.779780+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.782659+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T19:38:05.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.783849+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T19:38:05.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.785827+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.788804+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T19:38:05.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.790155+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T19:38:05.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.792135+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:05.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.795322+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T19:38:05.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.796643+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T19:38:05.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.799421+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:38:05.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.807241+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:38:05.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.808759+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:38:05.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.815041+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:38:05.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.816400+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:38:05.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.824335+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:38:05.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.825612+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:38:05.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.826693+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:38:05.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.833479+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T19:38:05.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.834679+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:38:05.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.835756+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:38:05.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.841934+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:38:05.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.843145+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:38:05.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.844398+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:38:05.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.850796+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-10T19:38:05.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.852031+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:38:05.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.857371+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T19:38:05.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.858589+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:38:05.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.859711+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:38:05.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.860971+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:38:05.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.862215+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:38:05.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.863380+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:38:05.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.864485+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:38:05.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.865568+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:38:05.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.871166+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:38:05.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.872975+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:38:05.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:04 smithi189 bash[38194]: audit 2024-09-10T19:38:04.879094+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:38:06.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:05 smithi155 bash[59709]: cephadm 2024-09-10T19:38:04.673662+0000 mgr.y (mgr.54108) 88 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-10T19:38:06.531 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:05 smithi155 bash[59709]: cephadm 2024-09-10T19:38:04.704233+0000 mgr.y (mgr.54108) 89 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:38:06.532 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:05 smithi155 bash[59709]: cephadm 2024-09-10T19:38:04.715128+0000 mgr.y (mgr.54108) 90 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T19:38:06.532 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:05 smithi155 bash[59709]: cephadm 2024-09-10T19:38:04.725323+0000 mgr.y (mgr.54108) 91 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T19:38:06.532 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:05 smithi155 bash[59709]: cephadm 2024-09-10T19:38:04.736854+0000 mgr.y (mgr.54108) 92 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-10T19:38:06.532 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:05 smithi155 bash[59709]: cephadm 2024-09-10T19:38:04.742846+0000 mgr.y (mgr.54108) 93 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-10T19:38:06.532 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:05 smithi155 bash[59709]: cephadm 2024-09-10T19:38:04.753512+0000 mgr.y (mgr.54108) 94 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T19:38:06.532 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:05 smithi155 bash[59709]: cephadm 2024-09-10T19:38:04.763531+0000 mgr.y (mgr.54108) 95 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-10T19:38:06.532 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:05 smithi155 bash[59709]: cephadm 2024-09-10T19:38:04.769232+0000 mgr.y (mgr.54108) 96 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-10T19:38:06.532 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:05 smithi155 bash[59709]: cephadm 2024-09-10T19:38:04.774800+0000 mgr.y (mgr.54108) 97 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-10T19:38:06.532 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:05 smithi155 bash[59709]: cephadm 2024-09-10T19:38:04.780966+0000 mgr.y (mgr.54108) 98 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-10T19:38:06.532 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:05 smithi155 bash[59709]: cephadm 2024-09-10T19:38:04.787149+0000 mgr.y (mgr.54108) 99 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-10T19:38:06.532 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:05 smithi155 bash[59709]: cephadm 2024-09-10T19:38:04.793423+0000 mgr.y (mgr.54108) 100 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-10T19:38:06.533 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:05 smithi155 bash[59709]: cephadm 2024-09-10T19:38:04.797737+0000 mgr.y (mgr.54108) 101 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:38:06.533 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:05 smithi155 bash[59709]: cephadm 2024-09-10T19:38:04.872209+0000 mgr.y (mgr.54108) 102 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:38:06.533 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:05 smithi155 bash[59709]: audit 2024-09-10T19:38:05.298059+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:06.533 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:05 smithi155 bash[59709]: audit 2024-09-10T19:38:05.353578+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:06.533 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:05 smithi155 bash[53909]: cephadm 2024-09-10T19:38:04.673662+0000 mgr.y (mgr.54108) 88 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-10T19:38:06.533 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:05 smithi155 bash[53909]: cephadm 2024-09-10T19:38:04.704233+0000 mgr.y (mgr.54108) 89 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:38:06.533 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:05 smithi155 bash[53909]: cephadm 2024-09-10T19:38:04.715128+0000 mgr.y (mgr.54108) 90 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T19:38:06.533 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:05 smithi155 bash[53909]: cephadm 2024-09-10T19:38:04.725323+0000 mgr.y (mgr.54108) 91 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T19:38:06.533 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:05 smithi155 bash[53909]: cephadm 2024-09-10T19:38:04.736854+0000 mgr.y (mgr.54108) 92 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-10T19:38:06.533 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:05 smithi155 bash[53909]: cephadm 2024-09-10T19:38:04.742846+0000 mgr.y (mgr.54108) 93 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-10T19:38:06.533 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:05 smithi155 bash[53909]: cephadm 2024-09-10T19:38:04.753512+0000 mgr.y (mgr.54108) 94 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T19:38:06.534 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:05 smithi155 bash[53909]: cephadm 2024-09-10T19:38:04.763531+0000 mgr.y (mgr.54108) 95 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-10T19:38:06.534 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:05 smithi155 bash[53909]: cephadm 2024-09-10T19:38:04.769232+0000 mgr.y (mgr.54108) 96 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-10T19:38:06.534 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:05 smithi155 bash[53909]: cephadm 2024-09-10T19:38:04.774800+0000 mgr.y (mgr.54108) 97 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-10T19:38:06.534 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:05 smithi155 bash[53909]: cephadm 2024-09-10T19:38:04.780966+0000 mgr.y (mgr.54108) 98 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-10T19:38:06.534 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:05 smithi155 bash[53909]: cephadm 2024-09-10T19:38:04.787149+0000 mgr.y (mgr.54108) 99 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-10T19:38:06.534 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:05 smithi155 bash[53909]: cephadm 2024-09-10T19:38:04.793423+0000 mgr.y (mgr.54108) 100 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-10T19:38:06.534 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:05 smithi155 bash[53909]: cephadm 2024-09-10T19:38:04.797737+0000 mgr.y (mgr.54108) 101 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:38:06.534 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:05 smithi155 bash[53909]: cephadm 2024-09-10T19:38:04.872209+0000 mgr.y (mgr.54108) 102 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:38:06.534 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:05 smithi155 bash[53909]: audit 2024-09-10T19:38:05.298059+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:06.534 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:05 smithi155 bash[53909]: audit 2024-09-10T19:38:05.353578+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:06.535 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:05 smithi189 bash[38194]: cephadm 2024-09-10T19:38:04.673662+0000 mgr.y (mgr.54108) 88 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-10T19:38:06.535 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:05 smithi189 bash[38194]: cephadm 2024-09-10T19:38:04.704233+0000 mgr.y (mgr.54108) 89 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:38:06.535 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:05 smithi189 bash[38194]: cephadm 2024-09-10T19:38:04.715128+0000 mgr.y (mgr.54108) 90 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T19:38:06.535 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:05 smithi189 bash[38194]: cephadm 2024-09-10T19:38:04.725323+0000 mgr.y (mgr.54108) 91 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T19:38:06.535 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:05 smithi189 bash[38194]: cephadm 2024-09-10T19:38:04.736854+0000 mgr.y (mgr.54108) 92 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-10T19:38:06.535 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:05 smithi189 bash[38194]: cephadm 2024-09-10T19:38:04.742846+0000 mgr.y (mgr.54108) 93 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-10T19:38:06.535 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:05 smithi189 bash[38194]: cephadm 2024-09-10T19:38:04.753512+0000 mgr.y (mgr.54108) 94 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T19:38:06.535 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:05 smithi189 bash[38194]: cephadm 2024-09-10T19:38:04.763531+0000 mgr.y (mgr.54108) 95 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-10T19:38:06.535 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:05 smithi189 bash[38194]: cephadm 2024-09-10T19:38:04.769232+0000 mgr.y (mgr.54108) 96 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-10T19:38:06.535 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:05 smithi189 bash[38194]: cephadm 2024-09-10T19:38:04.774800+0000 mgr.y (mgr.54108) 97 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-10T19:38:06.535 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:05 smithi189 bash[38194]: cephadm 2024-09-10T19:38:04.780966+0000 mgr.y (mgr.54108) 98 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-10T19:38:06.535 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:05 smithi189 bash[38194]: cephadm 2024-09-10T19:38:04.787149+0000 mgr.y (mgr.54108) 99 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-10T19:38:06.536 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:05 smithi189 bash[38194]: cephadm 2024-09-10T19:38:04.793423+0000 mgr.y (mgr.54108) 100 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-10T19:38:06.536 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:05 smithi189 bash[38194]: cephadm 2024-09-10T19:38:04.797737+0000 mgr.y (mgr.54108) 101 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:38:06.536 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:05 smithi189 bash[38194]: cephadm 2024-09-10T19:38:04.872209+0000 mgr.y (mgr.54108) 102 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:38:06.536 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:05 smithi189 bash[38194]: audit 2024-09-10T19:38:05.298059+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:06.536 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:05 smithi189 bash[38194]: audit 2024-09-10T19:38:05.353578+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:07.158 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps' 2024-09-10T19:38:07.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:06 smithi155 bash[59709]: cluster 2024-09-10T19:38:05.566638+0000 mgr.y (mgr.54108) 103 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:07.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:06 smithi155 bash[53909]: cluster 2024-09-10T19:38:05.566638+0000 mgr.y (mgr.54108) 103 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:07.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:06 smithi189 bash[38194]: cluster 2024-09-10T19:38:05.566638+0000 mgr.y (mgr.54108) 103 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:08.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:07 smithi155 bash[59709]: audit 2024-09-10T19:38:06.344766+0000 mgr.y (mgr.54108) 104 : audit [DBG] from='client.64129 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:38:08.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:07 smithi155 bash[59709]: audit 2024-09-10T19:38:07.669648+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:08.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:07 smithi155 bash[53909]: audit 2024-09-10T19:38:06.344766+0000 mgr.y (mgr.54108) 104 : audit [DBG] from='client.64129 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:38:08.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:07 smithi155 bash[53909]: audit 2024-09-10T19:38:07.669648+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:08.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:07 smithi189 bash[38194]: audit 2024-09-10T19:38:06.344766+0000 mgr.y (mgr.54108) 104 : audit [DBG] from='client.64129 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:38:08.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:07 smithi189 bash[38194]: audit 2024-09-10T19:38:07.669648+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:09.280 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:08 smithi155 bash[53909]: cluster 2024-09-10T19:38:07.567324+0000 mgr.y (mgr.54108) 105 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:09.280 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:08 smithi155 bash[59709]: cluster 2024-09-10T19:38:07.567324+0000 mgr.y (mgr.54108) 105 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:09.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:08 smithi189 bash[38194]: cluster 2024-09-10T19:38:07.567324+0000 mgr.y (mgr.54108) 105 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:10.754 INFO:teuthology.orchestra.run.smithi155.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:38:10.754 INFO:teuthology.orchestra.run.smithi155.stdout:alertmanager.a smithi155 running (4m) 50s ago 30m 17.2M - 0.25.0 c8568f914cd2 d240bc57c001 2024-09-10T19:38:10.754 INFO:teuthology.orchestra.run.smithi155.stdout:grafana.a smithi189 running (3m) 76s ago 30m 82.1M - 9.4.7 954c08fa6188 2e57a3903209 2024-09-10T19:38:10.754 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.x smithi189 *:8443 running (6m) 76s ago 35m 390M - 17.2.7-1606-g5be57395 4c55dd409611 1e9c1f896a72 2024-09-10T19:38:10.754 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.y smithi155 *:8443 running (16m) 50s ago 37m 430M - 17.2.7-1606-g5be57395 4c55dd409611 c3f6bb49e60e 2024-09-10T19:38:10.754 INFO:teuthology.orchestra.run.smithi155.stdout:mon.a smithi155 running (96s) 50s ago 37m 42.3M 2048M 17.2.7-1606-g5be57395 4c55dd409611 7e033880dcd4 2024-09-10T19:38:10.754 INFO:teuthology.orchestra.run.smithi155.stdout:mon.b smithi189 running (2m) 76s ago 35m 43.9M 2048M 17.2.7-1606-g5be57395 4c55dd409611 f29d1decbead 2024-09-10T19:38:10.754 INFO:teuthology.orchestra.run.smithi155.stdout:mon.c smithi155 running (59s) 50s ago 36m 23.3M 2048M 17.2.7-1606-g5be57395 4c55dd409611 0fb56f4ad9b8 2024-09-10T19:38:10.754 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.a smithi155 running (5m) 50s ago 31m 11.2M - 1.5.0 0da6a335fe13 75a6b4940d3d 2024-09-10T19:38:10.754 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.b smithi189 running (5m) 76s ago 31m 11.2M - 1.5.0 0da6a335fe13 57c4129454db 2024-09-10T19:38:10.755 INFO:teuthology.orchestra.run.smithi155.stdout:osd.0 smithi155 running (35m) 50s ago 35m 56.2M 4096M 15.2.0 204a01f9b0b6 7f6023dc1e50 2024-09-10T19:38:10.755 INFO:teuthology.orchestra.run.smithi155.stdout:osd.1 smithi155 running (34m) 50s ago 34m 54.8M 4096M 15.2.0 204a01f9b0b6 42d00c1d93dd 2024-09-10T19:38:10.755 INFO:teuthology.orchestra.run.smithi155.stdout:osd.2 smithi155 running (34m) 50s ago 34m 51.9M 4096M 15.2.0 204a01f9b0b6 6b241c21f8e2 2024-09-10T19:38:10.755 INFO:teuthology.orchestra.run.smithi155.stdout:osd.3 smithi155 running (33m) 50s ago 33m 55.8M 4096M 15.2.0 204a01f9b0b6 8d9201a4db26 2024-09-10T19:38:10.755 INFO:teuthology.orchestra.run.smithi155.stdout:osd.4 smithi189 running (33m) 76s ago 33m 57.9M 4096M 15.2.0 204a01f9b0b6 34cb90c9d5b7 2024-09-10T19:38:10.755 INFO:teuthology.orchestra.run.smithi155.stdout:osd.5 smithi189 running (32m) 76s ago 32m 54.0M 4096M 15.2.0 204a01f9b0b6 4b3a3b60e1d5 2024-09-10T19:38:10.755 INFO:teuthology.orchestra.run.smithi155.stdout:osd.6 smithi189 running (32m) 76s ago 32m 57.9M 4096M 15.2.0 204a01f9b0b6 c58c4c013902 2024-09-10T19:38:10.755 INFO:teuthology.orchestra.run.smithi155.stdout:osd.7 smithi189 running (31m) 76s ago 31m 57.5M 4096M 15.2.0 204a01f9b0b6 fb02b608dde7 2024-09-10T19:38:10.755 INFO:teuthology.orchestra.run.smithi155.stdout:prometheus.a smithi189 running (5m) 76s ago 31m 43.2M - 2.43.0 a07b618ecd1d a68b682055db 2024-09-10T19:38:10.755 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi155.ehnnyk smithi155 running (29m) 50s ago 29m 56.3M - 15.2.0 204a01f9b0b6 48687c7a211a 2024-09-10T19:38:10.755 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi189.dwpibf smithi189 running (28m) 76s ago 28m 55.5M - 15.2.0 204a01f9b0b6 6bddcdbdbf0b 2024-09-10T19:38:11.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:10 smithi155 bash[53909]: cluster 2024-09-10T19:38:09.568773+0000 mgr.y (mgr.54108) 106 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:11.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:10 smithi155 bash[53909]: audit 2024-09-10T19:38:10.731144+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:38:11.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:10 smithi155 bash[53909]: audit 2024-09-10T19:38:10.731857+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:38:11.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:10 smithi155 bash[53909]: audit 2024-09-10T19:38:10.732429+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:11.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:10 smithi155 bash[53909]: audit 2024-09-10T19:38:10.733028+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:11.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:10 smithi155 bash[53909]: audit 2024-09-10T19:38:10.733595+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:11.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:10 smithi155 bash[53909]: audit 2024-09-10T19:38:10.734171+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:11.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:10 smithi155 bash[53909]: audit 2024-09-10T19:38:10.737313+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:38:11.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:10 smithi155 bash[53909]: audit 2024-09-10T19:38:10.737937+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:11.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:10 smithi155 bash[53909]: audit 2024-09-10T19:38:10.738522+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:11.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:11 smithi155 bash[53909]: audit 2024-09-10T19:38:10.739095+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:11.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:11 smithi155 bash[53909]: audit 2024-09-10T19:38:10.739661+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:11.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:10 smithi155 bash[59709]: cluster 2024-09-10T19:38:09.568773+0000 mgr.y (mgr.54108) 106 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:11.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:10 smithi155 bash[59709]: audit 2024-09-10T19:38:10.731144+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:38:11.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:10 smithi155 bash[59709]: audit 2024-09-10T19:38:10.731857+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:38:11.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:10 smithi155 bash[59709]: audit 2024-09-10T19:38:10.732429+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:11.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:10 smithi155 bash[59709]: audit 2024-09-10T19:38:10.733028+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:11.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:10 smithi155 bash[59709]: audit 2024-09-10T19:38:10.733595+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:11.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:10 smithi155 bash[59709]: audit 2024-09-10T19:38:10.734171+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:11.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:10 smithi155 bash[59709]: audit 2024-09-10T19:38:10.737313+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:38:11.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:10 smithi155 bash[59709]: audit 2024-09-10T19:38:10.737937+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:11.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:11 smithi155 bash[59709]: audit 2024-09-10T19:38:10.738522+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:11.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:11 smithi155 bash[59709]: audit 2024-09-10T19:38:10.739095+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:11.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:11 smithi155 bash[59709]: audit 2024-09-10T19:38:10.739661+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:11.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:10 smithi189 bash[38194]: cluster 2024-09-10T19:38:09.568773+0000 mgr.y (mgr.54108) 106 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:11.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:10 smithi189 bash[38194]: audit 2024-09-10T19:38:10.731144+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:38:11.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:10 smithi189 bash[38194]: audit 2024-09-10T19:38:10.731857+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:38:11.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:10 smithi189 bash[38194]: audit 2024-09-10T19:38:10.732429+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:11.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:10 smithi189 bash[38194]: audit 2024-09-10T19:38:10.733028+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:11.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:10 smithi189 bash[38194]: audit 2024-09-10T19:38:10.733595+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:11.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:10 smithi189 bash[38194]: audit 2024-09-10T19:38:10.734171+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:11.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:10 smithi189 bash[38194]: audit 2024-09-10T19:38:10.737313+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:38:11.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:10 smithi189 bash[38194]: audit 2024-09-10T19:38:10.737937+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:11.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:10 smithi189 bash[38194]: audit 2024-09-10T19:38:10.738522+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:11.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:10 smithi189 bash[38194]: audit 2024-09-10T19:38:10.739095+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:11.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:10 smithi189 bash[38194]: audit 2024-09-10T19:38:10.739661+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:11.606 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.mon | length == 1'"'"'' 2024-09-10T19:38:12.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:12 smithi155 bash[53909]: audit 2024-09-10T19:38:10.725720+0000 mgr.y (mgr.54108) 107 : audit [DBG] from='client.54204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:38:12.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:12 smithi155 bash[59709]: audit 2024-09-10T19:38:10.725720+0000 mgr.y (mgr.54108) 107 : audit [DBG] from='client.54204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:38:12.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:12 smithi189 bash[38194]: audit 2024-09-10T19:38:10.725720+0000 mgr.y (mgr.54108) 107 : audit [DBG] from='client.54204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:38:13.181 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:13 smithi155 bash[53909]: cluster 2024-09-10T19:38:11.569486+0000 mgr.y (mgr.54108) 108 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:13.182 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:13 smithi155 bash[59709]: cluster 2024-09-10T19:38:11.569486+0000 mgr.y (mgr.54108) 108 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:13.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:13 smithi189 bash[38194]: cluster 2024-09-10T19:38:11.569486+0000 mgr.y (mgr.54108) 108 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:15.300 INFO:teuthology.orchestra.run.smithi155.stdout:true 2024-09-10T19:38:15.336 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:15 smithi155 bash[53909]: cluster 2024-09-10T19:38:13.570190+0000 mgr.y (mgr.54108) 109 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:15.336 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:15 smithi155 bash[59709]: cluster 2024-09-10T19:38:13.570190+0000 mgr.y (mgr.54108) 109 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:15.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:15 smithi189 bash[38194]: cluster 2024-09-10T19:38:13.570190+0000 mgr.y (mgr.54108) 109 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:16.064 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.mon | keys'"'"' | grep $sha1' 2024-09-10T19:38:16.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:16 smithi155 bash[53909]: audit 2024-09-10T19:38:15.284134+0000 mon.c (mon.1) 3 : audit [DBG] from='client.54210 172.21.15.155:0/194799659' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:16.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:16 smithi155 bash[59709]: audit 2024-09-10T19:38:15.284134+0000 mon.c (mon.1) 3 : audit [DBG] from='client.54210 172.21.15.155:0/194799659' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:16.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:16 smithi189 bash[38194]: audit 2024-09-10T19:38:15.284134+0000 mon.c (mon.1) 3 : audit [DBG] from='client.54210 172.21.15.155:0/194799659' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:17.308 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:17 smithi155 bash[53909]: cluster 2024-09-10T19:38:15.571667+0000 mgr.y (mgr.54108) 110 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:17.308 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:17 smithi155 bash[59709]: cluster 2024-09-10T19:38:15.571667+0000 mgr.y (mgr.54108) 110 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:17.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:17 smithi189 bash[38194]: cluster 2024-09-10T19:38:15.571667+0000 mgr.y (mgr.54108) 110 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:19.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:19 smithi155 bash[59709]: cluster 2024-09-10T19:38:17.572327+0000 mgr.y (mgr.54108) 111 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:19.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:19 smithi155 bash[53909]: cluster 2024-09-10T19:38:17.572327+0000 mgr.y (mgr.54108) 111 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:19.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:19 smithi189 bash[38194]: cluster 2024-09-10T19:38:17.572327+0000 mgr.y (mgr.54108) 111 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:19.711 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)" 2024-09-10T19:38:20.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:20 smithi155 bash[53909]: audit 2024-09-10T19:38:19.696703+0000 mon.c (mon.1) 4 : audit [DBG] from='client.64147 172.21.15.155:0/1881929742' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:20.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:20 smithi155 bash[59709]: audit 2024-09-10T19:38:19.696703+0000 mon.c (mon.1) 4 : audit [DBG] from='client.64147 172.21.15.155:0/1881929742' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:20.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:20 smithi189 bash[38194]: audit 2024-09-10T19:38:19.696703+0000 mon.c (mon.1) 4 : audit [DBG] from='client.64147 172.21.15.155:0/1881929742' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:20.485 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '"'"'.up_to_date | length == 5'"'"'' 2024-09-10T19:38:21.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:21 smithi155 bash[53909]: cluster 2024-09-10T19:38:19.573800+0000 mgr.y (mgr.54108) 112 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:21.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:21 smithi155 bash[59709]: cluster 2024-09-10T19:38:19.573800+0000 mgr.y (mgr.54108) 112 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:21.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:21 smithi189 bash[38194]: cluster 2024-09-10T19:38:19.573800+0000 mgr.y (mgr.54108) 112 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:23.043 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:23 smithi155 bash[53909]: cluster 2024-09-10T19:38:21.574531+0000 mgr.y (mgr.54108) 113 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:23.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:23 smithi155 bash[59709]: cluster 2024-09-10T19:38:21.574531+0000 mgr.y (mgr.54108) 113 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:23.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:23 smithi189 bash[38194]: cluster 2024-09-10T19:38:21.574531+0000 mgr.y (mgr.54108) 113 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:25.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:25 smithi155 bash[53909]: cluster 2024-09-10T19:38:23.575242+0000 mgr.y (mgr.54108) 114 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:25.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:25 smithi155 bash[59709]: cluster 2024-09-10T19:38:23.575242+0000 mgr.y (mgr.54108) 114 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:25.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:25 smithi189 bash[38194]: cluster 2024-09-10T19:38:23.575242+0000 mgr.y (mgr.54108) 114 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:26.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:26 smithi155 bash[53909]: audit 2024-09-10T19:38:24.262632+0000 mgr.y (mgr.54108) 115 : audit [DBG] from='client.54222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:38:26.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:26 smithi155 bash[59709]: audit 2024-09-10T19:38:24.262632+0000 mgr.y (mgr.54108) 115 : audit [DBG] from='client.54222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:38:26.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:26 smithi189 bash[38194]: audit 2024-09-10T19:38:24.262632+0000 mgr.y (mgr.54108) 115 : audit [DBG] from='client.54222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:38:26.758 INFO:teuthology.orchestra.run.smithi155.stdout:true 2024-09-10T19:38:27.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:27 smithi155 bash[53909]: cluster 2024-09-10T19:38:25.576721+0000 mgr.y (mgr.54108) 116 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:27.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:27 smithi155 bash[59709]: cluster 2024-09-10T19:38:25.576721+0000 mgr.y (mgr.54108) 116 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:27.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:27 smithi189 bash[38194]: cluster 2024-09-10T19:38:25.576721+0000 mgr.y (mgr.54108) 116 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:27.487 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types osd --limit 2' 2024-09-10T19:38:29.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:29 smithi155 bash[53909]: cluster 2024-09-10T19:38:27.577423+0000 mgr.y (mgr.54108) 117 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:29.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:29 smithi155 bash[59709]: cluster 2024-09-10T19:38:27.577423+0000 mgr.y (mgr.54108) 117 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:29.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:29 smithi189 bash[38194]: cluster 2024-09-10T19:38:27.577423+0000 mgr.y (mgr.54108) 117 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:31.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:31 smithi155 bash[53909]: cluster 2024-09-10T19:38:29.578991+0000 mgr.y (mgr.54108) 118 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:31.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:31 smithi155 bash[59709]: cluster 2024-09-10T19:38:29.578991+0000 mgr.y (mgr.54108) 118 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:31.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:31 smithi189 bash[38194]: cluster 2024-09-10T19:38:29.578991+0000 mgr.y (mgr.54108) 118 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:32.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:32 smithi155 bash[53909]: audit 2024-09-10T19:38:30.962898+0000 mgr.y (mgr.54108) 119 : audit [DBG] from='client.64159 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "osd", "limit": 2, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:38:32.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:32 smithi155 bash[59709]: audit 2024-09-10T19:38:30.962898+0000 mgr.y (mgr.54108) 119 : audit [DBG] from='client.64159 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "osd", "limit": 2, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:38:32.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:32 smithi189 bash[38194]: audit 2024-09-10T19:38:30.962898+0000 mgr.y (mgr.54108) 119 : audit [DBG] from='client.64159 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "osd", "limit": 2, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:38:33.228 INFO:teuthology.orchestra.run.smithi155.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:38:33.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:33 smithi155 bash[53909]: cluster 2024-09-10T19:38:31.579700+0000 mgr.y (mgr.54108) 120 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:33.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:33 smithi155 bash[59709]: cluster 2024-09-10T19:38:31.579700+0000 mgr.y (mgr.54108) 120 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:33.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:33 smithi189 bash[38194]: cluster 2024-09-10T19:38:31.579700+0000 mgr.y (mgr.54108) 120 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:34.031 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2024-09-10T19:38:34.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:34 smithi155 bash[53909]: cephadm 2024-09-10T19:38:33.218705+0000 mgr.y (mgr.54108) 121 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:38:34.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:34 smithi155 bash[53909]: audit 2024-09-10T19:38:33.226355+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:34.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:34 smithi155 bash[53909]: cluster 2024-09-10T19:38:33.580348+0000 mgr.y (mgr.54108) 122 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:34.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:34 smithi155 bash[53909]: audit 2024-09-10T19:38:33.612473+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:34.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:34 smithi155 bash[53909]: cephadm 2024-09-10T19:38:33.667650+0000 mgr.y (mgr.54108) 123 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:38:34.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:34 smithi155 bash[59709]: cephadm 2024-09-10T19:38:33.218705+0000 mgr.y (mgr.54108) 121 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:38:34.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:34 smithi155 bash[59709]: audit 2024-09-10T19:38:33.226355+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:34.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:34 smithi155 bash[59709]: cluster 2024-09-10T19:38:33.580348+0000 mgr.y (mgr.54108) 122 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:34.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:34 smithi155 bash[59709]: audit 2024-09-10T19:38:33.612473+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:34.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:34 smithi155 bash[59709]: cephadm 2024-09-10T19:38:33.667650+0000 mgr.y (mgr.54108) 123 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:38:34.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:34 smithi189 bash[38194]: cephadm 2024-09-10T19:38:33.218705+0000 mgr.y (mgr.54108) 121 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:38:34.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:34 smithi189 bash[38194]: audit 2024-09-10T19:38:33.226355+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:34.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:34 smithi189 bash[38194]: cluster 2024-09-10T19:38:33.580348+0000 mgr.y (mgr.54108) 122 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:34.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:34 smithi189 bash[38194]: audit 2024-09-10T19:38:33.612473+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:34.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:34 smithi189 bash[38194]: cephadm 2024-09-10T19:38:33.667650+0000 mgr.y (mgr.54108) 123 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:38:36.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:36 smithi189 bash[38194]: cluster 2024-09-10T19:38:35.581735+0000 mgr.y (mgr.54108) 124 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:36.965 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:36 smithi155 bash[59709]: cluster 2024-09-10T19:38:35.581735+0000 mgr.y (mgr.54108) 124 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:36.965 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:36 smithi155 bash[53909]: cluster 2024-09-10T19:38:35.581735+0000 mgr.y (mgr.54108) 124 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:38.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:37 smithi189 bash[38194]: audit 2024-09-10T19:38:36.903837+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:38.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:37 smithi189 bash[38194]: cephadm 2024-09-10T19:38:36.904531+0000 mgr.y (mgr.54108) 125 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:38:38.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:37 smithi189 bash[38194]: cephadm 2024-09-10T19:38:36.904605+0000 mgr.y (mgr.54108) 126 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:38:38.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:37 smithi189 bash[38194]: audit 2024-09-10T19:38:36.905752+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:38:38.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:37 smithi189 bash[38194]: audit 2024-09-10T19:38:36.911632+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:38.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:37 smithi189 bash[38194]: audit 2024-09-10T19:38:36.913797+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:38.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:37 smithi189 bash[38194]: cephadm 2024-09-10T19:38:36.914894+0000 mgr.y (mgr.54108) 127 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T19:38:38.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:37 smithi189 bash[38194]: audit 2024-09-10T19:38:36.920211+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:38.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:37 smithi189 bash[38194]: audit 2024-09-10T19:38:36.922006+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:38.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:37 smithi189 bash[38194]: cephadm 2024-09-10T19:38:36.922984+0000 mgr.y (mgr.54108) 128 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-10T19:38:38.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:37 smithi189 bash[38194]: audit 2024-09-10T19:38:36.928775+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:38.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:37 smithi189 bash[38194]: audit 2024-09-10T19:38:36.930412+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:38.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:37 smithi189 bash[38194]: cephadm 2024-09-10T19:38:36.931391+0000 mgr.y (mgr.54108) 129 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:38:38.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:37 smithi189 bash[38194]: audit 2024-09-10T19:38:36.938097+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:38.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:37 smithi189 bash[38194]: audit 2024-09-10T19:38:36.940855+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-10T19:38:38.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:37 smithi189 bash[38194]: audit 2024-09-10T19:38:36.941213+0000 mgr.y (mgr.54108) 130 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-10T19:38:38.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:37 smithi189 bash[38194]: cephadm 2024-09-10T19:38:36.943234+0000 mgr.y (mgr.54108) 131 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-09-10T19:38:38.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:37 smithi155 bash[59709]: audit 2024-09-10T19:38:36.903837+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:38.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:37 smithi155 bash[59709]: cephadm 2024-09-10T19:38:36.904531+0000 mgr.y (mgr.54108) 125 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:38:38.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:37 smithi155 bash[59709]: cephadm 2024-09-10T19:38:36.904605+0000 mgr.y (mgr.54108) 126 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:38:38.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:37 smithi155 bash[59709]: audit 2024-09-10T19:38:36.905752+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:38:38.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:37 smithi155 bash[59709]: audit 2024-09-10T19:38:36.911632+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:38.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:37 smithi155 bash[59709]: audit 2024-09-10T19:38:36.913797+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:38.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:37 smithi155 bash[59709]: cephadm 2024-09-10T19:38:36.914894+0000 mgr.y (mgr.54108) 127 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T19:38:38.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:37 smithi155 bash[59709]: audit 2024-09-10T19:38:36.920211+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:38.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:37 smithi155 bash[59709]: audit 2024-09-10T19:38:36.922006+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:38.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:37 smithi155 bash[59709]: cephadm 2024-09-10T19:38:36.922984+0000 mgr.y (mgr.54108) 128 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-10T19:38:38.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:37 smithi155 bash[59709]: audit 2024-09-10T19:38:36.928775+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:38.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:37 smithi155 bash[59709]: audit 2024-09-10T19:38:36.930412+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:38.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:37 smithi155 bash[59709]: cephadm 2024-09-10T19:38:36.931391+0000 mgr.y (mgr.54108) 129 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:38:38.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:37 smithi155 bash[59709]: audit 2024-09-10T19:38:36.938097+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:38.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:37 smithi155 bash[59709]: audit 2024-09-10T19:38:36.940855+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-10T19:38:38.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:37 smithi155 bash[59709]: audit 2024-09-10T19:38:36.941213+0000 mgr.y (mgr.54108) 130 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-10T19:38:38.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:37 smithi155 bash[59709]: cephadm 2024-09-10T19:38:36.943234+0000 mgr.y (mgr.54108) 131 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-09-10T19:38:38.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:37 smithi155 bash[53909]: audit 2024-09-10T19:38:36.903837+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:38.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:37 smithi155 bash[53909]: cephadm 2024-09-10T19:38:36.904531+0000 mgr.y (mgr.54108) 125 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:38:38.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:37 smithi155 bash[53909]: cephadm 2024-09-10T19:38:36.904605+0000 mgr.y (mgr.54108) 126 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:38:38.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:37 smithi155 bash[53909]: audit 2024-09-10T19:38:36.905752+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:38:38.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:37 smithi155 bash[53909]: audit 2024-09-10T19:38:36.911632+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:38.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:37 smithi155 bash[53909]: audit 2024-09-10T19:38:36.913797+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:38.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:37 smithi155 bash[53909]: cephadm 2024-09-10T19:38:36.914894+0000 mgr.y (mgr.54108) 127 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T19:38:38.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:37 smithi155 bash[53909]: audit 2024-09-10T19:38:36.920211+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:38.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:37 smithi155 bash[53909]: audit 2024-09-10T19:38:36.922006+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:38.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:37 smithi155 bash[53909]: cephadm 2024-09-10T19:38:36.922984+0000 mgr.y (mgr.54108) 128 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-10T19:38:38.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:37 smithi155 bash[53909]: audit 2024-09-10T19:38:36.928775+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:38.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:37 smithi155 bash[53909]: audit 2024-09-10T19:38:36.930412+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:38.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:37 smithi155 bash[53909]: cephadm 2024-09-10T19:38:36.931391+0000 mgr.y (mgr.54108) 129 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:38:38.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:37 smithi155 bash[53909]: audit 2024-09-10T19:38:36.938097+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:38.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:37 smithi155 bash[53909]: audit 2024-09-10T19:38:36.940855+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-10T19:38:38.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:37 smithi155 bash[53909]: audit 2024-09-10T19:38:36.941213+0000 mgr.y (mgr.54108) 130 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-10T19:38:38.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:37 smithi155 bash[53909]: cephadm 2024-09-10T19:38:36.943234+0000 mgr.y (mgr.54108) 131 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-09-10T19:38:39.201 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:38 smithi155 bash[59709]: cluster 2024-09-10T19:38:37.582407+0000 mgr.y (mgr.54108) 132 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:39.202 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:38 smithi155 bash[53909]: cluster 2024-09-10T19:38:37.582407+0000 mgr.y (mgr.54108) 132 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:39.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:38 smithi189 bash[38194]: cluster 2024-09-10T19:38:37.582407+0000 mgr.y (mgr.54108) 132 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:39.456 INFO:teuthology.orchestra.run.smithi155.stdout:true 2024-09-10T19:38:40.298 INFO:teuthology.orchestra.run.smithi155.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:38:40.298 INFO:teuthology.orchestra.run.smithi155.stdout:alertmanager.a smithi155 running (5m) 80s ago 31m 17.2M - 0.25.0 c8568f914cd2 d240bc57c001 2024-09-10T19:38:40.299 INFO:teuthology.orchestra.run.smithi155.stdout:grafana.a smithi189 running (4m) 105s ago 30m 82.1M - 9.4.7 954c08fa6188 2e57a3903209 2024-09-10T19:38:40.299 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.x smithi189 *:8443 running (6m) 105s ago 35m 390M - 17.2.7-1606-g5be57395 4c55dd409611 1e9c1f896a72 2024-09-10T19:38:40.299 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.y smithi155 *:8443 running (16m) 80s ago 37m 430M - 17.2.7-1606-g5be57395 4c55dd409611 c3f6bb49e60e 2024-09-10T19:38:40.299 INFO:teuthology.orchestra.run.smithi155.stdout:mon.a smithi155 running (2m) 80s ago 37m 42.3M 2048M 17.2.7-1606-g5be57395 4c55dd409611 7e033880dcd4 2024-09-10T19:38:40.299 INFO:teuthology.orchestra.run.smithi155.stdout:mon.b smithi189 running (2m) 105s ago 36m 43.9M 2048M 17.2.7-1606-g5be57395 4c55dd409611 f29d1decbead 2024-09-10T19:38:40.299 INFO:teuthology.orchestra.run.smithi155.stdout:mon.c smithi155 running (88s) 80s ago 36m 23.3M 2048M 17.2.7-1606-g5be57395 4c55dd409611 0fb56f4ad9b8 2024-09-10T19:38:40.299 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.a smithi155 running (6m) 80s ago 31m 11.2M - 1.5.0 0da6a335fe13 75a6b4940d3d 2024-09-10T19:38:40.299 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.b smithi189 running (6m) 105s ago 31m 11.2M - 1.5.0 0da6a335fe13 57c4129454db 2024-09-10T19:38:40.299 INFO:teuthology.orchestra.run.smithi155.stdout:osd.0 smithi155 running (35m) 80s ago 35m 56.2M 4096M 15.2.0 204a01f9b0b6 7f6023dc1e50 2024-09-10T19:38:40.299 INFO:teuthology.orchestra.run.smithi155.stdout:osd.1 smithi155 running (35m) 80s ago 35m 54.8M 4096M 15.2.0 204a01f9b0b6 42d00c1d93dd 2024-09-10T19:38:40.299 INFO:teuthology.orchestra.run.smithi155.stdout:osd.2 smithi155 running (34m) 80s ago 34m 51.9M 4096M 15.2.0 204a01f9b0b6 6b241c21f8e2 2024-09-10T19:38:40.299 INFO:teuthology.orchestra.run.smithi155.stdout:osd.3 smithi155 running (34m) 80s ago 34m 55.8M 4096M 15.2.0 204a01f9b0b6 8d9201a4db26 2024-09-10T19:38:40.299 INFO:teuthology.orchestra.run.smithi155.stdout:osd.4 smithi189 running (33m) 105s ago 33m 57.9M 4096M 15.2.0 204a01f9b0b6 34cb90c9d5b7 2024-09-10T19:38:40.300 INFO:teuthology.orchestra.run.smithi155.stdout:osd.5 smithi189 running (33m) 105s ago 33m 54.0M 4096M 15.2.0 204a01f9b0b6 4b3a3b60e1d5 2024-09-10T19:38:40.300 INFO:teuthology.orchestra.run.smithi155.stdout:osd.6 smithi189 running (32m) 105s ago 32m 57.9M 4096M 15.2.0 204a01f9b0b6 c58c4c013902 2024-09-10T19:38:40.300 INFO:teuthology.orchestra.run.smithi155.stdout:osd.7 smithi189 running (32m) 105s ago 32m 57.5M 4096M 15.2.0 204a01f9b0b6 fb02b608dde7 2024-09-10T19:38:40.300 INFO:teuthology.orchestra.run.smithi155.stdout:prometheus.a smithi189 running (5m) 105s ago 31m 43.2M - 2.43.0 a07b618ecd1d a68b682055db 2024-09-10T19:38:40.300 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi155.ehnnyk smithi155 running (29m) 80s ago 29m 56.3M - 15.2.0 204a01f9b0b6 48687c7a211a 2024-09-10T19:38:40.300 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi189.dwpibf smithi189 running (29m) 105s ago 29m 55.5M - 15.2.0 204a01f9b0b6 6bddcdbdbf0b 2024-09-10T19:38:40.753 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:38:40.753 INFO:teuthology.orchestra.run.smithi155.stdout: "mon": { 2024-09-10T19:38:40.753 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 3 2024-09-10T19:38:40.753 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:38:40.753 INFO:teuthology.orchestra.run.smithi155.stdout: "mgr": { 2024-09-10T19:38:40.753 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:38:40.754 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:38:40.754 INFO:teuthology.orchestra.run.smithi155.stdout: "osd": { 2024-09-10T19:38:40.754 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-10T19:38:40.754 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:38:40.754 INFO:teuthology.orchestra.run.smithi155.stdout: "rgw": { 2024-09-10T19:38:40.754 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-10T19:38:40.754 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:38:40.754 INFO:teuthology.orchestra.run.smithi155.stdout: "overall": { 2024-09-10T19:38:40.754 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 10, 2024-09-10T19:38:40.754 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 5 2024-09-10T19:38:40.754 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-10T19:38:40.754 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:38:41.160 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[53909]: audit 2024-09-10T19:38:39.440809+0000 mgr.y (mgr.54108) 133 : audit [DBG] from='client.64165 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:38:41.160 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[53909]: cluster 2024-09-10T19:38:39.583475+0000 mgr.y (mgr.54108) 134 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:41.160 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[53909]: audit 2024-09-10T19:38:39.838595+0000 mgr.y (mgr.54108) 135 : audit [DBG] from='client.64171 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:38:41.161 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[53909]: cephadm 2024-09-10T19:38:39.903585+0000 mgr.y (mgr.54108) 136 : cephadm [INF] Upgrade: Updating osd.0 2024-09-10T19:38:41.161 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[53909]: audit 2024-09-10T19:38:39.911158+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:41.161 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[53909]: audit 2024-09-10T19:38:39.912420+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T19:38:41.161 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[53909]: audit 2024-09-10T19:38:39.913317+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:38:41.161 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[53909]: cephadm 2024-09-10T19:38:39.914971+0000 mgr.y (mgr.54108) 137 : cephadm [INF] Deploying daemon osd.0 on smithi155 2024-09-10T19:38:41.161 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[53909]: audit 2024-09-10T19:38:39.915418+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-09-10T19:38:41.161 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[53909]: audit 2024-09-10T19:38:40.275554+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:38:41.161 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[53909]: audit 2024-09-10T19:38:40.276379+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:38:41.161 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[53909]: audit 2024-09-10T19:38:40.277137+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:41.161 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[53909]: audit 2024-09-10T19:38:40.277926+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:41.161 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[53909]: audit 2024-09-10T19:38:40.278672+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:41.161 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[53909]: audit 2024-09-10T19:38:40.279445+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:41.161 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[53909]: audit 2024-09-10T19:38:40.284598+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:38:41.162 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[53909]: audit 2024-09-10T19:38:40.285252+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:41.162 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[59709]: audit 2024-09-10T19:38:39.440809+0000 mgr.y (mgr.54108) 133 : audit [DBG] from='client.64165 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:38:41.162 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[59709]: cluster 2024-09-10T19:38:39.583475+0000 mgr.y (mgr.54108) 134 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:41.162 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[59709]: audit 2024-09-10T19:38:39.838595+0000 mgr.y (mgr.54108) 135 : audit [DBG] from='client.64171 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:38:41.162 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[59709]: cephadm 2024-09-10T19:38:39.903585+0000 mgr.y (mgr.54108) 136 : cephadm [INF] Upgrade: Updating osd.0 2024-09-10T19:38:41.162 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[59709]: audit 2024-09-10T19:38:39.911158+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:41.162 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[59709]: audit 2024-09-10T19:38:39.912420+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T19:38:41.162 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[59709]: audit 2024-09-10T19:38:39.913317+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:38:41.162 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[59709]: cephadm 2024-09-10T19:38:39.914971+0000 mgr.y (mgr.54108) 137 : cephadm [INF] Deploying daemon osd.0 on smithi155 2024-09-10T19:38:41.162 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[59709]: audit 2024-09-10T19:38:39.915418+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-09-10T19:38:41.163 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[59709]: audit 2024-09-10T19:38:40.275554+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:38:41.163 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[59709]: audit 2024-09-10T19:38:40.276379+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:38:41.163 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[59709]: audit 2024-09-10T19:38:40.277137+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:41.163 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[59709]: audit 2024-09-10T19:38:40.277926+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:41.163 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[59709]: audit 2024-09-10T19:38:40.278672+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:41.163 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[59709]: audit 2024-09-10T19:38:40.279445+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:41.163 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[59709]: audit 2024-09-10T19:38:40.284598+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:38:41.163 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[59709]: audit 2024-09-10T19:38:40.285252+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:41.163 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[53909]: audit 2024-09-10T19:38:40.285879+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:41.163 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[53909]: audit 2024-09-10T19:38:40.286645+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:41.163 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[53909]: audit 2024-09-10T19:38:40.287255+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:41.164 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[53909]: audit 2024-09-10T19:38:40.751216+0000 mon.a (mon.0) 398 : audit [DBG] from='client.54252 172.21.15.155:0/3683120417' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:41.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[59709]: audit 2024-09-10T19:38:40.285879+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:41.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[59709]: audit 2024-09-10T19:38:40.286645+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:41.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[59709]: audit 2024-09-10T19:38:40.287255+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:41.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:40 smithi155 bash[59709]: audit 2024-09-10T19:38:40.751216+0000 mon.a (mon.0) 398 : audit [DBG] from='client.54252 172.21.15.155:0/3683120417' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:41.173 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:38:41.173 INFO:teuthology.orchestra.run.smithi155.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T19:38:41.173 INFO:teuthology.orchestra.run.smithi155.stdout: "in_progress": true, 2024-09-10T19:38:41.173 INFO:teuthology.orchestra.run.smithi155.stdout: "which": "Upgrading daemons of type(s) osd. Upgrade limited to 2 daemons (2 remaining).", 2024-09-10T19:38:41.173 INFO:teuthology.orchestra.run.smithi155.stdout: "services_complete": [], 2024-09-10T19:38:41.173 INFO:teuthology.orchestra.run.smithi155.stdout: "progress": "0/8 daemons upgraded", 2024-09-10T19:38:41.173 INFO:teuthology.orchestra.run.smithi155.stdout: "message": "Currently upgrading osd daemons", 2024-09-10T19:38:41.173 INFO:teuthology.orchestra.run.smithi155.stdout: "is_paused": false 2024-09-10T19:38:41.173 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:38:41.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:40 smithi189 bash[38194]: audit 2024-09-10T19:38:39.440809+0000 mgr.y (mgr.54108) 133 : audit [DBG] from='client.64165 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:38:41.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:40 smithi189 bash[38194]: cluster 2024-09-10T19:38:39.583475+0000 mgr.y (mgr.54108) 134 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:41.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:40 smithi189 bash[38194]: audit 2024-09-10T19:38:39.838595+0000 mgr.y (mgr.54108) 135 : audit [DBG] from='client.64171 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:38:41.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:40 smithi189 bash[38194]: cephadm 2024-09-10T19:38:39.903585+0000 mgr.y (mgr.54108) 136 : cephadm [INF] Upgrade: Updating osd.0 2024-09-10T19:38:41.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:40 smithi189 bash[38194]: audit 2024-09-10T19:38:39.911158+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:41.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:40 smithi189 bash[38194]: audit 2024-09-10T19:38:39.912420+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T19:38:41.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:40 smithi189 bash[38194]: audit 2024-09-10T19:38:39.913317+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:38:41.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:40 smithi189 bash[38194]: cephadm 2024-09-10T19:38:39.914971+0000 mgr.y (mgr.54108) 137 : cephadm [INF] Deploying daemon osd.0 on smithi155 2024-09-10T19:38:41.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:40 smithi189 bash[38194]: audit 2024-09-10T19:38:39.915418+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-09-10T19:38:41.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:40 smithi189 bash[38194]: audit 2024-09-10T19:38:40.275554+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:38:41.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:40 smithi189 bash[38194]: audit 2024-09-10T19:38:40.276379+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:38:41.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:40 smithi189 bash[38194]: audit 2024-09-10T19:38:40.277137+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:41.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:40 smithi189 bash[38194]: audit 2024-09-10T19:38:40.277926+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:41.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:40 smithi189 bash[38194]: audit 2024-09-10T19:38:40.278672+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:41.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:40 smithi189 bash[38194]: audit 2024-09-10T19:38:40.279445+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:41.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:40 smithi189 bash[38194]: audit 2024-09-10T19:38:40.284598+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:38:41.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:40 smithi189 bash[38194]: audit 2024-09-10T19:38:40.285252+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:41.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:40 smithi189 bash[38194]: audit 2024-09-10T19:38:40.285879+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:41.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:40 smithi189 bash[38194]: audit 2024-09-10T19:38:40.286645+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:41.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:40 smithi189 bash[38194]: audit 2024-09-10T19:38:40.287255+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:38:41.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:40 smithi189 bash[38194]: audit 2024-09-10T19:38:40.751216+0000 mon.a (mon.0) 398 : audit [DBG] from='client.54252 172.21.15.155:0/3683120417' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:38:42.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:41 smithi189 bash[38194]: audit 2024-09-10T19:38:40.270345+0000 mgr.y (mgr.54108) 138 : audit [DBG] from='client.64177 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:38:42.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:41 smithi189 bash[38194]: audit 2024-09-10T19:38:41.169886+0000 mgr.y (mgr.54108) 139 : audit [DBG] from='client.64189 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:38:42.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:41 smithi155 bash[53909]: audit 2024-09-10T19:38:40.270345+0000 mgr.y (mgr.54108) 138 : audit [DBG] from='client.64177 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:38:42.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:41 smithi155 bash[53909]: audit 2024-09-10T19:38:41.169886+0000 mgr.y (mgr.54108) 139 : audit [DBG] from='client.64189 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:38:42.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:41 smithi155 bash[59709]: audit 2024-09-10T19:38:40.270345+0000 mgr.y (mgr.54108) 138 : audit [DBG] from='client.64177 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:38:42.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:41 smithi155 bash[59709]: audit 2024-09-10T19:38:41.169886+0000 mgr.y (mgr.54108) 139 : audit [DBG] from='client.64189 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:38:43.173 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:42 smithi155 bash[53909]: cluster 2024-09-10T19:38:41.584138+0000 mgr.y (mgr.54108) 140 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:43.173 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:42 smithi155 bash[59709]: cluster 2024-09-10T19:38:41.584138+0000 mgr.y (mgr.54108) 140 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:43.201 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:42 smithi189 bash[38194]: cluster 2024-09-10T19:38:41.584138+0000 mgr.y (mgr.54108) 140 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:44.433 INFO:journalctl@ceph.osd.0.smithi155.stdout:Sep 10 19:38:44 smithi155 systemd[1]: Stopping Ceph osd.0 for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:38:44.702 INFO:journalctl@ceph.osd.0.smithi155.stdout:Sep 10 19:38:44 smithi155 bash[20995]: debug 2024-09-10T19:38:44.426+0000 7f11d1323700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T19:38:44.702 INFO:journalctl@ceph.osd.0.smithi155.stdout:Sep 10 19:38:44 smithi155 bash[20995]: debug 2024-09-10T19:38:44.426+0000 7f11d1323700 -1 osd.0 65 *** Got signal Terminated *** 2024-09-10T19:38:44.702 INFO:journalctl@ceph.osd.0.smithi155.stdout:Sep 10 19:38:44 smithi155 bash[20995]: debug 2024-09-10T19:38:44.426+0000 7f11d1323700 -1 osd.0 65 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:38:45.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:44 smithi155 bash[59709]: cluster 2024-09-10T19:38:43.584874+0000 mgr.y (mgr.54108) 141 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:45.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:44 smithi155 bash[59709]: cluster 2024-09-10T19:38:44.717034+0000 mon.a (mon.0) 399 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-10T19:38:45.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:44 smithi155 bash[59709]: cluster 2024-09-10T19:38:44.717103+0000 mon.a (mon.0) 400 : cluster [INF] osd.0 failed (root=default,host=smithi155) (connection refused reported by osd.5) 2024-09-10T19:38:45.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:44 smithi155 bash[59709]: cluster 2024-09-10T19:38:44.717401+0000 mon.a (mon.0) 401 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-10T19:38:45.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:44 smithi155 bash[59709]: cluster 2024-09-10T19:38:44.717696+0000 mon.a (mon.0) 402 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-10T19:38:45.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:44 smithi155 bash[59709]: cluster 2024-09-10T19:38:44.717880+0000 mon.a (mon.0) 403 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-10T19:38:45.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:44 smithi155 bash[59709]: cluster 2024-09-10T19:38:44.718146+0000 mon.a (mon.0) 404 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-09-10T19:38:45.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:44 smithi155 bash[59709]: cluster 2024-09-10T19:38:44.718404+0000 mon.a (mon.0) 405 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-09-10T19:38:45.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:44 smithi155 bash[59709]: cluster 2024-09-10T19:38:44.718759+0000 mon.a (mon.0) 406 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-09-10T19:38:45.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:44 smithi155 bash[59709]: cluster 2024-09-10T19:38:44.719052+0000 mon.a (mon.0) 407 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-10T19:38:45.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:44 smithi155 bash[59709]: cluster 2024-09-10T19:38:44.719317+0000 mon.a (mon.0) 408 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-10T19:38:45.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:44 smithi155 bash[59709]: cluster 2024-09-10T19:38:44.719573+0000 mon.a (mon.0) 409 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-10T19:38:45.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:44 smithi155 bash[59709]: cluster 2024-09-10T19:38:44.719819+0000 mon.a (mon.0) 410 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-09-10T19:38:45.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:44 smithi155 bash[59709]: cluster 2024-09-10T19:38:44.720064+0000 mon.a (mon.0) 411 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-09-10T19:38:45.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:44 smithi155 bash[59709]: cluster 2024-09-10T19:38:44.720349+0000 mon.a (mon.0) 412 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-09-10T19:38:45.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:44 smithi155 bash[59709]: cluster 2024-09-10T19:38:44.720639+0000 mon.a (mon.0) 413 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-10T19:38:45.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:44 smithi155 bash[53909]: cluster 2024-09-10T19:38:43.584874+0000 mgr.y (mgr.54108) 141 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:45.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:44 smithi155 bash[53909]: cluster 2024-09-10T19:38:44.717034+0000 mon.a (mon.0) 399 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-10T19:38:45.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:44 smithi155 bash[53909]: cluster 2024-09-10T19:38:44.717103+0000 mon.a (mon.0) 400 : cluster [INF] osd.0 failed (root=default,host=smithi155) (connection refused reported by osd.5) 2024-09-10T19:38:45.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:44 smithi155 bash[53909]: cluster 2024-09-10T19:38:44.717401+0000 mon.a (mon.0) 401 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-10T19:38:45.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:44 smithi155 bash[53909]: cluster 2024-09-10T19:38:44.717696+0000 mon.a (mon.0) 402 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-10T19:38:45.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:44 smithi155 bash[53909]: cluster 2024-09-10T19:38:44.717880+0000 mon.a (mon.0) 403 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-10T19:38:45.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:44 smithi155 bash[53909]: cluster 2024-09-10T19:38:44.718146+0000 mon.a (mon.0) 404 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-09-10T19:38:45.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:44 smithi155 bash[53909]: cluster 2024-09-10T19:38:44.718404+0000 mon.a (mon.0) 405 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-09-10T19:38:45.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:44 smithi155 bash[53909]: cluster 2024-09-10T19:38:44.718759+0000 mon.a (mon.0) 406 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-09-10T19:38:45.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:44 smithi155 bash[53909]: cluster 2024-09-10T19:38:44.719052+0000 mon.a (mon.0) 407 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-10T19:38:45.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:44 smithi155 bash[53909]: cluster 2024-09-10T19:38:44.719317+0000 mon.a (mon.0) 408 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-10T19:38:45.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:44 smithi155 bash[53909]: cluster 2024-09-10T19:38:44.719573+0000 mon.a (mon.0) 409 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-10T19:38:45.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:44 smithi155 bash[53909]: cluster 2024-09-10T19:38:44.719819+0000 mon.a (mon.0) 410 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-09-10T19:38:45.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:44 smithi155 bash[53909]: cluster 2024-09-10T19:38:44.720064+0000 mon.a (mon.0) 411 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-09-10T19:38:45.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:44 smithi155 bash[53909]: cluster 2024-09-10T19:38:44.720349+0000 mon.a (mon.0) 412 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-09-10T19:38:45.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:44 smithi155 bash[53909]: cluster 2024-09-10T19:38:44.720639+0000 mon.a (mon.0) 413 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-10T19:38:45.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:44 smithi189 bash[38194]: cluster 2024-09-10T19:38:43.584874+0000 mgr.y (mgr.54108) 141 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:45.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:44 smithi189 bash[38194]: cluster 2024-09-10T19:38:44.717034+0000 mon.a (mon.0) 399 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-10T19:38:45.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:44 smithi189 bash[38194]: cluster 2024-09-10T19:38:44.717103+0000 mon.a (mon.0) 400 : cluster [INF] osd.0 failed (root=default,host=smithi155) (connection refused reported by osd.5) 2024-09-10T19:38:45.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:44 smithi189 bash[38194]: cluster 2024-09-10T19:38:44.717401+0000 mon.a (mon.0) 401 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-10T19:38:45.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:44 smithi189 bash[38194]: cluster 2024-09-10T19:38:44.717696+0000 mon.a (mon.0) 402 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-10T19:38:45.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:44 smithi189 bash[38194]: cluster 2024-09-10T19:38:44.717880+0000 mon.a (mon.0) 403 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-10T19:38:45.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:44 smithi189 bash[38194]: cluster 2024-09-10T19:38:44.718146+0000 mon.a (mon.0) 404 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-09-10T19:38:45.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:44 smithi189 bash[38194]: cluster 2024-09-10T19:38:44.718404+0000 mon.a (mon.0) 405 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-09-10T19:38:45.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:44 smithi189 bash[38194]: cluster 2024-09-10T19:38:44.718759+0000 mon.a (mon.0) 406 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-09-10T19:38:45.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:44 smithi189 bash[38194]: cluster 2024-09-10T19:38:44.719052+0000 mon.a (mon.0) 407 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-10T19:38:45.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:44 smithi189 bash[38194]: cluster 2024-09-10T19:38:44.719317+0000 mon.a (mon.0) 408 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-10T19:38:45.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:44 smithi189 bash[38194]: cluster 2024-09-10T19:38:44.719573+0000 mon.a (mon.0) 409 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-10T19:38:45.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:44 smithi189 bash[38194]: cluster 2024-09-10T19:38:44.719819+0000 mon.a (mon.0) 410 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-09-10T19:38:45.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:44 smithi189 bash[38194]: cluster 2024-09-10T19:38:44.720064+0000 mon.a (mon.0) 411 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-09-10T19:38:45.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:44 smithi189 bash[38194]: cluster 2024-09-10T19:38:44.720349+0000 mon.a (mon.0) 412 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-09-10T19:38:45.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:44 smithi189 bash[38194]: cluster 2024-09-10T19:38:44.720639+0000 mon.a (mon.0) 413 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-10T19:38:45.464 INFO:journalctl@ceph.osd.0.smithi155.stdout:Sep 10 19:38:45 smithi155 bash[66694]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-osd.0 2024-09-10T19:38:45.464 INFO:journalctl@ceph.osd.0.smithi155.stdout:Sep 10 19:38:45 smithi155 bash[66766]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-osd.0 2024-09-10T19:38:46.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:45 smithi189 bash[38194]: cluster 2024-09-10T19:38:44.923119+0000 mon.a (mon.0) 414 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:38:46.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:45 smithi189 bash[38194]: cluster 2024-09-10T19:38:44.945999+0000 mon.a (mon.0) 415 : cluster [DBG] osdmap e66: 8 total, 7 up, 8 in 2024-09-10T19:38:46.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:45 smithi155 bash[59709]: cluster 2024-09-10T19:38:44.923119+0000 mon.a (mon.0) 414 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:38:46.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:45 smithi155 bash[59709]: cluster 2024-09-10T19:38:44.945999+0000 mon.a (mon.0) 415 : cluster [DBG] osdmap e66: 8 total, 7 up, 8 in 2024-09-10T19:38:46.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:45 smithi155 bash[53909]: cluster 2024-09-10T19:38:44.923119+0000 mon.a (mon.0) 414 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:38:46.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:45 smithi155 bash[53909]: cluster 2024-09-10T19:38:44.945999+0000 mon.a (mon.0) 415 : cluster [DBG] osdmap e66: 8 total, 7 up, 8 in 2024-09-10T19:38:47.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:46 smithi189 bash[38194]: cluster 2024-09-10T19:38:45.585663+0000 mgr.y (mgr.54108) 142 : cluster [DBG] pgmap v63: 129 pgs: 16 stale+active+clean, 113 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:47.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:46 smithi189 bash[38194]: cluster 2024-09-10T19:38:45.950156+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e67: 8 total, 7 up, 8 in 2024-09-10T19:38:47.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:46 smithi155 bash[53909]: cluster 2024-09-10T19:38:45.585663+0000 mgr.y (mgr.54108) 142 : cluster [DBG] pgmap v63: 129 pgs: 16 stale+active+clean, 113 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:47.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:46 smithi155 bash[53909]: cluster 2024-09-10T19:38:45.950156+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e67: 8 total, 7 up, 8 in 2024-09-10T19:38:47.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:46 smithi155 bash[59709]: cluster 2024-09-10T19:38:45.585663+0000 mgr.y (mgr.54108) 142 : cluster [DBG] pgmap v63: 129 pgs: 16 stale+active+clean, 113 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:47.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:46 smithi155 bash[59709]: cluster 2024-09-10T19:38:45.950156+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e67: 8 total, 7 up, 8 in 2024-09-10T19:38:47.958 INFO:journalctl@ceph.osd.0.smithi155.stdout:Sep 10 19:38:47 smithi155 systemd[1]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968@osd.0.service: Succeeded. 2024-09-10T19:38:47.959 INFO:journalctl@ceph.osd.0.smithi155.stdout:Sep 10 19:38:47 smithi155 systemd[1]: Stopped Ceph osd.0 for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:38:47.959 INFO:journalctl@ceph.osd.0.smithi155.stdout:Sep 10 19:38:47 smithi155 systemd[1]: Started Ceph osd.0 for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:38:48.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:47 smithi155 bash[53909]: audit 2024-09-10T19:38:47.593908+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.3", "id": [4, 2]}]: dispatch 2024-09-10T19:38:48.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:47 smithi155 bash[53909]: audit 2024-09-10T19:38:47.594534+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.6", "id": [4, 2]}]: dispatch 2024-09-10T19:38:48.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:47 smithi155 bash[53909]: audit 2024-09-10T19:38:47.595103+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.b", "id": [4, 1]}]: dispatch 2024-09-10T19:38:48.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:47 smithi155 bash[53909]: audit 2024-09-10T19:38:47.595670+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.e", "id": [7, 0]}]: dispatch 2024-09-10T19:38:48.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:47 smithi155 bash[53909]: audit 2024-09-10T19:38:47.596208+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.19", "id": [3, 0]}]: dispatch 2024-09-10T19:38:48.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:47 smithi155 bash[53909]: audit 2024-09-10T19:38:47.596723+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1c", "id": [4, 0]}]: dispatch 2024-09-10T19:38:48.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:47 smithi155 bash[53909]: audit 2024-09-10T19:38:47.597244+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1d", "id": [4, 0]}]: dispatch 2024-09-10T19:38:48.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:47 smithi155 bash[53909]: audit 2024-09-10T19:38:47.597813+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 0]}]: dispatch 2024-09-10T19:38:48.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:47 smithi155 bash[53909]: audit 2024-09-10T19:38:47.598511+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 0]}]: dispatch 2024-09-10T19:38:48.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:47 smithi155 bash[53909]: audit 2024-09-10T19:38:47.599177+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 0]}]: dispatch 2024-09-10T19:38:48.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:47 smithi155 bash[53909]: audit 2024-09-10T19:38:47.899046+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:38:48.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:47 smithi155 bash[53909]: audit 2024-09-10T19:38:47.903812+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:48.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:47 smithi155 bash[53909]: audit 2024-09-10T19:38:47.910117+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:48.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:47 smithi155 bash[53909]: audit 2024-09-10T19:38:47.916769+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:48.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:47 smithi155 bash[53909]: audit 2024-09-10T19:38:47.918302+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:38:48.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:47 smithi155 bash[59709]: audit 2024-09-10T19:38:47.593908+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.3", "id": [4, 2]}]: dispatch 2024-09-10T19:38:48.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:47 smithi155 bash[59709]: audit 2024-09-10T19:38:47.594534+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.6", "id": [4, 2]}]: dispatch 2024-09-10T19:38:48.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:47 smithi155 bash[59709]: audit 2024-09-10T19:38:47.595103+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.b", "id": [4, 1]}]: dispatch 2024-09-10T19:38:48.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:47 smithi155 bash[59709]: audit 2024-09-10T19:38:47.595670+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.e", "id": [7, 0]}]: dispatch 2024-09-10T19:38:48.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:47 smithi155 bash[59709]: audit 2024-09-10T19:38:47.596208+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.19", "id": [3, 0]}]: dispatch 2024-09-10T19:38:48.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:47 smithi155 bash[59709]: audit 2024-09-10T19:38:47.596723+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1c", "id": [4, 0]}]: dispatch 2024-09-10T19:38:48.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:47 smithi155 bash[59709]: audit 2024-09-10T19:38:47.597244+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1d", "id": [4, 0]}]: dispatch 2024-09-10T19:38:48.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:47 smithi155 bash[59709]: audit 2024-09-10T19:38:47.597813+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 0]}]: dispatch 2024-09-10T19:38:48.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:47 smithi155 bash[59709]: audit 2024-09-10T19:38:47.598511+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 0]}]: dispatch 2024-09-10T19:38:48.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:47 smithi155 bash[59709]: audit 2024-09-10T19:38:47.599177+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 0]}]: dispatch 2024-09-10T19:38:48.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:47 smithi155 bash[59709]: audit 2024-09-10T19:38:47.899046+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:38:48.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:47 smithi155 bash[59709]: audit 2024-09-10T19:38:47.903812+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:48.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:47 smithi155 bash[59709]: audit 2024-09-10T19:38:47.910117+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:48.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:47 smithi155 bash[59709]: audit 2024-09-10T19:38:47.916769+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:48.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:47 smithi155 bash[59709]: audit 2024-09-10T19:38:47.918302+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:38:48.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:47 smithi189 bash[38194]: audit 2024-09-10T19:38:47.593908+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.3", "id": [4, 2]}]: dispatch 2024-09-10T19:38:48.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:47 smithi189 bash[38194]: audit 2024-09-10T19:38:47.594534+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.6", "id": [4, 2]}]: dispatch 2024-09-10T19:38:48.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:47 smithi189 bash[38194]: audit 2024-09-10T19:38:47.595103+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.b", "id": [4, 1]}]: dispatch 2024-09-10T19:38:48.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:47 smithi189 bash[38194]: audit 2024-09-10T19:38:47.595670+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.e", "id": [7, 0]}]: dispatch 2024-09-10T19:38:48.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:47 smithi189 bash[38194]: audit 2024-09-10T19:38:47.596208+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.19", "id": [3, 0]}]: dispatch 2024-09-10T19:38:48.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:47 smithi189 bash[38194]: audit 2024-09-10T19:38:47.596723+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1c", "id": [4, 0]}]: dispatch 2024-09-10T19:38:48.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:47 smithi189 bash[38194]: audit 2024-09-10T19:38:47.597244+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1d", "id": [4, 0]}]: dispatch 2024-09-10T19:38:48.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:47 smithi189 bash[38194]: audit 2024-09-10T19:38:47.597813+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 0]}]: dispatch 2024-09-10T19:38:48.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:47 smithi189 bash[38194]: audit 2024-09-10T19:38:47.598511+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 0]}]: dispatch 2024-09-10T19:38:48.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:47 smithi189 bash[38194]: audit 2024-09-10T19:38:47.599177+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 0]}]: dispatch 2024-09-10T19:38:48.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:47 smithi189 bash[38194]: audit 2024-09-10T19:38:47.899046+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:38:48.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:47 smithi189 bash[38194]: audit 2024-09-10T19:38:47.903812+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:48.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:47 smithi189 bash[38194]: audit 2024-09-10T19:38:47.910117+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:48.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:47 smithi189 bash[38194]: audit 2024-09-10T19:38:47.916769+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:48.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:47 smithi189 bash[38194]: audit 2024-09-10T19:38:47.918302+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:38:49.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:48 smithi155 bash[59709]: cluster 2024-09-10T19:38:47.586484+0000 mgr.y (mgr.54108) 143 : cluster [DBG] pgmap v65: 129 pgs: 16 stale+active+clean, 113 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:49.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:48 smithi155 bash[53909]: cluster 2024-09-10T19:38:47.586484+0000 mgr.y (mgr.54108) 143 : cluster [DBG] pgmap v65: 129 pgs: 16 stale+active+clean, 113 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:49.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:48 smithi189 bash[38194]: cluster 2024-09-10T19:38:47.586484+0000 mgr.y (mgr.54108) 143 : cluster [DBG] pgmap v65: 129 pgs: 16 stale+active+clean, 113 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:38:49.743 INFO:journalctl@ceph.osd.0.smithi155.stdout:Sep 10 19:38:49 smithi155 bash[66950]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-10T19:38:49.743 INFO:journalctl@ceph.osd.0.smithi155.stdout:Sep 10 19:38:49 smithi155 bash[66950]: 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-10T19:38:49.743 INFO:journalctl@ceph.osd.0.smithi155.stdout:Sep 10 19:38:49 smithi155 bash[66950]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-10T19:38:49.743 INFO:journalctl@ceph.osd.0.smithi155.stdout:Sep 10 19:38:49 smithi155 bash[66950]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-10T19:38:49.743 INFO:journalctl@ceph.osd.0.smithi155.stdout:Sep 10 19:38:49 smithi155 bash[66950]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-09-10T19:38:49.743 INFO:journalctl@ceph.osd.0.smithi155.stdout:Sep 10 19:38:49 smithi155 bash[66950]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-10T19:38:49.743 INFO:journalctl@ceph.osd.0.smithi155.stdout:Sep 10 19:38:49 smithi155 bash[66950]: --> ceph-volume raw activate successful for osd ID: 0 2024-09-10T19:38:50.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:50 smithi155 bash[53909]: cluster 2024-09-10T19:38:49.958271+0000 mon.a (mon.0) 432 : cluster [WRN] Health check failed: Degraded data redundancy: 66/612 objects degraded (10.784%), 19 pgs degraded (PG_DEGRADED) 2024-09-10T19:38:50.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:50 smithi155 bash[59709]: cluster 2024-09-10T19:38:49.958271+0000 mon.a (mon.0) 432 : cluster [WRN] Health check failed: Degraded data redundancy: 66/612 objects degraded (10.784%), 19 pgs degraded (PG_DEGRADED) 2024-09-10T19:38:50.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:50 smithi189 bash[38194]: cluster 2024-09-10T19:38:49.958271+0000 mon.a (mon.0) 432 : cluster [WRN] Health check failed: Degraded data redundancy: 66/612 objects degraded (10.784%), 19 pgs degraded (PG_DEGRADED) 2024-09-10T19:38:51.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:51 smithi155 bash[53909]: cluster 2024-09-10T19:38:49.588443+0000 mgr.y (mgr.54108) 144 : cluster [DBG] pgmap v66: 129 pgs: 30 active+undersized, 19 active+undersized+degraded, 80 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 66/612 objects degraded (10.784%) 2024-09-10T19:38:51.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:51 smithi155 bash[59709]: cluster 2024-09-10T19:38:49.588443+0000 mgr.y (mgr.54108) 144 : cluster [DBG] pgmap v66: 129 pgs: 30 active+undersized, 19 active+undersized+degraded, 80 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 66/612 objects degraded (10.784%) 2024-09-10T19:38:51.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:51 smithi189 bash[38194]: cluster 2024-09-10T19:38:49.588443+0000 mgr.y (mgr.54108) 144 : cluster [DBG] pgmap v66: 129 pgs: 30 active+undersized, 19 active+undersized+degraded, 80 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 66/612 objects degraded (10.784%) 2024-09-10T19:38:51.839 INFO:journalctl@ceph.osd.0.smithi155.stdout:Sep 10 19:38:51 smithi155 bash[67221]: debug 2024-09-10T19:38:51.517+0000 7ff855ca5640 1 -- 172.21.15.155:0/2228105384 <== mon.1 v2:172.21.15.155:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55d39541ed00 con 0x55d3953f0c00 2024-09-10T19:38:52.339 INFO:journalctl@ceph.osd.0.smithi155.stdout:Sep 10 19:38:52 smithi155 bash[67221]: debug 2024-09-10T19:38:52.057+0000 7ff85850d440 -1 Falling back to public interface 2024-09-10T19:38:53.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:53 smithi155 bash[53909]: cluster 2024-09-10T19:38:51.589400+0000 mgr.y (mgr.54108) 145 : cluster [DBG] pgmap v67: 129 pgs: 30 active+undersized, 19 active+undersized+degraded, 80 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 66/612 objects degraded (10.784%) 2024-09-10T19:38:53.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:53 smithi155 bash[59709]: cluster 2024-09-10T19:38:51.589400+0000 mgr.y (mgr.54108) 145 : cluster [DBG] pgmap v67: 129 pgs: 30 active+undersized, 19 active+undersized+degraded, 80 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 66/612 objects degraded (10.784%) 2024-09-10T19:38:53.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:53 smithi189 bash[38194]: cluster 2024-09-10T19:38:51.589400+0000 mgr.y (mgr.54108) 145 : cluster [DBG] pgmap v67: 129 pgs: 30 active+undersized, 19 active+undersized+degraded, 80 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 66/612 objects degraded (10.784%) 2024-09-10T19:38:55.339 INFO:journalctl@ceph.osd.0.smithi155.stdout:Sep 10 19:38:55 smithi155 bash[67221]: debug 2024-09-10T19:38:55.061+0000 7ff85850d440 -1 osd.0 0 read_superblock omap replica is missing. 2024-09-10T19:38:55.340 INFO:journalctl@ceph.osd.0.smithi155.stdout:Sep 10 19:38:55 smithi155 bash[67221]: debug 2024-09-10T19:38:55.093+0000 7ff85850d440 -1 osd.0 65 log_to_monitors true 2024-09-10T19:38:55.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:55 smithi155 bash[53909]: cluster 2024-09-10T19:38:53.590325+0000 mgr.y (mgr.54108) 146 : cluster [DBG] pgmap v68: 129 pgs: 30 active+undersized, 19 active+undersized+degraded, 80 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 66/612 objects degraded (10.784%) 2024-09-10T19:38:55.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:55 smithi155 bash[53909]: audit 2024-09-10T19:38:54.997896+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:38:55.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:55 smithi155 bash[53909]: audit 2024-09-10T19:38:55.005383+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:55.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:55 smithi155 bash[53909]: audit 2024-09-10T19:38:55.012945+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:55.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:55 smithi155 bash[59709]: cluster 2024-09-10T19:38:53.590325+0000 mgr.y (mgr.54108) 146 : cluster [DBG] pgmap v68: 129 pgs: 30 active+undersized, 19 active+undersized+degraded, 80 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 66/612 objects degraded (10.784%) 2024-09-10T19:38:55.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:55 smithi155 bash[59709]: audit 2024-09-10T19:38:54.997896+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:38:55.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:55 smithi155 bash[59709]: audit 2024-09-10T19:38:55.005383+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:55.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:55 smithi155 bash[59709]: audit 2024-09-10T19:38:55.012945+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:55.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:55 smithi189 bash[38194]: cluster 2024-09-10T19:38:53.590325+0000 mgr.y (mgr.54108) 146 : cluster [DBG] pgmap v68: 129 pgs: 30 active+undersized, 19 active+undersized+degraded, 80 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 66/612 objects degraded (10.784%) 2024-09-10T19:38:55.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:55 smithi189 bash[38194]: audit 2024-09-10T19:38:54.997896+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:38:55.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:55 smithi189 bash[38194]: audit 2024-09-10T19:38:55.005383+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:55.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:55 smithi189 bash[38194]: audit 2024-09-10T19:38:55.012945+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:56.339 INFO:journalctl@ceph.osd.0.smithi155.stdout:Sep 10 19:38:56 smithi155 bash[67221]: debug 2024-09-10T19:38:56.053+0000 7ff850aba640 -1 osd.0 65 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T19:38:56.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:56 smithi155 bash[59709]: audit 2024-09-10T19:38:55.101468+0000 mon.a (mon.0) 436 : audit [INF] from='osd.0 [v2:172.21.15.155:6802/2159842447,v1:172.21.15.155:6803/2159842447]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-10T19:38:56.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:56 smithi155 bash[59709]: audit 2024-09-10T19:38:55.403792+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:38:56.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:56 smithi155 bash[59709]: audit 2024-09-10T19:38:55.625966+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:38:56.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:56 smithi155 bash[59709]: audit 2024-09-10T19:38:55.633121+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:56.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:56 smithi155 bash[59709]: audit 2024-09-10T19:38:55.641946+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:56.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:56 smithi155 bash[59709]: audit 2024-09-10T19:38:55.643983+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:38:56.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:56 smithi155 bash[53909]: audit 2024-09-10T19:38:55.101468+0000 mon.a (mon.0) 436 : audit [INF] from='osd.0 [v2:172.21.15.155:6802/2159842447,v1:172.21.15.155:6803/2159842447]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-10T19:38:56.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:56 smithi155 bash[53909]: audit 2024-09-10T19:38:55.403792+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:38:56.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:56 smithi155 bash[53909]: audit 2024-09-10T19:38:55.625966+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:38:56.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:56 smithi155 bash[53909]: audit 2024-09-10T19:38:55.633121+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:56.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:56 smithi155 bash[53909]: audit 2024-09-10T19:38:55.641946+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:56.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:56 smithi155 bash[53909]: audit 2024-09-10T19:38:55.643983+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:38:56.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:56 smithi189 bash[38194]: audit 2024-09-10T19:38:55.101468+0000 mon.a (mon.0) 436 : audit [INF] from='osd.0 [v2:172.21.15.155:6802/2159842447,v1:172.21.15.155:6803/2159842447]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-10T19:38:56.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:56 smithi189 bash[38194]: audit 2024-09-10T19:38:55.403792+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:38:56.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:56 smithi189 bash[38194]: audit 2024-09-10T19:38:55.625966+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:38:56.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:56 smithi189 bash[38194]: audit 2024-09-10T19:38:55.633121+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:56.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:56 smithi189 bash[38194]: audit 2024-09-10T19:38:55.641946+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:38:56.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:56 smithi189 bash[38194]: audit 2024-09-10T19:38:55.643983+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:38:57.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:57 smithi155 bash[53909]: cluster 2024-09-10T19:38:55.591158+0000 mgr.y (mgr.54108) 147 : cluster [DBG] pgmap v69: 129 pgs: 30 active+undersized, 19 active+undersized+degraded, 80 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 66/612 objects degraded (10.784%) 2024-09-10T19:38:57.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:57 smithi155 bash[53909]: audit 2024-09-10T19:38:56.043905+0000 mon.a (mon.0) 442 : audit [INF] from='osd.0 [v2:172.21.15.155:6802/2159842447,v1:172.21.15.155:6803/2159842447]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T19:38:57.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:57 smithi155 bash[53909]: cluster 2024-09-10T19:38:56.044016+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e68: 8 total, 7 up, 8 in 2024-09-10T19:38:57.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:57 smithi155 bash[53909]: audit 2024-09-10T19:38:56.044746+0000 mon.a (mon.0) 444 : audit [INF] from='osd.0 [v2:172.21.15.155:6802/2159842447,v1:172.21.15.155:6803/2159842447]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T19:38:57.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:57 smithi155 bash[59709]: cluster 2024-09-10T19:38:55.591158+0000 mgr.y (mgr.54108) 147 : cluster [DBG] pgmap v69: 129 pgs: 30 active+undersized, 19 active+undersized+degraded, 80 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 66/612 objects degraded (10.784%) 2024-09-10T19:38:57.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:57 smithi155 bash[59709]: audit 2024-09-10T19:38:56.043905+0000 mon.a (mon.0) 442 : audit [INF] from='osd.0 [v2:172.21.15.155:6802/2159842447,v1:172.21.15.155:6803/2159842447]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T19:38:57.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:57 smithi155 bash[59709]: cluster 2024-09-10T19:38:56.044016+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e68: 8 total, 7 up, 8 in 2024-09-10T19:38:57.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:57 smithi155 bash[59709]: audit 2024-09-10T19:38:56.044746+0000 mon.a (mon.0) 444 : audit [INF] from='osd.0 [v2:172.21.15.155:6802/2159842447,v1:172.21.15.155:6803/2159842447]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T19:38:57.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:57 smithi189 bash[38194]: cluster 2024-09-10T19:38:55.591158+0000 mgr.y (mgr.54108) 147 : cluster [DBG] pgmap v69: 129 pgs: 30 active+undersized, 19 active+undersized+degraded, 80 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 66/612 objects degraded (10.784%) 2024-09-10T19:38:57.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:57 smithi189 bash[38194]: audit 2024-09-10T19:38:56.043905+0000 mon.a (mon.0) 442 : audit [INF] from='osd.0 [v2:172.21.15.155:6802/2159842447,v1:172.21.15.155:6803/2159842447]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T19:38:57.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:57 smithi189 bash[38194]: cluster 2024-09-10T19:38:56.044016+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e68: 8 total, 7 up, 8 in 2024-09-10T19:38:57.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:57 smithi189 bash[38194]: audit 2024-09-10T19:38:56.044746+0000 mon.a (mon.0) 444 : audit [INF] from='osd.0 [v2:172.21.15.155:6802/2159842447,v1:172.21.15.155:6803/2159842447]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T19:38:58.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:58 smithi155 bash[53909]: cluster 2024-09-10T19:38:57.039461+0000 mon.a (mon.0) 445 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:38:58.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:58 smithi155 bash[53909]: cluster 2024-09-10T19:38:57.052209+0000 mon.a (mon.0) 446 : cluster [INF] osd.0 [v2:172.21.15.155:6802/2159842447,v1:172.21.15.155:6803/2159842447] boot 2024-09-10T19:38:58.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:58 smithi155 bash[53909]: cluster 2024-09-10T19:38:57.052463+0000 mon.a (mon.0) 447 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-09-10T19:38:58.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:58 smithi155 bash[53909]: audit 2024-09-10T19:38:57.058143+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:38:58.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:58 smithi155 bash[53909]: cluster 2024-09-10T19:38:58.052851+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-09-10T19:38:58.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:58 smithi155 bash[59709]: cluster 2024-09-10T19:38:57.039461+0000 mon.a (mon.0) 445 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:38:58.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:58 smithi155 bash[59709]: cluster 2024-09-10T19:38:57.052209+0000 mon.a (mon.0) 446 : cluster [INF] osd.0 [v2:172.21.15.155:6802/2159842447,v1:172.21.15.155:6803/2159842447] boot 2024-09-10T19:38:58.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:58 smithi155 bash[59709]: cluster 2024-09-10T19:38:57.052463+0000 mon.a (mon.0) 447 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-09-10T19:38:58.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:58 smithi155 bash[59709]: audit 2024-09-10T19:38:57.058143+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:38:58.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:58 smithi155 bash[59709]: cluster 2024-09-10T19:38:58.052851+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-09-10T19:38:58.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:58 smithi189 bash[38194]: cluster 2024-09-10T19:38:57.039461+0000 mon.a (mon.0) 445 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:38:58.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:58 smithi189 bash[38194]: cluster 2024-09-10T19:38:57.052209+0000 mon.a (mon.0) 446 : cluster [INF] osd.0 [v2:172.21.15.155:6802/2159842447,v1:172.21.15.155:6803/2159842447] boot 2024-09-10T19:38:58.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:58 smithi189 bash[38194]: cluster 2024-09-10T19:38:57.052463+0000 mon.a (mon.0) 447 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-09-10T19:38:58.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:58 smithi189 bash[38194]: audit 2024-09-10T19:38:57.058143+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:38:58.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:58 smithi189 bash[38194]: cluster 2024-09-10T19:38:58.052851+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-09-10T19:38:59.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:38:59 smithi155 bash[53909]: cluster 2024-09-10T19:38:57.592025+0000 mgr.y (mgr.54108) 148 : cluster [DBG] pgmap v72: 129 pgs: 30 active+undersized, 19 active+undersized+degraded, 80 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 66/612 objects degraded (10.784%) 2024-09-10T19:38:59.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:38:59 smithi155 bash[59709]: cluster 2024-09-10T19:38:57.592025+0000 mgr.y (mgr.54108) 148 : cluster [DBG] pgmap v72: 129 pgs: 30 active+undersized, 19 active+undersized+degraded, 80 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 66/612 objects degraded (10.784%) 2024-09-10T19:38:59.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:38:59 smithi189 bash[38194]: cluster 2024-09-10T19:38:57.592025+0000 mgr.y (mgr.54108) 148 : cluster [DBG] pgmap v72: 129 pgs: 30 active+undersized, 19 active+undersized+degraded, 80 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 66/612 objects degraded (10.784%) 2024-09-10T19:39:00.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:00 smithi189 bash[38194]: cluster 2024-09-10T19:39:00.071573+0000 mon.a (mon.0) 450 : cluster [WRN] Health check update: Degraded data redundancy: 28/612 objects degraded (4.575%), 7 pgs degraded (PG_DEGRADED) 2024-09-10T19:39:00.547 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:00 smithi155 bash[53909]: cluster 2024-09-10T19:39:00.071573+0000 mon.a (mon.0) 450 : cluster [WRN] Health check update: Degraded data redundancy: 28/612 objects degraded (4.575%), 7 pgs degraded (PG_DEGRADED) 2024-09-10T19:39:00.548 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:00 smithi155 bash[59709]: cluster 2024-09-10T19:39:00.071573+0000 mon.a (mon.0) 450 : cluster [WRN] Health check update: Degraded data redundancy: 28/612 objects degraded (4.575%), 7 pgs degraded (PG_DEGRADED) 2024-09-10T19:39:01.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:01 smithi189 bash[38194]: cluster 2024-09-10T19:38:59.593533+0000 mgr.y (mgr.54108) 149 : cluster [DBG] pgmap v74: 129 pgs: 9 active+undersized, 7 active+undersized+degraded, 113 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 28/612 objects degraded (4.575%) 2024-09-10T19:39:01.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:01 smithi155 bash[53909]: cluster 2024-09-10T19:38:59.593533+0000 mgr.y (mgr.54108) 149 : cluster [DBG] pgmap v74: 129 pgs: 9 active+undersized, 7 active+undersized+degraded, 113 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 28/612 objects degraded (4.575%) 2024-09-10T19:39:01.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:01 smithi155 bash[59709]: cluster 2024-09-10T19:38:59.593533+0000 mgr.y (mgr.54108) 149 : cluster [DBG] pgmap v74: 129 pgs: 9 active+undersized, 7 active+undersized+degraded, 113 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 28/612 objects degraded (4.575%) 2024-09-10T19:39:02.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:02 smithi155 bash[53909]: cluster 2024-09-10T19:39:02.126705+0000 mon.a (mon.0) 451 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/612 objects degraded (4.575%), 7 pgs degraded) 2024-09-10T19:39:02.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:02 smithi155 bash[53909]: cluster 2024-09-10T19:39:02.126768+0000 mon.a (mon.0) 452 : cluster [INF] Cluster is now healthy 2024-09-10T19:39:02.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:02 smithi155 bash[59709]: cluster 2024-09-10T19:39:02.126705+0000 mon.a (mon.0) 451 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/612 objects degraded (4.575%), 7 pgs degraded) 2024-09-10T19:39:02.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:02 smithi155 bash[59709]: cluster 2024-09-10T19:39:02.126768+0000 mon.a (mon.0) 452 : cluster [INF] Cluster is now healthy 2024-09-10T19:39:02.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:02 smithi189 bash[38194]: cluster 2024-09-10T19:39:02.126705+0000 mon.a (mon.0) 451 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/612 objects degraded (4.575%), 7 pgs degraded) 2024-09-10T19:39:02.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:02 smithi189 bash[38194]: cluster 2024-09-10T19:39:02.126768+0000 mon.a (mon.0) 452 : cluster [INF] Cluster is now healthy 2024-09-10T19:39:03.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:03 smithi189 bash[38194]: cluster 2024-09-10T19:39:01.594377+0000 mgr.y (mgr.54108) 150 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail 2024-09-10T19:39:03.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:03 smithi155 bash[53909]: cluster 2024-09-10T19:39:01.594377+0000 mgr.y (mgr.54108) 150 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail 2024-09-10T19:39:03.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:03 smithi155 bash[59709]: cluster 2024-09-10T19:39:01.594377+0000 mgr.y (mgr.54108) 150 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail 2024-09-10T19:39:05.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:05 smithi189 bash[38194]: cluster 2024-09-10T19:39:03.595015+0000 mgr.y (mgr.54108) 151 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail 2024-09-10T19:39:05.540 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:05 smithi155 bash[59709]: cluster 2024-09-10T19:39:03.595015+0000 mgr.y (mgr.54108) 151 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail 2024-09-10T19:39:05.540 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:05 smithi155 bash[53909]: cluster 2024-09-10T19:39:03.595015+0000 mgr.y (mgr.54108) 151 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail 2024-09-10T19:39:07.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:07 smithi189 bash[38194]: cluster 2024-09-10T19:39:05.596445+0000 mgr.y (mgr.54108) 152 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail 2024-09-10T19:39:07.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:07 smithi189 bash[38194]: audit 2024-09-10T19:39:06.271236+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:39:07.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:07 smithi189 bash[38194]: audit 2024-09-10T19:39:06.278724+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:07.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:07 smithi189 bash[38194]: audit 2024-09-10T19:39:06.286535+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:07.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:07 smithi189 bash[38194]: audit 2024-09-10T19:39:06.295205+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:07.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:07 smithi189 bash[38194]: audit 2024-09-10T19:39:06.350555+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:39:07.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:07 smithi189 bash[38194]: audit 2024-09-10T19:39:06.355536+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:39:07.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:07 smithi189 bash[38194]: audit 2024-09-10T19:39:06.358029+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:39:07.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:07 smithi189 bash[38194]: audit 2024-09-10T19:39:06.360205+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:39:07.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:07 smithi189 bash[38194]: audit 2024-09-10T19:39:06.362705+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-10T19:39:07.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:07 smithi155 bash[53909]: cluster 2024-09-10T19:39:05.596445+0000 mgr.y (mgr.54108) 152 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail 2024-09-10T19:39:07.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:07 smithi155 bash[53909]: audit 2024-09-10T19:39:06.271236+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:39:07.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:07 smithi155 bash[53909]: audit 2024-09-10T19:39:06.278724+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:07.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:07 smithi155 bash[53909]: audit 2024-09-10T19:39:06.286535+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:07.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:07 smithi155 bash[53909]: audit 2024-09-10T19:39:06.295205+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:07.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:07 smithi155 bash[53909]: audit 2024-09-10T19:39:06.350555+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:39:07.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:07 smithi155 bash[53909]: audit 2024-09-10T19:39:06.355536+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:39:07.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:07 smithi155 bash[53909]: audit 2024-09-10T19:39:06.358029+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:39:07.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:07 smithi155 bash[53909]: audit 2024-09-10T19:39:06.360205+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:39:07.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:07 smithi155 bash[53909]: audit 2024-09-10T19:39:06.362705+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-10T19:39:07.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:07 smithi155 bash[59709]: cluster 2024-09-10T19:39:05.596445+0000 mgr.y (mgr.54108) 152 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail 2024-09-10T19:39:07.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:07 smithi155 bash[59709]: audit 2024-09-10T19:39:06.271236+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:39:07.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:07 smithi155 bash[59709]: audit 2024-09-10T19:39:06.278724+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:07.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:07 smithi155 bash[59709]: audit 2024-09-10T19:39:06.286535+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:07.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:07 smithi155 bash[59709]: audit 2024-09-10T19:39:06.295205+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:07.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:07 smithi155 bash[59709]: audit 2024-09-10T19:39:06.350555+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:39:07.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:07 smithi155 bash[59709]: audit 2024-09-10T19:39:06.355536+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:39:07.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:07 smithi155 bash[59709]: audit 2024-09-10T19:39:06.358029+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:39:07.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:07 smithi155 bash[59709]: audit 2024-09-10T19:39:06.360205+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:39:07.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:07 smithi155 bash[59709]: audit 2024-09-10T19:39:06.362705+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-10T19:39:08.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:08 smithi155 bash[53909]: audit 2024-09-10T19:39:06.363070+0000 mgr.y (mgr.54108) 153 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-10T19:39:08.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:08 smithi155 bash[53909]: cephadm 2024-09-10T19:39:06.364895+0000 mgr.y (mgr.54108) 154 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-09-10T19:39:08.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:08 smithi155 bash[53909]: audit 2024-09-10T19:39:07.693817+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:08.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:08 smithi155 bash[59709]: audit 2024-09-10T19:39:06.363070+0000 mgr.y (mgr.54108) 153 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-10T19:39:08.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:08 smithi155 bash[59709]: cephadm 2024-09-10T19:39:06.364895+0000 mgr.y (mgr.54108) 154 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-09-10T19:39:08.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:08 smithi155 bash[59709]: audit 2024-09-10T19:39:07.693817+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:08.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:08 smithi189 bash[38194]: audit 2024-09-10T19:39:06.363070+0000 mgr.y (mgr.54108) 153 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-10T19:39:08.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:08 smithi189 bash[38194]: cephadm 2024-09-10T19:39:06.364895+0000 mgr.y (mgr.54108) 154 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-09-10T19:39:08.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:08 smithi189 bash[38194]: audit 2024-09-10T19:39:07.693817+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:09.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:09 smithi155 bash[53909]: cluster 2024-09-10T19:39:07.597270+0000 mgr.y (mgr.54108) 155 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail 2024-09-10T19:39:09.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:09 smithi155 bash[53909]: cephadm 2024-09-10T19:39:08.570328+0000 mgr.y (mgr.54108) 156 : cephadm [INF] Upgrade: Updating osd.1 2024-09-10T19:39:09.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:09 smithi155 bash[53909]: audit 2024-09-10T19:39:08.579811+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:09.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:09 smithi155 bash[53909]: audit 2024-09-10T19:39:08.581589+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T19:39:09.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:09 smithi155 bash[53909]: audit 2024-09-10T19:39:08.583135+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:39:09.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:09 smithi155 bash[53909]: cephadm 2024-09-10T19:39:08.586433+0000 mgr.y (mgr.54108) 157 : cephadm [INF] Deploying daemon osd.1 on smithi155 2024-09-10T19:39:09.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:09 smithi155 bash[53909]: audit 2024-09-10T19:39:08.587217+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-09-10T19:39:09.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:09 smithi155 bash[59709]: cluster 2024-09-10T19:39:07.597270+0000 mgr.y (mgr.54108) 155 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail 2024-09-10T19:39:09.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:09 smithi155 bash[59709]: cephadm 2024-09-10T19:39:08.570328+0000 mgr.y (mgr.54108) 156 : cephadm [INF] Upgrade: Updating osd.1 2024-09-10T19:39:09.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:09 smithi155 bash[59709]: audit 2024-09-10T19:39:08.579811+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:09.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:09 smithi155 bash[59709]: audit 2024-09-10T19:39:08.581589+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T19:39:09.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:09 smithi155 bash[59709]: audit 2024-09-10T19:39:08.583135+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:39:09.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:09 smithi155 bash[59709]: cephadm 2024-09-10T19:39:08.586433+0000 mgr.y (mgr.54108) 157 : cephadm [INF] Deploying daemon osd.1 on smithi155 2024-09-10T19:39:09.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:09 smithi155 bash[59709]: audit 2024-09-10T19:39:08.587217+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-09-10T19:39:09.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:09 smithi189 bash[38194]: cluster 2024-09-10T19:39:07.597270+0000 mgr.y (mgr.54108) 155 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail 2024-09-10T19:39:09.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:09 smithi189 bash[38194]: cephadm 2024-09-10T19:39:08.570328+0000 mgr.y (mgr.54108) 156 : cephadm [INF] Upgrade: Updating osd.1 2024-09-10T19:39:09.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:09 smithi189 bash[38194]: audit 2024-09-10T19:39:08.579811+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:09.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:09 smithi189 bash[38194]: audit 2024-09-10T19:39:08.581589+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T19:39:09.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:09 smithi189 bash[38194]: audit 2024-09-10T19:39:08.583135+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:39:09.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:09 smithi189 bash[38194]: cephadm 2024-09-10T19:39:08.586433+0000 mgr.y (mgr.54108) 157 : cephadm [INF] Deploying daemon osd.1 on smithi155 2024-09-10T19:39:09.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:09 smithi189 bash[38194]: audit 2024-09-10T19:39:08.587217+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-09-10T19:39:10.243 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:10 smithi155 bash[53909]: cluster 2024-09-10T19:39:09.598646+0000 mgr.y (mgr.54108) 158 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail 2024-09-10T19:39:10.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:10 smithi155 bash[59709]: cluster 2024-09-10T19:39:09.598646+0000 mgr.y (mgr.54108) 158 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail 2024-09-10T19:39:10.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:10 smithi189 bash[38194]: cluster 2024-09-10T19:39:09.598646+0000 mgr.y (mgr.54108) 158 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail 2024-09-10T19:39:11.596 INFO:teuthology.orchestra.run.smithi155.stdout:true 2024-09-10T19:39:12.395 INFO:teuthology.orchestra.run.smithi155.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:39:12.395 INFO:teuthology.orchestra.run.smithi155.stdout:alertmanager.a smithi155 running (5m) 17s ago 31m 17.3M - 0.25.0 c8568f914cd2 d240bc57c001 2024-09-10T19:39:12.395 INFO:teuthology.orchestra.run.smithi155.stdout:grafana.a smithi189 running (4m) 2m ago 31m 82.1M - 9.4.7 954c08fa6188 2e57a3903209 2024-09-10T19:39:12.395 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.x smithi189 *:8443 running (7m) 2m ago 36m 390M - 17.2.7-1606-g5be57395 4c55dd409611 1e9c1f896a72 2024-09-10T19:39:12.395 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.y smithi155 *:8443 running (17m) 17s ago 38m 435M - 17.2.7-1606-g5be57395 4c55dd409611 c3f6bb49e60e 2024-09-10T19:39:12.395 INFO:teuthology.orchestra.run.smithi155.stdout:mon.a smithi155 running (2m) 17s ago 38m 55.3M 2048M 17.2.7-1606-g5be57395 4c55dd409611 7e033880dcd4 2024-09-10T19:39:12.395 INFO:teuthology.orchestra.run.smithi155.stdout:mon.b smithi189 running (3m) 2m ago 36m 43.9M 2048M 17.2.7-1606-g5be57395 4c55dd409611 f29d1decbead 2024-09-10T19:39:12.395 INFO:teuthology.orchestra.run.smithi155.stdout:mon.c smithi155 running (2m) 17s ago 37m 46.8M 2048M 17.2.7-1606-g5be57395 4c55dd409611 0fb56f4ad9b8 2024-09-10T19:39:12.396 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.a smithi155 running (6m) 17s ago 32m 11.6M - 1.5.0 0da6a335fe13 75a6b4940d3d 2024-09-10T19:39:12.396 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.b smithi189 running (6m) 2m ago 32m 11.2M - 1.5.0 0da6a335fe13 57c4129454db 2024-09-10T19:39:12.396 INFO:teuthology.orchestra.run.smithi155.stdout:osd.0 smithi155 running (22s) 17s ago 36m - 4096M 17.2.7-1606-g5be57395 4c55dd409611 b557248a0039 2024-09-10T19:39:12.396 INFO:teuthology.orchestra.run.smithi155.stdout:osd.1 smithi155 running (35m) 17s ago 35m 55.3M 4096M 15.2.0 204a01f9b0b6 42d00c1d93dd 2024-09-10T19:39:12.396 INFO:teuthology.orchestra.run.smithi155.stdout:osd.2 smithi155 running (35m) 17s ago 35m 52.5M 4096M 15.2.0 204a01f9b0b6 6b241c21f8e2 2024-09-10T19:39:12.396 INFO:teuthology.orchestra.run.smithi155.stdout:osd.3 smithi155 running (34m) 17s ago 34m 56.7M 4096M 15.2.0 204a01f9b0b6 8d9201a4db26 2024-09-10T19:39:12.396 INFO:teuthology.orchestra.run.smithi155.stdout:osd.4 smithi189 running (34m) 2m ago 34m 57.9M 4096M 15.2.0 204a01f9b0b6 34cb90c9d5b7 2024-09-10T19:39:12.396 INFO:teuthology.orchestra.run.smithi155.stdout:osd.5 smithi189 running (33m) 2m ago 33m 54.0M 4096M 15.2.0 204a01f9b0b6 4b3a3b60e1d5 2024-09-10T19:39:12.396 INFO:teuthology.orchestra.run.smithi155.stdout:osd.6 smithi189 running (33m) 2m ago 33m 57.9M 4096M 15.2.0 204a01f9b0b6 c58c4c013902 2024-09-10T19:39:12.396 INFO:teuthology.orchestra.run.smithi155.stdout:osd.7 smithi189 running (32m) 2m ago 32m 57.5M 4096M 15.2.0 204a01f9b0b6 fb02b608dde7 2024-09-10T19:39:12.396 INFO:teuthology.orchestra.run.smithi155.stdout:prometheus.a smithi189 running (6m) 2m ago 32m 43.2M - 2.43.0 a07b618ecd1d a68b682055db 2024-09-10T19:39:12.396 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi155.ehnnyk smithi155 running (30m) 17s ago 30m 56.6M - 15.2.0 204a01f9b0b6 48687c7a211a 2024-09-10T19:39:12.396 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi189.dwpibf smithi189 running (30m) 2m ago 30m 55.5M - 15.2.0 204a01f9b0b6 6bddcdbdbf0b 2024-09-10T19:39:12.875 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:39:12.875 INFO:teuthology.orchestra.run.smithi155.stdout: "mon": { 2024-09-10T19:39:12.876 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 3 2024-09-10T19:39:12.876 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:39:12.876 INFO:teuthology.orchestra.run.smithi155.stdout: "mgr": { 2024-09-10T19:39:12.876 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:39:12.876 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:39:12.876 INFO:teuthology.orchestra.run.smithi155.stdout: "osd": { 2024-09-10T19:39:12.876 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 7, 2024-09-10T19:39:12.876 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 1 2024-09-10T19:39:12.876 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:39:12.876 INFO:teuthology.orchestra.run.smithi155.stdout: "rgw": { 2024-09-10T19:39:12.876 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-10T19:39:12.876 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:39:12.876 INFO:teuthology.orchestra.run.smithi155.stdout: "overall": { 2024-09-10T19:39:12.876 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 9, 2024-09-10T19:39:12.877 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 6 2024-09-10T19:39:12.877 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-10T19:39:12.877 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:39:12.952 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:12 smithi155 bash[53909]: audit 2024-09-10T19:39:11.580476+0000 mgr.y (mgr.54108) 159 : audit [DBG] from='client.54270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:39:12.952 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:12 smithi155 bash[53909]: cluster 2024-09-10T19:39:11.599166+0000 mgr.y (mgr.54108) 160 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail 2024-09-10T19:39:12.952 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:12 smithi155 bash[53909]: audit 2024-09-10T19:39:11.975516+0000 mgr.y (mgr.54108) 161 : audit [DBG] from='client.54276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:39:12.952 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:12 smithi155 bash[53909]: audit 2024-09-10T19:39:12.369665+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:39:12.952 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:12 smithi155 bash[53909]: audit 2024-09-10T19:39:12.370548+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:39:12.953 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:12 smithi155 bash[53909]: audit 2024-09-10T19:39:12.371349+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:12.953 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:12 smithi155 bash[53909]: audit 2024-09-10T19:39:12.372060+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:12.953 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:12 smithi155 bash[53909]: audit 2024-09-10T19:39:12.372843+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:12.953 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:12 smithi155 bash[53909]: audit 2024-09-10T19:39:12.373529+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:12.953 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:12 smithi155 bash[53909]: audit 2024-09-10T19:39:12.375960+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:39:12.953 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:12 smithi155 bash[53909]: audit 2024-09-10T19:39:12.376697+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:12.953 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:12 smithi155 bash[53909]: audit 2024-09-10T19:39:12.377393+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:12.953 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:12 smithi155 bash[53909]: audit 2024-09-10T19:39:12.378454+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:12.953 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:12 smithi155 bash[53909]: audit 2024-09-10T19:39:12.379462+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:12.953 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:12 smithi155 bash[59709]: audit 2024-09-10T19:39:11.580476+0000 mgr.y (mgr.54108) 159 : audit [DBG] from='client.54270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:39:12.953 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:12 smithi155 bash[59709]: cluster 2024-09-10T19:39:11.599166+0000 mgr.y (mgr.54108) 160 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail 2024-09-10T19:39:12.953 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:12 smithi155 bash[59709]: audit 2024-09-10T19:39:11.975516+0000 mgr.y (mgr.54108) 161 : audit [DBG] from='client.54276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:39:12.954 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:12 smithi155 bash[59709]: audit 2024-09-10T19:39:12.369665+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:39:12.954 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:12 smithi155 bash[59709]: audit 2024-09-10T19:39:12.370548+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:39:12.954 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:12 smithi155 bash[59709]: audit 2024-09-10T19:39:12.371349+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:12.954 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:12 smithi155 bash[59709]: audit 2024-09-10T19:39:12.372060+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:12.954 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:12 smithi155 bash[59709]: audit 2024-09-10T19:39:12.372843+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:12.954 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:12 smithi155 bash[59709]: audit 2024-09-10T19:39:12.373529+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:12.954 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:12 smithi155 bash[59709]: audit 2024-09-10T19:39:12.375960+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:39:12.954 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:12 smithi155 bash[59709]: audit 2024-09-10T19:39:12.376697+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:12.954 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:12 smithi155 bash[59709]: audit 2024-09-10T19:39:12.377393+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:12.954 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:12 smithi155 bash[59709]: audit 2024-09-10T19:39:12.378454+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:12.954 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:12 smithi155 bash[59709]: audit 2024-09-10T19:39:12.379462+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:12.955 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:12 smithi189 bash[38194]: audit 2024-09-10T19:39:11.580476+0000 mgr.y (mgr.54108) 159 : audit [DBG] from='client.54270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:39:12.955 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:12 smithi189 bash[38194]: cluster 2024-09-10T19:39:11.599166+0000 mgr.y (mgr.54108) 160 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail 2024-09-10T19:39:12.955 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:12 smithi189 bash[38194]: audit 2024-09-10T19:39:11.975516+0000 mgr.y (mgr.54108) 161 : audit [DBG] from='client.54276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:39:12.955 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:12 smithi189 bash[38194]: audit 2024-09-10T19:39:12.369665+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:39:12.955 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:12 smithi189 bash[38194]: audit 2024-09-10T19:39:12.370548+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:39:12.955 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:12 smithi189 bash[38194]: audit 2024-09-10T19:39:12.371349+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:12.955 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:12 smithi189 bash[38194]: audit 2024-09-10T19:39:12.372060+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:12.955 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:12 smithi189 bash[38194]: audit 2024-09-10T19:39:12.372843+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:12.955 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:12 smithi189 bash[38194]: audit 2024-09-10T19:39:12.373529+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:12.955 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:12 smithi189 bash[38194]: audit 2024-09-10T19:39:12.375960+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:39:12.955 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:12 smithi189 bash[38194]: audit 2024-09-10T19:39:12.376697+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:12.956 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:12 smithi189 bash[38194]: audit 2024-09-10T19:39:12.377393+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:12.956 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:12 smithi189 bash[38194]: audit 2024-09-10T19:39:12.378454+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:12.956 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:12 smithi189 bash[38194]: audit 2024-09-10T19:39:12.379462+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:13.261 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:39:13.261 INFO:teuthology.orchestra.run.smithi155.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T19:39:13.261 INFO:teuthology.orchestra.run.smithi155.stdout: "in_progress": true, 2024-09-10T19:39:13.262 INFO:teuthology.orchestra.run.smithi155.stdout: "which": "Upgrading daemons of type(s) osd. Upgrade limited to 2 daemons (1 remaining).", 2024-09-10T19:39:13.262 INFO:teuthology.orchestra.run.smithi155.stdout: "services_complete": [], 2024-09-10T19:39:13.262 INFO:teuthology.orchestra.run.smithi155.stdout: "progress": "1/8 daemons upgraded", 2024-09-10T19:39:13.262 INFO:teuthology.orchestra.run.smithi155.stdout: "message": "Currently upgrading osd daemons", 2024-09-10T19:39:13.262 INFO:teuthology.orchestra.run.smithi155.stdout: "is_paused": false 2024-09-10T19:39:13.262 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:39:13.277 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:39:13 smithi155 systemd[1]: Stopping Ceph osd.1 for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:39:13.547 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[22643]: debug 2024-09-10T19:39:13.269+0000 7f200bbfd700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T19:39:13.547 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[22643]: debug 2024-09-10T19:39:13.269+0000 7f200bbfd700 -1 osd.1 70 *** Got signal Terminated *** 2024-09-10T19:39:13.548 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[22643]: debug 2024-09-10T19:39:13.269+0000 7f200bbfd700 -1 osd.1 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:39:13.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[53909]: audit 2024-09-10T19:39:12.364314+0000 mgr.y (mgr.54108) 162 : audit [DBG] from='client.64210 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:39:13.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[53909]: audit 2024-09-10T19:39:12.873732+0000 mon.a (mon.0) 478 : audit [DBG] from='client.54288 172.21.15.155:0/1606707589' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:39:13.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[53909]: cluster 2024-09-10T19:39:13.359605+0000 mon.a (mon.0) 479 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T19:39:13.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[53909]: cluster 2024-09-10T19:39:13.359697+0000 mon.a (mon.0) 480 : cluster [INF] osd.1 failed (root=default,host=smithi155) (connection refused reported by osd.0) 2024-09-10T19:39:13.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[53909]: cluster 2024-09-10T19:39:13.384461+0000 mon.a (mon.0) 481 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T19:39:13.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[53909]: cluster 2024-09-10T19:39:13.536096+0000 mon.a (mon.0) 482 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-10T19:39:13.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[53909]: cluster 2024-09-10T19:39:13.560777+0000 mon.a (mon.0) 483 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T19:39:13.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[53909]: cluster 2024-09-10T19:39:13.561009+0000 mon.a (mon.0) 484 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T19:39:13.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[53909]: cluster 2024-09-10T19:39:13.561534+0000 mon.a (mon.0) 485 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-10T19:39:13.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[53909]: cluster 2024-09-10T19:39:13.561809+0000 mon.a (mon.0) 486 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-10T19:39:13.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[53909]: cluster 2024-09-10T19:39:13.562074+0000 mon.a (mon.0) 487 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-10T19:39:13.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[53909]: cluster 2024-09-10T19:39:13.562374+0000 mon.a (mon.0) 488 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-10T19:39:13.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[53909]: cluster 2024-09-10T19:39:13.562713+0000 mon.a (mon.0) 489 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-10T19:39:13.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[53909]: cluster 2024-09-10T19:39:13.563018+0000 mon.a (mon.0) 490 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-10T19:39:13.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[53909]: cluster 2024-09-10T19:39:13.563279+0000 mon.a (mon.0) 491 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-10T19:39:13.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[53909]: cluster 2024-09-10T19:39:13.563531+0000 mon.a (mon.0) 492 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-10T19:39:13.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[53909]: cluster 2024-09-10T19:39:13.563819+0000 mon.a (mon.0) 493 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-10T19:39:13.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[53909]: cluster 2024-09-10T19:39:13.564086+0000 mon.a (mon.0) 494 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-10T19:39:13.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[53909]: cluster 2024-09-10T19:39:13.564375+0000 mon.a (mon.0) 495 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-10T19:39:13.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[53909]: cluster 2024-09-10T19:39:13.564639+0000 mon.a (mon.0) 496 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-10T19:39:13.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[53909]: cluster 2024-09-10T19:39:13.588594+0000 mon.a (mon.0) 497 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T19:39:13.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[59709]: audit 2024-09-10T19:39:12.364314+0000 mgr.y (mgr.54108) 162 : audit [DBG] from='client.64210 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:39:13.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[59709]: audit 2024-09-10T19:39:12.873732+0000 mon.a (mon.0) 478 : audit [DBG] from='client.54288 172.21.15.155:0/1606707589' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:39:13.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[59709]: cluster 2024-09-10T19:39:13.359605+0000 mon.a (mon.0) 479 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T19:39:13.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[59709]: cluster 2024-09-10T19:39:13.359697+0000 mon.a (mon.0) 480 : cluster [INF] osd.1 failed (root=default,host=smithi155) (connection refused reported by osd.0) 2024-09-10T19:39:13.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[59709]: cluster 2024-09-10T19:39:13.384461+0000 mon.a (mon.0) 481 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T19:39:13.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[59709]: cluster 2024-09-10T19:39:13.536096+0000 mon.a (mon.0) 482 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-10T19:39:13.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[59709]: cluster 2024-09-10T19:39:13.560777+0000 mon.a (mon.0) 483 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T19:39:13.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[59709]: cluster 2024-09-10T19:39:13.561009+0000 mon.a (mon.0) 484 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T19:39:13.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[59709]: cluster 2024-09-10T19:39:13.561534+0000 mon.a (mon.0) 485 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-10T19:39:13.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[59709]: cluster 2024-09-10T19:39:13.561809+0000 mon.a (mon.0) 486 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-10T19:39:13.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[59709]: cluster 2024-09-10T19:39:13.562074+0000 mon.a (mon.0) 487 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-10T19:39:13.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[59709]: cluster 2024-09-10T19:39:13.562374+0000 mon.a (mon.0) 488 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-10T19:39:13.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[59709]: cluster 2024-09-10T19:39:13.562713+0000 mon.a (mon.0) 489 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-10T19:39:13.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[59709]: cluster 2024-09-10T19:39:13.563018+0000 mon.a (mon.0) 490 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-10T19:39:13.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[59709]: cluster 2024-09-10T19:39:13.563279+0000 mon.a (mon.0) 491 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-10T19:39:13.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[59709]: cluster 2024-09-10T19:39:13.563531+0000 mon.a (mon.0) 492 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-10T19:39:13.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[59709]: cluster 2024-09-10T19:39:13.563819+0000 mon.a (mon.0) 493 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-10T19:39:13.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[59709]: cluster 2024-09-10T19:39:13.564086+0000 mon.a (mon.0) 494 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-10T19:39:13.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[59709]: cluster 2024-09-10T19:39:13.564375+0000 mon.a (mon.0) 495 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-10T19:39:13.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[59709]: cluster 2024-09-10T19:39:13.564639+0000 mon.a (mon.0) 496 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-10T19:39:13.843 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[59709]: cluster 2024-09-10T19:39:13.588594+0000 mon.a (mon.0) 497 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T19:39:13.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:13 smithi189 bash[38194]: audit 2024-09-10T19:39:12.364314+0000 mgr.y (mgr.54108) 162 : audit [DBG] from='client.64210 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:39:13.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:13 smithi189 bash[38194]: audit 2024-09-10T19:39:12.873732+0000 mon.a (mon.0) 478 : audit [DBG] from='client.54288 172.21.15.155:0/1606707589' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:39:13.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:13 smithi189 bash[38194]: cluster 2024-09-10T19:39:13.359605+0000 mon.a (mon.0) 479 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T19:39:13.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:13 smithi189 bash[38194]: cluster 2024-09-10T19:39:13.359697+0000 mon.a (mon.0) 480 : cluster [INF] osd.1 failed (root=default,host=smithi155) (connection refused reported by osd.0) 2024-09-10T19:39:13.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:13 smithi189 bash[38194]: cluster 2024-09-10T19:39:13.384461+0000 mon.a (mon.0) 481 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T19:39:13.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:13 smithi189 bash[38194]: cluster 2024-09-10T19:39:13.536096+0000 mon.a (mon.0) 482 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-10T19:39:13.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:13 smithi189 bash[38194]: cluster 2024-09-10T19:39:13.560777+0000 mon.a (mon.0) 483 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T19:39:13.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:13 smithi189 bash[38194]: cluster 2024-09-10T19:39:13.561009+0000 mon.a (mon.0) 484 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T19:39:13.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:13 smithi189 bash[38194]: cluster 2024-09-10T19:39:13.561534+0000 mon.a (mon.0) 485 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-10T19:39:13.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:13 smithi189 bash[38194]: cluster 2024-09-10T19:39:13.561809+0000 mon.a (mon.0) 486 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-10T19:39:13.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:13 smithi189 bash[38194]: cluster 2024-09-10T19:39:13.562074+0000 mon.a (mon.0) 487 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-10T19:39:13.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:13 smithi189 bash[38194]: cluster 2024-09-10T19:39:13.562374+0000 mon.a (mon.0) 488 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-10T19:39:13.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:13 smithi189 bash[38194]: cluster 2024-09-10T19:39:13.562713+0000 mon.a (mon.0) 489 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-10T19:39:13.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:13 smithi189 bash[38194]: cluster 2024-09-10T19:39:13.563018+0000 mon.a (mon.0) 490 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-10T19:39:13.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:13 smithi189 bash[38194]: cluster 2024-09-10T19:39:13.563279+0000 mon.a (mon.0) 491 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-10T19:39:13.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:13 smithi189 bash[38194]: cluster 2024-09-10T19:39:13.563531+0000 mon.a (mon.0) 492 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-10T19:39:13.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:13 smithi189 bash[38194]: cluster 2024-09-10T19:39:13.563819+0000 mon.a (mon.0) 493 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-10T19:39:13.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:13 smithi189 bash[38194]: cluster 2024-09-10T19:39:13.564086+0000 mon.a (mon.0) 494 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-10T19:39:13.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:13 smithi189 bash[38194]: cluster 2024-09-10T19:39:13.564375+0000 mon.a (mon.0) 495 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-10T19:39:13.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:13 smithi189 bash[38194]: cluster 2024-09-10T19:39:13.564639+0000 mon.a (mon.0) 496 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-10T19:39:13.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:13 smithi189 bash[38194]: cluster 2024-09-10T19:39:13.588594+0000 mon.a (mon.0) 497 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T19:39:14.340 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:39:13 smithi155 bash[72019]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-osd.1 2024-09-10T19:39:14.340 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:39:14 smithi155 bash[72095]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-osd.1 2024-09-10T19:39:14.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:14 smithi189 bash[38194]: audit 2024-09-10T19:39:13.259393+0000 mgr.y (mgr.54108) 163 : audit [DBG] from='client.64222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:39:14.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:14 smithi189 bash[38194]: cluster 2024-09-10T19:39:13.599738+0000 mgr.y (mgr.54108) 164 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail 2024-09-10T19:39:14.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:14 smithi189 bash[38194]: cluster 2024-09-10T19:39:13.656903+0000 mon.a (mon.0) 498 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:39:14.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:14 smithi189 bash[38194]: cluster 2024-09-10T19:39:13.672679+0000 mon.a (mon.0) 499 : cluster [DBG] osdmap e71: 8 total, 7 up, 8 in 2024-09-10T19:39:15.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:14 smithi155 bash[53909]: audit 2024-09-10T19:39:13.259393+0000 mgr.y (mgr.54108) 163 : audit [DBG] from='client.64222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:39:15.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:14 smithi155 bash[53909]: cluster 2024-09-10T19:39:13.599738+0000 mgr.y (mgr.54108) 164 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail 2024-09-10T19:39:15.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:14 smithi155 bash[53909]: cluster 2024-09-10T19:39:13.656903+0000 mon.a (mon.0) 498 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:39:15.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:14 smithi155 bash[53909]: cluster 2024-09-10T19:39:13.672679+0000 mon.a (mon.0) 499 : cluster [DBG] osdmap e71: 8 total, 7 up, 8 in 2024-09-10T19:39:15.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:14 smithi155 bash[59709]: audit 2024-09-10T19:39:13.259393+0000 mgr.y (mgr.54108) 163 : audit [DBG] from='client.64222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:39:15.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:14 smithi155 bash[59709]: cluster 2024-09-10T19:39:13.599738+0000 mgr.y (mgr.54108) 164 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail 2024-09-10T19:39:15.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:14 smithi155 bash[59709]: cluster 2024-09-10T19:39:13.656903+0000 mon.a (mon.0) 498 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:39:15.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:14 smithi155 bash[59709]: cluster 2024-09-10T19:39:13.672679+0000 mon.a (mon.0) 499 : cluster [DBG] osdmap e71: 8 total, 7 up, 8 in 2024-09-10T19:39:15.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:15 smithi155 bash[59709]: cluster 2024-09-10T19:39:14.673635+0000 mon.a (mon.0) 500 : cluster [DBG] osdmap e72: 8 total, 7 up, 8 in 2024-09-10T19:39:15.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:15 smithi155 bash[53909]: cluster 2024-09-10T19:39:14.673635+0000 mon.a (mon.0) 500 : cluster [DBG] osdmap e72: 8 total, 7 up, 8 in 2024-09-10T19:39:15.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:15 smithi189 bash[38194]: cluster 2024-09-10T19:39:14.673635+0000 mon.a (mon.0) 500 : cluster [DBG] osdmap e72: 8 total, 7 up, 8 in 2024-09-10T19:39:16.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:16 smithi155 bash[53909]: cluster 2024-09-10T19:39:15.600268+0000 mgr.y (mgr.54108) 165 : cluster [DBG] pgmap v84: 129 pgs: 18 stale+active+clean, 111 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 1.1 KiB/s rd, 0 B/s wr, 1 op/s 2024-09-10T19:39:16.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:16 smithi155 bash[59709]: cluster 2024-09-10T19:39:15.600268+0000 mgr.y (mgr.54108) 165 : cluster [DBG] pgmap v84: 129 pgs: 18 stale+active+clean, 111 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 1.1 KiB/s rd, 0 B/s wr, 1 op/s 2024-09-10T19:39:16.840 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:39:16 smithi155 systemd[1]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968@osd.1.service: Succeeded. 2024-09-10T19:39:16.840 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:39:16 smithi155 systemd[1]: Stopped Ceph osd.1 for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:39:16.840 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:39:16 smithi155 systemd[1]: Started Ceph osd.1 for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:39:16.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:16 smithi189 bash[38194]: cluster 2024-09-10T19:39:15.600268+0000 mgr.y (mgr.54108) 165 : cluster [DBG] pgmap v84: 129 pgs: 18 stale+active+clean, 111 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 1.1 KiB/s rd, 0 B/s wr, 1 op/s 2024-09-10T19:39:18.025 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:17 smithi155 bash[53909]: audit 2024-09-10T19:39:16.820263+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:39:18.025 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:17 smithi155 bash[53909]: audit 2024-09-10T19:39:16.825456+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:18.025 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:17 smithi155 bash[53909]: audit 2024-09-10T19:39:16.831907+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:18.025 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:17 smithi155 bash[53909]: audit 2024-09-10T19:39:16.840341+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:18.025 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:17 smithi155 bash[53909]: audit 2024-09-10T19:39:16.842309+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:39:18.026 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:17 smithi155 bash[59709]: audit 2024-09-10T19:39:16.820263+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:39:18.026 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:17 smithi155 bash[59709]: audit 2024-09-10T19:39:16.825456+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:18.026 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:17 smithi155 bash[59709]: audit 2024-09-10T19:39:16.831907+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:18.026 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:17 smithi155 bash[59709]: audit 2024-09-10T19:39:16.840341+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:18.026 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:17 smithi155 bash[59709]: audit 2024-09-10T19:39:16.842309+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:39:18.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:17 smithi189 bash[38194]: audit 2024-09-10T19:39:16.820263+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:39:18.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:17 smithi189 bash[38194]: audit 2024-09-10T19:39:16.825456+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:18.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:17 smithi189 bash[38194]: audit 2024-09-10T19:39:16.831907+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:18.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:17 smithi189 bash[38194]: audit 2024-09-10T19:39:16.840341+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:18.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:17 smithi189 bash[38194]: audit 2024-09-10T19:39:16.842309+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:39:18.673 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:39:18 smithi155 bash[72278]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-10T19:39:18.673 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:39:18 smithi155 bash[72278]: 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-10T19:39:18.673 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:39:18 smithi155 bash[72278]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-10T19:39:18.673 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:39:18 smithi155 bash[72278]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-10T19:39:18.673 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:39:18 smithi155 bash[72278]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-09-10T19:39:18.673 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:39:18 smithi155 bash[72278]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-10T19:39:18.673 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:39:18 smithi155 bash[72278]: --> ceph-volume raw activate successful for osd ID: 1 2024-09-10T19:39:19.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:18 smithi155 bash[53909]: cluster 2024-09-10T19:39:17.601197+0000 mgr.y (mgr.54108) 166 : cluster [DBG] pgmap v85: 129 pgs: 4 active+undersized, 17 stale+active+clean, 1 active+undersized+degraded, 107 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 29 op/s; 6/612 objects degraded (0.980%) 2024-09-10T19:39:19.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:18 smithi155 bash[53909]: cluster 2024-09-10T19:39:17.837001+0000 mon.a (mon.0) 506 : cluster [WRN] Health check failed: Degraded data redundancy: 6/612 objects degraded (0.980%), 1 pg degraded (PG_DEGRADED) 2024-09-10T19:39:19.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:18 smithi155 bash[59709]: cluster 2024-09-10T19:39:17.601197+0000 mgr.y (mgr.54108) 166 : cluster [DBG] pgmap v85: 129 pgs: 4 active+undersized, 17 stale+active+clean, 1 active+undersized+degraded, 107 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 29 op/s; 6/612 objects degraded (0.980%) 2024-09-10T19:39:19.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:18 smithi155 bash[59709]: cluster 2024-09-10T19:39:17.837001+0000 mon.a (mon.0) 506 : cluster [WRN] Health check failed: Degraded data redundancy: 6/612 objects degraded (0.980%), 1 pg degraded (PG_DEGRADED) 2024-09-10T19:39:19.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:18 smithi189 bash[38194]: cluster 2024-09-10T19:39:17.601197+0000 mgr.y (mgr.54108) 166 : cluster [DBG] pgmap v85: 129 pgs: 4 active+undersized, 17 stale+active+clean, 1 active+undersized+degraded, 107 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 29 op/s; 6/612 objects degraded (0.980%) 2024-09-10T19:39:19.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:18 smithi189 bash[38194]: cluster 2024-09-10T19:39:17.837001+0000 mon.a (mon.0) 506 : cluster [WRN] Health check failed: Degraded data redundancy: 6/612 objects degraded (0.980%), 1 pg degraded (PG_DEGRADED) 2024-09-10T19:39:20.710 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:39:20 smithi155 bash[72578]: debug 2024-09-10T19:39:20.469+0000 7fa15067e640 1 -- 172.21.15.155:0/1986835409 <== mon.1 v2:172.21.15.155:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5574fd714d00 con 0x5574fd6e7000 2024-09-10T19:39:21.012 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:20 smithi155 bash[53909]: cluster 2024-09-10T19:39:19.602980+0000 mgr.y (mgr.54108) 167 : cluster [DBG] pgmap v86: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 101 KiB/s rd, 0 B/s wr, 171 op/s; 85/612 objects degraded (13.889%) 2024-09-10T19:39:21.012 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:20 smithi155 bash[59709]: cluster 2024-09-10T19:39:19.602980+0000 mgr.y (mgr.54108) 167 : cluster [DBG] pgmap v86: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 101 KiB/s rd, 0 B/s wr, 171 op/s; 85/612 objects degraded (13.889%) 2024-09-10T19:39:21.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:20 smithi189 bash[38194]: cluster 2024-09-10T19:39:19.602980+0000 mgr.y (mgr.54108) 167 : cluster [DBG] pgmap v86: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 101 KiB/s rd, 0 B/s wr, 171 op/s; 85/612 objects degraded (13.889%) 2024-09-10T19:39:21.339 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:39:21 smithi155 bash[72578]: debug 2024-09-10T19:39:21.005+0000 7fa152ee6440 -1 Falling back to public interface 2024-09-10T19:39:23.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:22 smithi155 bash[59709]: cluster 2024-09-10T19:39:21.604172+0000 mgr.y (mgr.54108) 168 : cluster [DBG] pgmap v87: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 101 KiB/s rd, 0 B/s wr, 171 op/s; 85/612 objects degraded (13.889%) 2024-09-10T19:39:23.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:22 smithi155 bash[53909]: cluster 2024-09-10T19:39:21.604172+0000 mgr.y (mgr.54108) 168 : cluster [DBG] pgmap v87: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 101 KiB/s rd, 0 B/s wr, 171 op/s; 85/612 objects degraded (13.889%) 2024-09-10T19:39:23.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:22 smithi189 bash[38194]: cluster 2024-09-10T19:39:21.604172+0000 mgr.y (mgr.54108) 168 : cluster [DBG] pgmap v87: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 101 KiB/s rd, 0 B/s wr, 171 op/s; 85/612 objects degraded (13.889%) 2024-09-10T19:39:24.339 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:39:24 smithi155 bash[72578]: debug 2024-09-10T19:39:24.013+0000 7fa152ee6440 -1 osd.1 0 read_superblock omap replica is missing. 2024-09-10T19:39:24.339 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:39:24 smithi155 bash[72578]: debug 2024-09-10T19:39:24.061+0000 7fa152ee6440 -1 osd.1 70 log_to_monitors true 2024-09-10T19:39:25.002 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:24 smithi155 bash[53909]: cluster 2024-09-10T19:39:23.605194+0000 mgr.y (mgr.54108) 169 : cluster [DBG] pgmap v88: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 81 KiB/s rd, 0 B/s wr, 136 op/s; 85/612 objects degraded (13.889%) 2024-09-10T19:39:25.002 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:24 smithi155 bash[53909]: audit 2024-09-10T19:39:23.958784+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:39:25.002 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:24 smithi155 bash[53909]: audit 2024-09-10T19:39:23.964856+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:25.002 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:24 smithi155 bash[53909]: audit 2024-09-10T19:39:23.972065+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:25.002 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:24 smithi155 bash[53909]: audit 2024-09-10T19:39:24.071584+0000 mon.c (mon.1) 5 : audit [INF] from='osd.1 [v2:172.21.15.155:6810/3886714330,v1:172.21.15.155:6811/3886714330]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T19:39:25.002 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:24 smithi155 bash[53909]: audit 2024-09-10T19:39:24.072039+0000 mon.a (mon.0) 510 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T19:39:25.002 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:24 smithi155 bash[53909]: audit 2024-09-10T19:39:24.360189+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:39:25.002 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:24 smithi155 bash[53909]: audit 2024-09-10T19:39:24.571887+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:39:25.002 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:24 smithi155 bash[53909]: audit 2024-09-10T19:39:24.579584+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:25.002 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:24 smithi155 bash[53909]: audit 2024-09-10T19:39:24.586958+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:25.003 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:24 smithi155 bash[53909]: audit 2024-09-10T19:39:24.588382+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:39:25.003 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:24 smithi155 bash[59709]: cluster 2024-09-10T19:39:23.605194+0000 mgr.y (mgr.54108) 169 : cluster [DBG] pgmap v88: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 81 KiB/s rd, 0 B/s wr, 136 op/s; 85/612 objects degraded (13.889%) 2024-09-10T19:39:25.003 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:24 smithi155 bash[59709]: audit 2024-09-10T19:39:23.958784+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:39:25.003 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:24 smithi155 bash[59709]: audit 2024-09-10T19:39:23.964856+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:25.003 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:24 smithi155 bash[59709]: audit 2024-09-10T19:39:23.972065+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:25.003 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:24 smithi155 bash[59709]: audit 2024-09-10T19:39:24.071584+0000 mon.c (mon.1) 5 : audit [INF] from='osd.1 [v2:172.21.15.155:6810/3886714330,v1:172.21.15.155:6811/3886714330]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T19:39:25.003 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:24 smithi155 bash[59709]: audit 2024-09-10T19:39:24.072039+0000 mon.a (mon.0) 510 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T19:39:25.003 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:24 smithi155 bash[59709]: audit 2024-09-10T19:39:24.360189+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:39:25.003 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:24 smithi155 bash[59709]: audit 2024-09-10T19:39:24.571887+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:39:25.003 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:24 smithi155 bash[59709]: audit 2024-09-10T19:39:24.579584+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:25.003 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:24 smithi155 bash[59709]: audit 2024-09-10T19:39:24.586958+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:25.004 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:24 smithi155 bash[59709]: audit 2024-09-10T19:39:24.588382+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:39:25.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:24 smithi189 bash[38194]: cluster 2024-09-10T19:39:23.605194+0000 mgr.y (mgr.54108) 169 : cluster [DBG] pgmap v88: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 81 KiB/s rd, 0 B/s wr, 136 op/s; 85/612 objects degraded (13.889%) 2024-09-10T19:39:25.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:24 smithi189 bash[38194]: audit 2024-09-10T19:39:23.958784+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:39:25.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:24 smithi189 bash[38194]: audit 2024-09-10T19:39:23.964856+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:25.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:24 smithi189 bash[38194]: audit 2024-09-10T19:39:23.972065+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:25.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:24 smithi189 bash[38194]: audit 2024-09-10T19:39:24.071584+0000 mon.c (mon.1) 5 : audit [INF] from='osd.1 [v2:172.21.15.155:6810/3886714330,v1:172.21.15.155:6811/3886714330]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T19:39:25.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:24 smithi189 bash[38194]: audit 2024-09-10T19:39:24.072039+0000 mon.a (mon.0) 510 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T19:39:25.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:24 smithi189 bash[38194]: audit 2024-09-10T19:39:24.360189+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:39:25.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:24 smithi189 bash[38194]: audit 2024-09-10T19:39:24.571887+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:39:25.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:24 smithi189 bash[38194]: audit 2024-09-10T19:39:24.579584+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:25.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:24 smithi189 bash[38194]: audit 2024-09-10T19:39:24.586958+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:25.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:24 smithi189 bash[38194]: audit 2024-09-10T19:39:24.588382+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:39:25.339 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:39:25 smithi155 bash[72578]: debug 2024-09-10T19:39:24.993+0000 7fa149c90640 -1 osd.1 70 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T19:39:26.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:25 smithi155 bash[53909]: audit 2024-09-10T19:39:24.982658+0000 mon.a (mon.0) 516 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T19:39:26.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:25 smithi155 bash[53909]: cluster 2024-09-10T19:39:24.982772+0000 mon.a (mon.0) 517 : cluster [DBG] osdmap e73: 8 total, 7 up, 8 in 2024-09-10T19:39:26.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:25 smithi155 bash[53909]: audit 2024-09-10T19:39:24.983871+0000 mon.c (mon.1) 6 : audit [INF] from='osd.1 [v2:172.21.15.155:6810/3886714330,v1:172.21.15.155:6811/3886714330]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T19:39:26.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:25 smithi155 bash[53909]: audit 2024-09-10T19:39:24.984547+0000 mon.a (mon.0) 518 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T19:39:26.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:25 smithi155 bash[53909]: cluster 2024-09-10T19:39:25.511403+0000 mon.a (mon.0) 519 : cluster [WRN] Health check update: Degraded data redundancy: 85/612 objects degraded (13.889%), 22 pgs degraded (PG_DEGRADED) 2024-09-10T19:39:26.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:25 smithi155 bash[59709]: audit 2024-09-10T19:39:24.982658+0000 mon.a (mon.0) 516 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T19:39:26.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:25 smithi155 bash[59709]: cluster 2024-09-10T19:39:24.982772+0000 mon.a (mon.0) 517 : cluster [DBG] osdmap e73: 8 total, 7 up, 8 in 2024-09-10T19:39:26.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:25 smithi155 bash[59709]: audit 2024-09-10T19:39:24.983871+0000 mon.c (mon.1) 6 : audit [INF] from='osd.1 [v2:172.21.15.155:6810/3886714330,v1:172.21.15.155:6811/3886714330]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T19:39:26.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:25 smithi155 bash[59709]: audit 2024-09-10T19:39:24.984547+0000 mon.a (mon.0) 518 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T19:39:26.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:25 smithi155 bash[59709]: cluster 2024-09-10T19:39:25.511403+0000 mon.a (mon.0) 519 : cluster [WRN] Health check update: Degraded data redundancy: 85/612 objects degraded (13.889%), 22 pgs degraded (PG_DEGRADED) 2024-09-10T19:39:26.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:25 smithi189 bash[38194]: audit 2024-09-10T19:39:24.982658+0000 mon.a (mon.0) 516 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T19:39:26.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:25 smithi189 bash[38194]: cluster 2024-09-10T19:39:24.982772+0000 mon.a (mon.0) 517 : cluster [DBG] osdmap e73: 8 total, 7 up, 8 in 2024-09-10T19:39:26.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:25 smithi189 bash[38194]: audit 2024-09-10T19:39:24.983871+0000 mon.c (mon.1) 6 : audit [INF] from='osd.1 [v2:172.21.15.155:6810/3886714330,v1:172.21.15.155:6811/3886714330]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T19:39:26.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:25 smithi189 bash[38194]: audit 2024-09-10T19:39:24.984547+0000 mon.a (mon.0) 518 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T19:39:26.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:25 smithi189 bash[38194]: cluster 2024-09-10T19:39:25.511403+0000 mon.a (mon.0) 519 : cluster [WRN] Health check update: Degraded data redundancy: 85/612 objects degraded (13.889%), 22 pgs degraded (PG_DEGRADED) 2024-09-10T19:39:27.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:27 smithi155 bash[53909]: cluster 2024-09-10T19:39:25.606157+0000 mgr.y (mgr.54108) 170 : cluster [DBG] pgmap v90: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 80 KiB/s rd, 0 B/s wr, 135 op/s; 85/612 objects degraded (13.889%) 2024-09-10T19:39:27.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:27 smithi155 bash[53909]: cluster 2024-09-10T19:39:25.973879+0000 mon.a (mon.0) 520 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:39:27.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:27 smithi155 bash[53909]: cluster 2024-09-10T19:39:25.985394+0000 mon.a (mon.0) 521 : cluster [INF] osd.1 [v2:172.21.15.155:6810/3886714330,v1:172.21.15.155:6811/3886714330] boot 2024-09-10T19:39:27.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:27 smithi155 bash[53909]: cluster 2024-09-10T19:39:25.985460+0000 mon.a (mon.0) 522 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-09-10T19:39:27.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:27 smithi155 bash[53909]: audit 2024-09-10T19:39:25.986697+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:39:27.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:27 smithi155 bash[59709]: cluster 2024-09-10T19:39:25.606157+0000 mgr.y (mgr.54108) 170 : cluster [DBG] pgmap v90: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 80 KiB/s rd, 0 B/s wr, 135 op/s; 85/612 objects degraded (13.889%) 2024-09-10T19:39:27.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:27 smithi155 bash[59709]: cluster 2024-09-10T19:39:25.973879+0000 mon.a (mon.0) 520 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:39:27.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:27 smithi155 bash[59709]: cluster 2024-09-10T19:39:25.985394+0000 mon.a (mon.0) 521 : cluster [INF] osd.1 [v2:172.21.15.155:6810/3886714330,v1:172.21.15.155:6811/3886714330] boot 2024-09-10T19:39:27.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:27 smithi155 bash[59709]: cluster 2024-09-10T19:39:25.985460+0000 mon.a (mon.0) 522 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-09-10T19:39:27.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:27 smithi155 bash[59709]: audit 2024-09-10T19:39:25.986697+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:39:27.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:27 smithi189 bash[38194]: cluster 2024-09-10T19:39:25.606157+0000 mgr.y (mgr.54108) 170 : cluster [DBG] pgmap v90: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 80 KiB/s rd, 0 B/s wr, 135 op/s; 85/612 objects degraded (13.889%) 2024-09-10T19:39:27.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:27 smithi189 bash[38194]: cluster 2024-09-10T19:39:25.973879+0000 mon.a (mon.0) 520 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:39:27.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:27 smithi189 bash[38194]: cluster 2024-09-10T19:39:25.985394+0000 mon.a (mon.0) 521 : cluster [INF] osd.1 [v2:172.21.15.155:6810/3886714330,v1:172.21.15.155:6811/3886714330] boot 2024-09-10T19:39:27.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:27 smithi189 bash[38194]: cluster 2024-09-10T19:39:25.985460+0000 mon.a (mon.0) 522 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-09-10T19:39:27.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:27 smithi189 bash[38194]: audit 2024-09-10T19:39:25.986697+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:39:28.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:28 smithi155 bash[53909]: cluster 2024-09-10T19:39:26.988948+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-09-10T19:39:28.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:28 smithi155 bash[59709]: cluster 2024-09-10T19:39:26.988948+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-09-10T19:39:28.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:28 smithi189 bash[38194]: cluster 2024-09-10T19:39:26.988948+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-09-10T19:39:29.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:29 smithi155 bash[53909]: cluster 2024-09-10T19:39:27.606983+0000 mgr.y (mgr.54108) 171 : cluster [DBG] pgmap v93: 129 pgs: 4 peering, 31 active+undersized, 21 active+undersized+degraded, 73 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 79/612 objects degraded (12.908%) 2024-09-10T19:39:29.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:29 smithi155 bash[59709]: cluster 2024-09-10T19:39:27.606983+0000 mgr.y (mgr.54108) 171 : cluster [DBG] pgmap v93: 129 pgs: 4 peering, 31 active+undersized, 21 active+undersized+degraded, 73 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 79/612 objects degraded (12.908%) 2024-09-10T19:39:29.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:29 smithi189 bash[38194]: cluster 2024-09-10T19:39:27.606983+0000 mgr.y (mgr.54108) 171 : cluster [DBG] pgmap v93: 129 pgs: 4 peering, 31 active+undersized, 21 active+undersized+degraded, 73 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 79/612 objects degraded (12.908%) 2024-09-10T19:39:31.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:31 smithi155 bash[53909]: cluster 2024-09-10T19:39:29.608406+0000 mgr.y (mgr.54108) 172 : cluster [DBG] pgmap v94: 129 pgs: 4 peering, 12 active+undersized, 6 active+undersized+degraded, 107 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 30/612 objects degraded (4.902%); 0 B/s, 5 objects/s recovering 2024-09-10T19:39:31.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:31 smithi155 bash[53909]: cluster 2024-09-10T19:39:30.512604+0000 mon.a (mon.0) 525 : cluster [WRN] Health check update: Degraded data redundancy: 30/612 objects degraded (4.902%), 6 pgs degraded (PG_DEGRADED) 2024-09-10T19:39:31.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:31 smithi155 bash[59709]: cluster 2024-09-10T19:39:29.608406+0000 mgr.y (mgr.54108) 172 : cluster [DBG] pgmap v94: 129 pgs: 4 peering, 12 active+undersized, 6 active+undersized+degraded, 107 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 30/612 objects degraded (4.902%); 0 B/s, 5 objects/s recovering 2024-09-10T19:39:31.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:31 smithi155 bash[59709]: cluster 2024-09-10T19:39:30.512604+0000 mon.a (mon.0) 525 : cluster [WRN] Health check update: Degraded data redundancy: 30/612 objects degraded (4.902%), 6 pgs degraded (PG_DEGRADED) 2024-09-10T19:39:31.463 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:31 smithi189 bash[38194]: cluster 2024-09-10T19:39:29.608406+0000 mgr.y (mgr.54108) 172 : cluster [DBG] pgmap v94: 129 pgs: 4 peering, 12 active+undersized, 6 active+undersized+degraded, 107 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 30/612 objects degraded (4.902%); 0 B/s, 5 objects/s recovering 2024-09-10T19:39:31.463 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:31 smithi189 bash[38194]: cluster 2024-09-10T19:39:30.512604+0000 mon.a (mon.0) 525 : cluster [WRN] Health check update: Degraded data redundancy: 30/612 objects degraded (4.902%), 6 pgs degraded (PG_DEGRADED) 2024-09-10T19:39:32.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:32 smithi155 bash[59709]: cluster 2024-09-10T19:39:32.017976+0000 mon.a (mon.0) 526 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 30/612 objects degraded (4.902%), 6 pgs degraded) 2024-09-10T19:39:32.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:32 smithi155 bash[59709]: cluster 2024-09-10T19:39:32.018033+0000 mon.a (mon.0) 527 : cluster [INF] Cluster is now healthy 2024-09-10T19:39:32.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:32 smithi155 bash[53909]: cluster 2024-09-10T19:39:32.017976+0000 mon.a (mon.0) 526 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 30/612 objects degraded (4.902%), 6 pgs degraded) 2024-09-10T19:39:32.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:32 smithi155 bash[53909]: cluster 2024-09-10T19:39:32.018033+0000 mon.a (mon.0) 527 : cluster [INF] Cluster is now healthy 2024-09-10T19:39:32.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:32 smithi189 bash[38194]: cluster 2024-09-10T19:39:32.017976+0000 mon.a (mon.0) 526 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 30/612 objects degraded (4.902%), 6 pgs degraded) 2024-09-10T19:39:32.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:32 smithi189 bash[38194]: cluster 2024-09-10T19:39:32.018033+0000 mon.a (mon.0) 527 : cluster [INF] Cluster is now healthy 2024-09-10T19:39:33.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:33 smithi155 bash[59709]: cluster 2024-09-10T19:39:31.609343+0000 mgr.y (mgr.54108) 173 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 0 B/s, 8 objects/s recovering 2024-09-10T19:39:33.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:33 smithi155 bash[53909]: cluster 2024-09-10T19:39:31.609343+0000 mgr.y (mgr.54108) 173 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 0 B/s, 8 objects/s recovering 2024-09-10T19:39:33.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:33 smithi189 bash[38194]: cluster 2024-09-10T19:39:31.609343+0000 mgr.y (mgr.54108) 173 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 0 B/s, 8 objects/s recovering 2024-09-10T19:39:35.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:35 smithi155 bash[53909]: cluster 2024-09-10T19:39:33.610622+0000 mgr.y (mgr.54108) 174 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 0 B/s, 7 objects/s recovering 2024-09-10T19:39:35.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:35 smithi155 bash[59709]: cluster 2024-09-10T19:39:33.610622+0000 mgr.y (mgr.54108) 174 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 0 B/s, 7 objects/s recovering 2024-09-10T19:39:35.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:35 smithi189 bash[38194]: cluster 2024-09-10T19:39:33.610622+0000 mgr.y (mgr.54108) 174 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 0 B/s, 7 objects/s recovering 2024-09-10T19:39:36.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[59709]: audit 2024-09-10T19:39:35.441904+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:39:36.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[59709]: audit 2024-09-10T19:39:35.448556+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:36.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[59709]: audit 2024-09-10T19:39:35.456694+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:36.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[59709]: audit 2024-09-10T19:39:35.464989+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:36.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[59709]: audit 2024-09-10T19:39:35.519839+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:39:36.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[59709]: audit 2024-09-10T19:39:35.524229+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:39:36.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[59709]: audit 2024-09-10T19:39:35.527737+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:39:36.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[59709]: audit 2024-09-10T19:39:35.530084+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:39:36.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[59709]: audit 2024-09-10T19:39:35.532106+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:39:36.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[59709]: audit 2024-09-10T19:39:35.534158+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:39:36.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[59709]: audit 2024-09-10T19:39:35.535994+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:39:36.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[59709]: audit 2024-09-10T19:39:35.537898+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:39:36.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[59709]: audit 2024-09-10T19:39:35.540560+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:39:36.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[59709]: audit 2024-09-10T19:39:35.547867+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:39:36.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[59709]: audit 2024-09-10T19:39:35.549202+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:39:36.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[59709]: audit 2024-09-10T19:39:35.556080+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:39:36.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[59709]: audit 2024-09-10T19:39:35.557261+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:39:36.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[59709]: audit 2024-09-10T19:39:35.563707+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:39:36.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[53909]: audit 2024-09-10T19:39:35.441904+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:39:36.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[53909]: audit 2024-09-10T19:39:35.448556+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:36.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[53909]: audit 2024-09-10T19:39:35.456694+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:36.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[53909]: audit 2024-09-10T19:39:35.464989+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:36.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[53909]: audit 2024-09-10T19:39:35.519839+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:39:36.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[53909]: audit 2024-09-10T19:39:35.524229+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:39:36.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[53909]: audit 2024-09-10T19:39:35.527737+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:39:36.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[53909]: audit 2024-09-10T19:39:35.530084+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:39:36.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[53909]: audit 2024-09-10T19:39:35.532106+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:39:36.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[53909]: audit 2024-09-10T19:39:35.534158+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:39:36.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[53909]: audit 2024-09-10T19:39:35.535994+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:39:36.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[53909]: audit 2024-09-10T19:39:35.537898+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:39:36.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[53909]: audit 2024-09-10T19:39:35.540560+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:39:36.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[53909]: audit 2024-09-10T19:39:35.547867+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:39:36.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[53909]: audit 2024-09-10T19:39:35.549202+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:39:36.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[53909]: audit 2024-09-10T19:39:35.556080+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:39:36.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[53909]: audit 2024-09-10T19:39:35.557261+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:39:36.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[53909]: audit 2024-09-10T19:39:35.563707+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:39:36.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[59709]: audit 2024-09-10T19:39:35.565032+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:39:36.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[59709]: audit 2024-09-10T19:39:35.566283+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:39:36.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[59709]: audit 2024-09-10T19:39:35.567484+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:39:36.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[59709]: audit 2024-09-10T19:39:35.568715+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:39:36.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[59709]: audit 2024-09-10T19:39:35.569898+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:39:36.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[59709]: audit 2024-09-10T19:39:35.571091+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:39:36.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[59709]: audit 2024-09-10T19:39:35.572308+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:39:36.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[59709]: audit 2024-09-10T19:39:35.573490+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:39:36.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[59709]: audit 2024-09-10T19:39:35.574650+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:39:36.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[59709]: audit 2024-09-10T19:39:35.575820+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:39:36.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[59709]: audit 2024-09-10T19:39:35.576995+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:39:36.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[59709]: audit 2024-09-10T19:39:35.578167+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:39:36.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[59709]: audit 2024-09-10T19:39:35.579351+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:39:36.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[59709]: audit 2024-09-10T19:39:35.580594+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:39:36.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[59709]: audit 2024-09-10T19:39:35.587261+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:39:36.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[59709]: audit 2024-09-10T19:39:35.589401+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:39:36.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[53909]: audit 2024-09-10T19:39:35.565032+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:39:36.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[53909]: audit 2024-09-10T19:39:35.566283+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:39:36.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[53909]: audit 2024-09-10T19:39:35.567484+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:39:36.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[53909]: audit 2024-09-10T19:39:35.568715+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:39:36.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[53909]: audit 2024-09-10T19:39:35.569898+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:39:36.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[53909]: audit 2024-09-10T19:39:35.571091+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:39:36.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[53909]: audit 2024-09-10T19:39:35.572308+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:39:36.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[53909]: audit 2024-09-10T19:39:35.573490+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:39:36.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[53909]: audit 2024-09-10T19:39:35.574650+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:39:36.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[53909]: audit 2024-09-10T19:39:35.575820+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:39:36.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[53909]: audit 2024-09-10T19:39:35.576995+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:39:36.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[53909]: audit 2024-09-10T19:39:35.578167+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:39:36.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[53909]: audit 2024-09-10T19:39:35.579351+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:39:36.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[53909]: audit 2024-09-10T19:39:35.580594+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:39:36.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[53909]: audit 2024-09-10T19:39:35.587261+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:39:36.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[53909]: audit 2024-09-10T19:39:35.589401+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:39:36.346 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[59709]: audit 2024-09-10T19:39:35.594070+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:39:36.346 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[59709]: audit 2024-09-10T19:39:35.602370+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:36.346 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[59709]: audit 2024-09-10T19:39:35.661773+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:36.346 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[53909]: audit 2024-09-10T19:39:35.594070+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:39:36.346 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[53909]: audit 2024-09-10T19:39:35.602370+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:36.346 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:36 smithi155 bash[53909]: audit 2024-09-10T19:39:35.661773+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:36.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:36 smithi189 bash[38194]: audit 2024-09-10T19:39:35.441904+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:39:36.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:36 smithi189 bash[38194]: audit 2024-09-10T19:39:35.448556+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:36.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:36 smithi189 bash[38194]: audit 2024-09-10T19:39:35.456694+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:36.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:36 smithi189 bash[38194]: audit 2024-09-10T19:39:35.464989+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:36.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:36 smithi189 bash[38194]: audit 2024-09-10T19:39:35.519839+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:39:36.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:36 smithi189 bash[38194]: audit 2024-09-10T19:39:35.524229+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:39:36.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:36 smithi189 bash[38194]: audit 2024-09-10T19:39:35.527737+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:39:36.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:36 smithi189 bash[38194]: audit 2024-09-10T19:39:35.530084+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:39:36.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:36 smithi189 bash[38194]: audit 2024-09-10T19:39:35.532106+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:39:36.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:36 smithi189 bash[38194]: audit 2024-09-10T19:39:35.534158+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:39:36.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:36 smithi189 bash[38194]: audit 2024-09-10T19:39:35.535994+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:39:36.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:36 smithi189 bash[38194]: audit 2024-09-10T19:39:35.537898+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:39:36.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:36 smithi189 bash[38194]: audit 2024-09-10T19:39:35.540560+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:39:36.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:36 smithi189 bash[38194]: audit 2024-09-10T19:39:35.547867+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:39:36.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:36 smithi189 bash[38194]: audit 2024-09-10T19:39:35.549202+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:39:36.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:36 smithi189 bash[38194]: audit 2024-09-10T19:39:35.556080+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:39:36.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:36 smithi189 bash[38194]: audit 2024-09-10T19:39:35.557261+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:39:36.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:36 smithi189 bash[38194]: audit 2024-09-10T19:39:35.563707+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:39:36.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:36 smithi189 bash[38194]: audit 2024-09-10T19:39:35.565032+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:39:36.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:36 smithi189 bash[38194]: audit 2024-09-10T19:39:35.566283+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:39:36.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:36 smithi189 bash[38194]: audit 2024-09-10T19:39:35.567484+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:39:36.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:36 smithi189 bash[38194]: audit 2024-09-10T19:39:35.568715+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:39:36.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:36 smithi189 bash[38194]: audit 2024-09-10T19:39:35.569898+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:39:36.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:36 smithi189 bash[38194]: audit 2024-09-10T19:39:35.571091+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:39:36.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:36 smithi189 bash[38194]: audit 2024-09-10T19:39:35.572308+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:39:36.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:36 smithi189 bash[38194]: audit 2024-09-10T19:39:35.573490+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:39:36.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:36 smithi189 bash[38194]: audit 2024-09-10T19:39:35.574650+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:39:36.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:36 smithi189 bash[38194]: audit 2024-09-10T19:39:35.575820+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:39:36.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:36 smithi189 bash[38194]: audit 2024-09-10T19:39:35.576995+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:39:36.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:36 smithi189 bash[38194]: audit 2024-09-10T19:39:35.578167+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:39:36.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:36 smithi189 bash[38194]: audit 2024-09-10T19:39:35.579351+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:39:36.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:36 smithi189 bash[38194]: audit 2024-09-10T19:39:35.580594+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:39:36.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:36 smithi189 bash[38194]: audit 2024-09-10T19:39:35.587261+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:39:36.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:36 smithi189 bash[38194]: audit 2024-09-10T19:39:35.589401+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:39:36.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:36 smithi189 bash[38194]: audit 2024-09-10T19:39:35.594070+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:39:36.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:36 smithi189 bash[38194]: audit 2024-09-10T19:39:35.602370+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:36.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:36 smithi189 bash[38194]: audit 2024-09-10T19:39:35.661773+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:37.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:37 smithi155 bash[59709]: cephadm 2024-09-10T19:39:35.539036+0000 mgr.y (mgr.54108) 175 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:39:37.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:37 smithi155 bash[59709]: cephadm 2024-09-10T19:39:35.588488+0000 mgr.y (mgr.54108) 176 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:39:37.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:37 smithi155 bash[59709]: cluster 2024-09-10T19:39:35.611529+0000 mgr.y (mgr.54108) 177 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 0 B/s, 5 objects/s recovering 2024-09-10T19:39:37.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:37 smithi155 bash[53909]: cephadm 2024-09-10T19:39:35.539036+0000 mgr.y (mgr.54108) 175 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:39:37.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:37 smithi155 bash[53909]: cephadm 2024-09-10T19:39:35.588488+0000 mgr.y (mgr.54108) 176 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:39:37.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:37 smithi155 bash[53909]: cluster 2024-09-10T19:39:35.611529+0000 mgr.y (mgr.54108) 177 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 0 B/s, 5 objects/s recovering 2024-09-10T19:39:37.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:37 smithi189 bash[38194]: cephadm 2024-09-10T19:39:35.539036+0000 mgr.y (mgr.54108) 175 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:39:37.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:37 smithi189 bash[38194]: cephadm 2024-09-10T19:39:35.588488+0000 mgr.y (mgr.54108) 176 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:39:37.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:37 smithi189 bash[38194]: cluster 2024-09-10T19:39:35.611529+0000 mgr.y (mgr.54108) 177 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 0 B/s, 5 objects/s recovering 2024-09-10T19:39:39.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:38 smithi155 bash[53909]: cluster 2024-09-10T19:39:37.612405+0000 mgr.y (mgr.54108) 178 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 0 B/s, 5 objects/s recovering 2024-09-10T19:39:39.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:38 smithi155 bash[53909]: audit 2024-09-10T19:39:37.724760+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:39.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:38 smithi155 bash[59709]: cluster 2024-09-10T19:39:37.612405+0000 mgr.y (mgr.54108) 178 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 0 B/s, 5 objects/s recovering 2024-09-10T19:39:39.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:38 smithi155 bash[59709]: audit 2024-09-10T19:39:37.724760+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:39.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:38 smithi189 bash[38194]: cluster 2024-09-10T19:39:37.612405+0000 mgr.y (mgr.54108) 178 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 0 B/s, 5 objects/s recovering 2024-09-10T19:39:39.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:38 smithi189 bash[38194]: audit 2024-09-10T19:39:37.724760+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:39:41.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:40 smithi155 bash[53909]: cluster 2024-09-10T19:39:39.613663+0000 mgr.y (mgr.54108) 179 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 0 B/s, 4 objects/s recovering 2024-09-10T19:39:41.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:40 smithi155 bash[59709]: cluster 2024-09-10T19:39:39.613663+0000 mgr.y (mgr.54108) 179 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 0 B/s, 4 objects/s recovering 2024-09-10T19:39:41.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:40 smithi189 bash[38194]: cluster 2024-09-10T19:39:39.613663+0000 mgr.y (mgr.54108) 179 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 0 B/s, 4 objects/s recovering 2024-09-10T19:39:43.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:42 smithi155 bash[53909]: cluster 2024-09-10T19:39:41.614574+0000 mgr.y (mgr.54108) 180 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 0 B/s, 1 objects/s recovering 2024-09-10T19:39:43.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:42 smithi155 bash[59709]: cluster 2024-09-10T19:39:41.614574+0000 mgr.y (mgr.54108) 180 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 0 B/s, 1 objects/s recovering 2024-09-10T19:39:43.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:42 smithi189 bash[38194]: cluster 2024-09-10T19:39:41.614574+0000 mgr.y (mgr.54108) 180 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 0 B/s, 1 objects/s recovering 2024-09-10T19:39:44.700 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps' 2024-09-10T19:39:45.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:44 smithi155 bash[59709]: cluster 2024-09-10T19:39:43.615733+0000 mgr.y (mgr.54108) 181 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:39:45.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:44 smithi155 bash[59709]: audit 2024-09-10T19:39:43.665020+0000 mgr.y (mgr.54108) 182 : audit [DBG] from='client.64234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:39:45.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:44 smithi155 bash[53909]: cluster 2024-09-10T19:39:43.615733+0000 mgr.y (mgr.54108) 181 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:39:45.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:44 smithi155 bash[53909]: audit 2024-09-10T19:39:43.665020+0000 mgr.y (mgr.54108) 182 : audit [DBG] from='client.64234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:39:45.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:44 smithi189 bash[38194]: cluster 2024-09-10T19:39:43.615733+0000 mgr.y (mgr.54108) 181 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:39:45.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:44 smithi189 bash[38194]: audit 2024-09-10T19:39:43.665020+0000 mgr.y (mgr.54108) 182 : audit [DBG] from='client.64234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:39:47.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:46 smithi155 bash[53909]: cluster 2024-09-10T19:39:45.616592+0000 mgr.y (mgr.54108) 183 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:39:47.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:46 smithi155 bash[59709]: cluster 2024-09-10T19:39:45.616592+0000 mgr.y (mgr.54108) 183 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:39:47.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:46 smithi189 bash[38194]: cluster 2024-09-10T19:39:45.616592+0000 mgr.y (mgr.54108) 183 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:39:48.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:47 smithi155 bash[59709]: audit 2024-09-10T19:39:47.603402+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-10T19:39:48.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:47 smithi155 bash[59709]: audit 2024-09-10T19:39:47.604032+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:39:48.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:47 smithi155 bash[59709]: audit 2024-09-10T19:39:47.604631+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:39:48.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:47 smithi155 bash[59709]: audit 2024-09-10T19:39:47.605269+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T19:39:48.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:47 smithi155 bash[53909]: audit 2024-09-10T19:39:47.603402+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-10T19:39:48.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:47 smithi155 bash[53909]: audit 2024-09-10T19:39:47.604032+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:39:48.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:47 smithi155 bash[53909]: audit 2024-09-10T19:39:47.604631+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:39:48.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:47 smithi155 bash[53909]: audit 2024-09-10T19:39:47.605269+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T19:39:48.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:47 smithi189 bash[38194]: audit 2024-09-10T19:39:47.603402+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-10T19:39:48.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:47 smithi189 bash[38194]: audit 2024-09-10T19:39:47.604032+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:39:48.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:47 smithi189 bash[38194]: audit 2024-09-10T19:39:47.604631+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:39:48.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:47 smithi189 bash[38194]: audit 2024-09-10T19:39:47.605269+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T19:39:48.281 INFO:teuthology.orchestra.run.smithi155.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:39:48.281 INFO:teuthology.orchestra.run.smithi155.stdout:alertmanager.a smithi155 running (6m) 24s ago 32m 17.4M - 0.25.0 c8568f914cd2 d240bc57c001 2024-09-10T19:39:48.281 INFO:teuthology.orchestra.run.smithi155.stdout:grafana.a smithi189 running (5m) 2m ago 32m 82.1M - 9.4.7 954c08fa6188 2e57a3903209 2024-09-10T19:39:48.281 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.x smithi189 *:8443 running (8m) 2m ago 37m 390M - 17.2.7-1606-g5be57395 4c55dd409611 1e9c1f896a72 2024-09-10T19:39:48.281 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.y smithi155 *:8443 running (18m) 24s ago 38m 436M - 17.2.7-1606-g5be57395 4c55dd409611 c3f6bb49e60e 2024-09-10T19:39:48.281 INFO:teuthology.orchestra.run.smithi155.stdout:mon.a smithi155 running (3m) 24s ago 38m 57.0M 2048M 17.2.7-1606-g5be57395 4c55dd409611 7e033880dcd4 2024-09-10T19:39:48.281 INFO:teuthology.orchestra.run.smithi155.stdout:mon.b smithi189 running (4m) 2m ago 37m 43.9M 2048M 17.2.7-1606-g5be57395 4c55dd409611 f29d1decbead 2024-09-10T19:39:48.281 INFO:teuthology.orchestra.run.smithi155.stdout:mon.c smithi155 running (2m) 24s ago 37m 48.0M 2048M 17.2.7-1606-g5be57395 4c55dd409611 0fb56f4ad9b8 2024-09-10T19:39:48.281 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.a smithi155 running (7m) 24s ago 32m 11.5M - 1.5.0 0da6a335fe13 75a6b4940d3d 2024-09-10T19:39:48.282 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.b smithi189 running (7m) 2m ago 32m 11.2M - 1.5.0 0da6a335fe13 57c4129454db 2024-09-10T19:39:48.282 INFO:teuthology.orchestra.run.smithi155.stdout:osd.0 smithi155 running (57s) 24s ago 36m 45.7M 4096M 17.2.7-1606-g5be57395 4c55dd409611 b557248a0039 2024-09-10T19:39:48.282 INFO:teuthology.orchestra.run.smithi155.stdout:osd.1 smithi155 running (28s) 24s ago 36m - 4096M 17.2.7-1606-g5be57395 4c55dd409611 ef5d355b8775 2024-09-10T19:39:48.282 INFO:teuthology.orchestra.run.smithi155.stdout:osd.2 smithi155 running (35m) 24s ago 35m 53.9M 4096M 15.2.0 204a01f9b0b6 6b241c21f8e2 2024-09-10T19:39:48.282 INFO:teuthology.orchestra.run.smithi155.stdout:osd.3 smithi155 running (35m) 24s ago 35m 59.2M 4096M 15.2.0 204a01f9b0b6 8d9201a4db26 2024-09-10T19:39:48.282 INFO:teuthology.orchestra.run.smithi155.stdout:osd.4 smithi189 running (34m) 2m ago 34m 57.9M 4096M 15.2.0 204a01f9b0b6 34cb90c9d5b7 2024-09-10T19:39:48.282 INFO:teuthology.orchestra.run.smithi155.stdout:osd.5 smithi189 running (34m) 2m ago 34m 54.0M 4096M 15.2.0 204a01f9b0b6 4b3a3b60e1d5 2024-09-10T19:39:48.282 INFO:teuthology.orchestra.run.smithi155.stdout:osd.6 smithi189 running (33m) 2m ago 33m 57.9M 4096M 15.2.0 204a01f9b0b6 c58c4c013902 2024-09-10T19:39:48.282 INFO:teuthology.orchestra.run.smithi155.stdout:osd.7 smithi189 running (33m) 2m ago 33m 57.5M 4096M 15.2.0 204a01f9b0b6 fb02b608dde7 2024-09-10T19:39:48.282 INFO:teuthology.orchestra.run.smithi155.stdout:prometheus.a smithi189 running (6m) 2m ago 32m 43.2M - 2.43.0 a07b618ecd1d a68b682055db 2024-09-10T19:39:48.282 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi155.ehnnyk smithi155 running (30m) 24s ago 30m 56.8M - 15.2.0 204a01f9b0b6 48687c7a211a 2024-09-10T19:39:48.282 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi189.dwpibf smithi189 running (30m) 2m ago 30m 55.5M - 15.2.0 204a01f9b0b6 6bddcdbdbf0b 2024-09-10T19:39:49.026 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:48 smithi155 bash[59709]: cluster 2024-09-10T19:39:47.617570+0000 mgr.y (mgr.54108) 184 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:39:49.027 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:48 smithi155 bash[59709]: audit 2024-09-10T19:39:48.257868+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:39:49.027 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:48 smithi155 bash[59709]: audit 2024-09-10T19:39:48.258847+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:39:49.027 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:48 smithi155 bash[59709]: audit 2024-09-10T19:39:48.259748+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:49.027 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:48 smithi155 bash[59709]: audit 2024-09-10T19:39:48.260596+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:49.027 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:48 smithi155 bash[59709]: audit 2024-09-10T19:39:48.261403+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:49.027 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:48 smithi155 bash[59709]: audit 2024-09-10T19:39:48.262150+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:49.027 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:48 smithi155 bash[59709]: audit 2024-09-10T19:39:48.267239+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:39:49.027 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:48 smithi155 bash[59709]: audit 2024-09-10T19:39:48.267984+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:49.027 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:48 smithi155 bash[59709]: audit 2024-09-10T19:39:48.268786+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:49.027 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:48 smithi155 bash[59709]: audit 2024-09-10T19:39:48.269534+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:49.027 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:48 smithi155 bash[59709]: audit 2024-09-10T19:39:48.270222+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:49.028 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:48 smithi155 bash[53909]: cluster 2024-09-10T19:39:47.617570+0000 mgr.y (mgr.54108) 184 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:39:49.028 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:48 smithi155 bash[53909]: audit 2024-09-10T19:39:48.257868+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:39:49.028 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:48 smithi155 bash[53909]: audit 2024-09-10T19:39:48.258847+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:39:49.028 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:48 smithi155 bash[53909]: audit 2024-09-10T19:39:48.259748+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:49.028 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:48 smithi155 bash[53909]: audit 2024-09-10T19:39:48.260596+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:49.028 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:48 smithi155 bash[53909]: audit 2024-09-10T19:39:48.261403+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:49.028 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:48 smithi155 bash[53909]: audit 2024-09-10T19:39:48.262150+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:49.028 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:48 smithi155 bash[53909]: audit 2024-09-10T19:39:48.267239+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:39:49.028 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:48 smithi155 bash[53909]: audit 2024-09-10T19:39:48.267984+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:49.029 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:48 smithi155 bash[53909]: audit 2024-09-10T19:39:48.268786+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:49.029 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:48 smithi155 bash[53909]: audit 2024-09-10T19:39:48.269534+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:49.029 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:48 smithi155 bash[53909]: audit 2024-09-10T19:39:48.270222+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:49.030 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.osd | length == 2'"'"'' 2024-09-10T19:39:49.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:48 smithi189 bash[38194]: cluster 2024-09-10T19:39:47.617570+0000 mgr.y (mgr.54108) 184 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:39:49.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:48 smithi189 bash[38194]: audit 2024-09-10T19:39:48.257868+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:39:49.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:48 smithi189 bash[38194]: audit 2024-09-10T19:39:48.258847+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:39:49.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:48 smithi189 bash[38194]: audit 2024-09-10T19:39:48.259748+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:49.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:48 smithi189 bash[38194]: audit 2024-09-10T19:39:48.260596+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:49.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:48 smithi189 bash[38194]: audit 2024-09-10T19:39:48.261403+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:49.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:48 smithi189 bash[38194]: audit 2024-09-10T19:39:48.262150+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:49.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:48 smithi189 bash[38194]: audit 2024-09-10T19:39:48.267239+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:39:49.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:48 smithi189 bash[38194]: audit 2024-09-10T19:39:48.267984+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:49.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:48 smithi189 bash[38194]: audit 2024-09-10T19:39:48.268786+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:49.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:48 smithi189 bash[38194]: audit 2024-09-10T19:39:48.269534+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:49.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:48 smithi189 bash[38194]: audit 2024-09-10T19:39:48.270222+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:39:50.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:49 smithi155 bash[53909]: audit 2024-09-10T19:39:48.252515+0000 mgr.y (mgr.54108) 185 : audit [DBG] from='client.54309 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:39:50.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:49 smithi155 bash[59709]: audit 2024-09-10T19:39:48.252515+0000 mgr.y (mgr.54108) 185 : audit [DBG] from='client.54309 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:39:50.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:49 smithi189 bash[38194]: audit 2024-09-10T19:39:48.252515+0000 mgr.y (mgr.54108) 185 : audit [DBG] from='client.54309 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:39:51.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:50 smithi155 bash[59709]: cluster 2024-09-10T19:39:49.618872+0000 mgr.y (mgr.54108) 186 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:39:51.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:50 smithi155 bash[53909]: cluster 2024-09-10T19:39:49.618872+0000 mgr.y (mgr.54108) 186 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:39:51.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:50 smithi189 bash[38194]: cluster 2024-09-10T19:39:49.618872+0000 mgr.y (mgr.54108) 186 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:39:52.840 INFO:teuthology.orchestra.run.smithi155.stdout:true 2024-09-10T19:39:53.053 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:52 smithi155 bash[53909]: cluster 2024-09-10T19:39:51.619807+0000 mgr.y (mgr.54108) 187 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:39:53.053 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:52 smithi155 bash[59709]: cluster 2024-09-10T19:39:51.619807+0000 mgr.y (mgr.54108) 187 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:39:53.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:52 smithi189 bash[38194]: cluster 2024-09-10T19:39:51.619807+0000 mgr.y (mgr.54108) 187 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:39:53.562 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '"'"'.up_to_date | length == 7'"'"'' 2024-09-10T19:39:53.839 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:53 smithi155 bash[53909]: audit 2024-09-10T19:39:52.824839+0000 mon.c (mon.1) 7 : audit [DBG] from='client.64246 172.21.15.155:0/4115247097' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:39:53.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:53 smithi155 bash[59709]: audit 2024-09-10T19:39:52.824839+0000 mon.c (mon.1) 7 : audit [DBG] from='client.64246 172.21.15.155:0/4115247097' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:39:54.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:53 smithi189 bash[38194]: audit 2024-09-10T19:39:52.824839+0000 mon.c (mon.1) 7 : audit [DBG] from='client.64246 172.21.15.155:0/4115247097' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:39:55.039 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:54 smithi155 bash[53909]: cluster 2024-09-10T19:39:53.621031+0000 mgr.y (mgr.54108) 188 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:39:55.039 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:54 smithi155 bash[59709]: cluster 2024-09-10T19:39:53.621031+0000 mgr.y (mgr.54108) 188 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:39:55.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:54 smithi189 bash[38194]: cluster 2024-09-10T19:39:53.621031+0000 mgr.y (mgr.54108) 188 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:39:57.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:56 smithi155 bash[53909]: cluster 2024-09-10T19:39:55.621874+0000 mgr.y (mgr.54108) 189 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:39:57.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:56 smithi155 bash[59709]: cluster 2024-09-10T19:39:55.621874+0000 mgr.y (mgr.54108) 189 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:39:57.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:56 smithi189 bash[38194]: cluster 2024-09-10T19:39:55.621874+0000 mgr.y (mgr.54108) 189 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:39:58.965 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:58 smithi155 bash[59709]: audit 2024-09-10T19:39:57.207832+0000 mgr.y (mgr.54108) 190 : audit [DBG] from='client.64252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:39:58.966 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:39:58 smithi155 bash[59709]: cluster 2024-09-10T19:39:57.622718+0000 mgr.y (mgr.54108) 191 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:39:58.966 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:58 smithi155 bash[53909]: audit 2024-09-10T19:39:57.207832+0000 mgr.y (mgr.54108) 190 : audit [DBG] from='client.64252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:39:58.966 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:39:58 smithi155 bash[53909]: cluster 2024-09-10T19:39:57.622718+0000 mgr.y (mgr.54108) 191 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:39:59.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:58 smithi189 bash[38194]: audit 2024-09-10T19:39:57.207832+0000 mgr.y (mgr.54108) 190 : audit [DBG] from='client.64252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:39:59.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:39:58 smithi189 bash[38194]: cluster 2024-09-10T19:39:57.622718+0000 mgr.y (mgr.54108) 191 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:39:59.556 INFO:teuthology.orchestra.run.smithi155.stdout:true 2024-09-10T19:40:00.295 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types crash,osd --limit 1' 2024-09-10T19:40:01.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:00 smithi155 bash[59709]: cluster 2024-09-10T19:39:59.623579+0000 mgr.y (mgr.54108) 192 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:01.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:00 smithi155 bash[59709]: cluster 2024-09-10T19:40:00.000121+0000 mon.a (mon.0) 581 : cluster [INF] overall HEALTH_OK 2024-09-10T19:40:01.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:00 smithi155 bash[53909]: cluster 2024-09-10T19:39:59.623579+0000 mgr.y (mgr.54108) 192 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:01.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:00 smithi155 bash[53909]: cluster 2024-09-10T19:40:00.000121+0000 mon.a (mon.0) 581 : cluster [INF] overall HEALTH_OK 2024-09-10T19:40:01.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:00 smithi189 bash[38194]: cluster 2024-09-10T19:39:59.623579+0000 mgr.y (mgr.54108) 192 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:01.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:00 smithi189 bash[38194]: cluster 2024-09-10T19:40:00.000121+0000 mon.a (mon.0) 581 : cluster [INF] overall HEALTH_OK 2024-09-10T19:40:03.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:02 smithi155 bash[53909]: cluster 2024-09-10T19:40:01.624224+0000 mgr.y (mgr.54108) 193 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:03.093 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:02 smithi155 bash[59709]: cluster 2024-09-10T19:40:01.624224+0000 mgr.y (mgr.54108) 193 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:03.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:02 smithi189 bash[38194]: cluster 2024-09-10T19:40:01.624224+0000 mgr.y (mgr.54108) 193 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:05.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:04 smithi155 bash[53909]: cluster 2024-09-10T19:40:03.624905+0000 mgr.y (mgr.54108) 194 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:05.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:04 smithi155 bash[53909]: audit 2024-09-10T19:40:03.908774+0000 mgr.y (mgr.54108) 195 : audit [DBG] from='client.64258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "crash,osd", "limit": 1, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:40:05.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:04 smithi155 bash[59709]: cluster 2024-09-10T19:40:03.624905+0000 mgr.y (mgr.54108) 194 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:05.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:04 smithi155 bash[59709]: audit 2024-09-10T19:40:03.908774+0000 mgr.y (mgr.54108) 195 : audit [DBG] from='client.64258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "crash,osd", "limit": 1, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:40:05.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:04 smithi189 bash[38194]: cluster 2024-09-10T19:40:03.624905+0000 mgr.y (mgr.54108) 194 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:05.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:04 smithi189 bash[38194]: audit 2024-09-10T19:40:03.908774+0000 mgr.y (mgr.54108) 195 : audit [DBG] from='client.64258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "crash,osd", "limit": 1, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:40:06.068 INFO:teuthology.orchestra.run.smithi155.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:40:07.029 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2024-09-10T19:40:07.390 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:07 smithi155 bash[53909]: cluster 2024-09-10T19:40:05.625624+0000 mgr.y (mgr.54108) 196 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:07.390 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:07 smithi155 bash[53909]: cephadm 2024-09-10T19:40:06.059270+0000 mgr.y (mgr.54108) 197 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:40:07.390 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:07 smithi155 bash[53909]: audit 2024-09-10T19:40:06.065680+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:07.390 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:07 smithi155 bash[53909]: audit 2024-09-10T19:40:06.074757+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:07.390 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:07 smithi155 bash[53909]: cephadm 2024-09-10T19:40:06.124329+0000 mgr.y (mgr.54108) 198 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:40:07.390 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:07 smithi155 bash[59709]: cluster 2024-09-10T19:40:05.625624+0000 mgr.y (mgr.54108) 196 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:07.390 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:07 smithi155 bash[59709]: cephadm 2024-09-10T19:40:06.059270+0000 mgr.y (mgr.54108) 197 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:40:07.391 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:07 smithi155 bash[59709]: audit 2024-09-10T19:40:06.065680+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:07.391 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:07 smithi155 bash[59709]: audit 2024-09-10T19:40:06.074757+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:07.391 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:07 smithi155 bash[59709]: cephadm 2024-09-10T19:40:06.124329+0000 mgr.y (mgr.54108) 198 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:40:07.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:07 smithi189 bash[38194]: cluster 2024-09-10T19:40:05.625624+0000 mgr.y (mgr.54108) 196 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:07.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:07 smithi189 bash[38194]: cephadm 2024-09-10T19:40:06.059270+0000 mgr.y (mgr.54108) 197 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:40:07.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:07 smithi189 bash[38194]: audit 2024-09-10T19:40:06.065680+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:07.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:07 smithi189 bash[38194]: audit 2024-09-10T19:40:06.074757+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:07.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:07 smithi189 bash[38194]: cephadm 2024-09-10T19:40:06.124329+0000 mgr.y (mgr.54108) 198 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:40:09.261 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:09 smithi155 bash[59709]: cluster 2024-09-10T19:40:07.626460+0000 mgr.y (mgr.54108) 199 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:09.262 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:09 smithi155 bash[53909]: cluster 2024-09-10T19:40:07.626460+0000 mgr.y (mgr.54108) 199 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:09.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:09 smithi189 bash[38194]: cluster 2024-09-10T19:40:07.626460+0000 mgr.y (mgr.54108) 199 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:10.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:10 smithi155 bash[59709]: audit 2024-09-10T19:40:09.545042+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:10.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:10 smithi155 bash[59709]: cephadm 2024-09-10T19:40:09.545763+0000 mgr.y (mgr.54108) 200 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:40:10.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:10 smithi155 bash[59709]: cephadm 2024-09-10T19:40:09.545968+0000 mgr.y (mgr.54108) 201 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:40:10.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:10 smithi155 bash[59709]: audit 2024-09-10T19:40:09.547884+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:40:10.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:10 smithi155 bash[59709]: audit 2024-09-10T19:40:09.555234+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:10.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:10 smithi155 bash[59709]: audit 2024-09-10T19:40:09.557697+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:40:10.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:10 smithi155 bash[59709]: cephadm 2024-09-10T19:40:09.558956+0000 mgr.y (mgr.54108) 202 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T19:40:10.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:10 smithi155 bash[59709]: audit 2024-09-10T19:40:09.567098+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:10.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:10 smithi155 bash[59709]: audit 2024-09-10T19:40:09.569612+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:40:10.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:10 smithi155 bash[59709]: cephadm 2024-09-10T19:40:09.570876+0000 mgr.y (mgr.54108) 203 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-10T19:40:10.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:10 smithi155 bash[59709]: audit 2024-09-10T19:40:09.577652+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:10.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:10 smithi155 bash[59709]: audit 2024-09-10T19:40:09.579470+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:40:10.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:10 smithi155 bash[59709]: cephadm 2024-09-10T19:40:09.580732+0000 mgr.y (mgr.54108) 204 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:40:10.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:10 smithi155 bash[59709]: audit 2024-09-10T19:40:09.588280+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:10.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:10 smithi155 bash[59709]: audit 2024-09-10T19:40:09.590854+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-10T19:40:10.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:10 smithi155 bash[59709]: audit 2024-09-10T19:40:09.591125+0000 mgr.y (mgr.54108) 205 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-10T19:40:10.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:10 smithi155 bash[59709]: cephadm 2024-09-10T19:40:09.592746+0000 mgr.y (mgr.54108) 206 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-09-10T19:40:10.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:10 smithi155 bash[59709]: cluster 2024-09-10T19:40:09.627861+0000 mgr.y (mgr.54108) 207 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:10.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:10 smithi155 bash[53909]: audit 2024-09-10T19:40:09.545042+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:10.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:10 smithi155 bash[53909]: cephadm 2024-09-10T19:40:09.545763+0000 mgr.y (mgr.54108) 200 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:40:10.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:10 smithi155 bash[53909]: cephadm 2024-09-10T19:40:09.545968+0000 mgr.y (mgr.54108) 201 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:40:10.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:10 smithi155 bash[53909]: audit 2024-09-10T19:40:09.547884+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:40:10.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:10 smithi155 bash[53909]: audit 2024-09-10T19:40:09.555234+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:10.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:10 smithi155 bash[53909]: audit 2024-09-10T19:40:09.557697+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:40:10.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:10 smithi155 bash[53909]: cephadm 2024-09-10T19:40:09.558956+0000 mgr.y (mgr.54108) 202 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T19:40:10.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:10 smithi155 bash[53909]: audit 2024-09-10T19:40:09.567098+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:10.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:10 smithi155 bash[53909]: audit 2024-09-10T19:40:09.569612+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:40:10.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:10 smithi155 bash[53909]: cephadm 2024-09-10T19:40:09.570876+0000 mgr.y (mgr.54108) 203 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-10T19:40:10.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:10 smithi155 bash[53909]: audit 2024-09-10T19:40:09.577652+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:10.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:10 smithi155 bash[53909]: audit 2024-09-10T19:40:09.579470+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:40:10.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:10 smithi155 bash[53909]: cephadm 2024-09-10T19:40:09.580732+0000 mgr.y (mgr.54108) 204 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:40:10.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:10 smithi155 bash[53909]: audit 2024-09-10T19:40:09.588280+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:10.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:10 smithi155 bash[53909]: audit 2024-09-10T19:40:09.590854+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-10T19:40:10.842 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:10 smithi155 bash[53909]: audit 2024-09-10T19:40:09.591125+0000 mgr.y (mgr.54108) 205 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-10T19:40:10.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:10 smithi155 bash[53909]: cephadm 2024-09-10T19:40:09.592746+0000 mgr.y (mgr.54108) 206 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-09-10T19:40:10.843 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:10 smithi155 bash[53909]: cluster 2024-09-10T19:40:09.627861+0000 mgr.y (mgr.54108) 207 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:10.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:10 smithi189 bash[38194]: audit 2024-09-10T19:40:09.545042+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:10.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:10 smithi189 bash[38194]: cephadm 2024-09-10T19:40:09.545763+0000 mgr.y (mgr.54108) 200 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:40:10.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:10 smithi189 bash[38194]: cephadm 2024-09-10T19:40:09.545968+0000 mgr.y (mgr.54108) 201 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:40:10.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:10 smithi189 bash[38194]: audit 2024-09-10T19:40:09.547884+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:40:10.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:10 smithi189 bash[38194]: audit 2024-09-10T19:40:09.555234+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:10.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:10 smithi189 bash[38194]: audit 2024-09-10T19:40:09.557697+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:40:10.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:10 smithi189 bash[38194]: cephadm 2024-09-10T19:40:09.558956+0000 mgr.y (mgr.54108) 202 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T19:40:10.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:10 smithi189 bash[38194]: audit 2024-09-10T19:40:09.567098+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:10.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:10 smithi189 bash[38194]: audit 2024-09-10T19:40:09.569612+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:40:10.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:10 smithi189 bash[38194]: cephadm 2024-09-10T19:40:09.570876+0000 mgr.y (mgr.54108) 203 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-10T19:40:10.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:10 smithi189 bash[38194]: audit 2024-09-10T19:40:09.577652+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:10.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:10 smithi189 bash[38194]: audit 2024-09-10T19:40:09.579470+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:40:10.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:10 smithi189 bash[38194]: cephadm 2024-09-10T19:40:09.580732+0000 mgr.y (mgr.54108) 204 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:40:10.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:10 smithi189 bash[38194]: audit 2024-09-10T19:40:09.588280+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:10.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:10 smithi189 bash[38194]: audit 2024-09-10T19:40:09.590854+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-10T19:40:10.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:10 smithi189 bash[38194]: audit 2024-09-10T19:40:09.591125+0000 mgr.y (mgr.54108) 205 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-10T19:40:10.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:10 smithi189 bash[38194]: cephadm 2024-09-10T19:40:09.592746+0000 mgr.y (mgr.54108) 206 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-09-10T19:40:10.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:10 smithi189 bash[38194]: cluster 2024-09-10T19:40:09.627861+0000 mgr.y (mgr.54108) 207 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:12.476 INFO:teuthology.orchestra.run.smithi155.stdout:true 2024-09-10T19:40:12.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:12 smithi189 bash[38194]: cluster 2024-09-10T19:40:11.628839+0000 mgr.y (mgr.54108) 208 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:13.045 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:12 smithi155 bash[59709]: cluster 2024-09-10T19:40:11.628839+0000 mgr.y (mgr.54108) 208 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:13.045 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:12 smithi155 bash[53909]: cluster 2024-09-10T19:40:11.628839+0000 mgr.y (mgr.54108) 208 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:13.294 INFO:teuthology.orchestra.run.smithi155.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:40:13.294 INFO:teuthology.orchestra.run.smithi155.stdout:alertmanager.a smithi155 running (6m) 49s ago 32m 17.4M - 0.25.0 c8568f914cd2 d240bc57c001 2024-09-10T19:40:13.294 INFO:teuthology.orchestra.run.smithi155.stdout:grafana.a smithi189 running (5m) 3m ago 32m 82.1M - 9.4.7 954c08fa6188 2e57a3903209 2024-09-10T19:40:13.294 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.x smithi189 *:8443 running (8m) 3m ago 37m 390M - 17.2.7-1606-g5be57395 4c55dd409611 1e9c1f896a72 2024-09-10T19:40:13.294 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.y smithi155 *:8443 running (18m) 49s ago 39m 436M - 17.2.7-1606-g5be57395 4c55dd409611 c3f6bb49e60e 2024-09-10T19:40:13.295 INFO:teuthology.orchestra.run.smithi155.stdout:mon.a smithi155 running (3m) 49s ago 39m 57.0M 2048M 17.2.7-1606-g5be57395 4c55dd409611 7e033880dcd4 2024-09-10T19:40:13.295 INFO:teuthology.orchestra.run.smithi155.stdout:mon.b smithi189 running (4m) 3m ago 37m 43.9M 2048M 17.2.7-1606-g5be57395 4c55dd409611 f29d1decbead 2024-09-10T19:40:13.295 INFO:teuthology.orchestra.run.smithi155.stdout:mon.c smithi155 running (3m) 49s ago 38m 48.0M 2048M 17.2.7-1606-g5be57395 4c55dd409611 0fb56f4ad9b8 2024-09-10T19:40:13.295 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.a smithi155 running (7m) 49s ago 33m 11.5M - 1.5.0 0da6a335fe13 75a6b4940d3d 2024-09-10T19:40:13.295 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.b smithi189 running (7m) 3m ago 33m 11.2M - 1.5.0 0da6a335fe13 57c4129454db 2024-09-10T19:40:13.295 INFO:teuthology.orchestra.run.smithi155.stdout:osd.0 smithi155 running (82s) 49s ago 37m 45.7M 4096M 17.2.7-1606-g5be57395 4c55dd409611 b557248a0039 2024-09-10T19:40:13.296 INFO:teuthology.orchestra.run.smithi155.stdout:osd.1 smithi155 running (53s) 49s ago 36m - 4096M 17.2.7-1606-g5be57395 4c55dd409611 ef5d355b8775 2024-09-10T19:40:13.296 INFO:teuthology.orchestra.run.smithi155.stdout:osd.2 smithi155 running (36m) 49s ago 36m 53.9M 4096M 15.2.0 204a01f9b0b6 6b241c21f8e2 2024-09-10T19:40:13.296 INFO:teuthology.orchestra.run.smithi155.stdout:osd.3 smithi155 running (35m) 49s ago 35m 59.2M 4096M 15.2.0 204a01f9b0b6 8d9201a4db26 2024-09-10T19:40:13.296 INFO:teuthology.orchestra.run.smithi155.stdout:osd.4 smithi189 running (35m) 3m ago 35m 57.9M 4096M 15.2.0 204a01f9b0b6 34cb90c9d5b7 2024-09-10T19:40:13.296 INFO:teuthology.orchestra.run.smithi155.stdout:osd.5 smithi189 running (34m) 3m ago 34m 54.0M 4096M 15.2.0 204a01f9b0b6 4b3a3b60e1d5 2024-09-10T19:40:13.296 INFO:teuthology.orchestra.run.smithi155.stdout:osd.6 smithi189 running (34m) 3m ago 34m 57.9M 4096M 15.2.0 204a01f9b0b6 c58c4c013902 2024-09-10T19:40:13.297 INFO:teuthology.orchestra.run.smithi155.stdout:osd.7 smithi189 running (33m) 3m ago 33m 57.5M 4096M 15.2.0 204a01f9b0b6 fb02b608dde7 2024-09-10T19:40:13.297 INFO:teuthology.orchestra.run.smithi155.stdout:prometheus.a smithi189 running (7m) 3m ago 33m 43.2M - 2.43.0 a07b618ecd1d a68b682055db 2024-09-10T19:40:13.297 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi155.ehnnyk smithi155 running (31m) 49s ago 31m 56.8M - 15.2.0 204a01f9b0b6 48687c7a211a 2024-09-10T19:40:13.297 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi189.dwpibf smithi189 running (31m) 3m ago 31m 55.5M - 15.2.0 204a01f9b0b6 6bddcdbdbf0b 2024-09-10T19:40:13.772 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:40:13.772 INFO:teuthology.orchestra.run.smithi155.stdout: "mon": { 2024-09-10T19:40:13.773 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 3 2024-09-10T19:40:13.773 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:40:13.773 INFO:teuthology.orchestra.run.smithi155.stdout: "mgr": { 2024-09-10T19:40:13.773 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:40:13.773 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:40:13.773 INFO:teuthology.orchestra.run.smithi155.stdout: "osd": { 2024-09-10T19:40:13.773 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 6, 2024-09-10T19:40:13.773 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:40:13.773 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:40:13.773 INFO:teuthology.orchestra.run.smithi155.stdout: "rgw": { 2024-09-10T19:40:13.773 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-10T19:40:13.773 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:40:13.773 INFO:teuthology.orchestra.run.smithi155.stdout: "overall": { 2024-09-10T19:40:13.774 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8, 2024-09-10T19:40:13.774 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 7 2024-09-10T19:40:13.774 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-10T19:40:13.774 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:40:14.035 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[53909]: audit 2024-09-10T19:40:12.459474+0000 mgr.y (mgr.54108) 209 : audit [DBG] from='client.54333 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:40:14.035 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[53909]: cephadm 2024-09-10T19:40:12.730793+0000 mgr.y (mgr.54108) 210 : cephadm [INF] Upgrade: Updating osd.2 2024-09-10T19:40:14.035 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[53909]: audit 2024-09-10T19:40:12.742254+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:14.035 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[53909]: audit 2024-09-10T19:40:12.743674+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T19:40:14.035 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[53909]: audit 2024-09-10T19:40:12.744947+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:40:14.036 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[53909]: cephadm 2024-09-10T19:40:12.747719+0000 mgr.y (mgr.54108) 211 : cephadm [INF] Deploying daemon osd.2 on smithi155 2024-09-10T19:40:14.036 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[53909]: audit 2024-09-10T19:40:12.748468+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-09-10T19:40:14.036 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[53909]: audit 2024-09-10T19:40:12.872965+0000 mgr.y (mgr.54108) 212 : audit [DBG] from='client.64270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:40:14.036 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[53909]: audit 2024-09-10T19:40:13.272687+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:40:14.036 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[53909]: audit 2024-09-10T19:40:13.273429+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:40:14.036 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[53909]: audit 2024-09-10T19:40:13.274057+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:14.037 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[53909]: audit 2024-09-10T19:40:13.274718+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:14.037 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[53909]: audit 2024-09-10T19:40:13.275354+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:14.037 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[53909]: audit 2024-09-10T19:40:13.276018+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:14.037 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[53909]: audit 2024-09-10T19:40:13.279380+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:40:14.037 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[53909]: audit 2024-09-10T19:40:13.280173+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:14.037 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[53909]: audit 2024-09-10T19:40:13.280891+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:14.037 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[53909]: audit 2024-09-10T19:40:13.281606+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:14.038 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[53909]: audit 2024-09-10T19:40:13.282338+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:14.038 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[59709]: audit 2024-09-10T19:40:12.459474+0000 mgr.y (mgr.54108) 209 : audit [DBG] from='client.54333 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:40:14.038 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[59709]: cephadm 2024-09-10T19:40:12.730793+0000 mgr.y (mgr.54108) 210 : cephadm [INF] Upgrade: Updating osd.2 2024-09-10T19:40:14.039 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[59709]: audit 2024-09-10T19:40:12.742254+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:14.039 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[59709]: audit 2024-09-10T19:40:12.743674+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T19:40:14.039 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[59709]: audit 2024-09-10T19:40:12.744947+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:40:14.039 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[59709]: cephadm 2024-09-10T19:40:12.747719+0000 mgr.y (mgr.54108) 211 : cephadm [INF] Deploying daemon osd.2 on smithi155 2024-09-10T19:40:14.039 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[59709]: audit 2024-09-10T19:40:12.748468+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-09-10T19:40:14.039 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[59709]: audit 2024-09-10T19:40:12.872965+0000 mgr.y (mgr.54108) 212 : audit [DBG] from='client.64270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:40:14.039 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[59709]: audit 2024-09-10T19:40:13.272687+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:40:14.040 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[59709]: audit 2024-09-10T19:40:13.273429+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:40:14.040 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[59709]: audit 2024-09-10T19:40:13.274057+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:14.040 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[59709]: audit 2024-09-10T19:40:13.274718+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:14.040 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[59709]: audit 2024-09-10T19:40:13.275354+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:14.040 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[59709]: audit 2024-09-10T19:40:13.276018+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:14.040 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[59709]: audit 2024-09-10T19:40:13.279380+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:40:14.040 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[59709]: audit 2024-09-10T19:40:13.280173+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:14.040 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[59709]: audit 2024-09-10T19:40:13.280891+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:14.040 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[59709]: audit 2024-09-10T19:40:13.281606+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:14.040 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:13 smithi155 bash[59709]: audit 2024-09-10T19:40:13.282338+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:14.186 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:40:14.186 INFO:teuthology.orchestra.run.smithi155.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T19:40:14.186 INFO:teuthology.orchestra.run.smithi155.stdout: "in_progress": true, 2024-09-10T19:40:14.186 INFO:teuthology.orchestra.run.smithi155.stdout: "which": "Upgrading daemons of type(s) crash,osd. Upgrade limited to 1 daemons (1 remaining).", 2024-09-10T19:40:14.186 INFO:teuthology.orchestra.run.smithi155.stdout: "services_complete": [], 2024-09-10T19:40:14.186 INFO:teuthology.orchestra.run.smithi155.stdout: "progress": "2/8 daemons upgraded", 2024-09-10T19:40:14.187 INFO:teuthology.orchestra.run.smithi155.stdout: "message": "Currently upgrading osd daemons", 2024-09-10T19:40:14.187 INFO:teuthology.orchestra.run.smithi155.stdout: "is_paused": false 2024-09-10T19:40:14.187 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:40:14.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:13 smithi189 bash[38194]: audit 2024-09-10T19:40:12.459474+0000 mgr.y (mgr.54108) 209 : audit [DBG] from='client.54333 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:40:14.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:13 smithi189 bash[38194]: cephadm 2024-09-10T19:40:12.730793+0000 mgr.y (mgr.54108) 210 : cephadm [INF] Upgrade: Updating osd.2 2024-09-10T19:40:14.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:13 smithi189 bash[38194]: audit 2024-09-10T19:40:12.742254+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:14.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:13 smithi189 bash[38194]: audit 2024-09-10T19:40:12.743674+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T19:40:14.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:13 smithi189 bash[38194]: audit 2024-09-10T19:40:12.744947+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:40:14.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:13 smithi189 bash[38194]: cephadm 2024-09-10T19:40:12.747719+0000 mgr.y (mgr.54108) 211 : cephadm [INF] Deploying daemon osd.2 on smithi155 2024-09-10T19:40:14.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:13 smithi189 bash[38194]: audit 2024-09-10T19:40:12.748468+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-09-10T19:40:14.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:13 smithi189 bash[38194]: audit 2024-09-10T19:40:12.872965+0000 mgr.y (mgr.54108) 212 : audit [DBG] from='client.64270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:40:14.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:13 smithi189 bash[38194]: audit 2024-09-10T19:40:13.272687+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:40:14.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:13 smithi189 bash[38194]: audit 2024-09-10T19:40:13.273429+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:40:14.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:13 smithi189 bash[38194]: audit 2024-09-10T19:40:13.274057+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:14.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:13 smithi189 bash[38194]: audit 2024-09-10T19:40:13.274718+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:14.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:13 smithi189 bash[38194]: audit 2024-09-10T19:40:13.275354+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:14.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:13 smithi189 bash[38194]: audit 2024-09-10T19:40:13.276018+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:14.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:13 smithi189 bash[38194]: audit 2024-09-10T19:40:13.279380+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:40:14.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:13 smithi189 bash[38194]: audit 2024-09-10T19:40:13.280173+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:14.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:13 smithi189 bash[38194]: audit 2024-09-10T19:40:13.280891+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:14.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:13 smithi189 bash[38194]: audit 2024-09-10T19:40:13.281606+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:14.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:13 smithi189 bash[38194]: audit 2024-09-10T19:40:13.282338+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:15.081 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:14 smithi155 bash[53909]: audit 2024-09-10T19:40:13.267477+0000 mgr.y (mgr.54108) 213 : audit [DBG] from='client.64276 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:40:15.081 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:14 smithi155 bash[53909]: cluster 2024-09-10T19:40:13.629990+0000 mgr.y (mgr.54108) 214 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:15.081 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:14 smithi155 bash[53909]: audit 2024-09-10T19:40:13.770623+0000 mon.c (mon.1) 8 : audit [DBG] from='client.64282 172.21.15.155:0/1250166847' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:40:15.081 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:14 smithi155 bash[53909]: audit 2024-09-10T19:40:14.184020+0000 mgr.y (mgr.54108) 215 : audit [DBG] from='client.54357 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:40:15.082 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:14 smithi155 bash[59709]: audit 2024-09-10T19:40:13.267477+0000 mgr.y (mgr.54108) 213 : audit [DBG] from='client.64276 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:40:15.082 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:14 smithi155 bash[59709]: cluster 2024-09-10T19:40:13.629990+0000 mgr.y (mgr.54108) 214 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:15.082 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:14 smithi155 bash[59709]: audit 2024-09-10T19:40:13.770623+0000 mon.c (mon.1) 8 : audit [DBG] from='client.64282 172.21.15.155:0/1250166847' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:40:15.082 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:14 smithi155 bash[59709]: audit 2024-09-10T19:40:14.184020+0000 mgr.y (mgr.54108) 215 : audit [DBG] from='client.54357 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:40:15.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:14 smithi189 bash[38194]: audit 2024-09-10T19:40:13.267477+0000 mgr.y (mgr.54108) 213 : audit [DBG] from='client.64276 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:40:15.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:14 smithi189 bash[38194]: cluster 2024-09-10T19:40:13.629990+0000 mgr.y (mgr.54108) 214 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:15.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:14 smithi189 bash[38194]: audit 2024-09-10T19:40:13.770623+0000 mon.c (mon.1) 8 : audit [DBG] from='client.64282 172.21.15.155:0/1250166847' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:40:15.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:14 smithi189 bash[38194]: audit 2024-09-10T19:40:14.184020+0000 mgr.y (mgr.54108) 215 : audit [DBG] from='client.54357 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:40:17.056 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:16 smithi155 bash[59709]: cluster 2024-09-10T19:40:15.630830+0000 mgr.y (mgr.54108) 216 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:17.057 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:16 smithi155 bash[53909]: cluster 2024-09-10T19:40:15.630830+0000 mgr.y (mgr.54108) 216 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:17.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:16 smithi189 bash[38194]: cluster 2024-09-10T19:40:15.630830+0000 mgr.y (mgr.54108) 216 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:17.339 INFO:journalctl@ceph.osd.2.smithi155.stdout:Sep 10 19:40:17 smithi155 systemd[1]: Stopping Ceph osd.2 for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:40:17.757 INFO:journalctl@ceph.osd.2.smithi155.stdout:Sep 10 19:40:17 smithi155 bash[24163]: debug 2024-09-10T19:40:17.384+0000 7f8b17591700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T19:40:17.758 INFO:journalctl@ceph.osd.2.smithi155.stdout:Sep 10 19:40:17 smithi155 bash[24163]: debug 2024-09-10T19:40:17.384+0000 7f8b17591700 -1 osd.2 75 *** Got signal Terminated *** 2024-09-10T19:40:17.758 INFO:journalctl@ceph.osd.2.smithi155.stdout:Sep 10 19:40:17 smithi155 bash[24163]: debug 2024-09-10T19:40:17.384+0000 7f8b17591700 -1 osd.2 75 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:40:18.052 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:17 smithi155 bash[53909]: cluster 2024-09-10T19:40:17.669108+0000 mon.a (mon.0) 609 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-10T19:40:18.052 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:17 smithi155 bash[53909]: cluster 2024-09-10T19:40:17.669215+0000 mon.a (mon.0) 610 : cluster [INF] osd.2 failed (root=default,host=smithi155) (connection refused reported by osd.0) 2024-09-10T19:40:18.052 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:17 smithi155 bash[53909]: cluster 2024-09-10T19:40:17.669598+0000 mon.a (mon.0) 611 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-10T19:40:18.052 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:17 smithi155 bash[53909]: cluster 2024-09-10T19:40:17.669884+0000 mon.a (mon.0) 612 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-10T19:40:18.053 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:17 smithi155 bash[53909]: cluster 2024-09-10T19:40:17.670045+0000 mon.a (mon.0) 613 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-10T19:40:18.053 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:17 smithi155 bash[53909]: cluster 2024-09-10T19:40:17.670384+0000 mon.a (mon.0) 614 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-10T19:40:18.053 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:17 smithi155 bash[53909]: cluster 2024-09-10T19:40:17.670591+0000 mon.a (mon.0) 615 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-10T19:40:18.053 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:17 smithi155 bash[53909]: cluster 2024-09-10T19:40:17.670881+0000 mon.a (mon.0) 616 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-10T19:40:18.053 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:17 smithi155 bash[53909]: cluster 2024-09-10T19:40:17.671042+0000 mon.a (mon.0) 617 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-10T19:40:18.053 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:17 smithi155 bash[53909]: cluster 2024-09-10T19:40:17.671331+0000 mon.a (mon.0) 618 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-10T19:40:18.054 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:17 smithi155 bash[53909]: cluster 2024-09-10T19:40:17.671491+0000 mon.a (mon.0) 619 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-09-10T19:40:18.054 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:17 smithi155 bash[53909]: cluster 2024-09-10T19:40:17.671769+0000 mon.a (mon.0) 620 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-10T19:40:18.054 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:17 smithi155 bash[53909]: cluster 2024-09-10T19:40:17.671926+0000 mon.a (mon.0) 621 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-10T19:40:18.054 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:17 smithi155 bash[53909]: cluster 2024-09-10T19:40:17.672235+0000 mon.a (mon.0) 622 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-10T19:40:18.054 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:17 smithi155 bash[53909]: cluster 2024-09-10T19:40:17.672472+0000 mon.a (mon.0) 623 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-09-10T19:40:18.055 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:17 smithi155 bash[59709]: cluster 2024-09-10T19:40:17.669108+0000 mon.a (mon.0) 609 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-10T19:40:18.055 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:17 smithi155 bash[59709]: cluster 2024-09-10T19:40:17.669215+0000 mon.a (mon.0) 610 : cluster [INF] osd.2 failed (root=default,host=smithi155) (connection refused reported by osd.0) 2024-09-10T19:40:18.055 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:17 smithi155 bash[59709]: cluster 2024-09-10T19:40:17.669598+0000 mon.a (mon.0) 611 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-10T19:40:18.055 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:17 smithi155 bash[59709]: cluster 2024-09-10T19:40:17.669884+0000 mon.a (mon.0) 612 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-10T19:40:18.055 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:17 smithi155 bash[59709]: cluster 2024-09-10T19:40:17.670045+0000 mon.a (mon.0) 613 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-10T19:40:18.056 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:17 smithi155 bash[59709]: cluster 2024-09-10T19:40:17.670384+0000 mon.a (mon.0) 614 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-10T19:40:18.056 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:17 smithi155 bash[59709]: cluster 2024-09-10T19:40:17.670591+0000 mon.a (mon.0) 615 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-10T19:40:18.056 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:17 smithi155 bash[59709]: cluster 2024-09-10T19:40:17.670881+0000 mon.a (mon.0) 616 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-10T19:40:18.056 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:17 smithi155 bash[59709]: cluster 2024-09-10T19:40:17.671042+0000 mon.a (mon.0) 617 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-10T19:40:18.056 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:17 smithi155 bash[59709]: cluster 2024-09-10T19:40:17.671331+0000 mon.a (mon.0) 618 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-10T19:40:18.057 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:17 smithi155 bash[59709]: cluster 2024-09-10T19:40:17.671491+0000 mon.a (mon.0) 619 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-09-10T19:40:18.057 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:17 smithi155 bash[59709]: cluster 2024-09-10T19:40:17.671769+0000 mon.a (mon.0) 620 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-10T19:40:18.057 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:17 smithi155 bash[59709]: cluster 2024-09-10T19:40:17.671926+0000 mon.a (mon.0) 621 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-10T19:40:18.057 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:17 smithi155 bash[59709]: cluster 2024-09-10T19:40:17.672235+0000 mon.a (mon.0) 622 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-10T19:40:18.057 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:17 smithi155 bash[59709]: cluster 2024-09-10T19:40:17.672472+0000 mon.a (mon.0) 623 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-09-10T19:40:18.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:17 smithi189 bash[38194]: cluster 2024-09-10T19:40:17.669108+0000 mon.a (mon.0) 609 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-10T19:40:18.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:17 smithi189 bash[38194]: cluster 2024-09-10T19:40:17.669215+0000 mon.a (mon.0) 610 : cluster [INF] osd.2 failed (root=default,host=smithi155) (connection refused reported by osd.0) 2024-09-10T19:40:18.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:17 smithi189 bash[38194]: cluster 2024-09-10T19:40:17.669598+0000 mon.a (mon.0) 611 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-10T19:40:18.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:17 smithi189 bash[38194]: cluster 2024-09-10T19:40:17.669884+0000 mon.a (mon.0) 612 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-10T19:40:18.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:17 smithi189 bash[38194]: cluster 2024-09-10T19:40:17.670045+0000 mon.a (mon.0) 613 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-10T19:40:18.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:17 smithi189 bash[38194]: cluster 2024-09-10T19:40:17.670384+0000 mon.a (mon.0) 614 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-10T19:40:18.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:17 smithi189 bash[38194]: cluster 2024-09-10T19:40:17.670591+0000 mon.a (mon.0) 615 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-10T19:40:18.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:17 smithi189 bash[38194]: cluster 2024-09-10T19:40:17.670881+0000 mon.a (mon.0) 616 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-10T19:40:18.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:17 smithi189 bash[38194]: cluster 2024-09-10T19:40:17.671042+0000 mon.a (mon.0) 617 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-10T19:40:18.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:17 smithi189 bash[38194]: cluster 2024-09-10T19:40:17.671331+0000 mon.a (mon.0) 618 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-10T19:40:18.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:17 smithi189 bash[38194]: cluster 2024-09-10T19:40:17.671491+0000 mon.a (mon.0) 619 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-09-10T19:40:18.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:17 smithi189 bash[38194]: cluster 2024-09-10T19:40:17.671769+0000 mon.a (mon.0) 620 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-10T19:40:18.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:17 smithi189 bash[38194]: cluster 2024-09-10T19:40:17.671926+0000 mon.a (mon.0) 621 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-10T19:40:18.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:17 smithi189 bash[38194]: cluster 2024-09-10T19:40:17.672235+0000 mon.a (mon.0) 622 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-10T19:40:18.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:17 smithi189 bash[38194]: cluster 2024-09-10T19:40:17.672472+0000 mon.a (mon.0) 623 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-09-10T19:40:18.339 INFO:journalctl@ceph.osd.2.smithi155.stdout:Sep 10 19:40:18 smithi155 bash[79167]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-osd.2 2024-09-10T19:40:18.339 INFO:journalctl@ceph.osd.2.smithi155.stdout:Sep 10 19:40:18 smithi155 bash[79238]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-osd.2 2024-09-10T19:40:19.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:18 smithi155 bash[53909]: cluster 2024-09-10T19:40:17.631664+0000 mgr.y (mgr.54108) 217 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:19.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:18 smithi155 bash[53909]: cluster 2024-09-10T19:40:17.754401+0000 mon.a (mon.0) 624 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:40:19.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:18 smithi155 bash[53909]: cluster 2024-09-10T19:40:17.772179+0000 mon.a (mon.0) 625 : cluster [DBG] osdmap e76: 8 total, 7 up, 8 in 2024-09-10T19:40:19.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:18 smithi155 bash[59709]: cluster 2024-09-10T19:40:17.631664+0000 mgr.y (mgr.54108) 217 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:19.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:18 smithi155 bash[59709]: cluster 2024-09-10T19:40:17.754401+0000 mon.a (mon.0) 624 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:40:19.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:18 smithi155 bash[59709]: cluster 2024-09-10T19:40:17.772179+0000 mon.a (mon.0) 625 : cluster [DBG] osdmap e76: 8 total, 7 up, 8 in 2024-09-10T19:40:19.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:18 smithi189 bash[38194]: cluster 2024-09-10T19:40:17.631664+0000 mgr.y (mgr.54108) 217 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:19.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:18 smithi189 bash[38194]: cluster 2024-09-10T19:40:17.754401+0000 mon.a (mon.0) 624 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:40:19.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:18 smithi189 bash[38194]: cluster 2024-09-10T19:40:17.772179+0000 mon.a (mon.0) 625 : cluster [DBG] osdmap e76: 8 total, 7 up, 8 in 2024-09-10T19:40:20.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:19 smithi155 bash[59709]: cluster 2024-09-10T19:40:18.773272+0000 mon.a (mon.0) 626 : cluster [DBG] osdmap e77: 8 total, 7 up, 8 in 2024-09-10T19:40:20.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:19 smithi155 bash[53909]: cluster 2024-09-10T19:40:18.773272+0000 mon.a (mon.0) 626 : cluster [DBG] osdmap e77: 8 total, 7 up, 8 in 2024-09-10T19:40:20.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:19 smithi189 bash[38194]: cluster 2024-09-10T19:40:18.773272+0000 mon.a (mon.0) 626 : cluster [DBG] osdmap e77: 8 total, 7 up, 8 in 2024-09-10T19:40:20.784 INFO:journalctl@ceph.osd.2.smithi155.stdout:Sep 10 19:40:20 smithi155 systemd[1]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968@osd.2.service: Succeeded. 2024-09-10T19:40:20.784 INFO:journalctl@ceph.osd.2.smithi155.stdout:Sep 10 19:40:20 smithi155 systemd[1]: Stopped Ceph osd.2 for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:40:20.784 INFO:journalctl@ceph.osd.2.smithi155.stdout:Sep 10 19:40:20 smithi155 systemd[1]: Started Ceph osd.2 for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:40:21.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:20 smithi155 bash[53909]: cluster 2024-09-10T19:40:19.632500+0000 mgr.y (mgr.54108) 218 : cluster [DBG] pgmap v121: 129 pgs: 21 peering, 4 stale+active+clean, 104 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:21.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:20 smithi155 bash[53909]: cluster 2024-09-10T19:40:19.768725+0000 mon.a (mon.0) 627 : cluster [WRN] Health check failed: Reduced data availability: 6 pgs inactive, 6 pgs peering (PG_AVAILABILITY) 2024-09-10T19:40:21.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:20 smithi155 bash[53909]: audit 2024-09-10T19:40:20.717811+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:40:21.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:20 smithi155 bash[53909]: audit 2024-09-10T19:40:20.722956+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:21.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:20 smithi155 bash[53909]: audit 2024-09-10T19:40:20.731423+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:21.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:20 smithi155 bash[53909]: audit 2024-09-10T19:40:20.737132+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:21.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:20 smithi155 bash[53909]: audit 2024-09-10T19:40:20.739105+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:40:21.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:20 smithi155 bash[59709]: cluster 2024-09-10T19:40:19.632500+0000 mgr.y (mgr.54108) 218 : cluster [DBG] pgmap v121: 129 pgs: 21 peering, 4 stale+active+clean, 104 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:21.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:20 smithi155 bash[59709]: cluster 2024-09-10T19:40:19.768725+0000 mon.a (mon.0) 627 : cluster [WRN] Health check failed: Reduced data availability: 6 pgs inactive, 6 pgs peering (PG_AVAILABILITY) 2024-09-10T19:40:21.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:20 smithi155 bash[59709]: audit 2024-09-10T19:40:20.717811+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:40:21.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:20 smithi155 bash[59709]: audit 2024-09-10T19:40:20.722956+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:21.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:20 smithi155 bash[59709]: audit 2024-09-10T19:40:20.731423+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:21.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:20 smithi155 bash[59709]: audit 2024-09-10T19:40:20.737132+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:21.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:20 smithi155 bash[59709]: audit 2024-09-10T19:40:20.739105+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:40:21.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:20 smithi189 bash[38194]: cluster 2024-09-10T19:40:19.632500+0000 mgr.y (mgr.54108) 218 : cluster [DBG] pgmap v121: 129 pgs: 21 peering, 4 stale+active+clean, 104 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:21.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:20 smithi189 bash[38194]: cluster 2024-09-10T19:40:19.768725+0000 mon.a (mon.0) 627 : cluster [WRN] Health check failed: Reduced data availability: 6 pgs inactive, 6 pgs peering (PG_AVAILABILITY) 2024-09-10T19:40:21.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:20 smithi189 bash[38194]: audit 2024-09-10T19:40:20.717811+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:40:21.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:20 smithi189 bash[38194]: audit 2024-09-10T19:40:20.722956+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:21.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:20 smithi189 bash[38194]: audit 2024-09-10T19:40:20.731423+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:21.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:20 smithi189 bash[38194]: audit 2024-09-10T19:40:20.737132+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:21.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:20 smithi189 bash[38194]: audit 2024-09-10T19:40:20.739105+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:40:22.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:21 smithi155 bash[53909]: cluster 2024-09-10T19:40:21.781427+0000 mon.a (mon.0) 633 : cluster [WRN] Health check failed: Degraded data redundancy: 23/612 objects degraded (3.758%), 3 pgs degraded (PG_DEGRADED) 2024-09-10T19:40:22.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:21 smithi155 bash[59709]: cluster 2024-09-10T19:40:21.781427+0000 mon.a (mon.0) 633 : cluster [WRN] Health check failed: Degraded data redundancy: 23/612 objects degraded (3.758%), 3 pgs degraded (PG_DEGRADED) 2024-09-10T19:40:22.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:21 smithi189 bash[38194]: cluster 2024-09-10T19:40:21.781427+0000 mon.a (mon.0) 633 : cluster [WRN] Health check failed: Degraded data redundancy: 23/612 objects degraded (3.758%), 3 pgs degraded (PG_DEGRADED) 2024-09-10T19:40:22.487 INFO:journalctl@ceph.osd.2.smithi155.stdout:Sep 10 19:40:22 smithi155 bash[79419]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-10T19:40:22.487 INFO:journalctl@ceph.osd.2.smithi155.stdout:Sep 10 19:40:22 smithi155 bash[79419]: 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-10T19:40:22.487 INFO:journalctl@ceph.osd.2.smithi155.stdout:Sep 10 19:40:22 smithi155 bash[79419]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-10T19:40:22.487 INFO:journalctl@ceph.osd.2.smithi155.stdout:Sep 10 19:40:22 smithi155 bash[79419]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-10T19:40:22.487 INFO:journalctl@ceph.osd.2.smithi155.stdout:Sep 10 19:40:22 smithi155 bash[79419]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2024-09-10T19:40:22.487 INFO:journalctl@ceph.osd.2.smithi155.stdout:Sep 10 19:40:22 smithi155 bash[79419]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-10T19:40:22.487 INFO:journalctl@ceph.osd.2.smithi155.stdout:Sep 10 19:40:22 smithi155 bash[79419]: --> ceph-volume raw activate successful for osd ID: 2 2024-09-10T19:40:23.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:22 smithi155 bash[59709]: cluster 2024-09-10T19:40:21.633908+0000 mgr.y (mgr.54108) 219 : cluster [DBG] pgmap v122: 129 pgs: 8 active+undersized, 21 peering, 3 active+undersized+degraded, 97 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 23/612 objects degraded (3.758%) 2024-09-10T19:40:23.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:22 smithi155 bash[53909]: cluster 2024-09-10T19:40:21.633908+0000 mgr.y (mgr.54108) 219 : cluster [DBG] pgmap v122: 129 pgs: 8 active+undersized, 21 peering, 3 active+undersized+degraded, 97 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 23/612 objects degraded (3.758%) 2024-09-10T19:40:23.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:22 smithi189 bash[38194]: cluster 2024-09-10T19:40:21.633908+0000 mgr.y (mgr.54108) 219 : cluster [DBG] pgmap v122: 129 pgs: 8 active+undersized, 21 peering, 3 active+undersized+degraded, 97 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 23/612 objects degraded (3.758%) 2024-09-10T19:40:24.163 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:23 smithi155 bash[53909]: cluster 2024-09-10T19:40:23.836433+0000 mon.a (mon.0) 634 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 6 pgs inactive, 6 pgs peering) 2024-09-10T19:40:24.163 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:23 smithi155 bash[59709]: cluster 2024-09-10T19:40:23.836433+0000 mon.a (mon.0) 634 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 6 pgs inactive, 6 pgs peering) 2024-09-10T19:40:24.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:23 smithi189 bash[38194]: cluster 2024-09-10T19:40:23.836433+0000 mon.a (mon.0) 634 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 6 pgs inactive, 6 pgs peering) 2024-09-10T19:40:24.589 INFO:journalctl@ceph.osd.2.smithi155.stdout:Sep 10 19:40:24 smithi155 bash[79717]: debug 2024-09-10T19:40:24.271+0000 7fe81a6a7640 1 -- 172.21.15.155:0/1163222358 <== mon.0 v2:172.21.15.155:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5568523e6d00 con 0x5568523b9400 2024-09-10T19:40:25.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:24 smithi155 bash[53909]: cluster 2024-09-10T19:40:23.635265+0000 mgr.y (mgr.54108) 220 : cluster [DBG] pgmap v123: 129 pgs: 21 active+undersized, 11 active+undersized+degraded, 97 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 53/612 objects degraded (8.660%) 2024-09-10T19:40:25.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:24 smithi155 bash[59709]: cluster 2024-09-10T19:40:23.635265+0000 mgr.y (mgr.54108) 220 : cluster [DBG] pgmap v123: 129 pgs: 21 active+undersized, 11 active+undersized+degraded, 97 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 53/612 objects degraded (8.660%) 2024-09-10T19:40:25.090 INFO:journalctl@ceph.osd.2.smithi155.stdout:Sep 10 19:40:24 smithi155 bash[79717]: debug 2024-09-10T19:40:24.803+0000 7fe81cf0f440 -1 Falling back to public interface 2024-09-10T19:40:25.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:24 smithi189 bash[38194]: cluster 2024-09-10T19:40:23.635265+0000 mgr.y (mgr.54108) 220 : cluster [DBG] pgmap v123: 129 pgs: 21 active+undersized, 11 active+undersized+degraded, 97 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 53/612 objects degraded (8.660%) 2024-09-10T19:40:27.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:26 smithi189 bash[38194]: cluster 2024-09-10T19:40:25.636366+0000 mgr.y (mgr.54108) 221 : cluster [DBG] pgmap v124: 129 pgs: 21 active+undersized, 11 active+undersized+degraded, 97 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 53/612 objects degraded (8.660%) 2024-09-10T19:40:27.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:26 smithi155 bash[53909]: cluster 2024-09-10T19:40:25.636366+0000 mgr.y (mgr.54108) 221 : cluster [DBG] pgmap v124: 129 pgs: 21 active+undersized, 11 active+undersized+degraded, 97 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 53/612 objects degraded (8.660%) 2024-09-10T19:40:27.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:26 smithi155 bash[59709]: cluster 2024-09-10T19:40:25.636366+0000 mgr.y (mgr.54108) 221 : cluster [DBG] pgmap v124: 129 pgs: 21 active+undersized, 11 active+undersized+degraded, 97 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 53/612 objects degraded (8.660%) 2024-09-10T19:40:28.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:27 smithi155 bash[59709]: audit 2024-09-10T19:40:27.694284+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:40:28.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:27 smithi155 bash[59709]: audit 2024-09-10T19:40:27.702333+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:28.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:27 smithi155 bash[59709]: audit 2024-09-10T19:40:27.711082+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:28.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:27 smithi155 bash[59709]: audit 2024-09-10T19:40:27.782091+0000 mon.c (mon.1) 9 : audit [INF] from='osd.2 [v2:172.21.15.155:6818/3370320088,v1:172.21.15.155:6819/3370320088]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T19:40:28.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:27 smithi155 bash[59709]: audit 2024-09-10T19:40:27.782506+0000 mon.a (mon.0) 638 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T19:40:28.090 INFO:journalctl@ceph.osd.2.smithi155.stdout:Sep 10 19:40:27 smithi155 bash[79717]: debug 2024-09-10T19:40:27.747+0000 7fe81cf0f440 -1 osd.2 0 read_superblock omap replica is missing. 2024-09-10T19:40:28.090 INFO:journalctl@ceph.osd.2.smithi155.stdout:Sep 10 19:40:27 smithi155 bash[79717]: debug 2024-09-10T19:40:27.775+0000 7fe81cf0f440 -1 osd.2 75 log_to_monitors true 2024-09-10T19:40:28.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:27 smithi155 bash[53909]: audit 2024-09-10T19:40:27.694284+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:40:28.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:27 smithi155 bash[53909]: audit 2024-09-10T19:40:27.702333+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:28.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:27 smithi155 bash[53909]: audit 2024-09-10T19:40:27.711082+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:28.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:27 smithi155 bash[53909]: audit 2024-09-10T19:40:27.782091+0000 mon.c (mon.1) 9 : audit [INF] from='osd.2 [v2:172.21.15.155:6818/3370320088,v1:172.21.15.155:6819/3370320088]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T19:40:28.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:27 smithi155 bash[53909]: audit 2024-09-10T19:40:27.782506+0000 mon.a (mon.0) 638 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T19:40:28.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:27 smithi189 bash[38194]: audit 2024-09-10T19:40:27.694284+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:40:28.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:27 smithi189 bash[38194]: audit 2024-09-10T19:40:27.702333+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:28.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:27 smithi189 bash[38194]: audit 2024-09-10T19:40:27.711082+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:28.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:27 smithi189 bash[38194]: audit 2024-09-10T19:40:27.782091+0000 mon.c (mon.1) 9 : audit [INF] from='osd.2 [v2:172.21.15.155:6818/3370320088,v1:172.21.15.155:6819/3370320088]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T19:40:28.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:27 smithi189 bash[38194]: audit 2024-09-10T19:40:27.782506+0000 mon.a (mon.0) 638 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T19:40:29.089 INFO:journalctl@ceph.osd.2.smithi155.stdout:Sep 10 19:40:28 smithi155 bash[79717]: debug 2024-09-10T19:40:28.735+0000 7fe8124b6640 -1 osd.2 75 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T19:40:29.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:28 smithi155 bash[59709]: cluster 2024-09-10T19:40:27.637476+0000 mgr.y (mgr.54108) 222 : cluster [DBG] pgmap v125: 129 pgs: 21 active+undersized, 11 active+undersized+degraded, 97 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 53/612 objects degraded (8.660%) 2024-09-10T19:40:29.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:28 smithi155 bash[59709]: audit 2024-09-10T19:40:28.088364+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:40:29.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:28 smithi155 bash[59709]: audit 2024-09-10T19:40:28.304546+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:40:29.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:28 smithi155 bash[59709]: audit 2024-09-10T19:40:28.311960+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:29.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:28 smithi155 bash[59709]: audit 2024-09-10T19:40:28.318839+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:29.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:28 smithi155 bash[59709]: audit 2024-09-10T19:40:28.320512+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:40:29.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:28 smithi155 bash[59709]: audit 2024-09-10T19:40:28.722505+0000 mon.a (mon.0) 644 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T19:40:29.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:28 smithi155 bash[59709]: cluster 2024-09-10T19:40:28.722667+0000 mon.a (mon.0) 645 : cluster [DBG] osdmap e78: 8 total, 7 up, 8 in 2024-09-10T19:40:29.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:28 smithi155 bash[59709]: audit 2024-09-10T19:40:28.724596+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.155:6818/3370320088,v1:172.21.15.155:6819/3370320088]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T19:40:29.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:28 smithi155 bash[59709]: audit 2024-09-10T19:40:28.725647+0000 mon.a (mon.0) 646 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T19:40:29.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:28 smithi155 bash[53909]: cluster 2024-09-10T19:40:27.637476+0000 mgr.y (mgr.54108) 222 : cluster [DBG] pgmap v125: 129 pgs: 21 active+undersized, 11 active+undersized+degraded, 97 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 53/612 objects degraded (8.660%) 2024-09-10T19:40:29.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:28 smithi155 bash[53909]: audit 2024-09-10T19:40:28.088364+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:40:29.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:28 smithi155 bash[53909]: audit 2024-09-10T19:40:28.304546+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:40:29.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:28 smithi155 bash[53909]: audit 2024-09-10T19:40:28.311960+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:29.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:28 smithi155 bash[53909]: audit 2024-09-10T19:40:28.318839+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:29.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:28 smithi155 bash[53909]: audit 2024-09-10T19:40:28.320512+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:40:29.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:28 smithi155 bash[53909]: audit 2024-09-10T19:40:28.722505+0000 mon.a (mon.0) 644 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T19:40:29.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:28 smithi155 bash[53909]: cluster 2024-09-10T19:40:28.722667+0000 mon.a (mon.0) 645 : cluster [DBG] osdmap e78: 8 total, 7 up, 8 in 2024-09-10T19:40:29.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:28 smithi155 bash[53909]: audit 2024-09-10T19:40:28.724596+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.155:6818/3370320088,v1:172.21.15.155:6819/3370320088]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T19:40:29.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:28 smithi155 bash[53909]: audit 2024-09-10T19:40:28.725647+0000 mon.a (mon.0) 646 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T19:40:29.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:28 smithi189 bash[38194]: cluster 2024-09-10T19:40:27.637476+0000 mgr.y (mgr.54108) 222 : cluster [DBG] pgmap v125: 129 pgs: 21 active+undersized, 11 active+undersized+degraded, 97 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 53/612 objects degraded (8.660%) 2024-09-10T19:40:29.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:28 smithi189 bash[38194]: audit 2024-09-10T19:40:28.088364+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:40:29.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:28 smithi189 bash[38194]: audit 2024-09-10T19:40:28.304546+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:40:29.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:28 smithi189 bash[38194]: audit 2024-09-10T19:40:28.311960+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:29.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:28 smithi189 bash[38194]: audit 2024-09-10T19:40:28.318839+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:29.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:28 smithi189 bash[38194]: audit 2024-09-10T19:40:28.320512+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:40:29.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:28 smithi189 bash[38194]: audit 2024-09-10T19:40:28.722505+0000 mon.a (mon.0) 644 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T19:40:29.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:28 smithi189 bash[38194]: cluster 2024-09-10T19:40:28.722667+0000 mon.a (mon.0) 645 : cluster [DBG] osdmap e78: 8 total, 7 up, 8 in 2024-09-10T19:40:29.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:28 smithi189 bash[38194]: audit 2024-09-10T19:40:28.724596+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.155:6818/3370320088,v1:172.21.15.155:6819/3370320088]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T19:40:29.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:28 smithi189 bash[38194]: audit 2024-09-10T19:40:28.725647+0000 mon.a (mon.0) 646 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T19:40:30.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:29 smithi189 bash[38194]: cluster 2024-09-10T19:40:29.713530+0000 mon.a (mon.0) 647 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:40:30.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:29 smithi189 bash[38194]: cluster 2024-09-10T19:40:29.723128+0000 mon.a (mon.0) 648 : cluster [INF] osd.2 [v2:172.21.15.155:6818/3370320088,v1:172.21.15.155:6819/3370320088] boot 2024-09-10T19:40:30.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:29 smithi189 bash[38194]: cluster 2024-09-10T19:40:29.723266+0000 mon.a (mon.0) 649 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-09-10T19:40:30.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:29 smithi189 bash[38194]: audit 2024-09-10T19:40:29.724312+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:40:30.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:29 smithi155 bash[53909]: cluster 2024-09-10T19:40:29.713530+0000 mon.a (mon.0) 647 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:40:30.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:29 smithi155 bash[53909]: cluster 2024-09-10T19:40:29.723128+0000 mon.a (mon.0) 648 : cluster [INF] osd.2 [v2:172.21.15.155:6818/3370320088,v1:172.21.15.155:6819/3370320088] boot 2024-09-10T19:40:30.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:29 smithi155 bash[53909]: cluster 2024-09-10T19:40:29.723266+0000 mon.a (mon.0) 649 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-09-10T19:40:30.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:29 smithi155 bash[53909]: audit 2024-09-10T19:40:29.724312+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:40:30.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:29 smithi155 bash[59709]: cluster 2024-09-10T19:40:29.713530+0000 mon.a (mon.0) 647 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:40:30.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:29 smithi155 bash[59709]: cluster 2024-09-10T19:40:29.723128+0000 mon.a (mon.0) 648 : cluster [INF] osd.2 [v2:172.21.15.155:6818/3370320088,v1:172.21.15.155:6819/3370320088] boot 2024-09-10T19:40:30.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:29 smithi155 bash[59709]: cluster 2024-09-10T19:40:29.723266+0000 mon.a (mon.0) 649 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-09-10T19:40:30.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:29 smithi155 bash[59709]: audit 2024-09-10T19:40:29.724312+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:40:31.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:30 smithi189 bash[38194]: cluster 2024-09-10T19:40:29.638383+0000 mgr.y (mgr.54108) 223 : cluster [DBG] pgmap v127: 129 pgs: 21 active+undersized, 11 active+undersized+degraded, 97 active+clean; 584 KiB data, 879 MiB used, 709 GiB / 715 GiB avail; 53/612 objects degraded (8.660%) 2024-09-10T19:40:31.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:30 smithi189 bash[38194]: cluster 2024-09-10T19:40:30.527430+0000 mon.a (mon.0) 651 : cluster [WRN] Health check update: Degraded data redundancy: 53/612 objects degraded (8.660%), 11 pgs degraded (PG_DEGRADED) 2024-09-10T19:40:31.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:30 smithi189 bash[38194]: cluster 2024-09-10T19:40:30.727866+0000 mon.a (mon.0) 652 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-09-10T19:40:31.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:30 smithi155 bash[59709]: cluster 2024-09-10T19:40:29.638383+0000 mgr.y (mgr.54108) 223 : cluster [DBG] pgmap v127: 129 pgs: 21 active+undersized, 11 active+undersized+degraded, 97 active+clean; 584 KiB data, 879 MiB used, 709 GiB / 715 GiB avail; 53/612 objects degraded (8.660%) 2024-09-10T19:40:31.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:30 smithi155 bash[59709]: cluster 2024-09-10T19:40:30.527430+0000 mon.a (mon.0) 651 : cluster [WRN] Health check update: Degraded data redundancy: 53/612 objects degraded (8.660%), 11 pgs degraded (PG_DEGRADED) 2024-09-10T19:40:31.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:30 smithi155 bash[59709]: cluster 2024-09-10T19:40:30.727866+0000 mon.a (mon.0) 652 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-09-10T19:40:31.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:30 smithi155 bash[53909]: cluster 2024-09-10T19:40:29.638383+0000 mgr.y (mgr.54108) 223 : cluster [DBG] pgmap v127: 129 pgs: 21 active+undersized, 11 active+undersized+degraded, 97 active+clean; 584 KiB data, 879 MiB used, 709 GiB / 715 GiB avail; 53/612 objects degraded (8.660%) 2024-09-10T19:40:31.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:30 smithi155 bash[53909]: cluster 2024-09-10T19:40:30.527430+0000 mon.a (mon.0) 651 : cluster [WRN] Health check update: Degraded data redundancy: 53/612 objects degraded (8.660%), 11 pgs degraded (PG_DEGRADED) 2024-09-10T19:40:31.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:30 smithi155 bash[53909]: cluster 2024-09-10T19:40:30.727866+0000 mon.a (mon.0) 652 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-09-10T19:40:33.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:32 smithi189 bash[38194]: cluster 2024-09-10T19:40:31.639393+0000 mgr.y (mgr.54108) 224 : cluster [DBG] pgmap v130: 129 pgs: 4 peering, 17 active+undersized, 8 active+undersized+degraded, 100 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 30/612 objects degraded (4.902%) 2024-09-10T19:40:33.209 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:32 smithi155 bash[53909]: cluster 2024-09-10T19:40:31.639393+0000 mgr.y (mgr.54108) 224 : cluster [DBG] pgmap v130: 129 pgs: 4 peering, 17 active+undersized, 8 active+undersized+degraded, 100 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 30/612 objects degraded (4.902%) 2024-09-10T19:40:33.209 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:32 smithi155 bash[59709]: cluster 2024-09-10T19:40:31.639393+0000 mgr.y (mgr.54108) 224 : cluster [DBG] pgmap v130: 129 pgs: 4 peering, 17 active+undersized, 8 active+undersized+degraded, 100 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 30/612 objects degraded (4.902%) 2024-09-10T19:40:34.325 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:33 smithi155 bash[59709]: cluster 2024-09-10T19:40:33.925794+0000 mon.a (mon.0) 653 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 30/612 objects degraded (4.902%), 8 pgs degraded) 2024-09-10T19:40:34.326 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:33 smithi155 bash[59709]: cluster 2024-09-10T19:40:33.925852+0000 mon.a (mon.0) 654 : cluster [INF] Cluster is now healthy 2024-09-10T19:40:34.326 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:33 smithi155 bash[53909]: cluster 2024-09-10T19:40:33.925794+0000 mon.a (mon.0) 653 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 30/612 objects degraded (4.902%), 8 pgs degraded) 2024-09-10T19:40:34.326 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:33 smithi155 bash[53909]: cluster 2024-09-10T19:40:33.925852+0000 mon.a (mon.0) 654 : cluster [INF] Cluster is now healthy 2024-09-10T19:40:34.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:33 smithi189 bash[38194]: cluster 2024-09-10T19:40:33.925794+0000 mon.a (mon.0) 653 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 30/612 objects degraded (4.902%), 8 pgs degraded) 2024-09-10T19:40:34.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:33 smithi189 bash[38194]: cluster 2024-09-10T19:40:33.925852+0000 mon.a (mon.0) 654 : cluster [INF] Cluster is now healthy 2024-09-10T19:40:35.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:34 smithi155 bash[53909]: cluster 2024-09-10T19:40:33.640603+0000 mgr.y (mgr.54108) 225 : cluster [DBG] pgmap v131: 129 pgs: 4 peering, 10 active+undersized, 115 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:35.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:34 smithi155 bash[59709]: cluster 2024-09-10T19:40:33.640603+0000 mgr.y (mgr.54108) 225 : cluster [DBG] pgmap v131: 129 pgs: 4 peering, 10 active+undersized, 115 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:35.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:34 smithi189 bash[38194]: cluster 2024-09-10T19:40:33.640603+0000 mgr.y (mgr.54108) 225 : cluster [DBG] pgmap v131: 129 pgs: 4 peering, 10 active+undersized, 115 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:37.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:36 smithi155 bash[53909]: cluster 2024-09-10T19:40:35.641528+0000 mgr.y (mgr.54108) 226 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:37.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:36 smithi155 bash[59709]: cluster 2024-09-10T19:40:35.641528+0000 mgr.y (mgr.54108) 226 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:37.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:36 smithi189 bash[38194]: cluster 2024-09-10T19:40:35.641528+0000 mgr.y (mgr.54108) 226 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:39.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:38 smithi155 bash[53909]: cluster 2024-09-10T19:40:37.642398+0000 mgr.y (mgr.54108) 227 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:39.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:38 smithi155 bash[53909]: audit 2024-09-10T19:40:37.757983+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:39.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:38 smithi155 bash[53909]: audit 2024-09-10T19:40:38.703963+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:40:39.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:38 smithi155 bash[53909]: audit 2024-09-10T19:40:38.710919+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:39.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:38 smithi155 bash[53909]: audit 2024-09-10T19:40:38.719155+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:39.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:38 smithi155 bash[53909]: audit 2024-09-10T19:40:38.727742+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:39.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:38 smithi155 bash[59709]: cluster 2024-09-10T19:40:37.642398+0000 mgr.y (mgr.54108) 227 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:39.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:38 smithi155 bash[59709]: audit 2024-09-10T19:40:37.757983+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:39.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:38 smithi155 bash[59709]: audit 2024-09-10T19:40:38.703963+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:40:39.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:38 smithi155 bash[59709]: audit 2024-09-10T19:40:38.710919+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:39.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:38 smithi155 bash[59709]: audit 2024-09-10T19:40:38.719155+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:39.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:38 smithi155 bash[59709]: audit 2024-09-10T19:40:38.727742+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:39.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:38 smithi189 bash[38194]: cluster 2024-09-10T19:40:37.642398+0000 mgr.y (mgr.54108) 227 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:39.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:38 smithi189 bash[38194]: audit 2024-09-10T19:40:37.757983+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:39.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:38 smithi189 bash[38194]: audit 2024-09-10T19:40:38.703963+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:40:39.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:38 smithi189 bash[38194]: audit 2024-09-10T19:40:38.710919+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:39.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:38 smithi189 bash[38194]: audit 2024-09-10T19:40:38.719155+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:39.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:38 smithi189 bash[38194]: audit 2024-09-10T19:40:38.727742+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:40.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[59709]: audit 2024-09-10T19:40:38.780770+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:40:40.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[59709]: audit 2024-09-10T19:40:38.785972+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:40:40.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[59709]: audit 2024-09-10T19:40:38.789261+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:40:40.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[59709]: audit 2024-09-10T19:40:38.791352+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:40:40.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[59709]: audit 2024-09-10T19:40:38.793203+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:40:40.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[59709]: audit 2024-09-10T19:40:38.795279+0000 mon.a (mon.0) 665 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:40:40.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[59709]: audit 2024-09-10T19:40:38.796967+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:40:40.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[59709]: audit 2024-09-10T19:40:38.798704+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:40:40.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[59709]: cephadm 2024-09-10T19:40:38.799811+0000 mgr.y (mgr.54108) 228 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:40:40.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[59709]: audit 2024-09-10T19:40:38.801303+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:40:40.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[59709]: audit 2024-09-10T19:40:38.807025+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:40:40.099 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[59709]: audit 2024-09-10T19:40:38.808646+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:40:40.099 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[59709]: audit 2024-09-10T19:40:38.816840+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:40:40.099 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[59709]: audit 2024-09-10T19:40:38.818037+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:40:40.099 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[59709]: audit 2024-09-10T19:40:38.822704+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:40:40.099 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[59709]: audit 2024-09-10T19:40:38.823900+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:40:40.099 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[59709]: audit 2024-09-10T19:40:38.824970+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:40:40.099 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[53909]: audit 2024-09-10T19:40:38.780770+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:40:40.099 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[53909]: audit 2024-09-10T19:40:38.785972+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:40:40.099 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[53909]: audit 2024-09-10T19:40:38.789261+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:40:40.100 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[53909]: audit 2024-09-10T19:40:38.791352+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:40:40.100 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[53909]: audit 2024-09-10T19:40:38.793203+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:40:40.100 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[53909]: audit 2024-09-10T19:40:38.795279+0000 mon.a (mon.0) 665 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:40:40.100 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[53909]: audit 2024-09-10T19:40:38.796967+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:40:40.100 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[53909]: audit 2024-09-10T19:40:38.798704+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:40:40.100 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[53909]: cephadm 2024-09-10T19:40:38.799811+0000 mgr.y (mgr.54108) 228 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:40:40.100 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[53909]: audit 2024-09-10T19:40:38.801303+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:40:40.100 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[53909]: audit 2024-09-10T19:40:38.807025+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:40:40.100 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[53909]: audit 2024-09-10T19:40:38.808646+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:40:40.100 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[53909]: audit 2024-09-10T19:40:38.816840+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:40:40.100 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[53909]: audit 2024-09-10T19:40:38.818037+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:40:40.100 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[53909]: audit 2024-09-10T19:40:38.822704+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:40:40.100 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[53909]: audit 2024-09-10T19:40:38.823900+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:40:40.101 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[53909]: audit 2024-09-10T19:40:38.824970+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:40:40.101 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[53909]: audit 2024-09-10T19:40:38.825992+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:40:40.101 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[53909]: audit 2024-09-10T19:40:38.827056+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:40:40.101 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[53909]: audit 2024-09-10T19:40:38.828130+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:40:40.101 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[53909]: audit 2024-09-10T19:40:38.829376+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:40:40.101 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[53909]: audit 2024-09-10T19:40:38.830669+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:40:40.101 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[53909]: audit 2024-09-10T19:40:38.831896+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:40:40.101 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[53909]: audit 2024-09-10T19:40:38.833119+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:40:40.101 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[53909]: audit 2024-09-10T19:40:38.834350+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:40:40.101 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[53909]: audit 2024-09-10T19:40:38.835524+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:40:40.101 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[53909]: audit 2024-09-10T19:40:38.836803+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:40:40.101 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[53909]: audit 2024-09-10T19:40:38.838054+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:40:40.101 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[53909]: audit 2024-09-10T19:40:38.839324+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:40:40.101 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[53909]: audit 2024-09-10T19:40:38.846421+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:40:40.101 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[53909]: cephadm 2024-09-10T19:40:38.847560+0000 mgr.y (mgr.54108) 229 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:40:40.102 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[53909]: audit 2024-09-10T19:40:38.848412+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:40:40.102 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[53909]: audit 2024-09-10T19:40:38.854504+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:40:40.102 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[53909]: audit 2024-09-10T19:40:38.862980+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:40.102 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[53909]: audit 2024-09-10T19:40:38.927225+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:40.102 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[59709]: audit 2024-09-10T19:40:38.825992+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:40:40.102 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[59709]: audit 2024-09-10T19:40:38.827056+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:40:40.102 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[59709]: audit 2024-09-10T19:40:38.828130+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:40:40.102 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[59709]: audit 2024-09-10T19:40:38.829376+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:40:40.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[59709]: audit 2024-09-10T19:40:38.830669+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:40:40.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[59709]: audit 2024-09-10T19:40:38.831896+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:40:40.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[59709]: audit 2024-09-10T19:40:38.833119+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:40:40.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[59709]: audit 2024-09-10T19:40:38.834350+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:40:40.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[59709]: audit 2024-09-10T19:40:38.835524+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:40:40.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[59709]: audit 2024-09-10T19:40:38.836803+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:40:40.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[59709]: audit 2024-09-10T19:40:38.838054+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:40:40.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[59709]: audit 2024-09-10T19:40:38.839324+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:40:40.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[59709]: audit 2024-09-10T19:40:38.846421+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:40:40.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[59709]: cephadm 2024-09-10T19:40:38.847560+0000 mgr.y (mgr.54108) 229 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:40:40.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[59709]: audit 2024-09-10T19:40:38.848412+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:40:40.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[59709]: audit 2024-09-10T19:40:38.854504+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:40:40.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[59709]: audit 2024-09-10T19:40:38.862980+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:40.103 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:39 smithi155 bash[59709]: audit 2024-09-10T19:40:38.927225+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:40.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:39 smithi189 bash[38194]: audit 2024-09-10T19:40:38.780770+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:40:40.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:39 smithi189 bash[38194]: audit 2024-09-10T19:40:38.785972+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:40:40.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:39 smithi189 bash[38194]: audit 2024-09-10T19:40:38.789261+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:40:40.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:39 smithi189 bash[38194]: audit 2024-09-10T19:40:38.791352+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:40:40.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:39 smithi189 bash[38194]: audit 2024-09-10T19:40:38.793203+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:40:40.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:39 smithi189 bash[38194]: audit 2024-09-10T19:40:38.795279+0000 mon.a (mon.0) 665 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:40:40.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:39 smithi189 bash[38194]: audit 2024-09-10T19:40:38.796967+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:40:40.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:39 smithi189 bash[38194]: audit 2024-09-10T19:40:38.798704+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:40:40.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:39 smithi189 bash[38194]: cephadm 2024-09-10T19:40:38.799811+0000 mgr.y (mgr.54108) 228 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:40:40.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:39 smithi189 bash[38194]: audit 2024-09-10T19:40:38.801303+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:40:40.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:39 smithi189 bash[38194]: audit 2024-09-10T19:40:38.807025+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:40:40.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:39 smithi189 bash[38194]: audit 2024-09-10T19:40:38.808646+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:40:40.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:39 smithi189 bash[38194]: audit 2024-09-10T19:40:38.816840+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:40:40.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:39 smithi189 bash[38194]: audit 2024-09-10T19:40:38.818037+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:40:40.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:39 smithi189 bash[38194]: audit 2024-09-10T19:40:38.822704+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:40:40.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:39 smithi189 bash[38194]: audit 2024-09-10T19:40:38.823900+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:40:40.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:39 smithi189 bash[38194]: audit 2024-09-10T19:40:38.824970+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:40:40.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:39 smithi189 bash[38194]: audit 2024-09-10T19:40:38.825992+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:40:40.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:39 smithi189 bash[38194]: audit 2024-09-10T19:40:38.827056+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:40:40.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:39 smithi189 bash[38194]: audit 2024-09-10T19:40:38.828130+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:40:40.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:39 smithi189 bash[38194]: audit 2024-09-10T19:40:38.829376+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:40:40.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:39 smithi189 bash[38194]: audit 2024-09-10T19:40:38.830669+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:40:40.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:39 smithi189 bash[38194]: audit 2024-09-10T19:40:38.831896+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:40:40.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:39 smithi189 bash[38194]: audit 2024-09-10T19:40:38.833119+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:40:40.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:39 smithi189 bash[38194]: audit 2024-09-10T19:40:38.834350+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:40:40.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:39 smithi189 bash[38194]: audit 2024-09-10T19:40:38.835524+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:40:40.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:39 smithi189 bash[38194]: audit 2024-09-10T19:40:38.836803+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:40:40.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:39 smithi189 bash[38194]: audit 2024-09-10T19:40:38.838054+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:40:40.206 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:39 smithi189 bash[38194]: audit 2024-09-10T19:40:38.839324+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:40:40.206 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:39 smithi189 bash[38194]: audit 2024-09-10T19:40:38.846421+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:40:40.206 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:39 smithi189 bash[38194]: cephadm 2024-09-10T19:40:38.847560+0000 mgr.y (mgr.54108) 229 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:40:40.206 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:39 smithi189 bash[38194]: audit 2024-09-10T19:40:38.848412+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:40:40.206 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:39 smithi189 bash[38194]: audit 2024-09-10T19:40:38.854504+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:40:40.206 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:39 smithi189 bash[38194]: audit 2024-09-10T19:40:38.862980+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:40.206 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:39 smithi189 bash[38194]: audit 2024-09-10T19:40:38.927225+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:41.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:40 smithi189 bash[38194]: cluster 2024-09-10T19:40:39.643721+0000 mgr.y (mgr.54108) 230 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:41.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:40 smithi155 bash[59709]: cluster 2024-09-10T19:40:39.643721+0000 mgr.y (mgr.54108) 230 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:41.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:40 smithi155 bash[53909]: cluster 2024-09-10T19:40:39.643721+0000 mgr.y (mgr.54108) 230 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:43.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:42 smithi189 bash[38194]: cluster 2024-09-10T19:40:41.644664+0000 mgr.y (mgr.54108) 231 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:43.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:42 smithi189 bash[38194]: audit 2024-09-10T19:40:42.767736+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:43.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:42 smithi155 bash[59709]: cluster 2024-09-10T19:40:41.644664+0000 mgr.y (mgr.54108) 231 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:43.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:42 smithi155 bash[59709]: audit 2024-09-10T19:40:42.767736+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:43.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:42 smithi155 bash[53909]: cluster 2024-09-10T19:40:41.644664+0000 mgr.y (mgr.54108) 231 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:43.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:42 smithi155 bash[53909]: audit 2024-09-10T19:40:42.767736+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:40:45.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:44 smithi189 bash[38194]: cluster 2024-09-10T19:40:43.645894+0000 mgr.y (mgr.54108) 232 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:45.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:44 smithi155 bash[53909]: cluster 2024-09-10T19:40:43.645894+0000 mgr.y (mgr.54108) 232 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:45.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:44 smithi155 bash[59709]: cluster 2024-09-10T19:40:43.645894+0000 mgr.y (mgr.54108) 232 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:45.527 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps' 2024-09-10T19:40:46.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:45 smithi155 bash[53909]: audit 2024-09-10T19:40:44.598757+0000 mgr.y (mgr.54108) 233 : audit [DBG] from='client.64300 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:40:46.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:45 smithi155 bash[59709]: audit 2024-09-10T19:40:44.598757+0000 mgr.y (mgr.54108) 233 : audit [DBG] from='client.64300 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:40:46.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:45 smithi189 bash[38194]: audit 2024-09-10T19:40:44.598757+0000 mgr.y (mgr.54108) 233 : audit [DBG] from='client.64300 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:40:47.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:46 smithi155 bash[53909]: cluster 2024-09-10T19:40:45.646506+0000 mgr.y (mgr.54108) 234 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:47.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:46 smithi155 bash[59709]: cluster 2024-09-10T19:40:45.646506+0000 mgr.y (mgr.54108) 234 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:47.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:46 smithi189 bash[38194]: cluster 2024-09-10T19:40:45.646506+0000 mgr.y (mgr.54108) 234 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:48.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:47 smithi155 bash[53909]: audit 2024-09-10T19:40:47.612263+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-10T19:40:48.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:47 smithi155 bash[53909]: audit 2024-09-10T19:40:47.612959+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:40:48.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:47 smithi155 bash[53909]: audit 2024-09-10T19:40:47.613597+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-10T19:40:48.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:47 smithi155 bash[53909]: audit 2024-09-10T19:40:47.614224+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:40:48.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:47 smithi155 bash[59709]: audit 2024-09-10T19:40:47.612263+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-10T19:40:48.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:47 smithi155 bash[59709]: audit 2024-09-10T19:40:47.612959+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:40:48.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:47 smithi155 bash[59709]: audit 2024-09-10T19:40:47.613597+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-10T19:40:48.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:47 smithi155 bash[59709]: audit 2024-09-10T19:40:47.614224+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:40:48.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:47 smithi189 bash[38194]: audit 2024-09-10T19:40:47.612263+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-10T19:40:48.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:47 smithi189 bash[38194]: audit 2024-09-10T19:40:47.612959+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:40:48.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:47 smithi189 bash[38194]: audit 2024-09-10T19:40:47.613597+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-10T19:40:48.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:47 smithi189 bash[38194]: audit 2024-09-10T19:40:47.614224+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:40:49.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:48 smithi155 bash[53909]: cluster 2024-09-10T19:40:47.647289+0000 mgr.y (mgr.54108) 235 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:49.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:48 smithi155 bash[59709]: cluster 2024-09-10T19:40:47.647289+0000 mgr.y (mgr.54108) 235 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:49.293 INFO:teuthology.orchestra.run.smithi155.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:40:49.293 INFO:teuthology.orchestra.run.smithi155.stdout:alertmanager.a smithi155 running (7m) 21s ago 33m 17.6M - 0.25.0 c8568f914cd2 d240bc57c001 2024-09-10T19:40:49.294 INFO:teuthology.orchestra.run.smithi155.stdout:grafana.a smithi189 running (6m) 3m ago 33m 82.1M - 9.4.7 954c08fa6188 2e57a3903209 2024-09-10T19:40:49.294 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.x smithi189 *:8443 running (9m) 3m ago 38m 390M - 17.2.7-1606-g5be57395 4c55dd409611 1e9c1f896a72 2024-09-10T19:40:49.294 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.y smithi155 *:8443 running (19m) 21s ago 39m 438M - 17.2.7-1606-g5be57395 4c55dd409611 c3f6bb49e60e 2024-09-10T19:40:49.294 INFO:teuthology.orchestra.run.smithi155.stdout:mon.a smithi155 running (4m) 21s ago 39m 68.6M 2048M 17.2.7-1606-g5be57395 4c55dd409611 7e033880dcd4 2024-09-10T19:40:49.294 INFO:teuthology.orchestra.run.smithi155.stdout:mon.b smithi189 running (5m) 3m ago 38m 43.9M 2048M 17.2.7-1606-g5be57395 4c55dd409611 f29d1decbead 2024-09-10T19:40:49.294 INFO:teuthology.orchestra.run.smithi155.stdout:mon.c smithi155 running (3m) 21s ago 38m 58.3M 2048M 17.2.7-1606-g5be57395 4c55dd409611 0fb56f4ad9b8 2024-09-10T19:40:49.294 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.a smithi155 running (8m) 21s ago 33m 11.5M - 1.5.0 0da6a335fe13 75a6b4940d3d 2024-09-10T19:40:49.294 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.b smithi189 running (8m) 3m ago 33m 11.2M - 1.5.0 0da6a335fe13 57c4129454db 2024-09-10T19:40:49.294 INFO:teuthology.orchestra.run.smithi155.stdout:osd.0 smithi155 running (118s) 21s ago 37m 47.1M 4096M 17.2.7-1606-g5be57395 4c55dd409611 b557248a0039 2024-09-10T19:40:49.294 INFO:teuthology.orchestra.run.smithi155.stdout:osd.1 smithi155 running (89s) 21s ago 37m 49.1M 4096M 17.2.7-1606-g5be57395 4c55dd409611 ef5d355b8775 2024-09-10T19:40:49.294 INFO:teuthology.orchestra.run.smithi155.stdout:osd.2 smithi155 running (26s) 21s ago 36m - 4096M 17.2.7-1606-g5be57395 4c55dd409611 2488e72c183e 2024-09-10T19:40:49.294 INFO:teuthology.orchestra.run.smithi155.stdout:osd.3 smithi155 running (36m) 21s ago 36m 59.2M 4096M 15.2.0 204a01f9b0b6 8d9201a4db26 2024-09-10T19:40:49.294 INFO:teuthology.orchestra.run.smithi155.stdout:osd.4 smithi189 running (35m) 3m ago 35m 57.9M 4096M 15.2.0 204a01f9b0b6 34cb90c9d5b7 2024-09-10T19:40:49.295 INFO:teuthology.orchestra.run.smithi155.stdout:osd.5 smithi189 running (35m) 3m ago 35m 54.0M 4096M 15.2.0 204a01f9b0b6 4b3a3b60e1d5 2024-09-10T19:40:49.295 INFO:teuthology.orchestra.run.smithi155.stdout:osd.6 smithi189 running (34m) 3m ago 34m 57.9M 4096M 15.2.0 204a01f9b0b6 c58c4c013902 2024-09-10T19:40:49.295 INFO:teuthology.orchestra.run.smithi155.stdout:osd.7 smithi189 running (34m) 3m ago 34m 57.5M 4096M 15.2.0 204a01f9b0b6 fb02b608dde7 2024-09-10T19:40:49.295 INFO:teuthology.orchestra.run.smithi155.stdout:prometheus.a smithi189 running (7m) 3m ago 33m 43.2M - 2.43.0 a07b618ecd1d a68b682055db 2024-09-10T19:40:49.295 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi155.ehnnyk smithi155 running (31m) 21s ago 31m 57.1M - 15.2.0 204a01f9b0b6 48687c7a211a 2024-09-10T19:40:49.295 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi189.dwpibf smithi189 running (31m) 3m ago 31m 55.5M - 15.2.0 204a01f9b0b6 6bddcdbdbf0b 2024-09-10T19:40:49.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:48 smithi189 bash[38194]: cluster 2024-09-10T19:40:47.647289+0000 mgr.y (mgr.54108) 235 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:50.039 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.osd | length == 2'"'"'' 2024-09-10T19:40:50.260 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:49 smithi155 bash[59709]: audit 2024-09-10T19:40:49.271653+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:40:50.260 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:49 smithi155 bash[59709]: audit 2024-09-10T19:40:49.272503+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:40:50.260 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:49 smithi155 bash[59709]: audit 2024-09-10T19:40:49.273263+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:50.260 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:49 smithi155 bash[59709]: audit 2024-09-10T19:40:49.273979+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:50.260 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:49 smithi155 bash[59709]: audit 2024-09-10T19:40:49.274674+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:50.261 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:49 smithi155 bash[59709]: audit 2024-09-10T19:40:49.275403+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:50.261 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:49 smithi155 bash[59709]: audit 2024-09-10T19:40:49.280507+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:40:50.261 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:49 smithi155 bash[59709]: audit 2024-09-10T19:40:49.281042+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:50.261 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:49 smithi155 bash[59709]: audit 2024-09-10T19:40:49.281462+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:50.261 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:49 smithi155 bash[59709]: audit 2024-09-10T19:40:49.281868+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:50.261 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:49 smithi155 bash[59709]: audit 2024-09-10T19:40:49.282262+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:50.261 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:49 smithi155 bash[53909]: audit 2024-09-10T19:40:49.271653+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:40:50.261 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:49 smithi155 bash[53909]: audit 2024-09-10T19:40:49.272503+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:40:50.261 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:49 smithi155 bash[53909]: audit 2024-09-10T19:40:49.273263+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:50.261 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:49 smithi155 bash[53909]: audit 2024-09-10T19:40:49.273979+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:50.261 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:49 smithi155 bash[53909]: audit 2024-09-10T19:40:49.274674+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:50.262 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:49 smithi155 bash[53909]: audit 2024-09-10T19:40:49.275403+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:50.262 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:49 smithi155 bash[53909]: audit 2024-09-10T19:40:49.280507+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:40:50.262 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:49 smithi155 bash[53909]: audit 2024-09-10T19:40:49.281042+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:50.262 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:49 smithi155 bash[53909]: audit 2024-09-10T19:40:49.281462+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:50.262 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:49 smithi155 bash[53909]: audit 2024-09-10T19:40:49.281868+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:50.262 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:49 smithi155 bash[53909]: audit 2024-09-10T19:40:49.282262+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:50.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:49 smithi189 bash[38194]: audit 2024-09-10T19:40:49.271653+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:40:50.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:49 smithi189 bash[38194]: audit 2024-09-10T19:40:49.272503+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:40:50.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:49 smithi189 bash[38194]: audit 2024-09-10T19:40:49.273263+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:50.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:49 smithi189 bash[38194]: audit 2024-09-10T19:40:49.273979+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:50.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:49 smithi189 bash[38194]: audit 2024-09-10T19:40:49.274674+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:50.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:49 smithi189 bash[38194]: audit 2024-09-10T19:40:49.275403+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:50.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:49 smithi189 bash[38194]: audit 2024-09-10T19:40:49.280507+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:40:50.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:49 smithi189 bash[38194]: audit 2024-09-10T19:40:49.281042+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:50.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:49 smithi189 bash[38194]: audit 2024-09-10T19:40:49.281462+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:50.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:49 smithi189 bash[38194]: audit 2024-09-10T19:40:49.281868+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:50.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:49 smithi189 bash[38194]: audit 2024-09-10T19:40:49.282262+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:40:51.306 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:50 smithi155 bash[53909]: audit 2024-09-10T19:40:49.266307+0000 mgr.y (mgr.54108) 236 : audit [DBG] from='client.54375 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:40:51.307 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:50 smithi155 bash[53909]: cluster 2024-09-10T19:40:49.648712+0000 mgr.y (mgr.54108) 237 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:51.307 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:50 smithi155 bash[59709]: audit 2024-09-10T19:40:49.266307+0000 mgr.y (mgr.54108) 236 : audit [DBG] from='client.54375 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:40:51.307 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:50 smithi155 bash[59709]: cluster 2024-09-10T19:40:49.648712+0000 mgr.y (mgr.54108) 237 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:51.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:50 smithi189 bash[38194]: audit 2024-09-10T19:40:49.266307+0000 mgr.y (mgr.54108) 236 : audit [DBG] from='client.54375 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:40:51.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:50 smithi189 bash[38194]: cluster 2024-09-10T19:40:49.648712+0000 mgr.y (mgr.54108) 237 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:53.233 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:52 smithi155 bash[53909]: cluster 2024-09-10T19:40:51.649761+0000 mgr.y (mgr.54108) 238 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:53.233 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:52 smithi155 bash[59709]: cluster 2024-09-10T19:40:51.649761+0000 mgr.y (mgr.54108) 238 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:53.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:52 smithi189 bash[38194]: cluster 2024-09-10T19:40:51.649761+0000 mgr.y (mgr.54108) 238 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:53.781 INFO:teuthology.orchestra.run.smithi155.stdout:true 2024-09-10T19:40:54.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:53 smithi155 bash[53909]: audit 2024-09-10T19:40:53.766376+0000 mon.a (mon.0) 709 : audit [DBG] from='client.54381 172.21.15.155:0/4190400500' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:40:54.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:53 smithi155 bash[59709]: audit 2024-09-10T19:40:53.766376+0000 mon.a (mon.0) 709 : audit [DBG] from='client.54381 172.21.15.155:0/4190400500' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:40:54.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:53 smithi189 bash[38194]: audit 2024-09-10T19:40:53.766376+0000 mon.a (mon.0) 709 : audit [DBG] from='client.54381 172.21.15.155:0/4190400500' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:40:54.544 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '"'"'.up_to_date | length == 8'"'"'' 2024-09-10T19:40:55.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:54 smithi155 bash[59709]: cluster 2024-09-10T19:40:53.650923+0000 mgr.y (mgr.54108) 239 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:55.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:54 smithi155 bash[53909]: cluster 2024-09-10T19:40:53.650923+0000 mgr.y (mgr.54108) 239 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:55.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:54 smithi189 bash[38194]: cluster 2024-09-10T19:40:53.650923+0000 mgr.y (mgr.54108) 239 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:56.839 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:56 smithi155 bash[59709]: cluster 2024-09-10T19:40:55.651836+0000 mgr.y (mgr.54108) 240 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:56.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:56 smithi155 bash[53909]: cluster 2024-09-10T19:40:55.651836+0000 mgr.y (mgr.54108) 240 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:56.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:56 smithi189 bash[38194]: cluster 2024-09-10T19:40:55.651836+0000 mgr.y (mgr.54108) 240 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:59.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:58 smithi155 bash[59709]: cluster 2024-09-10T19:40:57.652747+0000 mgr.y (mgr.54108) 241 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:59.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:58 smithi155 bash[53909]: cluster 2024-09-10T19:40:57.652747+0000 mgr.y (mgr.54108) 241 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:40:59.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:58 smithi189 bash[38194]: cluster 2024-09-10T19:40:57.652747+0000 mgr.y (mgr.54108) 241 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:41:00.006 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:40:59 smithi155 bash[53909]: audit 2024-09-10T19:40:58.286802+0000 mgr.y (mgr.54108) 242 : audit [DBG] from='client.54387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:41:00.006 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:40:59 smithi155 bash[59709]: audit 2024-09-10T19:40:58.286802+0000 mgr.y (mgr.54108) 242 : audit [DBG] from='client.54387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:41:00.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:40:59 smithi189 bash[38194]: audit 2024-09-10T19:40:58.286802+0000 mgr.y (mgr.54108) 242 : audit [DBG] from='client.54387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:41:00.565 INFO:teuthology.orchestra.run.smithi155.stdout:true 2024-09-10T19:41:01.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:00 smithi155 bash[53909]: cluster 2024-09-10T19:40:59.654059+0000 mgr.y (mgr.54108) 243 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:41:01.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:00 smithi155 bash[59709]: cluster 2024-09-10T19:40:59.654059+0000 mgr.y (mgr.54108) 243 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:41:01.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:00 smithi189 bash[38194]: cluster 2024-09-10T19:40:59.654059+0000 mgr.y (mgr.54108) 243 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:41:01.294 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types crash,osd' 2024-09-10T19:41:03.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:02 smithi155 bash[59709]: cluster 2024-09-10T19:41:01.655043+0000 mgr.y (mgr.54108) 244 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:41:03.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:02 smithi155 bash[53909]: cluster 2024-09-10T19:41:01.655043+0000 mgr.y (mgr.54108) 244 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:41:03.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:02 smithi189 bash[38194]: cluster 2024-09-10T19:41:01.655043+0000 mgr.y (mgr.54108) 244 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:41:05.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:04 smithi155 bash[53909]: cluster 2024-09-10T19:41:03.656220+0000 mgr.y (mgr.54108) 245 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:41:05.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:04 smithi155 bash[59709]: cluster 2024-09-10T19:41:03.656220+0000 mgr.y (mgr.54108) 245 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:41:05.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:04 smithi189 bash[38194]: cluster 2024-09-10T19:41:03.656220+0000 mgr.y (mgr.54108) 245 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:41:06.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:05 smithi155 bash[53909]: audit 2024-09-10T19:41:04.868120+0000 mgr.y (mgr.54108) 246 : audit [DBG] from='client.64324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "crash,osd", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:41:06.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:05 smithi155 bash[59709]: audit 2024-09-10T19:41:04.868120+0000 mgr.y (mgr.54108) 246 : audit [DBG] from='client.64324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "crash,osd", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:41:06.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:05 smithi189 bash[38194]: audit 2024-09-10T19:41:04.868120+0000 mgr.y (mgr.54108) 246 : audit [DBG] from='client.64324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "crash,osd", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:41:07.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:06 smithi155 bash[53909]: cluster 2024-09-10T19:41:05.657147+0000 mgr.y (mgr.54108) 247 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:41:07.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:06 smithi155 bash[59709]: cluster 2024-09-10T19:41:05.657147+0000 mgr.y (mgr.54108) 247 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:41:07.196 INFO:teuthology.orchestra.run.smithi155.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:41:07.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:06 smithi189 bash[38194]: cluster 2024-09-10T19:41:05.657147+0000 mgr.y (mgr.54108) 247 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:41:08.231 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:08 smithi155 bash[53909]: cephadm 2024-09-10T19:41:07.185804+0000 mgr.y (mgr.54108) 248 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:41:08.231 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:08 smithi155 bash[53909]: audit 2024-09-10T19:41:07.193737+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:08.231 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:08 smithi155 bash[53909]: audit 2024-09-10T19:41:07.202710+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:08.231 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:08 smithi155 bash[59709]: cephadm 2024-09-10T19:41:07.185804+0000 mgr.y (mgr.54108) 248 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:41:08.231 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:08 smithi155 bash[59709]: audit 2024-09-10T19:41:07.193737+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:08.231 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:08 smithi155 bash[59709]: audit 2024-09-10T19:41:07.202710+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:08.232 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2024-09-10T19:41:08.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:08 smithi189 bash[38194]: cephadm 2024-09-10T19:41:07.185804+0000 mgr.y (mgr.54108) 248 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:41:08.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:08 smithi189 bash[38194]: audit 2024-09-10T19:41:07.193737+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:08.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:08 smithi189 bash[38194]: audit 2024-09-10T19:41:07.202710+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:09.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:09 smithi155 bash[53909]: cephadm 2024-09-10T19:41:07.248580+0000 mgr.y (mgr.54108) 249 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:41:09.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:09 smithi155 bash[53909]: cluster 2024-09-10T19:41:07.657995+0000 mgr.y (mgr.54108) 250 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:41:09.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:09 smithi155 bash[59709]: cephadm 2024-09-10T19:41:07.248580+0000 mgr.y (mgr.54108) 249 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:41:09.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:09 smithi155 bash[59709]: cluster 2024-09-10T19:41:07.657995+0000 mgr.y (mgr.54108) 250 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:41:09.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:09 smithi189 bash[38194]: cephadm 2024-09-10T19:41:07.248580+0000 mgr.y (mgr.54108) 249 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:41:09.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:09 smithi189 bash[38194]: cluster 2024-09-10T19:41:07.657995+0000 mgr.y (mgr.54108) 250 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:41:11.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:11 smithi155 bash[53909]: cluster 2024-09-10T19:41:09.659282+0000 mgr.y (mgr.54108) 251 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:41:11.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:11 smithi155 bash[53909]: audit 2024-09-10T19:41:10.725464+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:11.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:11 smithi155 bash[53909]: audit 2024-09-10T19:41:10.727380+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:41:11.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:11 smithi155 bash[53909]: audit 2024-09-10T19:41:10.734297+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:11.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:11 smithi155 bash[53909]: audit 2024-09-10T19:41:10.736667+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:41:11.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:11 smithi155 bash[53909]: audit 2024-09-10T19:41:10.746447+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:11.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:11 smithi155 bash[53909]: audit 2024-09-10T19:41:10.748507+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:41:11.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:11 smithi155 bash[53909]: audit 2024-09-10T19:41:10.755414+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:11.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:11 smithi155 bash[53909]: audit 2024-09-10T19:41:10.756852+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:41:11.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:11 smithi155 bash[53909]: audit 2024-09-10T19:41:10.762428+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:11.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:11 smithi155 bash[53909]: audit 2024-09-10T19:41:10.764515+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-10T19:41:11.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:11 smithi155 bash[59709]: cluster 2024-09-10T19:41:09.659282+0000 mgr.y (mgr.54108) 251 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:41:11.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:11 smithi155 bash[59709]: audit 2024-09-10T19:41:10.725464+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:11.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:11 smithi155 bash[59709]: audit 2024-09-10T19:41:10.727380+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:41:11.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:11 smithi155 bash[59709]: audit 2024-09-10T19:41:10.734297+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:11.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:11 smithi155 bash[59709]: audit 2024-09-10T19:41:10.736667+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:41:11.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:11 smithi155 bash[59709]: audit 2024-09-10T19:41:10.746447+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:11.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:11 smithi155 bash[59709]: audit 2024-09-10T19:41:10.748507+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:41:11.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:11 smithi155 bash[59709]: audit 2024-09-10T19:41:10.755414+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:11.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:11 smithi155 bash[59709]: audit 2024-09-10T19:41:10.756852+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:41:11.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:11 smithi155 bash[59709]: audit 2024-09-10T19:41:10.762428+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:11.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:11 smithi155 bash[59709]: audit 2024-09-10T19:41:10.764515+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-10T19:41:11.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:11 smithi189 bash[38194]: cluster 2024-09-10T19:41:09.659282+0000 mgr.y (mgr.54108) 251 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:41:11.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:11 smithi189 bash[38194]: audit 2024-09-10T19:41:10.725464+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:11.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:11 smithi189 bash[38194]: audit 2024-09-10T19:41:10.727380+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:41:11.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:11 smithi189 bash[38194]: audit 2024-09-10T19:41:10.734297+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:11.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:11 smithi189 bash[38194]: audit 2024-09-10T19:41:10.736667+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:41:11.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:11 smithi189 bash[38194]: audit 2024-09-10T19:41:10.746447+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:11.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:11 smithi189 bash[38194]: audit 2024-09-10T19:41:10.748507+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:41:11.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:11 smithi189 bash[38194]: audit 2024-09-10T19:41:10.755414+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:11.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:11 smithi189 bash[38194]: audit 2024-09-10T19:41:10.756852+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:41:11.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:11 smithi189 bash[38194]: audit 2024-09-10T19:41:10.762428+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:11.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:11 smithi189 bash[38194]: audit 2024-09-10T19:41:10.764515+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-10T19:41:12.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:12 smithi155 bash[59709]: cephadm 2024-09-10T19:41:10.725936+0000 mgr.y (mgr.54108) 252 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:41:12.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:12 smithi155 bash[59709]: cephadm 2024-09-10T19:41:10.726027+0000 mgr.y (mgr.54108) 253 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:41:12.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:12 smithi155 bash[59709]: cephadm 2024-09-10T19:41:10.738174+0000 mgr.y (mgr.54108) 254 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T19:41:12.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:12 smithi155 bash[59709]: cephadm 2024-09-10T19:41:10.749846+0000 mgr.y (mgr.54108) 255 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-10T19:41:12.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:12 smithi155 bash[59709]: cephadm 2024-09-10T19:41:10.757624+0000 mgr.y (mgr.54108) 256 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:41:12.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:12 smithi155 bash[59709]: audit 2024-09-10T19:41:10.764734+0000 mgr.y (mgr.54108) 257 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-10T19:41:12.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:12 smithi155 bash[59709]: cephadm 2024-09-10T19:41:10.766023+0000 mgr.y (mgr.54108) 258 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-09-10T19:41:12.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:12 smithi155 bash[53909]: cephadm 2024-09-10T19:41:10.725936+0000 mgr.y (mgr.54108) 252 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:41:12.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:12 smithi155 bash[53909]: cephadm 2024-09-10T19:41:10.726027+0000 mgr.y (mgr.54108) 253 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:41:12.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:12 smithi155 bash[53909]: cephadm 2024-09-10T19:41:10.738174+0000 mgr.y (mgr.54108) 254 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T19:41:12.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:12 smithi155 bash[53909]: cephadm 2024-09-10T19:41:10.749846+0000 mgr.y (mgr.54108) 255 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-10T19:41:12.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:12 smithi155 bash[53909]: cephadm 2024-09-10T19:41:10.757624+0000 mgr.y (mgr.54108) 256 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:41:12.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:12 smithi155 bash[53909]: audit 2024-09-10T19:41:10.764734+0000 mgr.y (mgr.54108) 257 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-10T19:41:12.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:12 smithi155 bash[53909]: cephadm 2024-09-10T19:41:10.766023+0000 mgr.y (mgr.54108) 258 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-09-10T19:41:12.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:12 smithi189 bash[38194]: cephadm 2024-09-10T19:41:10.725936+0000 mgr.y (mgr.54108) 252 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:41:12.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:12 smithi189 bash[38194]: cephadm 2024-09-10T19:41:10.726027+0000 mgr.y (mgr.54108) 253 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:41:12.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:12 smithi189 bash[38194]: cephadm 2024-09-10T19:41:10.738174+0000 mgr.y (mgr.54108) 254 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T19:41:12.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:12 smithi189 bash[38194]: cephadm 2024-09-10T19:41:10.749846+0000 mgr.y (mgr.54108) 255 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-10T19:41:12.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:12 smithi189 bash[38194]: cephadm 2024-09-10T19:41:10.757624+0000 mgr.y (mgr.54108) 256 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:41:12.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:12 smithi189 bash[38194]: audit 2024-09-10T19:41:10.764734+0000 mgr.y (mgr.54108) 257 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-10T19:41:12.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:12 smithi189 bash[38194]: cephadm 2024-09-10T19:41:10.766023+0000 mgr.y (mgr.54108) 258 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-09-10T19:41:13.499 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:13 smithi155 bash[53909]: cluster 2024-09-10T19:41:11.660264+0000 mgr.y (mgr.54108) 259 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:41:13.499 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:13 smithi155 bash[59709]: cluster 2024-09-10T19:41:11.660264+0000 mgr.y (mgr.54108) 259 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:41:13.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:13 smithi189 bash[38194]: cluster 2024-09-10T19:41:11.660264+0000 mgr.y (mgr.54108) 259 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:41:13.787 INFO:teuthology.orchestra.run.smithi155.stdout:true 2024-09-10T19:41:14.600 INFO:teuthology.orchestra.run.smithi155.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:41:14.600 INFO:teuthology.orchestra.run.smithi155.stdout:alertmanager.a smithi155 running (7m) 46s ago 33m 17.6M - 0.25.0 c8568f914cd2 d240bc57c001 2024-09-10T19:41:14.600 INFO:teuthology.orchestra.run.smithi155.stdout:grafana.a smithi189 running (6m) 4m ago 33m 82.1M - 9.4.7 954c08fa6188 2e57a3903209 2024-09-10T19:41:14.600 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.x smithi189 *:8443 running (9m) 4m ago 38m 390M - 17.2.7-1606-g5be57395 4c55dd409611 1e9c1f896a72 2024-09-10T19:41:14.600 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.y smithi155 *:8443 running (19m) 46s ago 40m 438M - 17.2.7-1606-g5be57395 4c55dd409611 c3f6bb49e60e 2024-09-10T19:41:14.600 INFO:teuthology.orchestra.run.smithi155.stdout:mon.a smithi155 running (4m) 46s ago 40m 68.6M 2048M 17.2.7-1606-g5be57395 4c55dd409611 7e033880dcd4 2024-09-10T19:41:14.600 INFO:teuthology.orchestra.run.smithi155.stdout:mon.b smithi189 running (5m) 4m ago 38m 43.9M 2048M 17.2.7-1606-g5be57395 4c55dd409611 f29d1decbead 2024-09-10T19:41:14.600 INFO:teuthology.orchestra.run.smithi155.stdout:mon.c smithi155 running (4m) 46s ago 39m 58.3M 2048M 17.2.7-1606-g5be57395 4c55dd409611 0fb56f4ad9b8 2024-09-10T19:41:14.600 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.a smithi155 running (8m) 46s ago 34m 11.5M - 1.5.0 0da6a335fe13 75a6b4940d3d 2024-09-10T19:41:14.601 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.b smithi189 running (8m) 4m ago 34m 11.2M - 1.5.0 0da6a335fe13 57c4129454db 2024-09-10T19:41:14.601 INFO:teuthology.orchestra.run.smithi155.stdout:osd.0 smithi155 running (2m) 46s ago 38m 47.1M 4096M 17.2.7-1606-g5be57395 4c55dd409611 b557248a0039 2024-09-10T19:41:14.601 INFO:teuthology.orchestra.run.smithi155.stdout:osd.1 smithi155 running (115s) 46s ago 37m 49.1M 4096M 17.2.7-1606-g5be57395 4c55dd409611 ef5d355b8775 2024-09-10T19:41:14.601 INFO:teuthology.orchestra.run.smithi155.stdout:osd.2 smithi155 running (51s) 46s ago 37m - 4096M 17.2.7-1606-g5be57395 4c55dd409611 2488e72c183e 2024-09-10T19:41:14.601 INFO:teuthology.orchestra.run.smithi155.stdout:osd.3 smithi155 running (36m) 46s ago 36m 59.2M 4096M 15.2.0 204a01f9b0b6 8d9201a4db26 2024-09-10T19:41:14.601 INFO:teuthology.orchestra.run.smithi155.stdout:osd.4 smithi189 running (36m) 4m ago 36m 57.9M 4096M 15.2.0 204a01f9b0b6 34cb90c9d5b7 2024-09-10T19:41:14.601 INFO:teuthology.orchestra.run.smithi155.stdout:osd.5 smithi189 running (35m) 4m ago 35m 54.0M 4096M 15.2.0 204a01f9b0b6 4b3a3b60e1d5 2024-09-10T19:41:14.601 INFO:teuthology.orchestra.run.smithi155.stdout:osd.6 smithi189 running (35m) 4m ago 35m 57.9M 4096M 15.2.0 204a01f9b0b6 c58c4c013902 2024-09-10T19:41:14.601 INFO:teuthology.orchestra.run.smithi155.stdout:osd.7 smithi189 running (34m) 4m ago 34m 57.5M 4096M 15.2.0 204a01f9b0b6 fb02b608dde7 2024-09-10T19:41:14.601 INFO:teuthology.orchestra.run.smithi155.stdout:prometheus.a smithi189 running (8m) 4m ago 34m 43.2M - 2.43.0 a07b618ecd1d a68b682055db 2024-09-10T19:41:14.601 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi155.ehnnyk smithi155 running (32m) 46s ago 32m 57.1M - 15.2.0 204a01f9b0b6 48687c7a211a 2024-09-10T19:41:14.601 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi189.dwpibf smithi189 running (32m) 4m ago 32m 55.5M - 15.2.0 204a01f9b0b6 6bddcdbdbf0b 2024-09-10T19:41:15.073 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:41:15.073 INFO:teuthology.orchestra.run.smithi155.stdout: "mon": { 2024-09-10T19:41:15.073 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 3 2024-09-10T19:41:15.074 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:41:15.074 INFO:teuthology.orchestra.run.smithi155.stdout: "mgr": { 2024-09-10T19:41:15.074 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:41:15.074 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:41:15.074 INFO:teuthology.orchestra.run.smithi155.stdout: "osd": { 2024-09-10T19:41:15.075 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 5, 2024-09-10T19:41:15.075 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 3 2024-09-10T19:41:15.075 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:41:15.075 INFO:teuthology.orchestra.run.smithi155.stdout: "rgw": { 2024-09-10T19:41:15.075 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-10T19:41:15.075 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:41:15.076 INFO:teuthology.orchestra.run.smithi155.stdout: "overall": { 2024-09-10T19:41:15.076 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 7, 2024-09-10T19:41:15.076 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 8 2024-09-10T19:41:15.076 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-10T19:41:15.076 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:41:15.473 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:41:15.473 INFO:teuthology.orchestra.run.smithi155.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T19:41:15.474 INFO:teuthology.orchestra.run.smithi155.stdout: "in_progress": true, 2024-09-10T19:41:15.474 INFO:teuthology.orchestra.run.smithi155.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-10T19:41:15.474 INFO:teuthology.orchestra.run.smithi155.stdout: "services_complete": [], 2024-09-10T19:41:15.474 INFO:teuthology.orchestra.run.smithi155.stdout: "progress": "3/8 daemons upgraded", 2024-09-10T19:41:15.474 INFO:teuthology.orchestra.run.smithi155.stdout: "message": "Currently upgrading osd daemons", 2024-09-10T19:41:15.475 INFO:teuthology.orchestra.run.smithi155.stdout: "is_paused": false 2024-09-10T19:41:15.475 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:41:15.519 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[53909]: cluster 2024-09-10T19:41:13.661393+0000 mgr.y (mgr.54108) 260 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:41:15.519 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[53909]: audit 2024-09-10T19:41:13.771461+0000 mgr.y (mgr.54108) 261 : audit [DBG] from='client.54396 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:41:15.519 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[53909]: audit 2024-09-10T19:41:14.175157+0000 mgr.y (mgr.54108) 262 : audit [DBG] from='client.54402 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:41:15.519 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[53909]: cephadm 2024-09-10T19:41:14.197492+0000 mgr.y (mgr.54108) 263 : cephadm [INF] Upgrade: Updating osd.3 2024-09-10T19:41:15.519 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[53909]: audit 2024-09-10T19:41:14.202671+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:15.519 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[53909]: audit 2024-09-10T19:41:14.203852+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T19:41:15.519 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[53909]: audit 2024-09-10T19:41:14.204823+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:41:15.519 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[53909]: cephadm 2024-09-10T19:41:14.207049+0000 mgr.y (mgr.54108) 264 : cephadm [INF] Deploying daemon osd.3 on smithi155 2024-09-10T19:41:15.519 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[53909]: audit 2024-09-10T19:41:14.207586+0000 mon.a (mon.0) 725 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-09-10T19:41:15.519 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[53909]: audit 2024-09-10T19:41:14.574281+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:41:15.519 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[53909]: audit 2024-09-10T19:41:14.575150+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:41:15.520 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[53909]: audit 2024-09-10T19:41:14.575894+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:15.520 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[53909]: audit 2024-09-10T19:41:14.576701+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:15.520 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[53909]: audit 2024-09-10T19:41:14.577433+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:15.520 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[53909]: audit 2024-09-10T19:41:14.578192+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:15.520 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[53909]: audit 2024-09-10T19:41:14.583161+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:41:15.520 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[53909]: audit 2024-09-10T19:41:14.583807+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:15.520 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[59709]: cluster 2024-09-10T19:41:13.661393+0000 mgr.y (mgr.54108) 260 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:41:15.520 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[59709]: audit 2024-09-10T19:41:13.771461+0000 mgr.y (mgr.54108) 261 : audit [DBG] from='client.54396 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:41:15.520 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[59709]: audit 2024-09-10T19:41:14.175157+0000 mgr.y (mgr.54108) 262 : audit [DBG] from='client.54402 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:41:15.520 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[59709]: cephadm 2024-09-10T19:41:14.197492+0000 mgr.y (mgr.54108) 263 : cephadm [INF] Upgrade: Updating osd.3 2024-09-10T19:41:15.520 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[59709]: audit 2024-09-10T19:41:14.202671+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:15.520 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[59709]: audit 2024-09-10T19:41:14.203852+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T19:41:15.521 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[59709]: audit 2024-09-10T19:41:14.204823+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:41:15.521 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[59709]: cephadm 2024-09-10T19:41:14.207049+0000 mgr.y (mgr.54108) 264 : cephadm [INF] Deploying daemon osd.3 on smithi155 2024-09-10T19:41:15.521 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[59709]: audit 2024-09-10T19:41:14.207586+0000 mon.a (mon.0) 725 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-09-10T19:41:15.521 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[59709]: audit 2024-09-10T19:41:14.574281+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:41:15.521 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[59709]: audit 2024-09-10T19:41:14.575150+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:41:15.521 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[59709]: audit 2024-09-10T19:41:14.575894+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:15.521 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[59709]: audit 2024-09-10T19:41:14.576701+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:15.521 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[59709]: audit 2024-09-10T19:41:14.577433+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:15.521 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[59709]: audit 2024-09-10T19:41:14.578192+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:15.521 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[59709]: audit 2024-09-10T19:41:14.583161+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:41:15.521 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[59709]: audit 2024-09-10T19:41:14.583807+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:15.521 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[53909]: audit 2024-09-10T19:41:14.584488+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:15.522 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[53909]: audit 2024-09-10T19:41:14.585165+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:15.522 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[53909]: audit 2024-09-10T19:41:14.585818+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:15.522 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[53909]: audit 2024-09-10T19:41:15.070805+0000 mon.c (mon.1) 11 : audit [DBG] from='client.64348 172.21.15.155:0/1709213703' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:41:15.522 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[59709]: audit 2024-09-10T19:41:14.584488+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:15.522 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[59709]: audit 2024-09-10T19:41:14.585165+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:15.522 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[59709]: audit 2024-09-10T19:41:14.585818+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:15.522 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:15 smithi155 bash[59709]: audit 2024-09-10T19:41:15.070805+0000 mon.c (mon.1) 11 : audit [DBG] from='client.64348 172.21.15.155:0/1709213703' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:41:15.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:15 smithi189 bash[38194]: cluster 2024-09-10T19:41:13.661393+0000 mgr.y (mgr.54108) 260 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:41:15.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:15 smithi189 bash[38194]: audit 2024-09-10T19:41:13.771461+0000 mgr.y (mgr.54108) 261 : audit [DBG] from='client.54396 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:41:15.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:15 smithi189 bash[38194]: audit 2024-09-10T19:41:14.175157+0000 mgr.y (mgr.54108) 262 : audit [DBG] from='client.54402 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:41:15.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:15 smithi189 bash[38194]: cephadm 2024-09-10T19:41:14.197492+0000 mgr.y (mgr.54108) 263 : cephadm [INF] Upgrade: Updating osd.3 2024-09-10T19:41:15.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:15 smithi189 bash[38194]: audit 2024-09-10T19:41:14.202671+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:15.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:15 smithi189 bash[38194]: audit 2024-09-10T19:41:14.203852+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T19:41:15.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:15 smithi189 bash[38194]: audit 2024-09-10T19:41:14.204823+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:41:15.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:15 smithi189 bash[38194]: cephadm 2024-09-10T19:41:14.207049+0000 mgr.y (mgr.54108) 264 : cephadm [INF] Deploying daemon osd.3 on smithi155 2024-09-10T19:41:15.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:15 smithi189 bash[38194]: audit 2024-09-10T19:41:14.207586+0000 mon.a (mon.0) 725 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-09-10T19:41:15.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:15 smithi189 bash[38194]: audit 2024-09-10T19:41:14.574281+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:41:15.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:15 smithi189 bash[38194]: audit 2024-09-10T19:41:14.575150+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:41:15.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:15 smithi189 bash[38194]: audit 2024-09-10T19:41:14.575894+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:15.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:15 smithi189 bash[38194]: audit 2024-09-10T19:41:14.576701+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:15.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:15 smithi189 bash[38194]: audit 2024-09-10T19:41:14.577433+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:15.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:15 smithi189 bash[38194]: audit 2024-09-10T19:41:14.578192+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:15.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:15 smithi189 bash[38194]: audit 2024-09-10T19:41:14.583161+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:41:15.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:15 smithi189 bash[38194]: audit 2024-09-10T19:41:14.583807+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:15.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:15 smithi189 bash[38194]: audit 2024-09-10T19:41:14.584488+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:15.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:15 smithi189 bash[38194]: audit 2024-09-10T19:41:14.585165+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:15.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:15 smithi189 bash[38194]: audit 2024-09-10T19:41:14.585818+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:15.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:15 smithi189 bash[38194]: audit 2024-09-10T19:41:15.070805+0000 mon.c (mon.1) 11 : audit [DBG] from='client.64348 172.21.15.155:0/1709213703' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:41:16.580 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:16 smithi155 bash[53909]: audit 2024-09-10T19:41:14.569034+0000 mgr.y (mgr.54108) 265 : audit [DBG] from='client.54408 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:41:16.580 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:16 smithi155 bash[59709]: audit 2024-09-10T19:41:14.569034+0000 mgr.y (mgr.54108) 265 : audit [DBG] from='client.54408 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:41:16.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:16 smithi189 bash[38194]: audit 2024-09-10T19:41:14.569034+0000 mgr.y (mgr.54108) 265 : audit [DBG] from='client.54408 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:41:17.579 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:17 smithi155 bash[53909]: audit 2024-09-10T19:41:15.470790+0000 mgr.y (mgr.54108) 266 : audit [DBG] from='client.54420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:41:17.580 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:17 smithi155 bash[53909]: cluster 2024-09-10T19:41:15.662372+0000 mgr.y (mgr.54108) 267 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:41:17.580 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:17 smithi155 bash[59709]: audit 2024-09-10T19:41:15.470790+0000 mgr.y (mgr.54108) 266 : audit [DBG] from='client.54420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:41:17.580 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:17 smithi155 bash[59709]: cluster 2024-09-10T19:41:15.662372+0000 mgr.y (mgr.54108) 267 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:41:17.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:17 smithi189 bash[38194]: audit 2024-09-10T19:41:15.470790+0000 mgr.y (mgr.54108) 266 : audit [DBG] from='client.54420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:41:17.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:17 smithi189 bash[38194]: cluster 2024-09-10T19:41:15.662372+0000 mgr.y (mgr.54108) 267 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:41:18.937 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:41:18 smithi155 systemd[1]: Stopping Ceph osd.3 for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:41:19.224 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:41:18 smithi155 bash[25815]: debug 2024-09-10T19:41:18.930+0000 7fe76a5c4700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T19:41:19.224 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:41:18 smithi155 bash[25815]: debug 2024-09-10T19:41:18.930+0000 7fe76a5c4700 -1 osd.3 80 *** Got signal Terminated *** 2024-09-10T19:41:19.224 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:41:18 smithi155 bash[25815]: debug 2024-09-10T19:41:18.930+0000 7fe76a5c4700 -1 osd.3 80 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:41:19.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:19 smithi155 bash[53909]: cluster 2024-09-10T19:41:17.663102+0000 mgr.y (mgr.54108) 268 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:41:19.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:19 smithi155 bash[59709]: cluster 2024-09-10T19:41:17.663102+0000 mgr.y (mgr.54108) 268 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:41:19.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:19 smithi189 bash[38194]: cluster 2024-09-10T19:41:17.663102+0000 mgr.y (mgr.54108) 268 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:41:20.033 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:41:19 smithi155 bash[85692]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-osd.3 2024-09-10T19:41:20.033 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:41:19 smithi155 bash[85765]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-osd.3 2024-09-10T19:41:20.351 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[59709]: cluster 2024-09-10T19:41:19.240734+0000 mon.a (mon.0) 737 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-10T19:41:20.351 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[59709]: cluster 2024-09-10T19:41:19.240788+0000 mon.a (mon.0) 738 : cluster [INF] osd.3 failed (root=default,host=smithi155) (connection refused reported by osd.0) 2024-09-10T19:41:20.351 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[59709]: cluster 2024-09-10T19:41:19.241026+0000 mon.a (mon.0) 739 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-10T19:41:20.351 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[59709]: cluster 2024-09-10T19:41:19.241428+0000 mon.a (mon.0) 740 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-10T19:41:20.351 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[59709]: cluster 2024-09-10T19:41:19.241699+0000 mon.a (mon.0) 741 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-10T19:41:20.351 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[59709]: cluster 2024-09-10T19:41:19.241946+0000 mon.a (mon.0) 742 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-10T19:41:20.351 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[59709]: cluster 2024-09-10T19:41:19.242186+0000 mon.a (mon.0) 743 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-10T19:41:20.351 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[59709]: cluster 2024-09-10T19:41:19.242423+0000 mon.a (mon.0) 744 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-10T19:41:20.351 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[59709]: cluster 2024-09-10T19:41:19.243057+0000 mon.a (mon.0) 745 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T19:41:20.351 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[59709]: cluster 2024-09-10T19:41:19.243424+0000 mon.a (mon.0) 746 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-10T19:41:20.352 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[59709]: cluster 2024-09-10T19:41:19.243782+0000 mon.a (mon.0) 747 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-10T19:41:20.352 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[59709]: cluster 2024-09-10T19:41:19.244184+0000 mon.a (mon.0) 748 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-10T19:41:20.352 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[59709]: cluster 2024-09-10T19:41:19.244415+0000 mon.a (mon.0) 749 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-10T19:41:20.352 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[59709]: cluster 2024-09-10T19:41:19.244806+0000 mon.a (mon.0) 750 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T19:41:20.352 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[59709]: cluster 2024-09-10T19:41:19.245078+0000 mon.a (mon.0) 751 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-10T19:41:20.352 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[59709]: cluster 2024-09-10T19:41:19.245321+0000 mon.a (mon.0) 752 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-10T19:41:20.352 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[59709]: cluster 2024-09-10T19:41:19.245554+0000 mon.a (mon.0) 753 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T19:41:20.352 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[59709]: cluster 2024-09-10T19:41:19.245809+0000 mon.a (mon.0) 754 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-10T19:41:20.352 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[59709]: cluster 2024-09-10T19:41:19.644914+0000 mon.a (mon.0) 755 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-10T19:41:20.352 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[59709]: cluster 2024-09-10T19:41:19.645077+0000 mon.a (mon.0) 756 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-10T19:41:20.352 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[59709]: cluster 2024-09-10T19:41:19.645658+0000 mon.a (mon.0) 757 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-10T19:41:20.352 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[59709]: cluster 2024-09-10T19:41:19.645867+0000 mon.a (mon.0) 758 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-10T19:41:20.352 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[59709]: cluster 2024-09-10T19:41:19.646080+0000 mon.a (mon.0) 759 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-10T19:41:20.352 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[59709]: cluster 2024-09-10T19:41:19.646298+0000 mon.a (mon.0) 760 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-10T19:41:20.353 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[59709]: cluster 2024-09-10T19:41:19.646496+0000 mon.a (mon.0) 761 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-10T19:41:20.353 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[59709]: cluster 2024-09-10T19:41:19.647250+0000 mon.a (mon.0) 762 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-10T19:41:20.353 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[59709]: cluster 2024-09-10T19:41:19.647403+0000 mon.a (mon.0) 763 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-10T19:41:20.353 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[59709]: cluster 2024-09-10T19:41:19.647632+0000 mon.a (mon.0) 764 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-10T19:41:20.353 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[59709]: cluster 2024-09-10T19:41:19.647845+0000 mon.a (mon.0) 765 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-10T19:41:20.353 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[59709]: cluster 2024-09-10T19:41:19.648021+0000 mon.a (mon.0) 766 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-10T19:41:20.353 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[59709]: cluster 2024-09-10T19:41:19.648224+0000 mon.a (mon.0) 767 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T19:41:20.353 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[59709]: cluster 2024-09-10T19:41:19.648425+0000 mon.a (mon.0) 768 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-10T19:41:20.353 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[59709]: cluster 2024-09-10T19:41:19.648620+0000 mon.a (mon.0) 769 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T19:41:20.353 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[59709]: cluster 2024-09-10T19:41:19.648814+0000 mon.a (mon.0) 770 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-10T19:41:20.353 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[59709]: cluster 2024-09-10T19:41:19.648986+0000 mon.a (mon.0) 771 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T19:41:20.353 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[59709]: cluster 2024-09-10T19:41:20.014153+0000 mon.a (mon.0) 772 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-10T19:41:20.353 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[59709]: cluster 2024-09-10T19:41:20.217961+0000 mon.a (mon.0) 773 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-10T19:41:20.354 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[53909]: cluster 2024-09-10T19:41:19.240734+0000 mon.a (mon.0) 737 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-10T19:41:20.354 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[53909]: cluster 2024-09-10T19:41:19.240788+0000 mon.a (mon.0) 738 : cluster [INF] osd.3 failed (root=default,host=smithi155) (connection refused reported by osd.0) 2024-09-10T19:41:20.354 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[53909]: cluster 2024-09-10T19:41:19.241026+0000 mon.a (mon.0) 739 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-10T19:41:20.354 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[53909]: cluster 2024-09-10T19:41:19.241428+0000 mon.a (mon.0) 740 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-10T19:41:20.354 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[53909]: cluster 2024-09-10T19:41:19.241699+0000 mon.a (mon.0) 741 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-10T19:41:20.354 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[53909]: cluster 2024-09-10T19:41:19.241946+0000 mon.a (mon.0) 742 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-10T19:41:20.354 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[53909]: cluster 2024-09-10T19:41:19.242186+0000 mon.a (mon.0) 743 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-10T19:41:20.354 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[53909]: cluster 2024-09-10T19:41:19.242423+0000 mon.a (mon.0) 744 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-10T19:41:20.354 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[53909]: cluster 2024-09-10T19:41:19.243057+0000 mon.a (mon.0) 745 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T19:41:20.355 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[53909]: cluster 2024-09-10T19:41:19.243424+0000 mon.a (mon.0) 746 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-10T19:41:20.355 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[53909]: cluster 2024-09-10T19:41:19.243782+0000 mon.a (mon.0) 747 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-10T19:41:20.355 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[53909]: cluster 2024-09-10T19:41:19.244184+0000 mon.a (mon.0) 748 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-10T19:41:20.355 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[53909]: cluster 2024-09-10T19:41:19.244415+0000 mon.a (mon.0) 749 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-10T19:41:20.355 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[53909]: cluster 2024-09-10T19:41:19.244806+0000 mon.a (mon.0) 750 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T19:41:20.355 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[53909]: cluster 2024-09-10T19:41:19.245078+0000 mon.a (mon.0) 751 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-10T19:41:20.355 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[53909]: cluster 2024-09-10T19:41:19.245321+0000 mon.a (mon.0) 752 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-10T19:41:20.355 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[53909]: cluster 2024-09-10T19:41:19.245554+0000 mon.a (mon.0) 753 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T19:41:20.355 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[53909]: cluster 2024-09-10T19:41:19.245809+0000 mon.a (mon.0) 754 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-10T19:41:20.355 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[53909]: cluster 2024-09-10T19:41:19.644914+0000 mon.a (mon.0) 755 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-10T19:41:20.355 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[53909]: cluster 2024-09-10T19:41:19.645077+0000 mon.a (mon.0) 756 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-10T19:41:20.355 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[53909]: cluster 2024-09-10T19:41:19.645658+0000 mon.a (mon.0) 757 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-10T19:41:20.355 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[53909]: cluster 2024-09-10T19:41:19.645867+0000 mon.a (mon.0) 758 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-10T19:41:20.355 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[53909]: cluster 2024-09-10T19:41:19.646080+0000 mon.a (mon.0) 759 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-10T19:41:20.356 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[53909]: cluster 2024-09-10T19:41:19.646298+0000 mon.a (mon.0) 760 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-10T19:41:20.356 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[53909]: cluster 2024-09-10T19:41:19.646496+0000 mon.a (mon.0) 761 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-10T19:41:20.356 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[53909]: cluster 2024-09-10T19:41:19.647250+0000 mon.a (mon.0) 762 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-10T19:41:20.356 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[53909]: cluster 2024-09-10T19:41:19.647403+0000 mon.a (mon.0) 763 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-10T19:41:20.356 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[53909]: cluster 2024-09-10T19:41:19.647632+0000 mon.a (mon.0) 764 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-10T19:41:20.356 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[53909]: cluster 2024-09-10T19:41:19.647845+0000 mon.a (mon.0) 765 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-10T19:41:20.356 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[53909]: cluster 2024-09-10T19:41:19.648021+0000 mon.a (mon.0) 766 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-10T19:41:20.356 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[53909]: cluster 2024-09-10T19:41:19.648224+0000 mon.a (mon.0) 767 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T19:41:20.356 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[53909]: cluster 2024-09-10T19:41:19.648425+0000 mon.a (mon.0) 768 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-10T19:41:20.356 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[53909]: cluster 2024-09-10T19:41:19.648620+0000 mon.a (mon.0) 769 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T19:41:20.356 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[53909]: cluster 2024-09-10T19:41:19.648814+0000 mon.a (mon.0) 770 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-10T19:41:20.356 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[53909]: cluster 2024-09-10T19:41:19.648986+0000 mon.a (mon.0) 771 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T19:41:20.357 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[53909]: cluster 2024-09-10T19:41:20.014153+0000 mon.a (mon.0) 772 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-10T19:41:20.357 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:20 smithi155 bash[53909]: cluster 2024-09-10T19:41:20.217961+0000 mon.a (mon.0) 773 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-10T19:41:20.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:20 smithi189 bash[38194]: cluster 2024-09-10T19:41:19.240734+0000 mon.a (mon.0) 737 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-10T19:41:20.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:20 smithi189 bash[38194]: cluster 2024-09-10T19:41:19.240788+0000 mon.a (mon.0) 738 : cluster [INF] osd.3 failed (root=default,host=smithi155) (connection refused reported by osd.0) 2024-09-10T19:41:20.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:20 smithi189 bash[38194]: cluster 2024-09-10T19:41:19.241026+0000 mon.a (mon.0) 739 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-10T19:41:20.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:20 smithi189 bash[38194]: cluster 2024-09-10T19:41:19.241428+0000 mon.a (mon.0) 740 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-10T19:41:20.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:20 smithi189 bash[38194]: cluster 2024-09-10T19:41:19.241699+0000 mon.a (mon.0) 741 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-10T19:41:20.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:20 smithi189 bash[38194]: cluster 2024-09-10T19:41:19.241946+0000 mon.a (mon.0) 742 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-10T19:41:20.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:20 smithi189 bash[38194]: cluster 2024-09-10T19:41:19.242186+0000 mon.a (mon.0) 743 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-10T19:41:20.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:20 smithi189 bash[38194]: cluster 2024-09-10T19:41:19.242423+0000 mon.a (mon.0) 744 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-10T19:41:20.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:20 smithi189 bash[38194]: cluster 2024-09-10T19:41:19.243057+0000 mon.a (mon.0) 745 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T19:41:20.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:20 smithi189 bash[38194]: cluster 2024-09-10T19:41:19.243424+0000 mon.a (mon.0) 746 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-10T19:41:20.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:20 smithi189 bash[38194]: cluster 2024-09-10T19:41:19.243782+0000 mon.a (mon.0) 747 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-10T19:41:20.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:20 smithi189 bash[38194]: cluster 2024-09-10T19:41:19.244184+0000 mon.a (mon.0) 748 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-10T19:41:20.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:20 smithi189 bash[38194]: cluster 2024-09-10T19:41:19.244415+0000 mon.a (mon.0) 749 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-10T19:41:20.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:20 smithi189 bash[38194]: cluster 2024-09-10T19:41:19.244806+0000 mon.a (mon.0) 750 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T19:41:20.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:20 smithi189 bash[38194]: cluster 2024-09-10T19:41:19.245078+0000 mon.a (mon.0) 751 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-10T19:41:20.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:20 smithi189 bash[38194]: cluster 2024-09-10T19:41:19.245321+0000 mon.a (mon.0) 752 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-10T19:41:20.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:20 smithi189 bash[38194]: cluster 2024-09-10T19:41:19.245554+0000 mon.a (mon.0) 753 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T19:41:20.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:20 smithi189 bash[38194]: cluster 2024-09-10T19:41:19.245809+0000 mon.a (mon.0) 754 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-10T19:41:20.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:20 smithi189 bash[38194]: cluster 2024-09-10T19:41:19.644914+0000 mon.a (mon.0) 755 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-10T19:41:20.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:20 smithi189 bash[38194]: cluster 2024-09-10T19:41:19.645077+0000 mon.a (mon.0) 756 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-10T19:41:20.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:20 smithi189 bash[38194]: cluster 2024-09-10T19:41:19.645658+0000 mon.a (mon.0) 757 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-10T19:41:20.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:20 smithi189 bash[38194]: cluster 2024-09-10T19:41:19.645867+0000 mon.a (mon.0) 758 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-10T19:41:20.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:20 smithi189 bash[38194]: cluster 2024-09-10T19:41:19.646080+0000 mon.a (mon.0) 759 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-10T19:41:20.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:20 smithi189 bash[38194]: cluster 2024-09-10T19:41:19.646298+0000 mon.a (mon.0) 760 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-10T19:41:20.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:20 smithi189 bash[38194]: cluster 2024-09-10T19:41:19.646496+0000 mon.a (mon.0) 761 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-10T19:41:20.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:20 smithi189 bash[38194]: cluster 2024-09-10T19:41:19.647250+0000 mon.a (mon.0) 762 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-10T19:41:20.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:20 smithi189 bash[38194]: cluster 2024-09-10T19:41:19.647403+0000 mon.a (mon.0) 763 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-10T19:41:20.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:20 smithi189 bash[38194]: cluster 2024-09-10T19:41:19.647632+0000 mon.a (mon.0) 764 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-10T19:41:20.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:20 smithi189 bash[38194]: cluster 2024-09-10T19:41:19.647845+0000 mon.a (mon.0) 765 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-10T19:41:20.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:20 smithi189 bash[38194]: cluster 2024-09-10T19:41:19.648021+0000 mon.a (mon.0) 766 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-10T19:41:20.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:20 smithi189 bash[38194]: cluster 2024-09-10T19:41:19.648224+0000 mon.a (mon.0) 767 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T19:41:20.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:20 smithi189 bash[38194]: cluster 2024-09-10T19:41:19.648425+0000 mon.a (mon.0) 768 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-10T19:41:20.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:20 smithi189 bash[38194]: cluster 2024-09-10T19:41:19.648620+0000 mon.a (mon.0) 769 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T19:41:20.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:20 smithi189 bash[38194]: cluster 2024-09-10T19:41:19.648814+0000 mon.a (mon.0) 770 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-10T19:41:20.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:20 smithi189 bash[38194]: cluster 2024-09-10T19:41:19.648986+0000 mon.a (mon.0) 771 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T19:41:20.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:20 smithi189 bash[38194]: cluster 2024-09-10T19:41:20.014153+0000 mon.a (mon.0) 772 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-10T19:41:20.706 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:20 smithi189 bash[38194]: cluster 2024-09-10T19:41:20.217961+0000 mon.a (mon.0) 773 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-10T19:41:21.534 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:21 smithi155 bash[53909]: cluster 2024-09-10T19:41:19.664377+0000 mgr.y (mgr.54108) 269 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:41:21.534 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:21 smithi155 bash[53909]: cluster 2024-09-10T19:41:20.223499+0000 mon.a (mon.0) 774 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:41:21.534 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:21 smithi155 bash[53909]: cluster 2024-09-10T19:41:20.242409+0000 mon.a (mon.0) 775 : cluster [DBG] osdmap e81: 8 total, 7 up, 8 in 2024-09-10T19:41:21.535 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:21 smithi155 bash[59709]: cluster 2024-09-10T19:41:19.664377+0000 mgr.y (mgr.54108) 269 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:41:21.535 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:21 smithi155 bash[59709]: cluster 2024-09-10T19:41:20.223499+0000 mon.a (mon.0) 774 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:41:21.535 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:21 smithi155 bash[59709]: cluster 2024-09-10T19:41:20.242409+0000 mon.a (mon.0) 775 : cluster [DBG] osdmap e81: 8 total, 7 up, 8 in 2024-09-10T19:41:21.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:21 smithi189 bash[38194]: cluster 2024-09-10T19:41:19.664377+0000 mgr.y (mgr.54108) 269 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:41:21.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:21 smithi189 bash[38194]: cluster 2024-09-10T19:41:20.223499+0000 mon.a (mon.0) 774 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:41:21.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:21 smithi189 bash[38194]: cluster 2024-09-10T19:41:20.242409+0000 mon.a (mon.0) 775 : cluster [DBG] osdmap e81: 8 total, 7 up, 8 in 2024-09-10T19:41:22.582 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:22 smithi155 bash[59709]: cluster 2024-09-10T19:41:21.238812+0000 mon.a (mon.0) 776 : cluster [DBG] osdmap e82: 8 total, 7 up, 8 in 2024-09-10T19:41:22.582 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:22 smithi155 bash[59709]: cluster 2024-09-10T19:41:21.665159+0000 mgr.y (mgr.54108) 270 : cluster [DBG] pgmap v157: 129 pgs: 10 peering, 16 stale+active+clean, 103 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:41:22.582 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:22 smithi155 bash[53909]: cluster 2024-09-10T19:41:21.238812+0000 mon.a (mon.0) 776 : cluster [DBG] osdmap e82: 8 total, 7 up, 8 in 2024-09-10T19:41:22.582 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:22 smithi155 bash[53909]: cluster 2024-09-10T19:41:21.665159+0000 mgr.y (mgr.54108) 270 : cluster [DBG] pgmap v157: 129 pgs: 10 peering, 16 stale+active+clean, 103 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:41:22.583 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:41:22 smithi155 systemd[1]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968@osd.3.service: Succeeded. 2024-09-10T19:41:22.583 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:41:22 smithi155 systemd[1]: Stopped Ceph osd.3 for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:41:22.583 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:41:22 smithi155 systemd[1]: Started Ceph osd.3 for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:41:22.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:22 smithi189 bash[38194]: cluster 2024-09-10T19:41:21.238812+0000 mon.a (mon.0) 776 : cluster [DBG] osdmap e82: 8 total, 7 up, 8 in 2024-09-10T19:41:22.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:22 smithi189 bash[38194]: cluster 2024-09-10T19:41:21.665159+0000 mgr.y (mgr.54108) 270 : cluster [DBG] pgmap v157: 129 pgs: 10 peering, 16 stale+active+clean, 103 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-10T19:41:23.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:23 smithi155 bash[53909]: cluster 2024-09-10T19:41:22.251932+0000 mon.a (mon.0) 777 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 4 pgs peering (PG_AVAILABILITY) 2024-09-10T19:41:23.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:23 smithi155 bash[53909]: audit 2024-09-10T19:41:22.485545+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:41:23.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:23 smithi155 bash[53909]: audit 2024-09-10T19:41:22.490346+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:23.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:23 smithi155 bash[53909]: audit 2024-09-10T19:41:22.498352+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:23.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:23 smithi155 bash[53909]: audit 2024-09-10T19:41:22.501090+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:41:23.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:23 smithi155 bash[59709]: cluster 2024-09-10T19:41:22.251932+0000 mon.a (mon.0) 777 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 4 pgs peering (PG_AVAILABILITY) 2024-09-10T19:41:23.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:23 smithi155 bash[59709]: audit 2024-09-10T19:41:22.485545+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:41:23.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:23 smithi155 bash[59709]: audit 2024-09-10T19:41:22.490346+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:23.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:23 smithi155 bash[59709]: audit 2024-09-10T19:41:22.498352+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:23.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:23 smithi155 bash[59709]: audit 2024-09-10T19:41:22.501090+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:41:23.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:23 smithi189 bash[38194]: cluster 2024-09-10T19:41:22.251932+0000 mon.a (mon.0) 777 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 4 pgs peering (PG_AVAILABILITY) 2024-09-10T19:41:23.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:23 smithi189 bash[38194]: audit 2024-09-10T19:41:22.485545+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:41:23.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:23 smithi189 bash[38194]: audit 2024-09-10T19:41:22.490346+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:23.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:23 smithi189 bash[38194]: audit 2024-09-10T19:41:22.498352+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:23.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:23 smithi189 bash[38194]: audit 2024-09-10T19:41:22.501090+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:41:24.285 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:24 smithi155 bash[53909]: cluster 2024-09-10T19:41:23.666108+0000 mgr.y (mgr.54108) 271 : cluster [DBG] pgmap v158: 129 pgs: 11 active+undersized, 10 peering, 7 stale+active+clean, 11 active+undersized+degraded, 90 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 36/612 objects degraded (5.882%) 2024-09-10T19:41:24.286 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:24 smithi155 bash[59709]: cluster 2024-09-10T19:41:23.666108+0000 mgr.y (mgr.54108) 271 : cluster [DBG] pgmap v158: 129 pgs: 11 active+undersized, 10 peering, 7 stale+active+clean, 11 active+undersized+degraded, 90 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 36/612 objects degraded (5.882%) 2024-09-10T19:41:24.286 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:41:24 smithi155 bash[85943]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-10T19:41:24.286 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:41:24 smithi155 bash[85943]: 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-10T19:41:24.286 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:41:24 smithi155 bash[85943]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-10T19:41:24.286 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:41:24 smithi155 bash[85943]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-10T19:41:24.286 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:41:24 smithi155 bash[85943]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2024-09-10T19:41:24.286 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:41:24 smithi155 bash[85943]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-10T19:41:24.286 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:41:24 smithi155 bash[85943]: --> ceph-volume raw activate successful for osd ID: 3 2024-09-10T19:41:24.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:24 smithi189 bash[38194]: cluster 2024-09-10T19:41:23.666108+0000 mgr.y (mgr.54108) 271 : cluster [DBG] pgmap v158: 129 pgs: 11 active+undersized, 10 peering, 7 stale+active+clean, 11 active+undersized+degraded, 90 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 36/612 objects degraded (5.882%) 2024-09-10T19:41:25.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:25 smithi155 bash[53909]: cluster 2024-09-10T19:41:24.262623+0000 mon.a (mon.0) 782 : cluster [WRN] Health check failed: Degraded data redundancy: 36/612 objects degraded (5.882%), 11 pgs degraded (PG_DEGRADED) 2024-09-10T19:41:25.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:25 smithi155 bash[59709]: cluster 2024-09-10T19:41:24.262623+0000 mon.a (mon.0) 782 : cluster [WRN] Health check failed: Degraded data redundancy: 36/612 objects degraded (5.882%), 11 pgs degraded (PG_DEGRADED) 2024-09-10T19:41:25.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:25 smithi189 bash[38194]: cluster 2024-09-10T19:41:24.262623+0000 mon.a (mon.0) 782 : cluster [WRN] Health check failed: Degraded data redundancy: 36/612 objects degraded (5.882%), 11 pgs degraded (PG_DEGRADED) 2024-09-10T19:41:26.286 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:41:26 smithi155 bash[86241]: debug 2024-09-10T19:41:26.042+0000 7f850c761640 1 -- 172.21.15.155:0/3059457380 <== mon.1 v2:172.21.15.155:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55eb71084d00 con 0x55eb71057400 2024-09-10T19:41:26.584 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:26 smithi155 bash[53909]: cluster 2024-09-10T19:41:25.667320+0000 mgr.y (mgr.54108) 272 : cluster [DBG] pgmap v159: 129 pgs: 24 active+undersized, 10 peering, 16 active+undersized+degraded, 79 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 55/612 objects degraded (8.987%) 2024-09-10T19:41:26.584 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:26 smithi155 bash[59709]: cluster 2024-09-10T19:41:25.667320+0000 mgr.y (mgr.54108) 272 : cluster [DBG] pgmap v159: 129 pgs: 24 active+undersized, 10 peering, 16 active+undersized+degraded, 79 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 55/612 objects degraded (8.987%) 2024-09-10T19:41:26.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:26 smithi189 bash[38194]: cluster 2024-09-10T19:41:25.667320+0000 mgr.y (mgr.54108) 272 : cluster [DBG] pgmap v159: 129 pgs: 24 active+undersized, 10 peering, 16 active+undersized+degraded, 79 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 55/612 objects degraded (8.987%) 2024-09-10T19:41:26.839 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:41:26 smithi155 bash[86241]: debug 2024-09-10T19:41:26.578+0000 7f850efc9440 -1 Falling back to public interface 2024-09-10T19:41:28.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:27 smithi155 bash[53909]: cluster 2024-09-10T19:41:27.720331+0000 mon.a (mon.0) 783 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 4 pgs peering) 2024-09-10T19:41:28.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:27 smithi155 bash[59709]: cluster 2024-09-10T19:41:27.720331+0000 mon.a (mon.0) 783 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 4 pgs peering) 2024-09-10T19:41:28.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:27 smithi189 bash[38194]: cluster 2024-09-10T19:41:27.720331+0000 mon.a (mon.0) 783 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 4 pgs peering) 2024-09-10T19:41:29.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:28 smithi155 bash[53909]: cluster 2024-09-10T19:41:27.668453+0000 mgr.y (mgr.54108) 273 : cluster [DBG] pgmap v160: 129 pgs: 29 active+undersized, 21 active+undersized+degraded, 79 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 77/612 objects degraded (12.582%) 2024-09-10T19:41:29.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:28 smithi155 bash[59709]: cluster 2024-09-10T19:41:27.668453+0000 mgr.y (mgr.54108) 273 : cluster [DBG] pgmap v160: 129 pgs: 29 active+undersized, 21 active+undersized+degraded, 79 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 77/612 objects degraded (12.582%) 2024-09-10T19:41:29.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:28 smithi189 bash[38194]: cluster 2024-09-10T19:41:27.668453+0000 mgr.y (mgr.54108) 273 : cluster [DBG] pgmap v160: 129 pgs: 29 active+undersized, 21 active+undersized+degraded, 79 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 77/612 objects degraded (12.582%) 2024-09-10T19:41:29.839 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:41:29 smithi155 bash[86241]: debug 2024-09-10T19:41:29.546+0000 7f850efc9440 -1 osd.3 0 read_superblock omap replica is missing. 2024-09-10T19:41:29.839 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:41:29 smithi155 bash[86241]: debug 2024-09-10T19:41:29.582+0000 7f850efc9440 -1 osd.3 80 log_to_monitors true 2024-09-10T19:41:29.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:29 smithi155 bash[59709]: audit 2024-09-10T19:41:29.526672+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:41:29.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:29 smithi155 bash[59709]: audit 2024-09-10T19:41:29.531176+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:29.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:29 smithi155 bash[59709]: audit 2024-09-10T19:41:29.539610+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:29.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:29 smithi155 bash[59709]: audit 2024-09-10T19:41:29.589333+0000 mon.a (mon.0) 787 : audit [INF] from='osd.3 [v2:172.21.15.155:6826/3819079972,v1:172.21.15.155:6827/3819079972]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T19:41:29.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:29 smithi155 bash[53909]: audit 2024-09-10T19:41:29.526672+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:41:29.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:29 smithi155 bash[53909]: audit 2024-09-10T19:41:29.531176+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:29.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:29 smithi155 bash[53909]: audit 2024-09-10T19:41:29.539610+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:29.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:29 smithi155 bash[53909]: audit 2024-09-10T19:41:29.589333+0000 mon.a (mon.0) 787 : audit [INF] from='osd.3 [v2:172.21.15.155:6826/3819079972,v1:172.21.15.155:6827/3819079972]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T19:41:30.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:29 smithi189 bash[38194]: audit 2024-09-10T19:41:29.526672+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:41:30.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:29 smithi189 bash[38194]: audit 2024-09-10T19:41:29.531176+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:30.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:29 smithi189 bash[38194]: audit 2024-09-10T19:41:29.539610+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:30.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:29 smithi189 bash[38194]: audit 2024-09-10T19:41:29.589333+0000 mon.a (mon.0) 787 : audit [INF] from='osd.3 [v2:172.21.15.155:6826/3819079972,v1:172.21.15.155:6827/3819079972]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T19:41:30.839 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:41:30 smithi155 bash[86241]: debug 2024-09-10T19:41:30.566+0000 7f8507576640 -1 osd.3 80 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T19:41:30.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:30 smithi155 bash[53909]: cluster 2024-09-10T19:41:29.669906+0000 mgr.y (mgr.54108) 274 : cluster [DBG] pgmap v161: 129 pgs: 29 active+undersized, 21 active+undersized+degraded, 79 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 77/612 objects degraded (12.582%) 2024-09-10T19:41:30.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:30 smithi155 bash[53909]: audit 2024-09-10T19:41:29.918000+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:41:30.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:30 smithi155 bash[53909]: audit 2024-09-10T19:41:30.133128+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:41:30.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:30 smithi155 bash[53909]: audit 2024-09-10T19:41:30.141081+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:30.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:30 smithi155 bash[53909]: audit 2024-09-10T19:41:30.148584+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:30.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:30 smithi155 bash[53909]: audit 2024-09-10T19:41:30.150231+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:41:30.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:30 smithi155 bash[53909]: cluster 2024-09-10T19:41:30.545288+0000 mon.a (mon.0) 793 : cluster [WRN] Health check update: Degraded data redundancy: 77/612 objects degraded (12.582%), 21 pgs degraded (PG_DEGRADED) 2024-09-10T19:41:30.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:30 smithi155 bash[53909]: audit 2024-09-10T19:41:30.552170+0000 mon.a (mon.0) 794 : audit [INF] from='osd.3 [v2:172.21.15.155:6826/3819079972,v1:172.21.15.155:6827/3819079972]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-10T19:41:30.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:30 smithi155 bash[53909]: cluster 2024-09-10T19:41:30.552252+0000 mon.a (mon.0) 795 : cluster [DBG] osdmap e83: 8 total, 7 up, 8 in 2024-09-10T19:41:30.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:30 smithi155 bash[53909]: audit 2024-09-10T19:41:30.553591+0000 mon.a (mon.0) 796 : audit [INF] from='osd.3 [v2:172.21.15.155:6826/3819079972,v1:172.21.15.155:6827/3819079972]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T19:41:30.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:30 smithi155 bash[59709]: cluster 2024-09-10T19:41:29.669906+0000 mgr.y (mgr.54108) 274 : cluster [DBG] pgmap v161: 129 pgs: 29 active+undersized, 21 active+undersized+degraded, 79 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 77/612 objects degraded (12.582%) 2024-09-10T19:41:30.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:30 smithi155 bash[59709]: audit 2024-09-10T19:41:29.918000+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:41:30.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:30 smithi155 bash[59709]: audit 2024-09-10T19:41:30.133128+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:41:30.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:30 smithi155 bash[59709]: audit 2024-09-10T19:41:30.141081+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:30.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:30 smithi155 bash[59709]: audit 2024-09-10T19:41:30.148584+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:30.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:30 smithi155 bash[59709]: audit 2024-09-10T19:41:30.150231+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:41:30.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:30 smithi155 bash[59709]: cluster 2024-09-10T19:41:30.545288+0000 mon.a (mon.0) 793 : cluster [WRN] Health check update: Degraded data redundancy: 77/612 objects degraded (12.582%), 21 pgs degraded (PG_DEGRADED) 2024-09-10T19:41:30.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:30 smithi155 bash[59709]: audit 2024-09-10T19:41:30.552170+0000 mon.a (mon.0) 794 : audit [INF] from='osd.3 [v2:172.21.15.155:6826/3819079972,v1:172.21.15.155:6827/3819079972]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-10T19:41:30.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:30 smithi155 bash[59709]: cluster 2024-09-10T19:41:30.552252+0000 mon.a (mon.0) 795 : cluster [DBG] osdmap e83: 8 total, 7 up, 8 in 2024-09-10T19:41:30.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:30 smithi155 bash[59709]: audit 2024-09-10T19:41:30.553591+0000 mon.a (mon.0) 796 : audit [INF] from='osd.3 [v2:172.21.15.155:6826/3819079972,v1:172.21.15.155:6827/3819079972]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T19:41:31.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:30 smithi189 bash[38194]: cluster 2024-09-10T19:41:29.669906+0000 mgr.y (mgr.54108) 274 : cluster [DBG] pgmap v161: 129 pgs: 29 active+undersized, 21 active+undersized+degraded, 79 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 77/612 objects degraded (12.582%) 2024-09-10T19:41:31.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:30 smithi189 bash[38194]: audit 2024-09-10T19:41:29.918000+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:41:31.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:30 smithi189 bash[38194]: audit 2024-09-10T19:41:30.133128+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:41:31.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:30 smithi189 bash[38194]: audit 2024-09-10T19:41:30.141081+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:31.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:30 smithi189 bash[38194]: audit 2024-09-10T19:41:30.148584+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:31.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:30 smithi189 bash[38194]: audit 2024-09-10T19:41:30.150231+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:41:31.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:30 smithi189 bash[38194]: cluster 2024-09-10T19:41:30.545288+0000 mon.a (mon.0) 793 : cluster [WRN] Health check update: Degraded data redundancy: 77/612 objects degraded (12.582%), 21 pgs degraded (PG_DEGRADED) 2024-09-10T19:41:31.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:30 smithi189 bash[38194]: audit 2024-09-10T19:41:30.552170+0000 mon.a (mon.0) 794 : audit [INF] from='osd.3 [v2:172.21.15.155:6826/3819079972,v1:172.21.15.155:6827/3819079972]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-10T19:41:31.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:30 smithi189 bash[38194]: cluster 2024-09-10T19:41:30.552252+0000 mon.a (mon.0) 795 : cluster [DBG] osdmap e83: 8 total, 7 up, 8 in 2024-09-10T19:41:31.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:30 smithi189 bash[38194]: audit 2024-09-10T19:41:30.553591+0000 mon.a (mon.0) 796 : audit [INF] from='osd.3 [v2:172.21.15.155:6826/3819079972,v1:172.21.15.155:6827/3819079972]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T19:41:32.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:31 smithi155 bash[53909]: cluster 2024-09-10T19:41:31.547743+0000 mon.a (mon.0) 797 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:41:32.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:31 smithi155 bash[53909]: cluster 2024-09-10T19:41:31.559172+0000 mon.a (mon.0) 798 : cluster [INF] osd.3 [v2:172.21.15.155:6826/3819079972,v1:172.21.15.155:6827/3819079972] boot 2024-09-10T19:41:32.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:31 smithi155 bash[53909]: cluster 2024-09-10T19:41:31.559242+0000 mon.a (mon.0) 799 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2024-09-10T19:41:32.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:31 smithi155 bash[53909]: audit 2024-09-10T19:41:31.560274+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:41:32.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:31 smithi155 bash[59709]: cluster 2024-09-10T19:41:31.547743+0000 mon.a (mon.0) 797 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:41:32.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:31 smithi155 bash[59709]: cluster 2024-09-10T19:41:31.559172+0000 mon.a (mon.0) 798 : cluster [INF] osd.3 [v2:172.21.15.155:6826/3819079972,v1:172.21.15.155:6827/3819079972] boot 2024-09-10T19:41:32.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:31 smithi155 bash[59709]: cluster 2024-09-10T19:41:31.559242+0000 mon.a (mon.0) 799 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2024-09-10T19:41:32.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:31 smithi155 bash[59709]: audit 2024-09-10T19:41:31.560274+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:41:32.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:31 smithi189 bash[38194]: cluster 2024-09-10T19:41:31.547743+0000 mon.a (mon.0) 797 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:41:32.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:31 smithi189 bash[38194]: cluster 2024-09-10T19:41:31.559172+0000 mon.a (mon.0) 798 : cluster [INF] osd.3 [v2:172.21.15.155:6826/3819079972,v1:172.21.15.155:6827/3819079972] boot 2024-09-10T19:41:32.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:31 smithi189 bash[38194]: cluster 2024-09-10T19:41:31.559242+0000 mon.a (mon.0) 799 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2024-09-10T19:41:32.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:31 smithi189 bash[38194]: audit 2024-09-10T19:41:31.560274+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:41:33.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:32 smithi155 bash[53909]: cluster 2024-09-10T19:41:31.670817+0000 mgr.y (mgr.54108) 275 : cluster [DBG] pgmap v164: 129 pgs: 29 active+undersized, 21 active+undersized+degraded, 79 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 77/612 objects degraded (12.582%) 2024-09-10T19:41:33.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:32 smithi155 bash[53909]: cluster 2024-09-10T19:41:32.560018+0000 mon.a (mon.0) 801 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-09-10T19:41:33.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:32 smithi155 bash[59709]: cluster 2024-09-10T19:41:31.670817+0000 mgr.y (mgr.54108) 275 : cluster [DBG] pgmap v164: 129 pgs: 29 active+undersized, 21 active+undersized+degraded, 79 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 77/612 objects degraded (12.582%) 2024-09-10T19:41:33.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:32 smithi155 bash[59709]: cluster 2024-09-10T19:41:32.560018+0000 mon.a (mon.0) 801 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-09-10T19:41:33.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:32 smithi189 bash[38194]: cluster 2024-09-10T19:41:31.670817+0000 mgr.y (mgr.54108) 275 : cluster [DBG] pgmap v164: 129 pgs: 29 active+undersized, 21 active+undersized+degraded, 79 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 77/612 objects degraded (12.582%) 2024-09-10T19:41:33.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:32 smithi189 bash[38194]: cluster 2024-09-10T19:41:32.560018+0000 mon.a (mon.0) 801 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-09-10T19:41:34.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:33 smithi155 bash[53909]: audit 2024-09-10T19:41:32.797781+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:34.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:33 smithi155 bash[59709]: audit 2024-09-10T19:41:32.797781+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:34.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:33 smithi189 bash[38194]: audit 2024-09-10T19:41:32.797781+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:35.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:34 smithi155 bash[53909]: cluster 2024-09-10T19:41:33.672063+0000 mgr.y (mgr.54108) 276 : cluster [DBG] pgmap v166: 129 pgs: 23 active+undersized, 14 active+undersized+degraded, 92 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 57/612 objects degraded (9.314%) 2024-09-10T19:41:35.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:34 smithi155 bash[59709]: cluster 2024-09-10T19:41:33.672063+0000 mgr.y (mgr.54108) 276 : cluster [DBG] pgmap v166: 129 pgs: 23 active+undersized, 14 active+undersized+degraded, 92 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 57/612 objects degraded (9.314%) 2024-09-10T19:41:35.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:34 smithi189 bash[38194]: cluster 2024-09-10T19:41:33.672063+0000 mgr.y (mgr.54108) 276 : cluster [DBG] pgmap v166: 129 pgs: 23 active+undersized, 14 active+undersized+degraded, 92 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 57/612 objects degraded (9.314%) 2024-09-10T19:41:36.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:35 smithi155 bash[53909]: cluster 2024-09-10T19:41:35.546223+0000 mon.a (mon.0) 803 : cluster [WRN] Health check update: Degraded data redundancy: 57/612 objects degraded (9.314%), 14 pgs degraded (PG_DEGRADED) 2024-09-10T19:41:36.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:35 smithi155 bash[59709]: cluster 2024-09-10T19:41:35.546223+0000 mon.a (mon.0) 803 : cluster [WRN] Health check update: Degraded data redundancy: 57/612 objects degraded (9.314%), 14 pgs degraded (PG_DEGRADED) 2024-09-10T19:41:36.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:35 smithi189 bash[38194]: cluster 2024-09-10T19:41:35.546223+0000 mon.a (mon.0) 803 : cluster [WRN] Health check update: Degraded data redundancy: 57/612 objects degraded (9.314%), 14 pgs degraded (PG_DEGRADED) 2024-09-10T19:41:37.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:36 smithi155 bash[53909]: cluster 2024-09-10T19:41:35.673108+0000 mgr.y (mgr.54108) 277 : cluster [DBG] pgmap v167: 129 pgs: 3 active+undersized, 3 active+undersized+degraded, 123 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 14/612 objects degraded (2.288%) 2024-09-10T19:41:37.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:36 smithi155 bash[59709]: cluster 2024-09-10T19:41:35.673108+0000 mgr.y (mgr.54108) 277 : cluster [DBG] pgmap v167: 129 pgs: 3 active+undersized, 3 active+undersized+degraded, 123 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 14/612 objects degraded (2.288%) 2024-09-10T19:41:37.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:36 smithi189 bash[38194]: cluster 2024-09-10T19:41:35.673108+0000 mgr.y (mgr.54108) 277 : cluster [DBG] pgmap v167: 129 pgs: 3 active+undersized, 3 active+undersized+degraded, 123 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 14/612 objects degraded (2.288%) 2024-09-10T19:41:38.177 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:37 smithi155 bash[53909]: cluster 2024-09-10T19:41:37.822598+0000 mon.a (mon.0) 804 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 14/612 objects degraded (2.288%), 3 pgs degraded) 2024-09-10T19:41:38.177 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:37 smithi155 bash[53909]: cluster 2024-09-10T19:41:37.822653+0000 mon.a (mon.0) 805 : cluster [INF] Cluster is now healthy 2024-09-10T19:41:38.177 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:37 smithi155 bash[59709]: cluster 2024-09-10T19:41:37.822598+0000 mon.a (mon.0) 804 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 14/612 objects degraded (2.288%), 3 pgs degraded) 2024-09-10T19:41:38.178 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:37 smithi155 bash[59709]: cluster 2024-09-10T19:41:37.822653+0000 mon.a (mon.0) 805 : cluster [INF] Cluster is now healthy 2024-09-10T19:41:38.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:37 smithi189 bash[38194]: cluster 2024-09-10T19:41:37.822598+0000 mon.a (mon.0) 804 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 14/612 objects degraded (2.288%), 3 pgs degraded) 2024-09-10T19:41:38.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:37 smithi189 bash[38194]: cluster 2024-09-10T19:41:37.822653+0000 mon.a (mon.0) 805 : cluster [INF] Cluster is now healthy 2024-09-10T19:41:39.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:38 smithi189 bash[38194]: cluster 2024-09-10T19:41:37.673966+0000 mgr.y (mgr.54108) 278 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:41:39.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:38 smithi155 bash[53909]: cluster 2024-09-10T19:41:37.673966+0000 mgr.y (mgr.54108) 278 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:41:39.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:38 smithi155 bash[59709]: cluster 2024-09-10T19:41:37.673966+0000 mgr.y (mgr.54108) 278 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:41:41.172 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:40 smithi189 bash[38194]: cluster 2024-09-10T19:41:39.675010+0000 mgr.y (mgr.54108) 279 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:41:41.172 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:40 smithi189 bash[38194]: audit 2024-09-10T19:41:40.770677+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:41:41.172 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:40 smithi189 bash[38194]: audit 2024-09-10T19:41:40.777193+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:41.172 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:40 smithi189 bash[38194]: audit 2024-09-10T19:41:40.784052+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:41.173 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:40 smithi189 bash[38194]: audit 2024-09-10T19:41:40.792209+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:41.173 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:40 smithi189 bash[38194]: audit 2024-09-10T19:41:40.845645+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:41:41.173 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:40 smithi189 bash[38194]: audit 2024-09-10T19:41:40.849978+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:41:41.173 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:40 smithi189 bash[38194]: audit 2024-09-10T19:41:40.852362+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:41:41.173 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:40 smithi189 bash[38194]: audit 2024-09-10T19:41:40.854292+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:41:41.173 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:40 smithi189 bash[38194]: audit 2024-09-10T19:41:40.856815+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-10T19:41:41.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:40 smithi155 bash[53909]: cluster 2024-09-10T19:41:39.675010+0000 mgr.y (mgr.54108) 279 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:41:41.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:40 smithi155 bash[53909]: audit 2024-09-10T19:41:40.770677+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:41:41.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:40 smithi155 bash[53909]: audit 2024-09-10T19:41:40.777193+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:41.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:40 smithi155 bash[53909]: audit 2024-09-10T19:41:40.784052+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:41.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:40 smithi155 bash[53909]: audit 2024-09-10T19:41:40.792209+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:41.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:40 smithi155 bash[53909]: audit 2024-09-10T19:41:40.845645+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:41:41.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:40 smithi155 bash[53909]: audit 2024-09-10T19:41:40.849978+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:41:41.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:40 smithi155 bash[53909]: audit 2024-09-10T19:41:40.852362+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:41:41.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:40 smithi155 bash[53909]: audit 2024-09-10T19:41:40.854292+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:41:41.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:40 smithi155 bash[53909]: audit 2024-09-10T19:41:40.856815+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-10T19:41:41.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:40 smithi155 bash[59709]: cluster 2024-09-10T19:41:39.675010+0000 mgr.y (mgr.54108) 279 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:41:41.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:40 smithi155 bash[59709]: audit 2024-09-10T19:41:40.770677+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:41:41.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:40 smithi155 bash[59709]: audit 2024-09-10T19:41:40.777193+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:41.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:40 smithi155 bash[59709]: audit 2024-09-10T19:41:40.784052+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:41.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:40 smithi155 bash[59709]: audit 2024-09-10T19:41:40.792209+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:41.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:40 smithi155 bash[59709]: audit 2024-09-10T19:41:40.845645+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:41:41.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:40 smithi155 bash[59709]: audit 2024-09-10T19:41:40.849978+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:41:41.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:40 smithi155 bash[59709]: audit 2024-09-10T19:41:40.852362+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:41:41.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:40 smithi155 bash[59709]: audit 2024-09-10T19:41:40.854292+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:41:41.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:40 smithi155 bash[59709]: audit 2024-09-10T19:41:40.856815+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-10T19:41:42.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:41 smithi189 bash[38194]: audit 2024-09-10T19:41:40.857076+0000 mgr.y (mgr.54108) 280 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-10T19:41:42.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:41 smithi189 bash[38194]: cephadm 2024-09-10T19:41:40.858767+0000 mgr.y (mgr.54108) 281 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-09-10T19:41:42.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:41 smithi155 bash[53909]: audit 2024-09-10T19:41:40.857076+0000 mgr.y (mgr.54108) 280 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-10T19:41:42.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:41 smithi155 bash[53909]: cephadm 2024-09-10T19:41:40.858767+0000 mgr.y (mgr.54108) 281 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-09-10T19:41:42.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:41 smithi155 bash[59709]: audit 2024-09-10T19:41:40.857076+0000 mgr.y (mgr.54108) 280 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-10T19:41:42.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:41 smithi155 bash[59709]: cephadm 2024-09-10T19:41:40.858767+0000 mgr.y (mgr.54108) 281 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-09-10T19:41:42.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:42 smithi189 bash[38194]: cluster 2024-09-10T19:41:41.676047+0000 mgr.y (mgr.54108) 282 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:41:42.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:42 smithi189 bash[38194]: audit 2024-09-10T19:41:42.818311+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:43.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:42 smithi155 bash[53909]: cluster 2024-09-10T19:41:41.676047+0000 mgr.y (mgr.54108) 282 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:41:43.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:42 smithi155 bash[53909]: audit 2024-09-10T19:41:42.818311+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:43.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:42 smithi155 bash[59709]: cluster 2024-09-10T19:41:41.676047+0000 mgr.y (mgr.54108) 282 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:41:43.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:42 smithi155 bash[59709]: audit 2024-09-10T19:41:42.818311+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:44.451 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:44 smithi189 bash[38194]: cephadm 2024-09-10T19:41:43.149346+0000 mgr.y (mgr.54108) 283 : cephadm [INF] Upgrade: Updating osd.4 2024-09-10T19:41:44.451 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:44 smithi189 bash[38194]: audit 2024-09-10T19:41:43.160077+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:44.451 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:44 smithi189 bash[38194]: audit 2024-09-10T19:41:43.161889+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T19:41:44.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:44 smithi189 bash[38194]: audit 2024-09-10T19:41:43.163476+0000 mon.a (mon.0) 818 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:41:44.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:44 smithi189 bash[38194]: cephadm 2024-09-10T19:41:43.166856+0000 mgr.y (mgr.54108) 284 : cephadm [INF] Deploying daemon osd.4 on smithi189 2024-09-10T19:41:44.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:44 smithi189 bash[38194]: audit 2024-09-10T19:41:43.167697+0000 mon.a (mon.0) 819 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-09-10T19:41:44.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:44 smithi155 bash[53909]: cephadm 2024-09-10T19:41:43.149346+0000 mgr.y (mgr.54108) 283 : cephadm [INF] Upgrade: Updating osd.4 2024-09-10T19:41:44.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:44 smithi155 bash[53909]: audit 2024-09-10T19:41:43.160077+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:44.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:44 smithi155 bash[53909]: audit 2024-09-10T19:41:43.161889+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T19:41:44.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:44 smithi155 bash[53909]: audit 2024-09-10T19:41:43.163476+0000 mon.a (mon.0) 818 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:41:44.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:44 smithi155 bash[53909]: cephadm 2024-09-10T19:41:43.166856+0000 mgr.y (mgr.54108) 284 : cephadm [INF] Deploying daemon osd.4 on smithi189 2024-09-10T19:41:44.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:44 smithi155 bash[53909]: audit 2024-09-10T19:41:43.167697+0000 mon.a (mon.0) 819 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-09-10T19:41:44.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:44 smithi155 bash[59709]: cephadm 2024-09-10T19:41:43.149346+0000 mgr.y (mgr.54108) 283 : cephadm [INF] Upgrade: Updating osd.4 2024-09-10T19:41:44.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:44 smithi155 bash[59709]: audit 2024-09-10T19:41:43.160077+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:44.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:44 smithi155 bash[59709]: audit 2024-09-10T19:41:43.161889+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T19:41:44.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:44 smithi155 bash[59709]: audit 2024-09-10T19:41:43.163476+0000 mon.a (mon.0) 818 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:41:44.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:44 smithi155 bash[59709]: cephadm 2024-09-10T19:41:43.166856+0000 mgr.y (mgr.54108) 284 : cephadm [INF] Deploying daemon osd.4 on smithi189 2024-09-10T19:41:44.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:44 smithi155 bash[59709]: audit 2024-09-10T19:41:43.167697+0000 mon.a (mon.0) 819 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-09-10T19:41:45.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:45 smithi189 bash[38194]: cluster 2024-09-10T19:41:43.677164+0000 mgr.y (mgr.54108) 285 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:41:45.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:45 smithi155 bash[53909]: cluster 2024-09-10T19:41:43.677164+0000 mgr.y (mgr.54108) 285 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:41:45.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:45 smithi155 bash[59709]: cluster 2024-09-10T19:41:43.677164+0000 mgr.y (mgr.54108) 285 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:41:45.903 INFO:teuthology.orchestra.run.smithi155.stdout:true 2024-09-10T19:41:46.698 INFO:teuthology.orchestra.run.smithi155.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:41:46.698 INFO:teuthology.orchestra.run.smithi155.stdout:alertmanager.a smithi155 running (8m) 17s ago 34m 17.9M - 0.25.0 c8568f914cd2 d240bc57c001 2024-09-10T19:41:46.699 INFO:teuthology.orchestra.run.smithi155.stdout:grafana.a smithi189 running (7m) 4m ago 34m 82.1M - 9.4.7 954c08fa6188 2e57a3903209 2024-09-10T19:41:46.699 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.x smithi189 *:8443 running (10m) 4m ago 39m 390M - 17.2.7-1606-g5be57395 4c55dd409611 1e9c1f896a72 2024-09-10T19:41:46.699 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.y smithi155 *:8443 running (20m) 17s ago 40m 439M - 17.2.7-1606-g5be57395 4c55dd409611 c3f6bb49e60e 2024-09-10T19:41:46.699 INFO:teuthology.orchestra.run.smithi155.stdout:mon.a smithi155 running (5m) 17s ago 40m 71.0M 2048M 17.2.7-1606-g5be57395 4c55dd409611 7e033880dcd4 2024-09-10T19:41:46.699 INFO:teuthology.orchestra.run.smithi155.stdout:mon.b smithi189 running (6m) 4m ago 39m 43.9M 2048M 17.2.7-1606-g5be57395 4c55dd409611 f29d1decbead 2024-09-10T19:41:46.699 INFO:teuthology.orchestra.run.smithi155.stdout:mon.c smithi155 running (4m) 17s ago 39m 60.4M 2048M 17.2.7-1606-g5be57395 4c55dd409611 0fb56f4ad9b8 2024-09-10T19:41:46.699 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.a smithi155 running (9m) 17s ago 34m 11.6M - 1.5.0 0da6a335fe13 75a6b4940d3d 2024-09-10T19:41:46.699 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.b smithi189 running (9m) 4m ago 34m 11.2M - 1.5.0 0da6a335fe13 57c4129454db 2024-09-10T19:41:46.699 INFO:teuthology.orchestra.run.smithi155.stdout:osd.0 smithi155 running (2m) 17s ago 38m 47.6M 4096M 17.2.7-1606-g5be57395 4c55dd409611 b557248a0039 2024-09-10T19:41:46.699 INFO:teuthology.orchestra.run.smithi155.stdout:osd.1 smithi155 running (2m) 17s ago 38m 49.6M 4096M 17.2.7-1606-g5be57395 4c55dd409611 ef5d355b8775 2024-09-10T19:41:46.699 INFO:teuthology.orchestra.run.smithi155.stdout:osd.2 smithi155 running (83s) 17s ago 37m 44.0M 4096M 17.2.7-1606-g5be57395 4c55dd409611 2488e72c183e 2024-09-10T19:41:46.699 INFO:teuthology.orchestra.run.smithi155.stdout:osd.3 smithi155 running (21s) 17s ago 37m - 4096M 17.2.7-1606-g5be57395 4c55dd409611 ea9cecf319a4 2024-09-10T19:41:46.700 INFO:teuthology.orchestra.run.smithi155.stdout:osd.4 smithi189 running (36m) 4m ago 36m 57.9M 4096M 15.2.0 204a01f9b0b6 34cb90c9d5b7 2024-09-10T19:41:46.700 INFO:teuthology.orchestra.run.smithi155.stdout:osd.5 smithi189 running (36m) 4m ago 36m 54.0M 4096M 15.2.0 204a01f9b0b6 4b3a3b60e1d5 2024-09-10T19:41:46.700 INFO:teuthology.orchestra.run.smithi155.stdout:osd.6 smithi189 running (35m) 4m ago 35m 57.9M 4096M 15.2.0 204a01f9b0b6 c58c4c013902 2024-09-10T19:41:46.700 INFO:teuthology.orchestra.run.smithi155.stdout:osd.7 smithi189 running (35m) 4m ago 35m 57.5M 4096M 15.2.0 204a01f9b0b6 fb02b608dde7 2024-09-10T19:41:46.700 INFO:teuthology.orchestra.run.smithi155.stdout:prometheus.a smithi189 running (8m) 4m ago 34m 43.2M - 2.43.0 a07b618ecd1d a68b682055db 2024-09-10T19:41:46.700 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi155.ehnnyk smithi155 running (32m) 17s ago 32m 57.3M - 15.2.0 204a01f9b0b6 48687c7a211a 2024-09-10T19:41:46.700 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi189.dwpibf smithi189 running (32m) 4m ago 32m 55.5M - 15.2.0 204a01f9b0b6 6bddcdbdbf0b 2024-09-10T19:41:47.165 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:41:47.166 INFO:teuthology.orchestra.run.smithi155.stdout: "mon": { 2024-09-10T19:41:47.166 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 3 2024-09-10T19:41:47.166 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:41:47.166 INFO:teuthology.orchestra.run.smithi155.stdout: "mgr": { 2024-09-10T19:41:47.166 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:41:47.166 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:41:47.166 INFO:teuthology.orchestra.run.smithi155.stdout: "osd": { 2024-09-10T19:41:47.166 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 4, 2024-09-10T19:41:47.166 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 4 2024-09-10T19:41:47.166 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:41:47.166 INFO:teuthology.orchestra.run.smithi155.stdout: "rgw": { 2024-09-10T19:41:47.166 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-10T19:41:47.167 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:41:47.167 INFO:teuthology.orchestra.run.smithi155.stdout: "overall": { 2024-09-10T19:41:47.167 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 6, 2024-09-10T19:41:47.167 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 9 2024-09-10T19:41:47.167 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-10T19:41:47.167 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:41:47.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:47 smithi189 bash[38194]: cluster 2024-09-10T19:41:45.678131+0000 mgr.y (mgr.54108) 286 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:41:47.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:47 smithi189 bash[38194]: audit 2024-09-10T19:41:45.888607+0000 mgr.y (mgr.54108) 287 : audit [DBG] from='client.54432 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:41:47.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:47 smithi189 bash[38194]: audit 2024-09-10T19:41:46.676868+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:41:47.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:47 smithi189 bash[38194]: audit 2024-09-10T19:41:46.677714+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:41:47.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:47 smithi189 bash[38194]: audit 2024-09-10T19:41:46.678504+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:47.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:47 smithi189 bash[38194]: audit 2024-09-10T19:41:46.679258+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:47.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:47 smithi189 bash[38194]: audit 2024-09-10T19:41:46.680041+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:47.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:47 smithi189 bash[38194]: audit 2024-09-10T19:41:46.680830+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:47.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:47 smithi189 bash[38194]: audit 2024-09-10T19:41:46.685173+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:41:47.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:47 smithi189 bash[38194]: audit 2024-09-10T19:41:46.685641+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:47.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:47 smithi189 bash[38194]: audit 2024-09-10T19:41:46.686106+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:47.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:47 smithi189 bash[38194]: audit 2024-09-10T19:41:46.686557+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:47.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:47 smithi189 bash[38194]: audit 2024-09-10T19:41:46.687018+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:47.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:47 smithi189 bash[38194]: audit 2024-09-10T19:41:47.163409+0000 mon.c (mon.1) 12 : audit [DBG] from='client.54450 172.21.15.155:0/1869109405' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:41:47.532 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:41:47.532 INFO:teuthology.orchestra.run.smithi155.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T19:41:47.532 INFO:teuthology.orchestra.run.smithi155.stdout: "in_progress": true, 2024-09-10T19:41:47.532 INFO:teuthology.orchestra.run.smithi155.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-10T19:41:47.533 INFO:teuthology.orchestra.run.smithi155.stdout: "services_complete": [], 2024-09-10T19:41:47.533 INFO:teuthology.orchestra.run.smithi155.stdout: "progress": "4/8 daemons upgraded", 2024-09-10T19:41:47.533 INFO:teuthology.orchestra.run.smithi155.stdout: "message": "Currently upgrading osd daemons", 2024-09-10T19:41:47.533 INFO:teuthology.orchestra.run.smithi155.stdout: "is_paused": false 2024-09-10T19:41:47.533 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:41:47.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:47 smithi155 bash[53909]: cluster 2024-09-10T19:41:45.678131+0000 mgr.y (mgr.54108) 286 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:41:47.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:47 smithi155 bash[53909]: audit 2024-09-10T19:41:45.888607+0000 mgr.y (mgr.54108) 287 : audit [DBG] from='client.54432 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:41:47.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:47 smithi155 bash[53909]: audit 2024-09-10T19:41:46.676868+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:41:47.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:47 smithi155 bash[53909]: audit 2024-09-10T19:41:46.677714+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:41:47.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:47 smithi155 bash[53909]: audit 2024-09-10T19:41:46.678504+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:47.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:47 smithi155 bash[53909]: audit 2024-09-10T19:41:46.679258+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:47.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:47 smithi155 bash[53909]: audit 2024-09-10T19:41:46.680041+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:47.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:47 smithi155 bash[53909]: audit 2024-09-10T19:41:46.680830+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:47.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:47 smithi155 bash[53909]: audit 2024-09-10T19:41:46.685173+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:41:47.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:47 smithi155 bash[53909]: audit 2024-09-10T19:41:46.685641+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:47.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:47 smithi155 bash[53909]: audit 2024-09-10T19:41:46.686106+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:47.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:47 smithi155 bash[53909]: audit 2024-09-10T19:41:46.686557+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:47.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:47 smithi155 bash[53909]: audit 2024-09-10T19:41:46.687018+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:47.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:47 smithi155 bash[53909]: audit 2024-09-10T19:41:47.163409+0000 mon.c (mon.1) 12 : audit [DBG] from='client.54450 172.21.15.155:0/1869109405' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:41:47.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:47 smithi155 bash[59709]: cluster 2024-09-10T19:41:45.678131+0000 mgr.y (mgr.54108) 286 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:41:47.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:47 smithi155 bash[59709]: audit 2024-09-10T19:41:45.888607+0000 mgr.y (mgr.54108) 287 : audit [DBG] from='client.54432 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:41:47.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:47 smithi155 bash[59709]: audit 2024-09-10T19:41:46.676868+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:41:47.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:47 smithi155 bash[59709]: audit 2024-09-10T19:41:46.677714+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:41:47.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:47 smithi155 bash[59709]: audit 2024-09-10T19:41:46.678504+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:47.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:47 smithi155 bash[59709]: audit 2024-09-10T19:41:46.679258+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:47.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:47 smithi155 bash[59709]: audit 2024-09-10T19:41:46.680041+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:47.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:47 smithi155 bash[59709]: audit 2024-09-10T19:41:46.680830+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:47.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:47 smithi155 bash[59709]: audit 2024-09-10T19:41:46.685173+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:41:47.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:47 smithi155 bash[59709]: audit 2024-09-10T19:41:46.685641+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:47.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:47 smithi155 bash[59709]: audit 2024-09-10T19:41:46.686106+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:47.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:47 smithi155 bash[59709]: audit 2024-09-10T19:41:46.686557+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:47.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:47 smithi155 bash[59709]: audit 2024-09-10T19:41:46.687018+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:41:47.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:47 smithi155 bash[59709]: audit 2024-09-10T19:41:47.163409+0000 mon.c (mon.1) 12 : audit [DBG] from='client.54450 172.21.15.155:0/1869109405' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:41:47.952 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:41:47 smithi189 systemd[1]: Stopping Ceph osd.4 for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:41:47.952 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:41:47 smithi189 bash[16854]: debug 2024-09-10T19:41:47.685+0000 7f75e9373700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T19:41:47.952 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:41:47 smithi189 bash[16854]: debug 2024-09-10T19:41:47.685+0000 7f75e9373700 -1 osd.4 85 *** Got signal Terminated *** 2024-09-10T19:41:47.952 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:41:47 smithi189 bash[16854]: debug 2024-09-10T19:41:47.685+0000 7f75e9373700 -1 osd.4 85 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:41:48.360 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:48 smithi189 bash[38194]: audit 2024-09-10T19:41:46.284428+0000 mgr.y (mgr.54108) 288 : audit [DBG] from='client.54438 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:41:48.360 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:48 smithi189 bash[38194]: audit 2024-09-10T19:41:46.671487+0000 mgr.y (mgr.54108) 289 : audit [DBG] from='client.54444 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:41:48.360 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:48 smithi189 bash[38194]: audit 2024-09-10T19:41:47.620897+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-10T19:41:48.360 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:48 smithi189 bash[38194]: audit 2024-09-10T19:41:47.621414+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:41:48.360 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:48 smithi189 bash[38194]: audit 2024-09-10T19:41:47.621893+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-10T19:41:48.361 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:48 smithi189 bash[38194]: audit 2024-09-10T19:41:47.622349+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T19:41:48.361 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:48 smithi189 bash[38194]: cluster 2024-09-10T19:41:47.985233+0000 mon.a (mon.0) 835 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-10T19:41:48.361 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:48 smithi189 bash[38194]: cluster 2024-09-10T19:41:47.985560+0000 mon.a (mon.0) 836 : cluster [INF] osd.4 failed (root=default,host=smithi189) (connection refused reported by osd.0) 2024-09-10T19:41:48.361 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:48 smithi189 bash[38194]: cluster 2024-09-10T19:41:47.986570+0000 mon.a (mon.0) 837 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-10T19:41:48.361 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:48 smithi189 bash[38194]: cluster 2024-09-10T19:41:47.987045+0000 mon.a (mon.0) 838 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-10T19:41:48.361 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:48 smithi189 bash[38194]: cluster 2024-09-10T19:41:47.987573+0000 mon.a (mon.0) 839 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-10T19:41:48.361 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:48 smithi189 bash[38194]: cluster 2024-09-10T19:41:47.988032+0000 mon.a (mon.0) 840 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-10T19:41:48.361 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:48 smithi189 bash[38194]: cluster 2024-09-10T19:41:47.988585+0000 mon.a (mon.0) 841 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-10T19:41:48.361 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:48 smithi189 bash[38194]: cluster 2024-09-10T19:41:47.989388+0000 mon.a (mon.0) 842 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-10T19:41:48.361 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:48 smithi189 bash[38194]: cluster 2024-09-10T19:41:47.989622+0000 mon.a (mon.0) 843 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-10T19:41:48.362 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:48 smithi189 bash[38194]: cluster 2024-09-10T19:41:47.989804+0000 mon.a (mon.0) 844 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-10T19:41:48.362 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:48 smithi189 bash[38194]: cluster 2024-09-10T19:41:47.990039+0000 mon.a (mon.0) 845 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-10T19:41:48.362 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:48 smithi189 bash[38194]: cluster 2024-09-10T19:41:47.990234+0000 mon.a (mon.0) 846 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-10T19:41:48.362 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:48 smithi189 bash[38194]: cluster 2024-09-10T19:41:47.990448+0000 mon.a (mon.0) 847 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-10T19:41:48.362 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:48 smithi189 bash[38194]: cluster 2024-09-10T19:41:47.990710+0000 mon.a (mon.0) 848 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-10T19:41:48.362 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:48 smithi189 bash[38194]: cluster 2024-09-10T19:41:47.990908+0000 mon.a (mon.0) 849 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-10T19:41:48.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[53909]: audit 2024-09-10T19:41:46.284428+0000 mgr.y (mgr.54108) 288 : audit [DBG] from='client.54438 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:41:48.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[53909]: audit 2024-09-10T19:41:46.671487+0000 mgr.y (mgr.54108) 289 : audit [DBG] from='client.54444 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:41:48.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[53909]: audit 2024-09-10T19:41:47.620897+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-10T19:41:48.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[53909]: audit 2024-09-10T19:41:47.621414+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:41:48.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[53909]: audit 2024-09-10T19:41:47.621893+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-10T19:41:48.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[53909]: audit 2024-09-10T19:41:47.622349+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T19:41:48.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[53909]: cluster 2024-09-10T19:41:47.985233+0000 mon.a (mon.0) 835 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-10T19:41:48.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[53909]: cluster 2024-09-10T19:41:47.985560+0000 mon.a (mon.0) 836 : cluster [INF] osd.4 failed (root=default,host=smithi189) (connection refused reported by osd.0) 2024-09-10T19:41:48.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[53909]: cluster 2024-09-10T19:41:47.986570+0000 mon.a (mon.0) 837 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-10T19:41:48.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[53909]: cluster 2024-09-10T19:41:47.987045+0000 mon.a (mon.0) 838 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-10T19:41:48.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[53909]: cluster 2024-09-10T19:41:47.987573+0000 mon.a (mon.0) 839 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-10T19:41:48.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[53909]: cluster 2024-09-10T19:41:47.988032+0000 mon.a (mon.0) 840 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-10T19:41:48.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[53909]: cluster 2024-09-10T19:41:47.988585+0000 mon.a (mon.0) 841 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-10T19:41:48.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[53909]: cluster 2024-09-10T19:41:47.989388+0000 mon.a (mon.0) 842 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-10T19:41:48.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[53909]: cluster 2024-09-10T19:41:47.989622+0000 mon.a (mon.0) 843 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-10T19:41:48.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[53909]: cluster 2024-09-10T19:41:47.989804+0000 mon.a (mon.0) 844 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-10T19:41:48.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[53909]: cluster 2024-09-10T19:41:47.990039+0000 mon.a (mon.0) 845 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-10T19:41:48.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[53909]: cluster 2024-09-10T19:41:47.990234+0000 mon.a (mon.0) 846 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-10T19:41:48.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[53909]: cluster 2024-09-10T19:41:47.990448+0000 mon.a (mon.0) 847 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-10T19:41:48.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[53909]: cluster 2024-09-10T19:41:47.990710+0000 mon.a (mon.0) 848 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-10T19:41:48.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[53909]: cluster 2024-09-10T19:41:47.990908+0000 mon.a (mon.0) 849 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-10T19:41:48.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[59709]: audit 2024-09-10T19:41:46.284428+0000 mgr.y (mgr.54108) 288 : audit [DBG] from='client.54438 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:41:48.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[59709]: audit 2024-09-10T19:41:46.671487+0000 mgr.y (mgr.54108) 289 : audit [DBG] from='client.54444 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:41:48.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[59709]: audit 2024-09-10T19:41:47.620897+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-10T19:41:48.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[59709]: audit 2024-09-10T19:41:47.621414+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:41:48.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[59709]: audit 2024-09-10T19:41:47.621893+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-10T19:41:48.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[59709]: audit 2024-09-10T19:41:47.622349+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T19:41:48.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[59709]: cluster 2024-09-10T19:41:47.985233+0000 mon.a (mon.0) 835 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-10T19:41:48.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[59709]: cluster 2024-09-10T19:41:47.985560+0000 mon.a (mon.0) 836 : cluster [INF] osd.4 failed (root=default,host=smithi189) (connection refused reported by osd.0) 2024-09-10T19:41:48.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[59709]: cluster 2024-09-10T19:41:47.986570+0000 mon.a (mon.0) 837 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-10T19:41:48.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[59709]: cluster 2024-09-10T19:41:47.987045+0000 mon.a (mon.0) 838 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-10T19:41:48.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[59709]: cluster 2024-09-10T19:41:47.987573+0000 mon.a (mon.0) 839 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-10T19:41:48.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[59709]: cluster 2024-09-10T19:41:47.988032+0000 mon.a (mon.0) 840 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-10T19:41:48.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[59709]: cluster 2024-09-10T19:41:47.988585+0000 mon.a (mon.0) 841 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-10T19:41:48.596 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[59709]: cluster 2024-09-10T19:41:47.989388+0000 mon.a (mon.0) 842 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-10T19:41:48.596 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[59709]: cluster 2024-09-10T19:41:47.989622+0000 mon.a (mon.0) 843 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-10T19:41:48.596 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[59709]: cluster 2024-09-10T19:41:47.989804+0000 mon.a (mon.0) 844 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-10T19:41:48.596 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[59709]: cluster 2024-09-10T19:41:47.990039+0000 mon.a (mon.0) 845 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-10T19:41:48.596 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[59709]: cluster 2024-09-10T19:41:47.990234+0000 mon.a (mon.0) 846 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-10T19:41:48.596 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[59709]: cluster 2024-09-10T19:41:47.990448+0000 mon.a (mon.0) 847 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-10T19:41:48.597 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[59709]: cluster 2024-09-10T19:41:47.990710+0000 mon.a (mon.0) 848 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-10T19:41:48.597 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:48 smithi155 bash[59709]: cluster 2024-09-10T19:41:47.990908+0000 mon.a (mon.0) 849 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-10T19:41:48.702 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:41:48 smithi189 bash[48801]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-osd.4 2024-09-10T19:41:48.702 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:41:48 smithi189 bash[48885]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-osd.4 2024-09-10T19:41:49.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:49 smithi155 bash[59709]: audit 2024-09-10T19:41:47.529892+0000 mgr.y (mgr.54108) 290 : audit [DBG] from='client.64390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:41:49.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:49 smithi155 bash[59709]: cluster 2024-09-10T19:41:47.678891+0000 mgr.y (mgr.54108) 291 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:41:49.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:49 smithi155 bash[59709]: cluster 2024-09-10T19:41:48.172883+0000 mon.a (mon.0) 850 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:41:49.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:49 smithi155 bash[59709]: cluster 2024-09-10T19:41:48.191808+0000 mon.a (mon.0) 851 : cluster [DBG] osdmap e86: 8 total, 7 up, 8 in 2024-09-10T19:41:49.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:49 smithi155 bash[53909]: audit 2024-09-10T19:41:47.529892+0000 mgr.y (mgr.54108) 290 : audit [DBG] from='client.64390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:41:49.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:49 smithi155 bash[53909]: cluster 2024-09-10T19:41:47.678891+0000 mgr.y (mgr.54108) 291 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:41:49.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:49 smithi155 bash[53909]: cluster 2024-09-10T19:41:48.172883+0000 mon.a (mon.0) 850 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:41:49.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:49 smithi155 bash[53909]: cluster 2024-09-10T19:41:48.191808+0000 mon.a (mon.0) 851 : cluster [DBG] osdmap e86: 8 total, 7 up, 8 in 2024-09-10T19:41:49.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:49 smithi189 bash[38194]: audit 2024-09-10T19:41:47.529892+0000 mgr.y (mgr.54108) 290 : audit [DBG] from='client.64390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:41:49.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:49 smithi189 bash[38194]: cluster 2024-09-10T19:41:47.678891+0000 mgr.y (mgr.54108) 291 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:41:49.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:49 smithi189 bash[38194]: cluster 2024-09-10T19:41:48.172883+0000 mon.a (mon.0) 850 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:41:49.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:49 smithi189 bash[38194]: cluster 2024-09-10T19:41:48.191808+0000 mon.a (mon.0) 851 : cluster [DBG] osdmap e86: 8 total, 7 up, 8 in 2024-09-10T19:41:50.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:50 smithi155 bash[53909]: cluster 2024-09-10T19:41:49.191427+0000 mon.a (mon.0) 852 : cluster [DBG] osdmap e87: 8 total, 7 up, 8 in 2024-09-10T19:41:50.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:50 smithi155 bash[59709]: cluster 2024-09-10T19:41:49.191427+0000 mon.a (mon.0) 852 : cluster [DBG] osdmap e87: 8 total, 7 up, 8 in 2024-09-10T19:41:50.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:50 smithi189 bash[38194]: cluster 2024-09-10T19:41:49.191427+0000 mon.a (mon.0) 852 : cluster [DBG] osdmap e87: 8 total, 7 up, 8 in 2024-09-10T19:41:51.202 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:41:50 smithi189 systemd[1]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968@osd.4.service: Succeeded. 2024-09-10T19:41:51.202 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:41:50 smithi189 systemd[1]: Stopped Ceph osd.4 for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:41:51.202 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:41:51 smithi189 systemd[1]: Started Ceph osd.4 for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:41:51.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:51 smithi155 bash[59709]: cluster 2024-09-10T19:41:49.679739+0000 mgr.y (mgr.54108) 292 : cluster [DBG] pgmap v176: 129 pgs: 30 peering, 9 stale+active+clean, 90 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:41:51.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:51 smithi155 bash[59709]: cluster 2024-09-10T19:41:50.200181+0000 mon.a (mon.0) 853 : cluster [WRN] Health check failed: Reduced data availability: 6 pgs inactive, 9 pgs peering (PG_AVAILABILITY) 2024-09-10T19:41:51.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:51 smithi155 bash[59709]: audit 2024-09-10T19:41:51.177193+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:41:51.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:51 smithi155 bash[59709]: audit 2024-09-10T19:41:51.185661+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:51.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:51 smithi155 bash[59709]: audit 2024-09-10T19:41:51.195062+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:51.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:51 smithi155 bash[59709]: audit 2024-09-10T19:41:51.197583+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:41:51.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:51 smithi155 bash[53909]: cluster 2024-09-10T19:41:49.679739+0000 mgr.y (mgr.54108) 292 : cluster [DBG] pgmap v176: 129 pgs: 30 peering, 9 stale+active+clean, 90 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:41:51.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:51 smithi155 bash[53909]: cluster 2024-09-10T19:41:50.200181+0000 mon.a (mon.0) 853 : cluster [WRN] Health check failed: Reduced data availability: 6 pgs inactive, 9 pgs peering (PG_AVAILABILITY) 2024-09-10T19:41:51.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:51 smithi155 bash[53909]: audit 2024-09-10T19:41:51.177193+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:41:51.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:51 smithi155 bash[53909]: audit 2024-09-10T19:41:51.185661+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:51.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:51 smithi155 bash[53909]: audit 2024-09-10T19:41:51.195062+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:51.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:51 smithi155 bash[53909]: audit 2024-09-10T19:41:51.197583+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:41:51.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:51 smithi189 bash[38194]: cluster 2024-09-10T19:41:49.679739+0000 mgr.y (mgr.54108) 292 : cluster [DBG] pgmap v176: 129 pgs: 30 peering, 9 stale+active+clean, 90 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:41:51.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:51 smithi189 bash[38194]: cluster 2024-09-10T19:41:50.200181+0000 mon.a (mon.0) 853 : cluster [WRN] Health check failed: Reduced data availability: 6 pgs inactive, 9 pgs peering (PG_AVAILABILITY) 2024-09-10T19:41:51.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:51 smithi189 bash[38194]: audit 2024-09-10T19:41:51.177193+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:41:51.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:51 smithi189 bash[38194]: audit 2024-09-10T19:41:51.185661+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:51.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:51 smithi189 bash[38194]: audit 2024-09-10T19:41:51.195062+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:51.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:51 smithi189 bash[38194]: audit 2024-09-10T19:41:51.197583+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:41:52.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:52 smithi155 bash[53909]: cluster 2024-09-10T19:41:51.681178+0000 mgr.y (mgr.54108) 293 : cluster [DBG] pgmap v177: 129 pgs: 17 active+undersized, 30 peering, 9 active+undersized+degraded, 73 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 41/612 objects degraded (6.699%) 2024-09-10T19:41:52.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:52 smithi155 bash[53909]: cluster 2024-09-10T19:41:52.214595+0000 mon.a (mon.0) 858 : cluster [WRN] Health check failed: Degraded data redundancy: 41/612 objects degraded (6.699%), 9 pgs degraded (PG_DEGRADED) 2024-09-10T19:41:52.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:52 smithi155 bash[59709]: cluster 2024-09-10T19:41:51.681178+0000 mgr.y (mgr.54108) 293 : cluster [DBG] pgmap v177: 129 pgs: 17 active+undersized, 30 peering, 9 active+undersized+degraded, 73 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 41/612 objects degraded (6.699%) 2024-09-10T19:41:52.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:52 smithi155 bash[59709]: cluster 2024-09-10T19:41:52.214595+0000 mon.a (mon.0) 858 : cluster [WRN] Health check failed: Degraded data redundancy: 41/612 objects degraded (6.699%), 9 pgs degraded (PG_DEGRADED) 2024-09-10T19:41:52.659 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:52 smithi189 bash[38194]: cluster 2024-09-10T19:41:51.681178+0000 mgr.y (mgr.54108) 293 : cluster [DBG] pgmap v177: 129 pgs: 17 active+undersized, 30 peering, 9 active+undersized+degraded, 73 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 41/612 objects degraded (6.699%) 2024-09-10T19:41:52.659 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:52 smithi189 bash[38194]: cluster 2024-09-10T19:41:52.214595+0000 mon.a (mon.0) 858 : cluster [WRN] Health check failed: Degraded data redundancy: 41/612 objects degraded (6.699%), 9 pgs degraded (PG_DEGRADED) 2024-09-10T19:41:52.952 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:41:52 smithi189 bash[49082]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-10T19:41:52.952 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:41:52 smithi189 bash[49082]: 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-10T19:41:52.952 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:41:52 smithi189 bash[49082]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-10T19:41:52.952 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:41:52 smithi189 bash[49082]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-10T19:41:52.953 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:41:52 smithi189 bash[49082]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-09-10T19:41:52.953 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:41:52 smithi189 bash[49082]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-10T19:41:52.953 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:41:52 smithi189 bash[49082]: --> ceph-volume raw activate successful for osd ID: 4 2024-09-10T19:41:54.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:54 smithi189 bash[38194]: cluster 2024-09-10T19:41:53.682519+0000 mgr.y (mgr.54108) 294 : cluster [DBG] pgmap v178: 129 pgs: 32 active+undersized, 3 peering, 21 active+undersized+degraded, 73 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 97/612 objects degraded (15.850%) 2024-09-10T19:41:54.952 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:41:54 smithi189 bash[49377]: debug 2024-09-10T19:41:54.629+0000 7ff4be8f8640 1 -- 172.21.15.189:0/2008225116 <== mon.2 v2:172.21.15.189:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x556d363e8d00 con 0x556d363bac00 2024-09-10T19:41:55.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:54 smithi155 bash[53909]: cluster 2024-09-10T19:41:53.682519+0000 mgr.y (mgr.54108) 294 : cluster [DBG] pgmap v178: 129 pgs: 32 active+undersized, 3 peering, 21 active+undersized+degraded, 73 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 97/612 objects degraded (15.850%) 2024-09-10T19:41:55.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:54 smithi155 bash[59709]: cluster 2024-09-10T19:41:53.682519+0000 mgr.y (mgr.54108) 294 : cluster [DBG] pgmap v178: 129 pgs: 32 active+undersized, 3 peering, 21 active+undersized+degraded, 73 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 97/612 objects degraded (15.850%) 2024-09-10T19:41:55.452 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:41:55 smithi189 bash[49377]: debug 2024-09-10T19:41:55.173+0000 7ff4c1160440 -1 Falling back to public interface 2024-09-10T19:41:56.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:55 smithi155 bash[53909]: cluster 2024-09-10T19:41:55.551030+0000 mon.a (mon.0) 859 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-10T19:41:56.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:55 smithi155 bash[59709]: cluster 2024-09-10T19:41:55.551030+0000 mon.a (mon.0) 859 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-10T19:41:56.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:55 smithi189 bash[38194]: cluster 2024-09-10T19:41:55.551030+0000 mon.a (mon.0) 859 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-10T19:41:57.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:56 smithi155 bash[53909]: cluster 2024-09-10T19:41:55.683785+0000 mgr.y (mgr.54108) 295 : cluster [DBG] pgmap v179: 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-10T19:41:57.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:56 smithi155 bash[53909]: cluster 2024-09-10T19:41:55.739098+0000 mon.a (mon.0) 860 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 2 pgs peering) 2024-09-10T19:41:57.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:56 smithi155 bash[59709]: cluster 2024-09-10T19:41:55.683785+0000 mgr.y (mgr.54108) 295 : cluster [DBG] pgmap v179: 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-10T19:41:57.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:56 smithi155 bash[59709]: cluster 2024-09-10T19:41:55.739098+0000 mon.a (mon.0) 860 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 2 pgs peering) 2024-09-10T19:41:57.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:56 smithi189 bash[38194]: cluster 2024-09-10T19:41:55.683785+0000 mgr.y (mgr.54108) 295 : cluster [DBG] pgmap v179: 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-10T19:41:57.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:56 smithi189 bash[38194]: cluster 2024-09-10T19:41:55.739098+0000 mon.a (mon.0) 860 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 2 pgs peering) 2024-09-10T19:41:58.702 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:41:58 smithi189 bash[49377]: debug 2024-09-10T19:41:58.229+0000 7ff4c1160440 -1 osd.4 0 read_superblock omap replica is missing. 2024-09-10T19:41:58.702 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:41:58 smithi189 bash[49377]: debug 2024-09-10T19:41:58.265+0000 7ff4c1160440 -1 osd.4 85 log_to_monitors true 2024-09-10T19:41:59.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:58 smithi155 bash[53909]: cluster 2024-09-10T19:41:57.684912+0000 mgr.y (mgr.54108) 296 : cluster [DBG] pgmap v180: 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-10T19:41:59.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:58 smithi155 bash[53909]: audit 2024-09-10T19:41:58.276886+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.189:6800/3325425706,v1:172.21.15.189:6801/3325425706]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T19:41:59.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:58 smithi155 bash[53909]: audit 2024-09-10T19:41:58.277562+0000 mon.a (mon.0) 861 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T19:41:59.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:58 smithi155 bash[53909]: audit 2024-09-10T19:41:58.545736+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:41:59.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:58 smithi155 bash[53909]: audit 2024-09-10T19:41:58.554193+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:59.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:58 smithi155 bash[53909]: audit 2024-09-10T19:41:58.564567+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:59.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:58 smithi155 bash[59709]: cluster 2024-09-10T19:41:57.684912+0000 mgr.y (mgr.54108) 296 : cluster [DBG] pgmap v180: 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-10T19:41:59.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:58 smithi155 bash[59709]: audit 2024-09-10T19:41:58.276886+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.189:6800/3325425706,v1:172.21.15.189:6801/3325425706]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T19:41:59.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:58 smithi155 bash[59709]: audit 2024-09-10T19:41:58.277562+0000 mon.a (mon.0) 861 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T19:41:59.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:58 smithi155 bash[59709]: audit 2024-09-10T19:41:58.545736+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:41:59.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:58 smithi155 bash[59709]: audit 2024-09-10T19:41:58.554193+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:59.093 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:58 smithi155 bash[59709]: audit 2024-09-10T19:41:58.564567+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:59.202 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:41:58 smithi189 bash[49377]: debug 2024-09-10T19:41:58.781+0000 7ff4b7709640 -1 osd.4 85 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T19:41:59.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:58 smithi189 bash[38194]: cluster 2024-09-10T19:41:57.684912+0000 mgr.y (mgr.54108) 296 : cluster [DBG] pgmap v180: 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-10T19:41:59.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:58 smithi189 bash[38194]: audit 2024-09-10T19:41:58.276886+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.189:6800/3325425706,v1:172.21.15.189:6801/3325425706]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T19:41:59.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:58 smithi189 bash[38194]: audit 2024-09-10T19:41:58.277562+0000 mon.a (mon.0) 861 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T19:41:59.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:58 smithi189 bash[38194]: audit 2024-09-10T19:41:58.545736+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:41:59.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:58 smithi189 bash[38194]: audit 2024-09-10T19:41:58.554193+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:41:59.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:58 smithi189 bash[38194]: audit 2024-09-10T19:41:58.564567+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:00.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:59 smithi155 bash[53909]: audit 2024-09-10T19:41:58.761611+0000 mon.a (mon.0) 865 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-10T19:42:00.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:59 smithi155 bash[53909]: cluster 2024-09-10T19:41:58.761740+0000 mon.a (mon.0) 866 : cluster [DBG] osdmap e88: 8 total, 7 up, 8 in 2024-09-10T19:42:00.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:59 smithi155 bash[53909]: audit 2024-09-10T19:41:58.762601+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.189:6800/3325425706,v1:172.21.15.189:6801/3325425706]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:42:00.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:59 smithi155 bash[53909]: audit 2024-09-10T19:41:58.765850+0000 mon.a (mon.0) 867 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:42:00.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:59 smithi155 bash[53909]: audit 2024-09-10T19:41:58.947898+0000 mon.a (mon.0) 868 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:42:00.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:59 smithi155 bash[53909]: audit 2024-09-10T19:41:59.167855+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:42:00.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:59 smithi155 bash[53909]: audit 2024-09-10T19:41:59.176278+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:00.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:59 smithi155 bash[53909]: audit 2024-09-10T19:41:59.183403+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:00.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:41:59 smithi155 bash[53909]: audit 2024-09-10T19:41:59.184914+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:42:00.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:59 smithi155 bash[59709]: audit 2024-09-10T19:41:58.761611+0000 mon.a (mon.0) 865 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-10T19:42:00.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:59 smithi155 bash[59709]: cluster 2024-09-10T19:41:58.761740+0000 mon.a (mon.0) 866 : cluster [DBG] osdmap e88: 8 total, 7 up, 8 in 2024-09-10T19:42:00.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:59 smithi155 bash[59709]: audit 2024-09-10T19:41:58.762601+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.189:6800/3325425706,v1:172.21.15.189:6801/3325425706]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:42:00.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:59 smithi155 bash[59709]: audit 2024-09-10T19:41:58.765850+0000 mon.a (mon.0) 867 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:42:00.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:59 smithi155 bash[59709]: audit 2024-09-10T19:41:58.947898+0000 mon.a (mon.0) 868 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:42:00.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:59 smithi155 bash[59709]: audit 2024-09-10T19:41:59.167855+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:42:00.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:59 smithi155 bash[59709]: audit 2024-09-10T19:41:59.176278+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:00.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:59 smithi155 bash[59709]: audit 2024-09-10T19:41:59.183403+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:00.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:41:59 smithi155 bash[59709]: audit 2024-09-10T19:41:59.184914+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:42:00.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:59 smithi189 bash[38194]: audit 2024-09-10T19:41:58.761611+0000 mon.a (mon.0) 865 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-10T19:42:00.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:59 smithi189 bash[38194]: cluster 2024-09-10T19:41:58.761740+0000 mon.a (mon.0) 866 : cluster [DBG] osdmap e88: 8 total, 7 up, 8 in 2024-09-10T19:42:00.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:59 smithi189 bash[38194]: audit 2024-09-10T19:41:58.762601+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.189:6800/3325425706,v1:172.21.15.189:6801/3325425706]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:42:00.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:59 smithi189 bash[38194]: audit 2024-09-10T19:41:58.765850+0000 mon.a (mon.0) 867 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:42:00.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:59 smithi189 bash[38194]: audit 2024-09-10T19:41:58.947898+0000 mon.a (mon.0) 868 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:42:00.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:59 smithi189 bash[38194]: audit 2024-09-10T19:41:59.167855+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:42:00.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:59 smithi189 bash[38194]: audit 2024-09-10T19:41:59.176278+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:00.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:59 smithi189 bash[38194]: audit 2024-09-10T19:41:59.183403+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:00.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:41:59 smithi189 bash[38194]: audit 2024-09-10T19:41:59.184914+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:42:01.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:00 smithi155 bash[59709]: cluster 2024-09-10T19:41:59.685848+0000 mgr.y (mgr.54108) 297 : cluster [DBG] pgmap v182: 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-10T19:42:01.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:00 smithi155 bash[59709]: cluster 2024-09-10T19:41:59.767705+0000 mon.a (mon.0) 873 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:42:01.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:00 smithi155 bash[59709]: cluster 2024-09-10T19:41:59.777792+0000 mon.a (mon.0) 874 : cluster [INF] osd.4 [v2:172.21.15.189:6800/3325425706,v1:172.21.15.189:6801/3325425706] boot 2024-09-10T19:42:01.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:00 smithi155 bash[59709]: cluster 2024-09-10T19:41:59.777892+0000 mon.a (mon.0) 875 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2024-09-10T19:42:01.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:00 smithi155 bash[59709]: audit 2024-09-10T19:41:59.781779+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:42:01.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:00 smithi155 bash[59709]: cluster 2024-09-10T19:42:00.552188+0000 mon.a (mon.0) 877 : cluster [WRN] Health check update: Degraded data redundancy: 103/612 objects degraded (16.830%), 23 pgs degraded (PG_DEGRADED) 2024-09-10T19:42:01.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:00 smithi155 bash[59709]: cluster 2024-09-10T19:42:00.780365+0000 mon.a (mon.0) 878 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-09-10T19:42:01.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:00 smithi155 bash[53909]: cluster 2024-09-10T19:41:59.685848+0000 mgr.y (mgr.54108) 297 : cluster [DBG] pgmap v182: 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-10T19:42:01.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:00 smithi155 bash[53909]: cluster 2024-09-10T19:41:59.767705+0000 mon.a (mon.0) 873 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:42:01.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:00 smithi155 bash[53909]: cluster 2024-09-10T19:41:59.777792+0000 mon.a (mon.0) 874 : cluster [INF] osd.4 [v2:172.21.15.189:6800/3325425706,v1:172.21.15.189:6801/3325425706] boot 2024-09-10T19:42:01.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:00 smithi155 bash[53909]: cluster 2024-09-10T19:41:59.777892+0000 mon.a (mon.0) 875 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2024-09-10T19:42:01.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:00 smithi155 bash[53909]: audit 2024-09-10T19:41:59.781779+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:42:01.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:00 smithi155 bash[53909]: cluster 2024-09-10T19:42:00.552188+0000 mon.a (mon.0) 877 : cluster [WRN] Health check update: Degraded data redundancy: 103/612 objects degraded (16.830%), 23 pgs degraded (PG_DEGRADED) 2024-09-10T19:42:01.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:00 smithi155 bash[53909]: cluster 2024-09-10T19:42:00.780365+0000 mon.a (mon.0) 878 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-09-10T19:42:01.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:00 smithi189 bash[38194]: cluster 2024-09-10T19:41:59.685848+0000 mgr.y (mgr.54108) 297 : cluster [DBG] pgmap v182: 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-10T19:42:01.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:00 smithi189 bash[38194]: cluster 2024-09-10T19:41:59.767705+0000 mon.a (mon.0) 873 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:42:01.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:00 smithi189 bash[38194]: cluster 2024-09-10T19:41:59.777792+0000 mon.a (mon.0) 874 : cluster [INF] osd.4 [v2:172.21.15.189:6800/3325425706,v1:172.21.15.189:6801/3325425706] boot 2024-09-10T19:42:01.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:00 smithi189 bash[38194]: cluster 2024-09-10T19:41:59.777892+0000 mon.a (mon.0) 875 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2024-09-10T19:42:01.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:00 smithi189 bash[38194]: audit 2024-09-10T19:41:59.781779+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:42:01.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:00 smithi189 bash[38194]: cluster 2024-09-10T19:42:00.552188+0000 mon.a (mon.0) 877 : cluster [WRN] Health check update: Degraded data redundancy: 103/612 objects degraded (16.830%), 23 pgs degraded (PG_DEGRADED) 2024-09-10T19:42:01.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:00 smithi189 bash[38194]: cluster 2024-09-10T19:42:00.780365+0000 mon.a (mon.0) 878 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-09-10T19:42:03.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:02 smithi155 bash[53909]: cluster 2024-09-10T19:42:01.686878+0000 mgr.y (mgr.54108) 298 : cluster [DBG] pgmap v185: 129 pgs: 10 peering, 21 active+undersized, 18 active+undersized+degraded, 80 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 77/612 objects degraded (12.582%) 2024-09-10T19:42:03.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:02 smithi155 bash[59709]: cluster 2024-09-10T19:42:01.686878+0000 mgr.y (mgr.54108) 298 : cluster [DBG] pgmap v185: 129 pgs: 10 peering, 21 active+undersized, 18 active+undersized+degraded, 80 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 77/612 objects degraded (12.582%) 2024-09-10T19:42:03.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:02 smithi189 bash[38194]: cluster 2024-09-10T19:42:01.686878+0000 mgr.y (mgr.54108) 298 : cluster [DBG] pgmap v185: 129 pgs: 10 peering, 21 active+undersized, 18 active+undersized+degraded, 80 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 77/612 objects degraded (12.582%) 2024-09-10T19:42:05.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:04 smithi155 bash[53909]: cluster 2024-09-10T19:42:03.688008+0000 mgr.y (mgr.54108) 299 : cluster [DBG] pgmap v186: 129 pgs: 10 peering, 11 active+undersized, 8 active+undersized+degraded, 100 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 27/612 objects degraded (4.412%) 2024-09-10T19:42:05.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:04 smithi155 bash[59709]: cluster 2024-09-10T19:42:03.688008+0000 mgr.y (mgr.54108) 299 : cluster [DBG] pgmap v186: 129 pgs: 10 peering, 11 active+undersized, 8 active+undersized+degraded, 100 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 27/612 objects degraded (4.412%) 2024-09-10T19:42:05.174 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:04 smithi189 bash[38194]: cluster 2024-09-10T19:42:03.688008+0000 mgr.y (mgr.54108) 299 : cluster [DBG] pgmap v186: 129 pgs: 10 peering, 11 active+undersized, 8 active+undersized+degraded, 100 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 27/612 objects degraded (4.412%) 2024-09-10T19:42:05.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:05 smithi189 bash[38194]: cluster 2024-09-10T19:42:05.553448+0000 mon.a (mon.0) 879 : cluster [WRN] Health check update: Degraded data redundancy: 27/612 objects degraded (4.412%), 8 pgs degraded (PG_DEGRADED) 2024-09-10T19:42:06.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:05 smithi155 bash[53909]: cluster 2024-09-10T19:42:05.553448+0000 mon.a (mon.0) 879 : cluster [WRN] Health check update: Degraded data redundancy: 27/612 objects degraded (4.412%), 8 pgs degraded (PG_DEGRADED) 2024-09-10T19:42:06.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:05 smithi155 bash[59709]: cluster 2024-09-10T19:42:05.553448+0000 mon.a (mon.0) 879 : cluster [WRN] Health check update: Degraded data redundancy: 27/612 objects degraded (4.412%), 8 pgs degraded (PG_DEGRADED) 2024-09-10T19:42:07.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:06 smithi155 bash[53909]: cluster 2024-09-10T19:42:05.689105+0000 mgr.y (mgr.54108) 300 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:42:07.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:06 smithi155 bash[53909]: cluster 2024-09-10T19:42:05.795549+0000 mon.a (mon.0) 880 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 27/612 objects degraded (4.412%), 8 pgs degraded) 2024-09-10T19:42:07.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:06 smithi155 bash[53909]: cluster 2024-09-10T19:42:05.795610+0000 mon.a (mon.0) 881 : cluster [INF] Cluster is now healthy 2024-09-10T19:42:07.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:06 smithi155 bash[59709]: cluster 2024-09-10T19:42:05.689105+0000 mgr.y (mgr.54108) 300 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:42:07.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:06 smithi155 bash[59709]: cluster 2024-09-10T19:42:05.795549+0000 mon.a (mon.0) 880 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 27/612 objects degraded (4.412%), 8 pgs degraded) 2024-09-10T19:42:07.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:06 smithi155 bash[59709]: cluster 2024-09-10T19:42:05.795610+0000 mon.a (mon.0) 881 : cluster [INF] Cluster is now healthy 2024-09-10T19:42:07.158 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:06 smithi189 bash[38194]: cluster 2024-09-10T19:42:05.689105+0000 mgr.y (mgr.54108) 300 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:42:07.158 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:06 smithi189 bash[38194]: cluster 2024-09-10T19:42:05.795549+0000 mon.a (mon.0) 880 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 27/612 objects degraded (4.412%), 8 pgs degraded) 2024-09-10T19:42:07.158 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:06 smithi189 bash[38194]: cluster 2024-09-10T19:42:05.795610+0000 mon.a (mon.0) 881 : cluster [INF] Cluster is now healthy 2024-09-10T19:42:09.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:08 smithi155 bash[53909]: cluster 2024-09-10T19:42:07.689940+0000 mgr.y (mgr.54108) 301 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:42:09.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:08 smithi155 bash[59709]: cluster 2024-09-10T19:42:07.689940+0000 mgr.y (mgr.54108) 301 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:42:09.113 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:08 smithi189 bash[38194]: cluster 2024-09-10T19:42:07.689940+0000 mgr.y (mgr.54108) 301 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:42:10.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:09 smithi155 bash[53909]: audit 2024-09-10T19:42:09.802224+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:42:10.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:09 smithi155 bash[59709]: audit 2024-09-10T19:42:09.802224+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:42:10.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:09 smithi189 bash[38194]: audit 2024-09-10T19:42:09.802224+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:42:11.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:10 smithi155 bash[53909]: cluster 2024-09-10T19:42:09.691095+0000 mgr.y (mgr.54108) 302 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:42:11.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:10 smithi155 bash[53909]: audit 2024-09-10T19:42:09.810598+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:11.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:10 smithi155 bash[53909]: audit 2024-09-10T19:42:09.829561+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:11.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:10 smithi155 bash[53909]: audit 2024-09-10T19:42:09.837926+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:11.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:10 smithi155 bash[53909]: audit 2024-09-10T19:42:09.894309+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:42:11.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:10 smithi155 bash[53909]: audit 2024-09-10T19:42:09.899982+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:42:11.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:10 smithi155 bash[53909]: audit 2024-09-10T19:42:09.901751+0000 mon.a (mon.0) 888 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:42:11.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:10 smithi155 bash[53909]: audit 2024-09-10T19:42:09.903197+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:42:11.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:10 smithi155 bash[53909]: audit 2024-09-10T19:42:09.905112+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-10T19:42:11.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:10 smithi155 bash[53909]: audit 2024-09-10T19:42:09.905395+0000 mgr.y (mgr.54108) 303 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-10T19:42:11.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:10 smithi155 bash[53909]: cephadm 2024-09-10T19:42:09.906964+0000 mgr.y (mgr.54108) 304 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-09-10T19:42:11.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:10 smithi155 bash[59709]: cluster 2024-09-10T19:42:09.691095+0000 mgr.y (mgr.54108) 302 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:42:11.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:10 smithi155 bash[59709]: audit 2024-09-10T19:42:09.810598+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:11.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:10 smithi155 bash[59709]: audit 2024-09-10T19:42:09.829561+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:11.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:10 smithi155 bash[59709]: audit 2024-09-10T19:42:09.837926+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:11.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:10 smithi155 bash[59709]: audit 2024-09-10T19:42:09.894309+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:42:11.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:10 smithi155 bash[59709]: audit 2024-09-10T19:42:09.899982+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:42:11.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:10 smithi155 bash[59709]: audit 2024-09-10T19:42:09.901751+0000 mon.a (mon.0) 888 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:42:11.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:10 smithi155 bash[59709]: audit 2024-09-10T19:42:09.903197+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:42:11.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:10 smithi155 bash[59709]: audit 2024-09-10T19:42:09.905112+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-10T19:42:11.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:10 smithi155 bash[59709]: audit 2024-09-10T19:42:09.905395+0000 mgr.y (mgr.54108) 303 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-10T19:42:11.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:10 smithi155 bash[59709]: cephadm 2024-09-10T19:42:09.906964+0000 mgr.y (mgr.54108) 304 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-09-10T19:42:11.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:10 smithi189 bash[38194]: cluster 2024-09-10T19:42:09.691095+0000 mgr.y (mgr.54108) 302 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:42:11.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:10 smithi189 bash[38194]: audit 2024-09-10T19:42:09.810598+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:11.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:10 smithi189 bash[38194]: audit 2024-09-10T19:42:09.829561+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:11.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:10 smithi189 bash[38194]: audit 2024-09-10T19:42:09.837926+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:11.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:10 smithi189 bash[38194]: audit 2024-09-10T19:42:09.894309+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:42:11.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:10 smithi189 bash[38194]: audit 2024-09-10T19:42:09.899982+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:42:11.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:10 smithi189 bash[38194]: audit 2024-09-10T19:42:09.901751+0000 mon.a (mon.0) 888 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:42:11.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:10 smithi189 bash[38194]: audit 2024-09-10T19:42:09.903197+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:42:11.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:10 smithi189 bash[38194]: audit 2024-09-10T19:42:09.905112+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-10T19:42:11.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:10 smithi189 bash[38194]: audit 2024-09-10T19:42:09.905395+0000 mgr.y (mgr.54108) 303 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-10T19:42:11.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:10 smithi189 bash[38194]: cephadm 2024-09-10T19:42:09.906964+0000 mgr.y (mgr.54108) 304 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-09-10T19:42:13.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:13 smithi189 bash[38194]: cluster 2024-09-10T19:42:11.692121+0000 mgr.y (mgr.54108) 305 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:42:13.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:13 smithi189 bash[38194]: cephadm 2024-09-10T19:42:12.121580+0000 mgr.y (mgr.54108) 306 : cephadm [INF] Upgrade: Updating osd.5 2024-09-10T19:42:13.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:13 smithi189 bash[38194]: audit 2024-09-10T19:42:12.131339+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:13.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:13 smithi189 bash[38194]: audit 2024-09-10T19:42:12.133818+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T19:42:13.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:13 smithi189 bash[38194]: audit 2024-09-10T19:42:12.141985+0000 mon.a (mon.0) 893 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:42:13.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:13 smithi189 bash[38194]: cephadm 2024-09-10T19:42:12.144062+0000 mgr.y (mgr.54108) 307 : cephadm [INF] Deploying daemon osd.5 on smithi189 2024-09-10T19:42:13.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:13 smithi189 bash[38194]: audit 2024-09-10T19:42:12.144659+0000 mon.a (mon.0) 894 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-09-10T19:42:13.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:13 smithi189 bash[38194]: audit 2024-09-10T19:42:12.847577+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:13.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:13 smithi155 bash[59709]: cluster 2024-09-10T19:42:11.692121+0000 mgr.y (mgr.54108) 305 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:42:13.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:13 smithi155 bash[59709]: cephadm 2024-09-10T19:42:12.121580+0000 mgr.y (mgr.54108) 306 : cephadm [INF] Upgrade: Updating osd.5 2024-09-10T19:42:13.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:13 smithi155 bash[59709]: audit 2024-09-10T19:42:12.131339+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:13.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:13 smithi155 bash[59709]: audit 2024-09-10T19:42:12.133818+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T19:42:13.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:13 smithi155 bash[59709]: audit 2024-09-10T19:42:12.141985+0000 mon.a (mon.0) 893 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:42:13.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:13 smithi155 bash[59709]: cephadm 2024-09-10T19:42:12.144062+0000 mgr.y (mgr.54108) 307 : cephadm [INF] Deploying daemon osd.5 on smithi189 2024-09-10T19:42:13.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:13 smithi155 bash[59709]: audit 2024-09-10T19:42:12.144659+0000 mon.a (mon.0) 894 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-09-10T19:42:13.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:13 smithi155 bash[59709]: audit 2024-09-10T19:42:12.847577+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:13.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:13 smithi155 bash[53909]: cluster 2024-09-10T19:42:11.692121+0000 mgr.y (mgr.54108) 305 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:42:13.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:13 smithi155 bash[53909]: cephadm 2024-09-10T19:42:12.121580+0000 mgr.y (mgr.54108) 306 : cephadm [INF] Upgrade: Updating osd.5 2024-09-10T19:42:13.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:13 smithi155 bash[53909]: audit 2024-09-10T19:42:12.131339+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:13.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:13 smithi155 bash[53909]: audit 2024-09-10T19:42:12.133818+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T19:42:13.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:13 smithi155 bash[53909]: audit 2024-09-10T19:42:12.141985+0000 mon.a (mon.0) 893 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:42:13.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:13 smithi155 bash[53909]: cephadm 2024-09-10T19:42:12.144062+0000 mgr.y (mgr.54108) 307 : cephadm [INF] Deploying daemon osd.5 on smithi189 2024-09-10T19:42:13.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:13 smithi155 bash[53909]: audit 2024-09-10T19:42:12.144659+0000 mon.a (mon.0) 894 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-09-10T19:42:13.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:13 smithi155 bash[53909]: audit 2024-09-10T19:42:12.847577+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:15.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:15 smithi189 bash[38194]: cluster 2024-09-10T19:42:13.693110+0000 mgr.y (mgr.54108) 308 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:42:15.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:15 smithi155 bash[53909]: cluster 2024-09-10T19:42:13.693110+0000 mgr.y (mgr.54108) 308 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:42:15.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:15 smithi155 bash[59709]: cluster 2024-09-10T19:42:13.693110+0000 mgr.y (mgr.54108) 308 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:42:16.793 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:16 smithi189 bash[38194]: cluster 2024-09-10T19:42:15.694235+0000 mgr.y (mgr.54108) 309 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:42:17.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:16 smithi155 bash[53909]: cluster 2024-09-10T19:42:15.694235+0000 mgr.y (mgr.54108) 309 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:42:17.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:16 smithi155 bash[59709]: cluster 2024-09-10T19:42:15.694235+0000 mgr.y (mgr.54108) 309 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:42:17.202 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:42:16 smithi189 systemd[1]: Stopping Ceph osd.5 for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:42:17.202 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:42:16 smithi189 bash[18455]: debug 2024-09-10T19:42:16.876+0000 7fe37db9d700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T19:42:17.202 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:42:16 smithi189 bash[18455]: debug 2024-09-10T19:42:16.876+0000 7fe37db9d700 -1 osd.5 90 *** Got signal Terminated *** 2024-09-10T19:42:17.202 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:42:16 smithi189 bash[18455]: debug 2024-09-10T19:42:16.876+0000 7fe37db9d700 -1 osd.5 90 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:42:17.952 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:42:17 smithi189 bash[54824]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-osd.5 2024-09-10T19:42:17.952 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:42:17 smithi189 bash[54896]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-osd.5 2024-09-10T19:42:17.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:17 smithi189 bash[38194]: cluster 2024-09-10T19:42:17.177007+0000 mon.a (mon.0) 896 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-10T19:42:17.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:17 smithi189 bash[38194]: cluster 2024-09-10T19:42:17.177076+0000 mon.a (mon.0) 897 : cluster [INF] osd.5 failed (root=default,host=smithi189) (connection refused reported by osd.0) 2024-09-10T19:42:17.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:17 smithi189 bash[38194]: cluster 2024-09-10T19:42:17.177499+0000 mon.a (mon.0) 898 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-10T19:42:17.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:17 smithi189 bash[38194]: cluster 2024-09-10T19:42:17.177806+0000 mon.a (mon.0) 899 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-10T19:42:17.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:17 smithi189 bash[38194]: cluster 2024-09-10T19:42:17.178065+0000 mon.a (mon.0) 900 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-10T19:42:17.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:17 smithi189 bash[38194]: cluster 2024-09-10T19:42:17.178432+0000 mon.a (mon.0) 901 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-09-10T19:42:17.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:17 smithi189 bash[38194]: cluster 2024-09-10T19:42:17.178530+0000 mon.a (mon.0) 902 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-10T19:42:17.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:17 smithi189 bash[38194]: cluster 2024-09-10T19:42:17.178794+0000 mon.a (mon.0) 903 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-10T19:42:17.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:17 smithi189 bash[38194]: cluster 2024-09-10T19:42:17.178988+0000 mon.a (mon.0) 904 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-09-10T19:42:17.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:17 smithi189 bash[38194]: cluster 2024-09-10T19:42:17.179322+0000 mon.a (mon.0) 905 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-10T19:42:17.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:17 smithi189 bash[38194]: cluster 2024-09-10T19:42:17.179602+0000 mon.a (mon.0) 906 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-09-10T19:42:17.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:17 smithi189 bash[38194]: cluster 2024-09-10T19:42:17.179765+0000 mon.a (mon.0) 907 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-10T19:42:17.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:17 smithi189 bash[38194]: cluster 2024-09-10T19:42:17.180073+0000 mon.a (mon.0) 908 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-10T19:42:17.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:17 smithi189 bash[38194]: cluster 2024-09-10T19:42:17.180267+0000 mon.a (mon.0) 909 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-09-10T19:42:17.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:17 smithi189 bash[38194]: cluster 2024-09-10T19:42:17.180551+0000 mon.a (mon.0) 910 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-10T19:42:17.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:17 smithi189 bash[38194]: cluster 2024-09-10T19:42:17.581438+0000 mon.a (mon.0) 911 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-10T19:42:17.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:17 smithi189 bash[38194]: cluster 2024-09-10T19:42:17.581551+0000 mon.a (mon.0) 912 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-10T19:42:17.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:17 smithi189 bash[38194]: cluster 2024-09-10T19:42:17.581819+0000 mon.a (mon.0) 913 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-10T19:42:17.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:17 smithi189 bash[38194]: cluster 2024-09-10T19:42:17.582046+0000 mon.a (mon.0) 914 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-09-10T19:42:17.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:17 smithi189 bash[38194]: cluster 2024-09-10T19:42:17.582137+0000 mon.a (mon.0) 915 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-10T19:42:17.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:17 smithi189 bash[38194]: cluster 2024-09-10T19:42:17.582391+0000 mon.a (mon.0) 916 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-10T19:42:17.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:17 smithi189 bash[38194]: cluster 2024-09-10T19:42:17.582585+0000 mon.a (mon.0) 917 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-09-10T19:42:17.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:17 smithi189 bash[38194]: cluster 2024-09-10T19:42:17.582673+0000 mon.a (mon.0) 918 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-10T19:42:17.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:17 smithi189 bash[38194]: cluster 2024-09-10T19:42:17.582917+0000 mon.a (mon.0) 919 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-10T19:42:17.955 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:17 smithi189 bash[38194]: cluster 2024-09-10T19:42:17.583114+0000 mon.a (mon.0) 920 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-10T19:42:17.955 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:17 smithi189 bash[38194]: cluster 2024-09-10T19:42:17.583260+0000 mon.a (mon.0) 921 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-10T19:42:17.955 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:17 smithi189 bash[38194]: cluster 2024-09-10T19:42:17.583488+0000 mon.a (mon.0) 922 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-09-10T19:42:17.955 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:17 smithi189 bash[38194]: cluster 2024-09-10T19:42:17.583619+0000 mon.a (mon.0) 923 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-09-10T19:42:17.955 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:17 smithi189 bash[38194]: cluster 2024-09-10T19:42:17.583850+0000 mon.a (mon.0) 924 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-10T19:42:17.958 INFO:teuthology.orchestra.run.smithi155.stdout:true 2024-09-10T19:42:18.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[53909]: cluster 2024-09-10T19:42:17.177007+0000 mon.a (mon.0) 896 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-10T19:42:18.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[53909]: cluster 2024-09-10T19:42:17.177076+0000 mon.a (mon.0) 897 : cluster [INF] osd.5 failed (root=default,host=smithi189) (connection refused reported by osd.0) 2024-09-10T19:42:18.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[53909]: cluster 2024-09-10T19:42:17.177499+0000 mon.a (mon.0) 898 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-10T19:42:18.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[53909]: cluster 2024-09-10T19:42:17.177806+0000 mon.a (mon.0) 899 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-10T19:42:18.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[53909]: cluster 2024-09-10T19:42:17.178065+0000 mon.a (mon.0) 900 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-10T19:42:18.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[53909]: cluster 2024-09-10T19:42:17.178432+0000 mon.a (mon.0) 901 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-09-10T19:42:18.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[53909]: cluster 2024-09-10T19:42:17.178530+0000 mon.a (mon.0) 902 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-10T19:42:18.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[53909]: cluster 2024-09-10T19:42:17.178794+0000 mon.a (mon.0) 903 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-10T19:42:18.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[53909]: cluster 2024-09-10T19:42:17.178988+0000 mon.a (mon.0) 904 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-09-10T19:42:18.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[53909]: cluster 2024-09-10T19:42:17.179322+0000 mon.a (mon.0) 905 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-10T19:42:18.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[53909]: cluster 2024-09-10T19:42:17.179602+0000 mon.a (mon.0) 906 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-09-10T19:42:18.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[53909]: cluster 2024-09-10T19:42:17.179765+0000 mon.a (mon.0) 907 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-10T19:42:18.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[53909]: cluster 2024-09-10T19:42:17.180073+0000 mon.a (mon.0) 908 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-10T19:42:18.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[53909]: cluster 2024-09-10T19:42:17.180267+0000 mon.a (mon.0) 909 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-09-10T19:42:18.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[53909]: cluster 2024-09-10T19:42:17.180551+0000 mon.a (mon.0) 910 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-10T19:42:18.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[53909]: cluster 2024-09-10T19:42:17.581438+0000 mon.a (mon.0) 911 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-10T19:42:18.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[53909]: cluster 2024-09-10T19:42:17.581551+0000 mon.a (mon.0) 912 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-10T19:42:18.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[53909]: cluster 2024-09-10T19:42:17.581819+0000 mon.a (mon.0) 913 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-10T19:42:18.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[53909]: cluster 2024-09-10T19:42:17.582046+0000 mon.a (mon.0) 914 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-09-10T19:42:18.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[53909]: cluster 2024-09-10T19:42:17.582137+0000 mon.a (mon.0) 915 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-10T19:42:18.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[53909]: cluster 2024-09-10T19:42:17.582391+0000 mon.a (mon.0) 916 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-10T19:42:18.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[53909]: cluster 2024-09-10T19:42:17.582585+0000 mon.a (mon.0) 917 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-09-10T19:42:18.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[53909]: cluster 2024-09-10T19:42:17.582673+0000 mon.a (mon.0) 918 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-10T19:42:18.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[53909]: cluster 2024-09-10T19:42:17.582917+0000 mon.a (mon.0) 919 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-10T19:42:18.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[53909]: cluster 2024-09-10T19:42:17.583114+0000 mon.a (mon.0) 920 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-10T19:42:18.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[53909]: cluster 2024-09-10T19:42:17.583260+0000 mon.a (mon.0) 921 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-10T19:42:18.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[53909]: cluster 2024-09-10T19:42:17.583488+0000 mon.a (mon.0) 922 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-09-10T19:42:18.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[53909]: cluster 2024-09-10T19:42:17.583619+0000 mon.a (mon.0) 923 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-09-10T19:42:18.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[53909]: cluster 2024-09-10T19:42:17.583850+0000 mon.a (mon.0) 924 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-10T19:42:18.093 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[59709]: cluster 2024-09-10T19:42:17.177007+0000 mon.a (mon.0) 896 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-10T19:42:18.093 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[59709]: cluster 2024-09-10T19:42:17.177076+0000 mon.a (mon.0) 897 : cluster [INF] osd.5 failed (root=default,host=smithi189) (connection refused reported by osd.0) 2024-09-10T19:42:18.093 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[59709]: cluster 2024-09-10T19:42:17.177499+0000 mon.a (mon.0) 898 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-10T19:42:18.093 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[59709]: cluster 2024-09-10T19:42:17.177806+0000 mon.a (mon.0) 899 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-10T19:42:18.093 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[59709]: cluster 2024-09-10T19:42:17.178065+0000 mon.a (mon.0) 900 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-10T19:42:18.093 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[59709]: cluster 2024-09-10T19:42:17.178432+0000 mon.a (mon.0) 901 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-09-10T19:42:18.093 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[59709]: cluster 2024-09-10T19:42:17.178530+0000 mon.a (mon.0) 902 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-10T19:42:18.093 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[59709]: cluster 2024-09-10T19:42:17.178794+0000 mon.a (mon.0) 903 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-10T19:42:18.093 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[59709]: cluster 2024-09-10T19:42:17.178988+0000 mon.a (mon.0) 904 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-09-10T19:42:18.093 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[59709]: cluster 2024-09-10T19:42:17.179322+0000 mon.a (mon.0) 905 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-10T19:42:18.094 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[59709]: cluster 2024-09-10T19:42:17.179602+0000 mon.a (mon.0) 906 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-09-10T19:42:18.094 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[59709]: cluster 2024-09-10T19:42:17.179765+0000 mon.a (mon.0) 907 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-10T19:42:18.094 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[59709]: cluster 2024-09-10T19:42:17.180073+0000 mon.a (mon.0) 908 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-10T19:42:18.094 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[59709]: cluster 2024-09-10T19:42:17.180267+0000 mon.a (mon.0) 909 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-09-10T19:42:18.094 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[59709]: cluster 2024-09-10T19:42:17.180551+0000 mon.a (mon.0) 910 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-10T19:42:18.094 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[59709]: cluster 2024-09-10T19:42:17.581438+0000 mon.a (mon.0) 911 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-10T19:42:18.094 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[59709]: cluster 2024-09-10T19:42:17.581551+0000 mon.a (mon.0) 912 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-10T19:42:18.094 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[59709]: cluster 2024-09-10T19:42:17.581819+0000 mon.a (mon.0) 913 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-10T19:42:18.094 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[59709]: cluster 2024-09-10T19:42:17.582046+0000 mon.a (mon.0) 914 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-09-10T19:42:18.094 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[59709]: cluster 2024-09-10T19:42:17.582137+0000 mon.a (mon.0) 915 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-10T19:42:18.094 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[59709]: cluster 2024-09-10T19:42:17.582391+0000 mon.a (mon.0) 916 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-10T19:42:18.094 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[59709]: cluster 2024-09-10T19:42:17.582585+0000 mon.a (mon.0) 917 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-09-10T19:42:18.094 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[59709]: cluster 2024-09-10T19:42:17.582673+0000 mon.a (mon.0) 918 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-10T19:42:18.095 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[59709]: cluster 2024-09-10T19:42:17.582917+0000 mon.a (mon.0) 919 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-10T19:42:18.095 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[59709]: cluster 2024-09-10T19:42:17.583114+0000 mon.a (mon.0) 920 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-10T19:42:18.095 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[59709]: cluster 2024-09-10T19:42:17.583260+0000 mon.a (mon.0) 921 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-10T19:42:18.095 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[59709]: cluster 2024-09-10T19:42:17.583488+0000 mon.a (mon.0) 922 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-09-10T19:42:18.095 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[59709]: cluster 2024-09-10T19:42:17.583619+0000 mon.a (mon.0) 923 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-09-10T19:42:18.095 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:17 smithi155 bash[59709]: cluster 2024-09-10T19:42:17.583850+0000 mon.a (mon.0) 924 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-10T19:42:18.739 INFO:teuthology.orchestra.run.smithi155.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:42:18.740 INFO:teuthology.orchestra.run.smithi155.stdout:alertmanager.a smithi155 running (8m) 49s ago 34m 17.9M - 0.25.0 c8568f914cd2 d240bc57c001 2024-09-10T19:42:18.740 INFO:teuthology.orchestra.run.smithi155.stdout:grafana.a smithi189 running (7m) 20s ago 34m 82.2M - 9.4.7 954c08fa6188 2e57a3903209 2024-09-10T19:42:18.740 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.x smithi189 *:8443 running (10m) 20s ago 39m 394M - 17.2.7-1606-g5be57395 4c55dd409611 1e9c1f896a72 2024-09-10T19:42:18.740 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.y smithi155 *:8443 running (20m) 49s ago 41m 439M - 17.2.7-1606-g5be57395 4c55dd409611 c3f6bb49e60e 2024-09-10T19:42:18.740 INFO:teuthology.orchestra.run.smithi155.stdout:mon.a smithi155 running (5m) 49s ago 41m 71.0M 2048M 17.2.7-1606-g5be57395 4c55dd409611 7e033880dcd4 2024-09-10T19:42:18.740 INFO:teuthology.orchestra.run.smithi155.stdout:mon.b smithi189 running (6m) 20s ago 39m 68.0M 2048M 17.2.7-1606-g5be57395 4c55dd409611 f29d1decbead 2024-09-10T19:42:18.740 INFO:teuthology.orchestra.run.smithi155.stdout:mon.c smithi155 running (5m) 49s ago 40m 60.4M 2048M 17.2.7-1606-g5be57395 4c55dd409611 0fb56f4ad9b8 2024-09-10T19:42:18.740 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.a smithi155 running (10m) 49s ago 35m 11.6M - 1.5.0 0da6a335fe13 75a6b4940d3d 2024-09-10T19:42:18.740 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.b smithi189 running (9m) 20s ago 35m 11.6M - 1.5.0 0da6a335fe13 57c4129454db 2024-09-10T19:42:18.740 INFO:teuthology.orchestra.run.smithi155.stdout:osd.0 smithi155 running (3m) 49s ago 39m 47.6M 4096M 17.2.7-1606-g5be57395 4c55dd409611 b557248a0039 2024-09-10T19:42:18.740 INFO:teuthology.orchestra.run.smithi155.stdout:osd.1 smithi155 running (2m) 49s ago 38m 49.6M 4096M 17.2.7-1606-g5be57395 4c55dd409611 ef5d355b8775 2024-09-10T19:42:18.740 INFO:teuthology.orchestra.run.smithi155.stdout:osd.2 smithi155 running (115s) 49s ago 38m 44.0M 4096M 17.2.7-1606-g5be57395 4c55dd409611 2488e72c183e 2024-09-10T19:42:18.740 INFO:teuthology.orchestra.run.smithi155.stdout:osd.3 smithi155 running (53s) 49s ago 37m - 4096M 17.2.7-1606-g5be57395 4c55dd409611 ea9cecf319a4 2024-09-10T19:42:18.741 INFO:teuthology.orchestra.run.smithi155.stdout:osd.4 smithi189 running (25s) 20s ago 37m - 4096M 17.2.7-1606-g5be57395 4c55dd409611 f793c798592a 2024-09-10T19:42:18.741 INFO:teuthology.orchestra.run.smithi155.stdout:osd.5 smithi189 running (36m) 20s ago 36m 58.4M 4096M 15.2.0 204a01f9b0b6 4b3a3b60e1d5 2024-09-10T19:42:18.741 INFO:teuthology.orchestra.run.smithi155.stdout:osd.6 smithi189 running (36m) 20s ago 36m 61.6M 4096M 15.2.0 204a01f9b0b6 c58c4c013902 2024-09-10T19:42:18.741 INFO:teuthology.orchestra.run.smithi155.stdout:osd.7 smithi189 running (35m) 20s ago 35m 63.7M 4096M 15.2.0 204a01f9b0b6 fb02b608dde7 2024-09-10T19:42:18.741 INFO:teuthology.orchestra.run.smithi155.stdout:prometheus.a smithi189 running (9m) 20s ago 35m 51.4M - 2.43.0 a07b618ecd1d a68b682055db 2024-09-10T19:42:18.741 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi155.ehnnyk smithi155 running (33m) 49s ago 33m 57.3M - 15.2.0 204a01f9b0b6 48687c7a211a 2024-09-10T19:42:18.741 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi189.dwpibf smithi189 running (33m) 20s ago 33m 56.8M - 15.2.0 204a01f9b0b6 6bddcdbdbf0b 2024-09-10T19:42:18.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:18 smithi189 bash[38194]: cluster 2024-09-10T19:42:17.599525+0000 mon.a (mon.0) 925 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:42:18.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:18 smithi189 bash[38194]: cluster 2024-09-10T19:42:17.615046+0000 mon.a (mon.0) 926 : cluster [DBG] osdmap e91: 8 total, 7 up, 8 in 2024-09-10T19:42:18.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:18 smithi189 bash[38194]: cluster 2024-09-10T19:42:17.694861+0000 mgr.y (mgr.54108) 310 : cluster [DBG] pgmap v194: 129 pgs: 17 stale+active+clean, 112 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:42:18.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:18 smithi189 bash[38194]: audit 2024-09-10T19:42:17.943435+0000 mgr.y (mgr.54108) 311 : audit [DBG] from='client.64399 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:42:19.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:18 smithi155 bash[59709]: cluster 2024-09-10T19:42:17.599525+0000 mon.a (mon.0) 925 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:42:19.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:18 smithi155 bash[59709]: cluster 2024-09-10T19:42:17.615046+0000 mon.a (mon.0) 926 : cluster [DBG] osdmap e91: 8 total, 7 up, 8 in 2024-09-10T19:42:19.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:18 smithi155 bash[59709]: cluster 2024-09-10T19:42:17.694861+0000 mgr.y (mgr.54108) 310 : cluster [DBG] pgmap v194: 129 pgs: 17 stale+active+clean, 112 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:42:19.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:18 smithi155 bash[59709]: audit 2024-09-10T19:42:17.943435+0000 mgr.y (mgr.54108) 311 : audit [DBG] from='client.64399 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:42:19.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:18 smithi155 bash[53909]: cluster 2024-09-10T19:42:17.599525+0000 mon.a (mon.0) 925 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:42:19.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:18 smithi155 bash[53909]: cluster 2024-09-10T19:42:17.615046+0000 mon.a (mon.0) 926 : cluster [DBG] osdmap e91: 8 total, 7 up, 8 in 2024-09-10T19:42:19.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:18 smithi155 bash[53909]: cluster 2024-09-10T19:42:17.694861+0000 mgr.y (mgr.54108) 310 : cluster [DBG] pgmap v194: 129 pgs: 17 stale+active+clean, 112 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:42:19.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:18 smithi155 bash[53909]: audit 2024-09-10T19:42:17.943435+0000 mgr.y (mgr.54108) 311 : audit [DBG] from='client.64399 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:42:19.208 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:42:19.208 INFO:teuthology.orchestra.run.smithi155.stdout: "mon": { 2024-09-10T19:42:19.208 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 3 2024-09-10T19:42:19.208 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:42:19.208 INFO:teuthology.orchestra.run.smithi155.stdout: "mgr": { 2024-09-10T19:42:19.208 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:42:19.208 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:42:19.208 INFO:teuthology.orchestra.run.smithi155.stdout: "osd": { 2024-09-10T19:42:19.208 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2, 2024-09-10T19:42:19.208 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 5 2024-09-10T19:42:19.209 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:42:19.209 INFO:teuthology.orchestra.run.smithi155.stdout: "rgw": { 2024-09-10T19:42:19.209 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-10T19:42:19.209 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:42:19.209 INFO:teuthology.orchestra.run.smithi155.stdout: "overall": { 2024-09-10T19:42:19.209 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 4, 2024-09-10T19:42:19.209 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 10 2024-09-10T19:42:19.209 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-10T19:42:19.209 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:42:19.579 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:42:19.579 INFO:teuthology.orchestra.run.smithi155.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T19:42:19.579 INFO:teuthology.orchestra.run.smithi155.stdout: "in_progress": true, 2024-09-10T19:42:19.579 INFO:teuthology.orchestra.run.smithi155.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-10T19:42:19.579 INFO:teuthology.orchestra.run.smithi155.stdout: "services_complete": [], 2024-09-10T19:42:19.579 INFO:teuthology.orchestra.run.smithi155.stdout: "progress": "5/8 daemons upgraded", 2024-09-10T19:42:19.579 INFO:teuthology.orchestra.run.smithi155.stdout: "message": "Currently upgrading osd daemons", 2024-09-10T19:42:19.579 INFO:teuthology.orchestra.run.smithi155.stdout: "is_paused": false 2024-09-10T19:42:19.579 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:42:19.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:19 smithi189 bash[38194]: audit 2024-09-10T19:42:18.316855+0000 mgr.y (mgr.54108) 312 : audit [DBG] from='client.64405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:42:19.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:19 smithi189 bash[38194]: cluster 2024-09-10T19:42:18.622241+0000 mon.a (mon.0) 927 : cluster [DBG] osdmap e92: 8 total, 7 up, 8 in 2024-09-10T19:42:19.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:19 smithi189 bash[38194]: audit 2024-09-10T19:42:18.714481+0000 mgr.y (mgr.54108) 313 : audit [DBG] from='client.64411 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:42:19.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:19 smithi189 bash[38194]: audit 2024-09-10T19:42:18.719210+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:42:19.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:19 smithi189 bash[38194]: audit 2024-09-10T19:42:18.719988+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:42:19.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:19 smithi189 bash[38194]: audit 2024-09-10T19:42:18.720642+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:19.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:19 smithi189 bash[38194]: audit 2024-09-10T19:42:18.721266+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:19.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:19 smithi189 bash[38194]: audit 2024-09-10T19:42:18.721879+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:19.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:19 smithi189 bash[38194]: audit 2024-09-10T19:42:18.722491+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:19.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:19 smithi189 bash[38194]: audit 2024-09-10T19:42:18.725024+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:42:19.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:19 smithi189 bash[38194]: audit 2024-09-10T19:42:18.725642+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:19.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:19 smithi189 bash[38194]: audit 2024-09-10T19:42:18.726270+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:19.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:19 smithi189 bash[38194]: audit 2024-09-10T19:42:18.726887+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:19.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:19 smithi189 bash[38194]: audit 2024-09-10T19:42:18.727449+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:19.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:19 smithi189 bash[38194]: audit 2024-09-10T19:42:19.205669+0000 mon.a (mon.0) 939 : audit [DBG] from='client.54483 172.21.15.155:0/784117210' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:42:20.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:19 smithi155 bash[59709]: audit 2024-09-10T19:42:18.316855+0000 mgr.y (mgr.54108) 312 : audit [DBG] from='client.64405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:42:20.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:19 smithi155 bash[59709]: cluster 2024-09-10T19:42:18.622241+0000 mon.a (mon.0) 927 : cluster [DBG] osdmap e92: 8 total, 7 up, 8 in 2024-09-10T19:42:20.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:19 smithi155 bash[59709]: audit 2024-09-10T19:42:18.714481+0000 mgr.y (mgr.54108) 313 : audit [DBG] from='client.64411 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:42:20.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:19 smithi155 bash[59709]: audit 2024-09-10T19:42:18.719210+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:42:20.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:19 smithi155 bash[59709]: audit 2024-09-10T19:42:18.719988+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:42:20.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:19 smithi155 bash[59709]: audit 2024-09-10T19:42:18.720642+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:20.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:19 smithi155 bash[59709]: audit 2024-09-10T19:42:18.721266+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:20.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:19 smithi155 bash[59709]: audit 2024-09-10T19:42:18.721879+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:20.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:19 smithi155 bash[59709]: audit 2024-09-10T19:42:18.722491+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:20.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:19 smithi155 bash[59709]: audit 2024-09-10T19:42:18.725024+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:42:20.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:19 smithi155 bash[59709]: audit 2024-09-10T19:42:18.725642+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:20.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:19 smithi155 bash[59709]: audit 2024-09-10T19:42:18.726270+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:20.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:19 smithi155 bash[59709]: audit 2024-09-10T19:42:18.726887+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:20.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:19 smithi155 bash[59709]: audit 2024-09-10T19:42:18.727449+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:20.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:19 smithi155 bash[59709]: audit 2024-09-10T19:42:19.205669+0000 mon.a (mon.0) 939 : audit [DBG] from='client.54483 172.21.15.155:0/784117210' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:42:20.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:19 smithi155 bash[53909]: audit 2024-09-10T19:42:18.316855+0000 mgr.y (mgr.54108) 312 : audit [DBG] from='client.64405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:42:20.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:19 smithi155 bash[53909]: cluster 2024-09-10T19:42:18.622241+0000 mon.a (mon.0) 927 : cluster [DBG] osdmap e92: 8 total, 7 up, 8 in 2024-09-10T19:42:20.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:19 smithi155 bash[53909]: audit 2024-09-10T19:42:18.714481+0000 mgr.y (mgr.54108) 313 : audit [DBG] from='client.64411 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:42:20.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:19 smithi155 bash[53909]: audit 2024-09-10T19:42:18.719210+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:42:20.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:19 smithi155 bash[53909]: audit 2024-09-10T19:42:18.719988+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:42:20.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:19 smithi155 bash[53909]: audit 2024-09-10T19:42:18.720642+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:20.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:19 smithi155 bash[53909]: audit 2024-09-10T19:42:18.721266+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:20.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:19 smithi155 bash[53909]: audit 2024-09-10T19:42:18.721879+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:20.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:19 smithi155 bash[53909]: audit 2024-09-10T19:42:18.722491+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:20.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:19 smithi155 bash[53909]: audit 2024-09-10T19:42:18.725024+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:42:20.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:19 smithi155 bash[53909]: audit 2024-09-10T19:42:18.725642+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:20.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:19 smithi155 bash[53909]: audit 2024-09-10T19:42:18.726270+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:20.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:19 smithi155 bash[53909]: audit 2024-09-10T19:42:18.726887+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:20.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:19 smithi155 bash[53909]: audit 2024-09-10T19:42:18.727449+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:20.092 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:19 smithi155 bash[53909]: audit 2024-09-10T19:42:19.205669+0000 mon.a (mon.0) 939 : audit [DBG] from='client.54483 172.21.15.155:0/784117210' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:42:20.381 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:42:20 smithi189 systemd[1]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968@osd.5.service: Succeeded. 2024-09-10T19:42:20.381 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:42:20 smithi189 systemd[1]: Stopped Ceph osd.5 for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:42:20.381 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:42:20 smithi189 systemd[1]: Started Ceph osd.5 for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:42:20.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:20 smithi189 bash[38194]: audit 2024-09-10T19:42:19.576434+0000 mgr.y (mgr.54108) 314 : audit [DBG] from='client.54489 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:42:20.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:20 smithi189 bash[38194]: cluster 2024-09-10T19:42:19.696132+0000 mgr.y (mgr.54108) 315 : cluster [DBG] pgmap v196: 129 pgs: 8 active+undersized, 13 peering, 8 stale+active+clean, 3 active+undersized+degraded, 97 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 14/612 objects degraded (2.288%) 2024-09-10T19:42:20.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:20 smithi189 bash[38194]: audit 2024-09-10T19:42:20.286193+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:42:20.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:20 smithi189 bash[38194]: audit 2024-09-10T19:42:20.293615+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:20.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:20 smithi189 bash[38194]: audit 2024-09-10T19:42:20.299723+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:20.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:20 smithi189 bash[38194]: audit 2024-09-10T19:42:20.302105+0000 mon.a (mon.0) 943 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:42:21.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:20 smithi155 bash[53909]: audit 2024-09-10T19:42:19.576434+0000 mgr.y (mgr.54108) 314 : audit [DBG] from='client.54489 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:42:21.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:20 smithi155 bash[53909]: cluster 2024-09-10T19:42:19.696132+0000 mgr.y (mgr.54108) 315 : cluster [DBG] pgmap v196: 129 pgs: 8 active+undersized, 13 peering, 8 stale+active+clean, 3 active+undersized+degraded, 97 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 14/612 objects degraded (2.288%) 2024-09-10T19:42:21.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:20 smithi155 bash[53909]: audit 2024-09-10T19:42:20.286193+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:42:21.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:20 smithi155 bash[53909]: audit 2024-09-10T19:42:20.293615+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:21.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:20 smithi155 bash[53909]: audit 2024-09-10T19:42:20.299723+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:21.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:20 smithi155 bash[53909]: audit 2024-09-10T19:42:20.302105+0000 mon.a (mon.0) 943 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:42:21.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:20 smithi155 bash[59709]: audit 2024-09-10T19:42:19.576434+0000 mgr.y (mgr.54108) 314 : audit [DBG] from='client.54489 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:42:21.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:20 smithi155 bash[59709]: cluster 2024-09-10T19:42:19.696132+0000 mgr.y (mgr.54108) 315 : cluster [DBG] pgmap v196: 129 pgs: 8 active+undersized, 13 peering, 8 stale+active+clean, 3 active+undersized+degraded, 97 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 14/612 objects degraded (2.288%) 2024-09-10T19:42:21.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:20 smithi155 bash[59709]: audit 2024-09-10T19:42:20.286193+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:42:21.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:20 smithi155 bash[59709]: audit 2024-09-10T19:42:20.293615+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:21.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:20 smithi155 bash[59709]: audit 2024-09-10T19:42:20.299723+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:21.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:20 smithi155 bash[59709]: audit 2024-09-10T19:42:20.302105+0000 mon.a (mon.0) 943 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:42:21.946 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:21 smithi189 bash[38194]: cluster 2024-09-10T19:42:20.623872+0000 mon.a (mon.0) 944 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 4 pgs peering (PG_AVAILABILITY) 2024-09-10T19:42:21.946 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:21 smithi189 bash[38194]: cluster 2024-09-10T19:42:20.623944+0000 mon.a (mon.0) 945 : cluster [WRN] Health check failed: Degraded data redundancy: 14/612 objects degraded (2.288%), 3 pgs degraded (PG_DEGRADED) 2024-09-10T19:42:22.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:21 smithi155 bash[53909]: cluster 2024-09-10T19:42:20.623872+0000 mon.a (mon.0) 944 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 4 pgs peering (PG_AVAILABILITY) 2024-09-10T19:42:22.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:21 smithi155 bash[53909]: cluster 2024-09-10T19:42:20.623944+0000 mon.a (mon.0) 945 : cluster [WRN] Health check failed: Degraded data redundancy: 14/612 objects degraded (2.288%), 3 pgs degraded (PG_DEGRADED) 2024-09-10T19:42:22.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:21 smithi155 bash[59709]: cluster 2024-09-10T19:42:20.623872+0000 mon.a (mon.0) 944 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 4 pgs peering (PG_AVAILABILITY) 2024-09-10T19:42:22.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:21 smithi155 bash[59709]: cluster 2024-09-10T19:42:20.623944+0000 mon.a (mon.0) 945 : cluster [WRN] Health check failed: Degraded data redundancy: 14/612 objects degraded (2.288%), 3 pgs degraded (PG_DEGRADED) 2024-09-10T19:42:22.202 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:42:21 smithi189 bash[55086]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-10T19:42:22.202 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:42:21 smithi189 bash[55086]: 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-10T19:42:22.202 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:42:21 smithi189 bash[55086]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-10T19:42:22.202 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:42:21 smithi189 bash[55086]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-10T19:42:22.202 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:42:21 smithi189 bash[55086]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2024-09-10T19:42:22.202 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:42:21 smithi189 bash[55086]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-10T19:42:22.203 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:42:21 smithi189 bash[55086]: --> ceph-volume raw activate successful for osd ID: 5 2024-09-10T19:42:22.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:22 smithi189 bash[38194]: cluster 2024-09-10T19:42:21.697489+0000 mgr.y (mgr.54108) 316 : cluster [DBG] pgmap v197: 129 pgs: 19 active+undersized, 13 peering, 12 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 51/612 objects degraded (8.333%) 2024-09-10T19:42:23.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:22 smithi155 bash[53909]: cluster 2024-09-10T19:42:21.697489+0000 mgr.y (mgr.54108) 316 : cluster [DBG] pgmap v197: 129 pgs: 19 active+undersized, 13 peering, 12 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 51/612 objects degraded (8.333%) 2024-09-10T19:42:23.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:22 smithi155 bash[59709]: cluster 2024-09-10T19:42:21.697489+0000 mgr.y (mgr.54108) 316 : cluster [DBG] pgmap v197: 129 pgs: 19 active+undersized, 13 peering, 12 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 51/612 objects degraded (8.333%) 2024-09-10T19:42:24.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:23 smithi155 bash[59709]: cluster 2024-09-10T19:42:23.750460+0000 mon.a (mon.0) 946 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 4 pgs peering) 2024-09-10T19:42:24.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:23 smithi155 bash[53909]: cluster 2024-09-10T19:42:23.750460+0000 mon.a (mon.0) 946 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 4 pgs peering) 2024-09-10T19:42:24.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:23 smithi189 bash[38194]: cluster 2024-09-10T19:42:23.750460+0000 mon.a (mon.0) 946 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 4 pgs peering) 2024-09-10T19:42:24.202 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:42:23 smithi189 bash[55365]: debug 2024-09-10T19:42:23.912+0000 7fcbf335c640 1 -- 172.21.15.189:0/500317729 <== mon.2 v2:172.21.15.189:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55f9c7a12d00 con 0x55f9c79e5400 2024-09-10T19:42:24.809 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:42:24 smithi189 bash[55365]: debug 2024-09-10T19:42:24.464+0000 7fcbf5bc4440 -1 Falling back to public interface 2024-09-10T19:42:25.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:24 smithi155 bash[59709]: cluster 2024-09-10T19:42:23.698657+0000 mgr.y (mgr.54108) 317 : cluster [DBG] pgmap v198: 129 pgs: 24 active+undersized, 20 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 71/612 objects degraded (11.601%) 2024-09-10T19:42:25.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:24 smithi155 bash[53909]: cluster 2024-09-10T19:42:23.698657+0000 mgr.y (mgr.54108) 317 : cluster [DBG] pgmap v198: 129 pgs: 24 active+undersized, 20 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 71/612 objects degraded (11.601%) 2024-09-10T19:42:25.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:24 smithi189 bash[38194]: cluster 2024-09-10T19:42:23.698657+0000 mgr.y (mgr.54108) 317 : cluster [DBG] pgmap v198: 129 pgs: 24 active+undersized, 20 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 71/612 objects degraded (11.601%) 2024-09-10T19:42:27.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:26 smithi155 bash[59709]: cluster 2024-09-10T19:42:25.700115+0000 mgr.y (mgr.54108) 318 : cluster [DBG] pgmap v199: 129 pgs: 24 active+undersized, 20 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 71/612 objects degraded (11.601%) 2024-09-10T19:42:27.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:26 smithi155 bash[53909]: cluster 2024-09-10T19:42:25.700115+0000 mgr.y (mgr.54108) 318 : cluster [DBG] pgmap v199: 129 pgs: 24 active+undersized, 20 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 71/612 objects degraded (11.601%) 2024-09-10T19:42:27.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:26 smithi189 bash[38194]: cluster 2024-09-10T19:42:25.700115+0000 mgr.y (mgr.54108) 318 : cluster [DBG] pgmap v199: 129 pgs: 24 active+undersized, 20 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 71/612 objects degraded (11.601%) 2024-09-10T19:42:27.814 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:42:27 smithi189 bash[55365]: debug 2024-09-10T19:42:27.472+0000 7fcbf5bc4440 -1 osd.5 0 read_superblock omap replica is missing. 2024-09-10T19:42:27.815 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:42:27 smithi189 bash[55365]: debug 2024-09-10T19:42:27.512+0000 7fcbf5bc4440 -1 osd.5 90 log_to_monitors true 2024-09-10T19:42:28.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:27 smithi155 bash[53909]: audit 2024-09-10T19:42:27.520743+0000 mon.b (mon.2) 12 : audit [INF] from='osd.5 [v2:172.21.15.189:6808/140288672,v1:172.21.15.189:6809/140288672]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T19:42:28.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:27 smithi155 bash[53909]: audit 2024-09-10T19:42:27.521524+0000 mon.a (mon.0) 947 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T19:42:28.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:27 smithi155 bash[53909]: audit 2024-09-10T19:42:27.668584+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:42:28.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:27 smithi155 bash[53909]: audit 2024-09-10T19:42:27.676711+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:28.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:27 smithi155 bash[53909]: audit 2024-09-10T19:42:27.685428+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:28.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:27 smithi155 bash[59709]: audit 2024-09-10T19:42:27.520743+0000 mon.b (mon.2) 12 : audit [INF] from='osd.5 [v2:172.21.15.189:6808/140288672,v1:172.21.15.189:6809/140288672]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T19:42:28.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:27 smithi155 bash[59709]: audit 2024-09-10T19:42:27.521524+0000 mon.a (mon.0) 947 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T19:42:28.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:27 smithi155 bash[59709]: audit 2024-09-10T19:42:27.668584+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:42:28.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:27 smithi155 bash[59709]: audit 2024-09-10T19:42:27.676711+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:28.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:27 smithi155 bash[59709]: audit 2024-09-10T19:42:27.685428+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:28.202 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:42:27 smithi189 bash[55365]: debug 2024-09-10T19:42:27.840+0000 7fcbea96a640 -1 osd.5 90 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T19:42:28.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:27 smithi189 bash[38194]: audit 2024-09-10T19:42:27.520743+0000 mon.b (mon.2) 12 : audit [INF] from='osd.5 [v2:172.21.15.189:6808/140288672,v1:172.21.15.189:6809/140288672]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T19:42:28.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:27 smithi189 bash[38194]: audit 2024-09-10T19:42:27.521524+0000 mon.a (mon.0) 947 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T19:42:28.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:27 smithi189 bash[38194]: audit 2024-09-10T19:42:27.668584+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:42:28.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:27 smithi189 bash[38194]: audit 2024-09-10T19:42:27.676711+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:28.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:27 smithi189 bash[38194]: audit 2024-09-10T19:42:27.685428+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:29.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:28 smithi155 bash[53909]: cluster 2024-09-10T19:42:27.701349+0000 mgr.y (mgr.54108) 319 : cluster [DBG] pgmap v200: 129 pgs: 24 active+undersized, 20 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 71/612 objects degraded (11.601%) 2024-09-10T19:42:29.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:28 smithi155 bash[53909]: audit 2024-09-10T19:42:27.826508+0000 mon.a (mon.0) 951 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-10T19:42:29.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:28 smithi155 bash[53909]: cluster 2024-09-10T19:42:27.826650+0000 mon.a (mon.0) 952 : cluster [DBG] osdmap e93: 8 total, 7 up, 8 in 2024-09-10T19:42:29.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:28 smithi155 bash[53909]: audit 2024-09-10T19:42:27.827510+0000 mon.b (mon.2) 13 : audit [INF] from='osd.5 [v2:172.21.15.189:6808/140288672,v1:172.21.15.189:6809/140288672]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:42:29.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:28 smithi155 bash[53909]: audit 2024-09-10T19:42:27.827936+0000 mon.a (mon.0) 953 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:42:29.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:28 smithi155 bash[53909]: audit 2024-09-10T19:42:28.071845+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:42:29.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:28 smithi155 bash[53909]: audit 2024-09-10T19:42:28.293343+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:42:29.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:28 smithi155 bash[53909]: audit 2024-09-10T19:42:28.302201+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:29.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:28 smithi155 bash[53909]: audit 2024-09-10T19:42:28.311820+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:29.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:28 smithi155 bash[53909]: audit 2024-09-10T19:42:28.313887+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:42:29.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:28 smithi155 bash[59709]: cluster 2024-09-10T19:42:27.701349+0000 mgr.y (mgr.54108) 319 : cluster [DBG] pgmap v200: 129 pgs: 24 active+undersized, 20 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 71/612 objects degraded (11.601%) 2024-09-10T19:42:29.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:28 smithi155 bash[59709]: audit 2024-09-10T19:42:27.826508+0000 mon.a (mon.0) 951 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-10T19:42:29.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:28 smithi155 bash[59709]: cluster 2024-09-10T19:42:27.826650+0000 mon.a (mon.0) 952 : cluster [DBG] osdmap e93: 8 total, 7 up, 8 in 2024-09-10T19:42:29.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:28 smithi155 bash[59709]: audit 2024-09-10T19:42:27.827510+0000 mon.b (mon.2) 13 : audit [INF] from='osd.5 [v2:172.21.15.189:6808/140288672,v1:172.21.15.189:6809/140288672]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:42:29.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:28 smithi155 bash[59709]: audit 2024-09-10T19:42:27.827936+0000 mon.a (mon.0) 953 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:42:29.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:28 smithi155 bash[59709]: audit 2024-09-10T19:42:28.071845+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:42:29.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:28 smithi155 bash[59709]: audit 2024-09-10T19:42:28.293343+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:42:29.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:28 smithi155 bash[59709]: audit 2024-09-10T19:42:28.302201+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:29.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:28 smithi155 bash[59709]: audit 2024-09-10T19:42:28.311820+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:29.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:28 smithi155 bash[59709]: audit 2024-09-10T19:42:28.313887+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:42:29.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:28 smithi189 bash[38194]: cluster 2024-09-10T19:42:27.701349+0000 mgr.y (mgr.54108) 319 : cluster [DBG] pgmap v200: 129 pgs: 24 active+undersized, 20 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 71/612 objects degraded (11.601%) 2024-09-10T19:42:29.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:28 smithi189 bash[38194]: audit 2024-09-10T19:42:27.826508+0000 mon.a (mon.0) 951 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-10T19:42:29.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:28 smithi189 bash[38194]: cluster 2024-09-10T19:42:27.826650+0000 mon.a (mon.0) 952 : cluster [DBG] osdmap e93: 8 total, 7 up, 8 in 2024-09-10T19:42:29.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:28 smithi189 bash[38194]: audit 2024-09-10T19:42:27.827510+0000 mon.b (mon.2) 13 : audit [INF] from='osd.5 [v2:172.21.15.189:6808/140288672,v1:172.21.15.189:6809/140288672]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:42:29.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:28 smithi189 bash[38194]: audit 2024-09-10T19:42:27.827936+0000 mon.a (mon.0) 953 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:42:29.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:28 smithi189 bash[38194]: audit 2024-09-10T19:42:28.071845+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:42:29.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:28 smithi189 bash[38194]: audit 2024-09-10T19:42:28.293343+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:42:29.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:28 smithi189 bash[38194]: audit 2024-09-10T19:42:28.302201+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:29.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:28 smithi189 bash[38194]: audit 2024-09-10T19:42:28.311820+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:29.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:28 smithi189 bash[38194]: audit 2024-09-10T19:42:28.313887+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:42:30.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:29 smithi189 bash[38194]: cluster 2024-09-10T19:42:28.821291+0000 mon.a (mon.0) 959 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:42:30.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:29 smithi189 bash[38194]: cluster 2024-09-10T19:42:28.831945+0000 mon.a (mon.0) 960 : cluster [INF] osd.5 [v2:172.21.15.189:6808/140288672,v1:172.21.15.189:6809/140288672] boot 2024-09-10T19:42:30.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:29 smithi189 bash[38194]: cluster 2024-09-10T19:42:28.832086+0000 mon.a (mon.0) 961 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2024-09-10T19:42:30.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:29 smithi189 bash[38194]: audit 2024-09-10T19:42:28.833379+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:42:30.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:29 smithi155 bash[53909]: cluster 2024-09-10T19:42:28.821291+0000 mon.a (mon.0) 959 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:42:30.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:29 smithi155 bash[53909]: cluster 2024-09-10T19:42:28.831945+0000 mon.a (mon.0) 960 : cluster [INF] osd.5 [v2:172.21.15.189:6808/140288672,v1:172.21.15.189:6809/140288672] boot 2024-09-10T19:42:30.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:29 smithi155 bash[53909]: cluster 2024-09-10T19:42:28.832086+0000 mon.a (mon.0) 961 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2024-09-10T19:42:30.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:29 smithi155 bash[53909]: audit 2024-09-10T19:42:28.833379+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:42:30.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:29 smithi155 bash[59709]: cluster 2024-09-10T19:42:28.821291+0000 mon.a (mon.0) 959 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:42:30.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:29 smithi155 bash[59709]: cluster 2024-09-10T19:42:28.831945+0000 mon.a (mon.0) 960 : cluster [INF] osd.5 [v2:172.21.15.189:6808/140288672,v1:172.21.15.189:6809/140288672] boot 2024-09-10T19:42:30.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:29 smithi155 bash[59709]: cluster 2024-09-10T19:42:28.832086+0000 mon.a (mon.0) 961 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2024-09-10T19:42:30.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:29 smithi155 bash[59709]: audit 2024-09-10T19:42:28.833379+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:42:31.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:30 smithi189 bash[38194]: cluster 2024-09-10T19:42:29.702408+0000 mgr.y (mgr.54108) 320 : cluster [DBG] pgmap v203: 129 pgs: 24 active+undersized, 20 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 71/612 objects degraded (11.601%) 2024-09-10T19:42:31.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:30 smithi189 bash[38194]: cluster 2024-09-10T19:42:29.855997+0000 mon.a (mon.0) 963 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2024-09-10T19:42:31.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:30 smithi189 bash[38194]: cluster 2024-09-10T19:42:30.589782+0000 mon.a (mon.0) 964 : cluster [WRN] Health check update: Degraded data redundancy: 71/612 objects degraded (11.601%), 20 pgs degraded (PG_DEGRADED) 2024-09-10T19:42:31.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:30 smithi155 bash[53909]: cluster 2024-09-10T19:42:29.702408+0000 mgr.y (mgr.54108) 320 : cluster [DBG] pgmap v203: 129 pgs: 24 active+undersized, 20 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 71/612 objects degraded (11.601%) 2024-09-10T19:42:31.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:30 smithi155 bash[53909]: cluster 2024-09-10T19:42:29.855997+0000 mon.a (mon.0) 963 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2024-09-10T19:42:31.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:30 smithi155 bash[53909]: cluster 2024-09-10T19:42:30.589782+0000 mon.a (mon.0) 964 : cluster [WRN] Health check update: Degraded data redundancy: 71/612 objects degraded (11.601%), 20 pgs degraded (PG_DEGRADED) 2024-09-10T19:42:31.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:30 smithi155 bash[59709]: cluster 2024-09-10T19:42:29.702408+0000 mgr.y (mgr.54108) 320 : cluster [DBG] pgmap v203: 129 pgs: 24 active+undersized, 20 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 71/612 objects degraded (11.601%) 2024-09-10T19:42:31.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:30 smithi155 bash[59709]: cluster 2024-09-10T19:42:29.855997+0000 mon.a (mon.0) 963 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2024-09-10T19:42:31.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:30 smithi155 bash[59709]: cluster 2024-09-10T19:42:30.589782+0000 mon.a (mon.0) 964 : cluster [WRN] Health check update: Degraded data redundancy: 71/612 objects degraded (11.601%), 20 pgs degraded (PG_DEGRADED) 2024-09-10T19:42:33.197 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:32 smithi189 bash[38194]: cluster 2024-09-10T19:42:31.703682+0000 mgr.y (mgr.54108) 321 : cluster [DBG] pgmap v205: 129 pgs: 18 active+undersized, 14 active+undersized+degraded, 97 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 47/612 objects degraded (7.680%) 2024-09-10T19:42:33.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:32 smithi155 bash[53909]: cluster 2024-09-10T19:42:31.703682+0000 mgr.y (mgr.54108) 321 : cluster [DBG] pgmap v205: 129 pgs: 18 active+undersized, 14 active+undersized+degraded, 97 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 47/612 objects degraded (7.680%) 2024-09-10T19:42:33.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:32 smithi155 bash[59709]: cluster 2024-09-10T19:42:31.703682+0000 mgr.y (mgr.54108) 321 : cluster [DBG] pgmap v205: 129 pgs: 18 active+undersized, 14 active+undersized+degraded, 97 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 47/612 objects degraded (7.680%) 2024-09-10T19:42:34.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:33 smithi189 bash[38194]: cluster 2024-09-10T19:42:33.852502+0000 mon.a (mon.0) 965 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 47/612 objects degraded (7.680%), 14 pgs degraded) 2024-09-10T19:42:34.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:33 smithi189 bash[38194]: cluster 2024-09-10T19:42:33.852554+0000 mon.a (mon.0) 966 : cluster [INF] Cluster is now healthy 2024-09-10T19:42:34.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:33 smithi155 bash[53909]: cluster 2024-09-10T19:42:33.852502+0000 mon.a (mon.0) 965 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 47/612 objects degraded (7.680%), 14 pgs degraded) 2024-09-10T19:42:34.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:33 smithi155 bash[53909]: cluster 2024-09-10T19:42:33.852554+0000 mon.a (mon.0) 966 : cluster [INF] Cluster is now healthy 2024-09-10T19:42:34.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:33 smithi155 bash[59709]: cluster 2024-09-10T19:42:33.852502+0000 mon.a (mon.0) 965 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 47/612 objects degraded (7.680%), 14 pgs degraded) 2024-09-10T19:42:34.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:33 smithi155 bash[59709]: cluster 2024-09-10T19:42:33.852554+0000 mon.a (mon.0) 966 : cluster [INF] Cluster is now healthy 2024-09-10T19:42:35.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:34 smithi189 bash[38194]: cluster 2024-09-10T19:42:33.704696+0000 mgr.y (mgr.54108) 322 : cluster [DBG] pgmap v206: 129 pgs: 6 active+undersized, 123 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:42:35.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:34 smithi155 bash[59709]: cluster 2024-09-10T19:42:33.704696+0000 mgr.y (mgr.54108) 322 : cluster [DBG] pgmap v206: 129 pgs: 6 active+undersized, 123 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:42:35.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:34 smithi155 bash[53909]: cluster 2024-09-10T19:42:33.704696+0000 mgr.y (mgr.54108) 322 : cluster [DBG] pgmap v206: 129 pgs: 6 active+undersized, 123 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:42:37.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:36 smithi189 bash[38194]: cluster 2024-09-10T19:42:35.705788+0000 mgr.y (mgr.54108) 323 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 129 B/s rd, 0 op/s 2024-09-10T19:42:37.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:36 smithi155 bash[53909]: cluster 2024-09-10T19:42:35.705788+0000 mgr.y (mgr.54108) 323 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 129 B/s rd, 0 op/s 2024-09-10T19:42:37.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:36 smithi155 bash[59709]: cluster 2024-09-10T19:42:35.705788+0000 mgr.y (mgr.54108) 323 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 129 B/s rd, 0 op/s 2024-09-10T19:42:39.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:38 smithi189 bash[38194]: cluster 2024-09-10T19:42:37.706664+0000 mgr.y (mgr.54108) 324 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 115 B/s rd, 0 op/s 2024-09-10T19:42:39.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:38 smithi155 bash[59709]: cluster 2024-09-10T19:42:37.706664+0000 mgr.y (mgr.54108) 324 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 115 B/s rd, 0 op/s 2024-09-10T19:42:39.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:38 smithi155 bash[53909]: cluster 2024-09-10T19:42:37.706664+0000 mgr.y (mgr.54108) 324 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 115 B/s rd, 0 op/s 2024-09-10T19:42:40.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:39 smithi189 bash[38194]: audit 2024-09-10T19:42:39.047686+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:42:40.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:39 smithi189 bash[38194]: audit 2024-09-10T19:42:39.058179+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:40.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:39 smithi189 bash[38194]: audit 2024-09-10T19:42:39.069476+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:40.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:39 smithi189 bash[38194]: audit 2024-09-10T19:42:39.081077+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:40.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:39 smithi189 bash[38194]: audit 2024-09-10T19:42:39.135957+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:42:40.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:39 smithi189 bash[38194]: audit 2024-09-10T19:42:39.141067+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:42:40.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:39 smithi189 bash[38194]: audit 2024-09-10T19:42:39.143334+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:42:40.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:39 smithi189 bash[38194]: audit 2024-09-10T19:42:39.145244+0000 mon.a (mon.0) 974 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:42:40.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:39 smithi189 bash[38194]: audit 2024-09-10T19:42:39.148208+0000 mon.a (mon.0) 975 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-10T19:42:40.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:39 smithi189 bash[38194]: audit 2024-09-10T19:42:39.148481+0000 mgr.y (mgr.54108) 325 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-10T19:42:40.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:39 smithi189 bash[38194]: cephadm 2024-09-10T19:42:39.150249+0000 mgr.y (mgr.54108) 326 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-09-10T19:42:40.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:39 smithi155 bash[59709]: audit 2024-09-10T19:42:39.047686+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:42:40.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:39 smithi155 bash[59709]: audit 2024-09-10T19:42:39.058179+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:40.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:39 smithi155 bash[59709]: audit 2024-09-10T19:42:39.069476+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:40.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:39 smithi155 bash[59709]: audit 2024-09-10T19:42:39.081077+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:40.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:39 smithi155 bash[59709]: audit 2024-09-10T19:42:39.135957+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:42:40.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:39 smithi155 bash[59709]: audit 2024-09-10T19:42:39.141067+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:42:40.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:39 smithi155 bash[59709]: audit 2024-09-10T19:42:39.143334+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:42:40.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:39 smithi155 bash[59709]: audit 2024-09-10T19:42:39.145244+0000 mon.a (mon.0) 974 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:42:40.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:39 smithi155 bash[59709]: audit 2024-09-10T19:42:39.148208+0000 mon.a (mon.0) 975 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-10T19:42:40.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:39 smithi155 bash[59709]: audit 2024-09-10T19:42:39.148481+0000 mgr.y (mgr.54108) 325 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-10T19:42:40.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:39 smithi155 bash[59709]: cephadm 2024-09-10T19:42:39.150249+0000 mgr.y (mgr.54108) 326 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-09-10T19:42:40.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:39 smithi155 bash[53909]: audit 2024-09-10T19:42:39.047686+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:42:40.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:39 smithi155 bash[53909]: audit 2024-09-10T19:42:39.058179+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:40.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:39 smithi155 bash[53909]: audit 2024-09-10T19:42:39.069476+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:40.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:39 smithi155 bash[53909]: audit 2024-09-10T19:42:39.081077+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:40.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:39 smithi155 bash[53909]: audit 2024-09-10T19:42:39.135957+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:42:40.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:39 smithi155 bash[53909]: audit 2024-09-10T19:42:39.141067+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:42:40.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:39 smithi155 bash[53909]: audit 2024-09-10T19:42:39.143334+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:42:40.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:39 smithi155 bash[53909]: audit 2024-09-10T19:42:39.145244+0000 mon.a (mon.0) 974 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:42:40.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:39 smithi155 bash[53909]: audit 2024-09-10T19:42:39.148208+0000 mon.a (mon.0) 975 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-10T19:42:40.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:39 smithi155 bash[53909]: audit 2024-09-10T19:42:39.148481+0000 mgr.y (mgr.54108) 325 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-10T19:42:40.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:39 smithi155 bash[53909]: cephadm 2024-09-10T19:42:39.150249+0000 mgr.y (mgr.54108) 326 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-09-10T19:42:41.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:41 smithi155 bash[59709]: cluster 2024-09-10T19:42:39.707833+0000 mgr.y (mgr.54108) 327 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-09-10T19:42:41.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:41 smithi155 bash[53909]: cluster 2024-09-10T19:42:39.707833+0000 mgr.y (mgr.54108) 327 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-09-10T19:42:41.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:41 smithi189 bash[38194]: cluster 2024-09-10T19:42:39.707833+0000 mgr.y (mgr.54108) 327 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-09-10T19:42:42.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:42 smithi155 bash[53909]: cephadm 2024-09-10T19:42:41.542379+0000 mgr.y (mgr.54108) 328 : cephadm [INF] Upgrade: Updating osd.6 2024-09-10T19:42:42.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:42 smithi155 bash[53909]: audit 2024-09-10T19:42:41.552037+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:42.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:42 smithi155 bash[53909]: audit 2024-09-10T19:42:41.553899+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T19:42:42.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:42 smithi155 bash[53909]: audit 2024-09-10T19:42:41.555373+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:42:42.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:42 smithi155 bash[53909]: cephadm 2024-09-10T19:42:41.558473+0000 mgr.y (mgr.54108) 329 : cephadm [INF] Deploying daemon osd.6 on smithi189 2024-09-10T19:42:42.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:42 smithi155 bash[53909]: audit 2024-09-10T19:42:41.559260+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-09-10T19:42:42.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:42 smithi155 bash[53909]: cluster 2024-09-10T19:42:41.708883+0000 mgr.y (mgr.54108) 330 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-09-10T19:42:42.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:42 smithi155 bash[59709]: cephadm 2024-09-10T19:42:41.542379+0000 mgr.y (mgr.54108) 328 : cephadm [INF] Upgrade: Updating osd.6 2024-09-10T19:42:42.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:42 smithi155 bash[59709]: audit 2024-09-10T19:42:41.552037+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:42.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:42 smithi155 bash[59709]: audit 2024-09-10T19:42:41.553899+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T19:42:42.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:42 smithi155 bash[59709]: audit 2024-09-10T19:42:41.555373+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:42:42.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:42 smithi155 bash[59709]: cephadm 2024-09-10T19:42:41.558473+0000 mgr.y (mgr.54108) 329 : cephadm [INF] Deploying daemon osd.6 on smithi189 2024-09-10T19:42:42.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:42 smithi155 bash[59709]: audit 2024-09-10T19:42:41.559260+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-09-10T19:42:42.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:42 smithi155 bash[59709]: cluster 2024-09-10T19:42:41.708883+0000 mgr.y (mgr.54108) 330 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-09-10T19:42:42.894 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:42 smithi189 bash[38194]: cephadm 2024-09-10T19:42:41.542379+0000 mgr.y (mgr.54108) 328 : cephadm [INF] Upgrade: Updating osd.6 2024-09-10T19:42:42.894 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:42 smithi189 bash[38194]: audit 2024-09-10T19:42:41.552037+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:42.895 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:42 smithi189 bash[38194]: audit 2024-09-10T19:42:41.553899+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T19:42:42.895 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:42 smithi189 bash[38194]: audit 2024-09-10T19:42:41.555373+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:42:42.895 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:42 smithi189 bash[38194]: cephadm 2024-09-10T19:42:41.558473+0000 mgr.y (mgr.54108) 329 : cephadm [INF] Deploying daemon osd.6 on smithi189 2024-09-10T19:42:42.895 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:42 smithi189 bash[38194]: audit 2024-09-10T19:42:41.559260+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-09-10T19:42:42.895 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:42 smithi189 bash[38194]: cluster 2024-09-10T19:42:41.708883+0000 mgr.y (mgr.54108) 330 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-09-10T19:42:44.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:43 smithi189 bash[38194]: audit 2024-09-10T19:42:42.874273+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:44.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:43 smithi155 bash[53909]: audit 2024-09-10T19:42:42.874273+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:44.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:43 smithi155 bash[59709]: audit 2024-09-10T19:42:42.874273+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:45.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:44 smithi189 bash[38194]: cluster 2024-09-10T19:42:43.709934+0000 mgr.y (mgr.54108) 331 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T19:42:45.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:44 smithi155 bash[53909]: cluster 2024-09-10T19:42:43.709934+0000 mgr.y (mgr.54108) 331 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T19:42:45.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:44 smithi155 bash[59709]: cluster 2024-09-10T19:42:43.709934+0000 mgr.y (mgr.54108) 331 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T19:42:46.313 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:42:46 smithi189 systemd[1]: Stopping Ceph osd.6 for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:42:46.656 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:42:46 smithi189 bash[20046]: debug 2024-09-10T19:42:46.308+0000 7f4295937700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T19:42:46.656 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:42:46 smithi189 bash[20046]: debug 2024-09-10T19:42:46.308+0000 7f4295937700 -1 osd.6 95 *** Got signal Terminated *** 2024-09-10T19:42:46.656 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:42:46 smithi189 bash[20046]: debug 2024-09-10T19:42:46.308+0000 7f4295937700 -1 osd.6 95 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:42:46.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:46 smithi189 bash[38194]: cluster 2024-09-10T19:42:45.711097+0000 mgr.y (mgr.54108) 332 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:42:46.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:46 smithi189 bash[38194]: cluster 2024-09-10T19:42:46.590603+0000 mon.a (mon.0) 981 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-10T19:42:46.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:46 smithi189 bash[38194]: cluster 2024-09-10T19:42:46.590704+0000 mon.a (mon.0) 982 : cluster [INF] osd.6 failed (root=default,host=smithi189) (connection refused reported by osd.7) 2024-09-10T19:42:46.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:46 smithi189 bash[38194]: cluster 2024-09-10T19:42:46.591130+0000 mon.a (mon.0) 983 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T19:42:46.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:46 smithi189 bash[38194]: cluster 2024-09-10T19:42:46.591534+0000 mon.a (mon.0) 984 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T19:42:46.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:46 smithi189 bash[38194]: cluster 2024-09-10T19:42:46.591911+0000 mon.a (mon.0) 985 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T19:42:46.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:46 smithi189 bash[38194]: cluster 2024-09-10T19:42:46.593118+0000 mon.a (mon.0) 986 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T19:42:46.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:46 smithi189 bash[38194]: cluster 2024-09-10T19:42:46.593365+0000 mon.a (mon.0) 987 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T19:42:46.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:46 smithi189 bash[38194]: cluster 2024-09-10T19:42:46.593524+0000 mon.a (mon.0) 988 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T19:42:46.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:46 smithi189 bash[38194]: cluster 2024-09-10T19:42:46.594006+0000 mon.a (mon.0) 989 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T19:42:46.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:46 smithi189 bash[38194]: cluster 2024-09-10T19:42:46.594200+0000 mon.a (mon.0) 990 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T19:42:46.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:46 smithi189 bash[38194]: cluster 2024-09-10T19:42:46.594474+0000 mon.a (mon.0) 991 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T19:42:46.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:46 smithi189 bash[38194]: cluster 2024-09-10T19:42:46.594733+0000 mon.a (mon.0) 992 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-10T19:42:46.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:46 smithi189 bash[38194]: cluster 2024-09-10T19:42:46.594992+0000 mon.a (mon.0) 993 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T19:42:46.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:46 smithi189 bash[38194]: cluster 2024-09-10T19:42:46.595248+0000 mon.a (mon.0) 994 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T19:42:46.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:46 smithi189 bash[38194]: cluster 2024-09-10T19:42:46.595503+0000 mon.a (mon.0) 995 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T19:42:46.954 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:46 smithi189 bash[38194]: cluster 2024-09-10T19:42:46.745570+0000 mon.a (mon.0) 996 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T19:42:47.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:46 smithi155 bash[53909]: cluster 2024-09-10T19:42:45.711097+0000 mgr.y (mgr.54108) 332 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:42:47.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:46 smithi155 bash[53909]: cluster 2024-09-10T19:42:46.590603+0000 mon.a (mon.0) 981 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-10T19:42:47.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:46 smithi155 bash[53909]: cluster 2024-09-10T19:42:46.590704+0000 mon.a (mon.0) 982 : cluster [INF] osd.6 failed (root=default,host=smithi189) (connection refused reported by osd.7) 2024-09-10T19:42:47.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:46 smithi155 bash[53909]: cluster 2024-09-10T19:42:46.591130+0000 mon.a (mon.0) 983 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T19:42:47.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:46 smithi155 bash[53909]: cluster 2024-09-10T19:42:46.591534+0000 mon.a (mon.0) 984 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T19:42:47.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:46 smithi155 bash[53909]: cluster 2024-09-10T19:42:46.591911+0000 mon.a (mon.0) 985 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T19:42:47.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:46 smithi155 bash[53909]: cluster 2024-09-10T19:42:46.593118+0000 mon.a (mon.0) 986 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T19:42:47.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:46 smithi155 bash[53909]: cluster 2024-09-10T19:42:46.593365+0000 mon.a (mon.0) 987 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T19:42:47.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:46 smithi155 bash[53909]: cluster 2024-09-10T19:42:46.593524+0000 mon.a (mon.0) 988 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T19:42:47.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:46 smithi155 bash[53909]: cluster 2024-09-10T19:42:46.594006+0000 mon.a (mon.0) 989 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T19:42:47.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:46 smithi155 bash[53909]: cluster 2024-09-10T19:42:46.594200+0000 mon.a (mon.0) 990 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T19:42:47.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:46 smithi155 bash[53909]: cluster 2024-09-10T19:42:46.594474+0000 mon.a (mon.0) 991 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T19:42:47.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:46 smithi155 bash[53909]: cluster 2024-09-10T19:42:46.594733+0000 mon.a (mon.0) 992 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-10T19:42:47.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:46 smithi155 bash[53909]: cluster 2024-09-10T19:42:46.594992+0000 mon.a (mon.0) 993 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T19:42:47.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:46 smithi155 bash[53909]: cluster 2024-09-10T19:42:46.595248+0000 mon.a (mon.0) 994 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T19:42:47.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:46 smithi155 bash[53909]: cluster 2024-09-10T19:42:46.595503+0000 mon.a (mon.0) 995 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T19:42:47.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:46 smithi155 bash[53909]: cluster 2024-09-10T19:42:46.745570+0000 mon.a (mon.0) 996 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T19:42:47.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:46 smithi155 bash[59709]: cluster 2024-09-10T19:42:45.711097+0000 mgr.y (mgr.54108) 332 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:42:47.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:46 smithi155 bash[59709]: cluster 2024-09-10T19:42:46.590603+0000 mon.a (mon.0) 981 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-10T19:42:47.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:46 smithi155 bash[59709]: cluster 2024-09-10T19:42:46.590704+0000 mon.a (mon.0) 982 : cluster [INF] osd.6 failed (root=default,host=smithi189) (connection refused reported by osd.7) 2024-09-10T19:42:47.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:46 smithi155 bash[59709]: cluster 2024-09-10T19:42:46.591130+0000 mon.a (mon.0) 983 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T19:42:47.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:46 smithi155 bash[59709]: cluster 2024-09-10T19:42:46.591534+0000 mon.a (mon.0) 984 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T19:42:47.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:46 smithi155 bash[59709]: cluster 2024-09-10T19:42:46.591911+0000 mon.a (mon.0) 985 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T19:42:47.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:46 smithi155 bash[59709]: cluster 2024-09-10T19:42:46.593118+0000 mon.a (mon.0) 986 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T19:42:47.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:46 smithi155 bash[59709]: cluster 2024-09-10T19:42:46.593365+0000 mon.a (mon.0) 987 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T19:42:47.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:46 smithi155 bash[59709]: cluster 2024-09-10T19:42:46.593524+0000 mon.a (mon.0) 988 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T19:42:47.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:46 smithi155 bash[59709]: cluster 2024-09-10T19:42:46.594006+0000 mon.a (mon.0) 989 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T19:42:47.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:46 smithi155 bash[59709]: cluster 2024-09-10T19:42:46.594200+0000 mon.a (mon.0) 990 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T19:42:47.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:46 smithi155 bash[59709]: cluster 2024-09-10T19:42:46.594474+0000 mon.a (mon.0) 991 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T19:42:47.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:46 smithi155 bash[59709]: cluster 2024-09-10T19:42:46.594733+0000 mon.a (mon.0) 992 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-10T19:42:47.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:46 smithi155 bash[59709]: cluster 2024-09-10T19:42:46.594992+0000 mon.a (mon.0) 993 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T19:42:47.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:46 smithi155 bash[59709]: cluster 2024-09-10T19:42:46.595248+0000 mon.a (mon.0) 994 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T19:42:47.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:46 smithi155 bash[59709]: cluster 2024-09-10T19:42:46.595503+0000 mon.a (mon.0) 995 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T19:42:47.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:46 smithi155 bash[59709]: cluster 2024-09-10T19:42:46.745570+0000 mon.a (mon.0) 996 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T19:42:47.431 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:42:47 smithi189 bash[60660]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-osd.6 2024-09-10T19:42:47.431 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:42:47 smithi189 bash[60731]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-osd.6 2024-09-10T19:42:48.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:47 smithi189 bash[38194]: cluster 2024-09-10T19:42:46.883381+0000 mon.a (mon.0) 997 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:42:48.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:47 smithi189 bash[38194]: cluster 2024-09-10T19:42:46.899043+0000 mon.a (mon.0) 998 : cluster [DBG] osdmap e96: 8 total, 7 up, 8 in 2024-09-10T19:42:48.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:47 smithi189 bash[38194]: audit 2024-09-10T19:42:47.628645+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.0", "id": [3, 6]}]: dispatch 2024-09-10T19:42:48.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:47 smithi189 bash[38194]: audit 2024-09-10T19:42:47.629494+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 6]}]: dispatch 2024-09-10T19:42:48.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:47 smithi189 bash[38194]: audit 2024-09-10T19:42:47.630133+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:42:48.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:47 smithi189 bash[38194]: audit 2024-09-10T19:42:47.630715+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5, 4, 0]}]: dispatch 2024-09-10T19:42:48.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:47 smithi189 bash[38194]: audit 2024-09-10T19:42:47.631195+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 6]}]: dispatch 2024-09-10T19:42:48.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:47 smithi189 bash[38194]: audit 2024-09-10T19:42:47.631754+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T19:42:48.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:47 smithi189 bash[38194]: audit 2024-09-10T19:42:47.632364+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 6]}]: dispatch 2024-09-10T19:42:48.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:47 smithi189 bash[38194]: audit 2024-09-10T19:42:47.632932+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [3, 2]}]: dispatch 2024-09-10T19:42:48.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:47 smithi189 bash[38194]: audit 2024-09-10T19:42:47.633468+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [3, 6]}]: dispatch 2024-09-10T19:42:48.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:47 smithi155 bash[53909]: cluster 2024-09-10T19:42:46.883381+0000 mon.a (mon.0) 997 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:42:48.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:47 smithi155 bash[53909]: cluster 2024-09-10T19:42:46.899043+0000 mon.a (mon.0) 998 : cluster [DBG] osdmap e96: 8 total, 7 up, 8 in 2024-09-10T19:42:48.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:47 smithi155 bash[53909]: audit 2024-09-10T19:42:47.628645+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.0", "id": [3, 6]}]: dispatch 2024-09-10T19:42:48.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:47 smithi155 bash[53909]: audit 2024-09-10T19:42:47.629494+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 6]}]: dispatch 2024-09-10T19:42:48.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:47 smithi155 bash[53909]: audit 2024-09-10T19:42:47.630133+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:42:48.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:47 smithi155 bash[53909]: audit 2024-09-10T19:42:47.630715+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5, 4, 0]}]: dispatch 2024-09-10T19:42:48.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:47 smithi155 bash[53909]: audit 2024-09-10T19:42:47.631195+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 6]}]: dispatch 2024-09-10T19:42:48.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:47 smithi155 bash[53909]: audit 2024-09-10T19:42:47.631754+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T19:42:48.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:47 smithi155 bash[53909]: audit 2024-09-10T19:42:47.632364+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 6]}]: dispatch 2024-09-10T19:42:48.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:47 smithi155 bash[53909]: audit 2024-09-10T19:42:47.632932+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [3, 2]}]: dispatch 2024-09-10T19:42:48.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:47 smithi155 bash[53909]: audit 2024-09-10T19:42:47.633468+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [3, 6]}]: dispatch 2024-09-10T19:42:48.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:47 smithi155 bash[59709]: cluster 2024-09-10T19:42:46.883381+0000 mon.a (mon.0) 997 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:42:48.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:47 smithi155 bash[59709]: cluster 2024-09-10T19:42:46.899043+0000 mon.a (mon.0) 998 : cluster [DBG] osdmap e96: 8 total, 7 up, 8 in 2024-09-10T19:42:48.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:47 smithi155 bash[59709]: audit 2024-09-10T19:42:47.628645+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.0", "id": [3, 6]}]: dispatch 2024-09-10T19:42:48.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:47 smithi155 bash[59709]: audit 2024-09-10T19:42:47.629494+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 6]}]: dispatch 2024-09-10T19:42:48.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:47 smithi155 bash[59709]: audit 2024-09-10T19:42:47.630133+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:42:48.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:47 smithi155 bash[59709]: audit 2024-09-10T19:42:47.630715+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5, 4, 0]}]: dispatch 2024-09-10T19:42:48.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:47 smithi155 bash[59709]: audit 2024-09-10T19:42:47.631195+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 6]}]: dispatch 2024-09-10T19:42:48.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:47 smithi155 bash[59709]: audit 2024-09-10T19:42:47.631754+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T19:42:48.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:47 smithi155 bash[59709]: audit 2024-09-10T19:42:47.632364+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 6]}]: dispatch 2024-09-10T19:42:48.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:47 smithi155 bash[59709]: audit 2024-09-10T19:42:47.632932+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [3, 2]}]: dispatch 2024-09-10T19:42:48.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:47 smithi155 bash[59709]: audit 2024-09-10T19:42:47.633468+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [3, 6]}]: dispatch 2024-09-10T19:42:48.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:48 smithi189 bash[38194]: cluster 2024-09-10T19:42:47.711848+0000 mgr.y (mgr.54108) 333 : cluster [DBG] pgmap v214: 129 pgs: 13 stale+active+clean, 116 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:42:48.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:48 smithi189 bash[38194]: cluster 2024-09-10T19:42:47.906807+0000 mon.a (mon.0) 1008 : cluster [DBG] osdmap e97: 8 total, 7 up, 8 in 2024-09-10T19:42:49.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:48 smithi155 bash[53909]: cluster 2024-09-10T19:42:47.711848+0000 mgr.y (mgr.54108) 333 : cluster [DBG] pgmap v214: 129 pgs: 13 stale+active+clean, 116 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:42:49.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:48 smithi155 bash[53909]: cluster 2024-09-10T19:42:47.906807+0000 mon.a (mon.0) 1008 : cluster [DBG] osdmap e97: 8 total, 7 up, 8 in 2024-09-10T19:42:49.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:48 smithi155 bash[59709]: cluster 2024-09-10T19:42:47.711848+0000 mgr.y (mgr.54108) 333 : cluster [DBG] pgmap v214: 129 pgs: 13 stale+active+clean, 116 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:42:49.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:48 smithi155 bash[59709]: cluster 2024-09-10T19:42:47.906807+0000 mon.a (mon.0) 1008 : cluster [DBG] osdmap e97: 8 total, 7 up, 8 in 2024-09-10T19:42:49.952 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:42:49 smithi189 systemd[1]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968@osd.6.service: Succeeded. 2024-09-10T19:42:49.952 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:42:49 smithi189 systemd[1]: Stopped Ceph osd.6 for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:42:49.952 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:42:49 smithi189 systemd[1]: Started Ceph osd.6 for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:42:50.007 INFO:teuthology.orchestra.run.smithi155.stdout:true 2024-09-10T19:42:50.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:49 smithi155 bash[53909]: cluster 2024-09-10T19:42:49.903972+0000 mon.a (mon.0) 1009 : cluster [WRN] Health check failed: Degraded data redundancy: 39/612 objects degraded (6.373%), 8 pgs degraded (PG_DEGRADED) 2024-09-10T19:42:50.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:49 smithi155 bash[53909]: audit 2024-09-10T19:42:49.914346+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:42:50.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:49 smithi155 bash[53909]: audit 2024-09-10T19:42:49.920649+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:50.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:49 smithi155 bash[53909]: audit 2024-09-10T19:42:49.926140+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:50.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:49 smithi155 bash[53909]: audit 2024-09-10T19:42:49.930245+0000 mon.a (mon.0) 1013 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:42:50.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:49 smithi155 bash[59709]: cluster 2024-09-10T19:42:49.903972+0000 mon.a (mon.0) 1009 : cluster [WRN] Health check failed: Degraded data redundancy: 39/612 objects degraded (6.373%), 8 pgs degraded (PG_DEGRADED) 2024-09-10T19:42:50.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:49 smithi155 bash[59709]: audit 2024-09-10T19:42:49.914346+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:42:50.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:49 smithi155 bash[59709]: audit 2024-09-10T19:42:49.920649+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:50.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:49 smithi155 bash[59709]: audit 2024-09-10T19:42:49.926140+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:50.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:49 smithi155 bash[59709]: audit 2024-09-10T19:42:49.930245+0000 mon.a (mon.0) 1013 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:42:50.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:49 smithi189 bash[38194]: cluster 2024-09-10T19:42:49.903972+0000 mon.a (mon.0) 1009 : cluster [WRN] Health check failed: Degraded data redundancy: 39/612 objects degraded (6.373%), 8 pgs degraded (PG_DEGRADED) 2024-09-10T19:42:50.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:49 smithi189 bash[38194]: audit 2024-09-10T19:42:49.914346+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:42:50.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:49 smithi189 bash[38194]: audit 2024-09-10T19:42:49.920649+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:50.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:49 smithi189 bash[38194]: audit 2024-09-10T19:42:49.926140+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:50.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:49 smithi189 bash[38194]: audit 2024-09-10T19:42:49.930245+0000 mon.a (mon.0) 1013 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:42:50.785 INFO:teuthology.orchestra.run.smithi155.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:42:50.786 INFO:teuthology.orchestra.run.smithi155.stdout:alertmanager.a smithi155 running (9m) 81s ago 35m 17.9M - 0.25.0 c8568f914cd2 d240bc57c001 2024-09-10T19:42:50.786 INFO:teuthology.orchestra.run.smithi155.stdout:grafana.a smithi189 running (8m) 23s ago 35m 82.2M - 9.4.7 954c08fa6188 2e57a3903209 2024-09-10T19:42:50.786 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.x smithi189 *:8443 running (11m) 23s ago 40m 394M - 17.2.7-1606-g5be57395 4c55dd409611 1e9c1f896a72 2024-09-10T19:42:50.786 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.y smithi155 *:8443 running (21m) 81s ago 41m 439M - 17.2.7-1606-g5be57395 4c55dd409611 c3f6bb49e60e 2024-09-10T19:42:50.786 INFO:teuthology.orchestra.run.smithi155.stdout:mon.a smithi155 running (6m) 81s ago 41m 71.0M 2048M 17.2.7-1606-g5be57395 4c55dd409611 7e033880dcd4 2024-09-10T19:42:50.786 INFO:teuthology.orchestra.run.smithi155.stdout:mon.b smithi189 running (7m) 23s ago 40m 71.2M 2048M 17.2.7-1606-g5be57395 4c55dd409611 f29d1decbead 2024-09-10T19:42:50.786 INFO:teuthology.orchestra.run.smithi155.stdout:mon.c smithi155 running (5m) 81s ago 40m 60.4M 2048M 17.2.7-1606-g5be57395 4c55dd409611 0fb56f4ad9b8 2024-09-10T19:42:50.786 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.a smithi155 running (10m) 81s ago 35m 11.6M - 1.5.0 0da6a335fe13 75a6b4940d3d 2024-09-10T19:42:50.786 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.b smithi189 running (10m) 23s ago 35m 11.5M - 1.5.0 0da6a335fe13 57c4129454db 2024-09-10T19:42:50.786 INFO:teuthology.orchestra.run.smithi155.stdout:osd.0 smithi155 running (4m) 81s ago 39m 47.6M 4096M 17.2.7-1606-g5be57395 4c55dd409611 b557248a0039 2024-09-10T19:42:50.786 INFO:teuthology.orchestra.run.smithi155.stdout:osd.1 smithi155 running (3m) 81s ago 39m 49.6M 4096M 17.2.7-1606-g5be57395 4c55dd409611 ef5d355b8775 2024-09-10T19:42:50.786 INFO:teuthology.orchestra.run.smithi155.stdout:osd.2 smithi155 running (2m) 81s ago 38m 44.0M 4096M 17.2.7-1606-g5be57395 4c55dd409611 2488e72c183e 2024-09-10T19:42:50.786 INFO:teuthology.orchestra.run.smithi155.stdout:osd.3 smithi155 running (85s) 81s ago 38m - 4096M 17.2.7-1606-g5be57395 4c55dd409611 ea9cecf319a4 2024-09-10T19:42:50.786 INFO:teuthology.orchestra.run.smithi155.stdout:osd.4 smithi189 running (57s) 23s ago 37m 47.5M 4096M 17.2.7-1606-g5be57395 4c55dd409611 f793c798592a 2024-09-10T19:42:50.787 INFO:teuthology.orchestra.run.smithi155.stdout:osd.5 smithi189 running (28s) 23s ago 37m - 4096M 17.2.7-1606-g5be57395 4c55dd409611 c21b241b8af1 2024-09-10T19:42:50.787 INFO:teuthology.orchestra.run.smithi155.stdout:osd.6 smithi189 starting - - - 4096M 2024-09-10T19:42:50.787 INFO:teuthology.orchestra.run.smithi155.stdout:osd.7 smithi189 running (36m) 23s ago 36m 64.6M 4096M 15.2.0 204a01f9b0b6 fb02b608dde7 2024-09-10T19:42:50.787 INFO:teuthology.orchestra.run.smithi155.stdout:prometheus.a smithi189 running (9m) 23s ago 35m 54.6M - 2.43.0 a07b618ecd1d a68b682055db 2024-09-10T19:42:50.787 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi155.ehnnyk smithi155 running (33m) 81s ago 33m 57.3M - 15.2.0 204a01f9b0b6 48687c7a211a 2024-09-10T19:42:50.787 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi189.dwpibf smithi189 running (33m) 23s ago 33m 57.0M - 15.2.0 204a01f9b0b6 6bddcdbdbf0b 2024-09-10T19:42:51.233 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:42:51.233 INFO:teuthology.orchestra.run.smithi155.stdout: "mon": { 2024-09-10T19:42:51.233 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 3 2024-09-10T19:42:51.233 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:42:51.233 INFO:teuthology.orchestra.run.smithi155.stdout: "mgr": { 2024-09-10T19:42:51.233 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:42:51.234 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:42:51.234 INFO:teuthology.orchestra.run.smithi155.stdout: "osd": { 2024-09-10T19:42:51.234 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2024-09-10T19:42:51.234 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 6 2024-09-10T19:42:51.234 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:42:51.234 INFO:teuthology.orchestra.run.smithi155.stdout: "rgw": { 2024-09-10T19:42:51.234 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-10T19:42:51.234 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:42:51.234 INFO:teuthology.orchestra.run.smithi155.stdout: "overall": { 2024-09-10T19:42:51.234 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3, 2024-09-10T19:42:51.234 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 11 2024-09-10T19:42:51.234 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-10T19:42:51.234 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:42:51.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:50 smithi155 bash[53909]: cluster 2024-09-10T19:42:49.713337+0000 mgr.y (mgr.54108) 334 : cluster [DBG] pgmap v216: 129 pgs: 13 active+undersized, 8 peering, 4 stale+active+clean, 8 active+undersized+degraded, 96 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 39/612 objects degraded (6.373%) 2024-09-10T19:42:51.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:50 smithi155 bash[53909]: audit 2024-09-10T19:42:49.991982+0000 mgr.y (mgr.54108) 335 : audit [DBG] from='client.54498 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:42:51.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:50 smithi155 bash[53909]: audit 2024-09-10T19:42:50.763713+0000 mon.a (mon.0) 1014 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:42:51.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:50 smithi155 bash[53909]: audit 2024-09-10T19:42:50.764659+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:42:51.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:50 smithi155 bash[53909]: audit 2024-09-10T19:42:50.765495+0000 mon.a (mon.0) 1016 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:51.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:50 smithi155 bash[53909]: audit 2024-09-10T19:42:50.766289+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:51.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:50 smithi155 bash[53909]: audit 2024-09-10T19:42:50.767040+0000 mon.a (mon.0) 1018 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:51.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:50 smithi155 bash[53909]: audit 2024-09-10T19:42:50.767788+0000 mon.a (mon.0) 1019 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:51.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:50 smithi155 bash[53909]: audit 2024-09-10T19:42:50.772476+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:42:51.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:50 smithi155 bash[53909]: audit 2024-09-10T19:42:50.773067+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:51.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:50 smithi155 bash[53909]: audit 2024-09-10T19:42:50.773623+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:51.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:50 smithi155 bash[53909]: audit 2024-09-10T19:42:50.774172+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:51.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:50 smithi155 bash[53909]: audit 2024-09-10T19:42:50.774566+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:51.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:50 smithi155 bash[59709]: cluster 2024-09-10T19:42:49.713337+0000 mgr.y (mgr.54108) 334 : cluster [DBG] pgmap v216: 129 pgs: 13 active+undersized, 8 peering, 4 stale+active+clean, 8 active+undersized+degraded, 96 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 39/612 objects degraded (6.373%) 2024-09-10T19:42:51.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:50 smithi155 bash[59709]: audit 2024-09-10T19:42:49.991982+0000 mgr.y (mgr.54108) 335 : audit [DBG] from='client.54498 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:42:51.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:50 smithi155 bash[59709]: audit 2024-09-10T19:42:50.763713+0000 mon.a (mon.0) 1014 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:42:51.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:50 smithi155 bash[59709]: audit 2024-09-10T19:42:50.764659+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:42:51.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:50 smithi155 bash[59709]: audit 2024-09-10T19:42:50.765495+0000 mon.a (mon.0) 1016 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:51.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:50 smithi155 bash[59709]: audit 2024-09-10T19:42:50.766289+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:51.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:50 smithi155 bash[59709]: audit 2024-09-10T19:42:50.767040+0000 mon.a (mon.0) 1018 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:51.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:50 smithi155 bash[59709]: audit 2024-09-10T19:42:50.767788+0000 mon.a (mon.0) 1019 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:51.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:50 smithi155 bash[59709]: audit 2024-09-10T19:42:50.772476+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:42:51.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:50 smithi155 bash[59709]: audit 2024-09-10T19:42:50.773067+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:51.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:50 smithi155 bash[59709]: audit 2024-09-10T19:42:50.773623+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:51.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:50 smithi155 bash[59709]: audit 2024-09-10T19:42:50.774172+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:51.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:50 smithi155 bash[59709]: audit 2024-09-10T19:42:50.774566+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:51.434 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:50 smithi189 bash[38194]: cluster 2024-09-10T19:42:49.713337+0000 mgr.y (mgr.54108) 334 : cluster [DBG] pgmap v216: 129 pgs: 13 active+undersized, 8 peering, 4 stale+active+clean, 8 active+undersized+degraded, 96 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 39/612 objects degraded (6.373%) 2024-09-10T19:42:51.434 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:50 smithi189 bash[38194]: audit 2024-09-10T19:42:49.991982+0000 mgr.y (mgr.54108) 335 : audit [DBG] from='client.54498 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:42:51.434 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:50 smithi189 bash[38194]: audit 2024-09-10T19:42:50.763713+0000 mon.a (mon.0) 1014 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:42:51.434 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:50 smithi189 bash[38194]: audit 2024-09-10T19:42:50.764659+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:42:51.434 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:50 smithi189 bash[38194]: audit 2024-09-10T19:42:50.765495+0000 mon.a (mon.0) 1016 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:51.434 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:50 smithi189 bash[38194]: audit 2024-09-10T19:42:50.766289+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:51.434 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:50 smithi189 bash[38194]: audit 2024-09-10T19:42:50.767040+0000 mon.a (mon.0) 1018 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:51.434 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:50 smithi189 bash[38194]: audit 2024-09-10T19:42:50.767788+0000 mon.a (mon.0) 1019 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:51.434 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:50 smithi189 bash[38194]: audit 2024-09-10T19:42:50.772476+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:42:51.434 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:50 smithi189 bash[38194]: audit 2024-09-10T19:42:50.773067+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:51.435 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:50 smithi189 bash[38194]: audit 2024-09-10T19:42:50.773623+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:51.435 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:50 smithi189 bash[38194]: audit 2024-09-10T19:42:50.774172+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:51.435 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:50 smithi189 bash[38194]: audit 2024-09-10T19:42:50.774566+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:42:51.629 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:42:51.630 INFO:teuthology.orchestra.run.smithi155.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T19:42:51.630 INFO:teuthology.orchestra.run.smithi155.stdout: "in_progress": true, 2024-09-10T19:42:51.630 INFO:teuthology.orchestra.run.smithi155.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-10T19:42:51.630 INFO:teuthology.orchestra.run.smithi155.stdout: "services_complete": [], 2024-09-10T19:42:51.630 INFO:teuthology.orchestra.run.smithi155.stdout: "progress": "6/8 daemons upgraded", 2024-09-10T19:42:51.630 INFO:teuthology.orchestra.run.smithi155.stdout: "message": "Currently upgrading osd daemons", 2024-09-10T19:42:51.630 INFO:teuthology.orchestra.run.smithi155.stdout: "is_paused": false 2024-09-10T19:42:51.630 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:42:51.702 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:42:51 smithi189 bash[60925]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-10T19:42:51.702 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:42:51 smithi189 bash[60925]: 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-10T19:42:51.702 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:42:51 smithi189 bash[60925]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-10T19:42:51.702 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:42:51 smithi189 bash[60925]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-10T19:42:51.703 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:42:51 smithi189 bash[60925]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-09-10T19:42:51.703 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:42:51 smithi189 bash[60925]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-10T19:42:51.703 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:42:51 smithi189 bash[60925]: --> ceph-volume raw activate successful for osd ID: 6 2024-09-10T19:42:51.972 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:51 smithi189 bash[38194]: audit 2024-09-10T19:42:50.389755+0000 mgr.y (mgr.54108) 336 : audit [DBG] from='client.54504 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:42:51.972 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:51 smithi189 bash[38194]: audit 2024-09-10T19:42:50.758542+0000 mgr.y (mgr.54108) 337 : audit [DBG] from='client.64444 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:42:52.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:51 smithi189 bash[38194]: audit 2024-09-10T19:42:51.231146+0000 mon.a (mon.0) 1025 : audit [DBG] from='client.54516 172.21.15.155:0/1850404689' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:42:52.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:51 smithi155 bash[53909]: audit 2024-09-10T19:42:50.389755+0000 mgr.y (mgr.54108) 336 : audit [DBG] from='client.54504 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:42:52.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:51 smithi155 bash[53909]: audit 2024-09-10T19:42:50.758542+0000 mgr.y (mgr.54108) 337 : audit [DBG] from='client.64444 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:42:52.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:51 smithi155 bash[53909]: audit 2024-09-10T19:42:51.231146+0000 mon.a (mon.0) 1025 : audit [DBG] from='client.54516 172.21.15.155:0/1850404689' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:42:52.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:51 smithi155 bash[59709]: audit 2024-09-10T19:42:50.389755+0000 mgr.y (mgr.54108) 336 : audit [DBG] from='client.54504 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:42:52.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:51 smithi155 bash[59709]: audit 2024-09-10T19:42:50.758542+0000 mgr.y (mgr.54108) 337 : audit [DBG] from='client.64444 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:42:52.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:51 smithi155 bash[59709]: audit 2024-09-10T19:42:51.231146+0000 mon.a (mon.0) 1025 : audit [DBG] from='client.54516 172.21.15.155:0/1850404689' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:42:53.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:52 smithi155 bash[53909]: audit 2024-09-10T19:42:51.627359+0000 mgr.y (mgr.54108) 338 : audit [DBG] from='client.64456 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:42:53.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:52 smithi155 bash[53909]: cluster 2024-09-10T19:42:51.714743+0000 mgr.y (mgr.54108) 339 : cluster [DBG] pgmap v217: 129 pgs: 22 active+undersized, 8 peering, 13 active+undersized+degraded, 86 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 61/612 objects degraded (9.967%) 2024-09-10T19:42:53.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:52 smithi155 bash[59709]: audit 2024-09-10T19:42:51.627359+0000 mgr.y (mgr.54108) 338 : audit [DBG] from='client.64456 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:42:53.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:52 smithi155 bash[59709]: cluster 2024-09-10T19:42:51.714743+0000 mgr.y (mgr.54108) 339 : cluster [DBG] pgmap v217: 129 pgs: 22 active+undersized, 8 peering, 13 active+undersized+degraded, 86 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 61/612 objects degraded (9.967%) 2024-09-10T19:42:53.376 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:52 smithi189 bash[38194]: audit 2024-09-10T19:42:51.627359+0000 mgr.y (mgr.54108) 338 : audit [DBG] from='client.64456 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:42:53.376 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:52 smithi189 bash[38194]: cluster 2024-09-10T19:42:51.714743+0000 mgr.y (mgr.54108) 339 : cluster [DBG] pgmap v217: 129 pgs: 22 active+undersized, 8 peering, 13 active+undersized+degraded, 86 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 61/612 objects degraded (9.967%) 2024-09-10T19:42:53.702 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:42:53 smithi189 bash[61224]: debug 2024-09-10T19:42:53.480+0000 7fab3871f640 1 -- 172.21.15.189:0/2439096536 <== mon.2 v2:172.21.15.189:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55f3a284ad00 con 0x55f3a281d000 2024-09-10T19:42:54.452 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:42:54 smithi189 bash[61224]: debug 2024-09-10T19:42:54.028+0000 7fab3af87440 -1 Falling back to public interface 2024-09-10T19:42:55.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:54 smithi155 bash[53909]: cluster 2024-09-10T19:42:53.715902+0000 mgr.y (mgr.54108) 340 : cluster [DBG] pgmap v218: 129 pgs: 27 active+undersized, 16 active+undersized+degraded, 86 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 72/612 objects degraded (11.765%) 2024-09-10T19:42:55.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:54 smithi155 bash[59709]: cluster 2024-09-10T19:42:53.715902+0000 mgr.y (mgr.54108) 340 : cluster [DBG] pgmap v218: 129 pgs: 27 active+undersized, 16 active+undersized+degraded, 86 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 72/612 objects degraded (11.765%) 2024-09-10T19:42:55.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:54 smithi189 bash[38194]: cluster 2024-09-10T19:42:53.715902+0000 mgr.y (mgr.54108) 340 : cluster [DBG] pgmap v218: 129 pgs: 27 active+undersized, 16 active+undersized+degraded, 86 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 72/612 objects degraded (11.765%) 2024-09-10T19:42:56.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:55 smithi155 bash[53909]: cluster 2024-09-10T19:42:55.595095+0000 mon.a (mon.0) 1026 : cluster [WRN] Health check update: Degraded data redundancy: 72/612 objects degraded (11.765%), 16 pgs degraded (PG_DEGRADED) 2024-09-10T19:42:56.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:55 smithi155 bash[59709]: cluster 2024-09-10T19:42:55.595095+0000 mon.a (mon.0) 1026 : cluster [WRN] Health check update: Degraded data redundancy: 72/612 objects degraded (11.765%), 16 pgs degraded (PG_DEGRADED) 2024-09-10T19:42:56.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:55 smithi189 bash[38194]: cluster 2024-09-10T19:42:55.595095+0000 mon.a (mon.0) 1026 : cluster [WRN] Health check update: Degraded data redundancy: 72/612 objects degraded (11.765%), 16 pgs degraded (PG_DEGRADED) 2024-09-10T19:42:57.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:56 smithi155 bash[53909]: cluster 2024-09-10T19:42:55.717277+0000 mgr.y (mgr.54108) 341 : cluster [DBG] pgmap v219: 129 pgs: 27 active+undersized, 16 active+undersized+degraded, 86 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 72/612 objects degraded (11.765%) 2024-09-10T19:42:57.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:56 smithi155 bash[59709]: cluster 2024-09-10T19:42:55.717277+0000 mgr.y (mgr.54108) 341 : cluster [DBG] pgmap v219: 129 pgs: 27 active+undersized, 16 active+undersized+degraded, 86 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 72/612 objects degraded (11.765%) 2024-09-10T19:42:57.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:56 smithi189 bash[38194]: cluster 2024-09-10T19:42:55.717277+0000 mgr.y (mgr.54108) 341 : cluster [DBG] pgmap v219: 129 pgs: 27 active+undersized, 16 active+undersized+degraded, 86 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 72/612 objects degraded (11.765%) 2024-09-10T19:42:57.452 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:42:56 smithi189 bash[61224]: debug 2024-09-10T19:42:56.987+0000 7fab3af87440 -1 osd.6 0 read_superblock omap replica is missing. 2024-09-10T19:42:57.452 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:42:57 smithi189 bash[61224]: debug 2024-09-10T19:42:57.027+0000 7fab3af87440 -1 osd.6 95 log_to_monitors true 2024-09-10T19:42:58.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:57 smithi155 bash[53909]: audit 2024-09-10T19:42:57.034274+0000 mon.b (mon.2) 14 : audit [INF] from='osd.6 [v2:172.21.15.189:6816/3468163820,v1:172.21.15.189:6817/3468163820]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T19:42:58.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:57 smithi155 bash[53909]: audit 2024-09-10T19:42:57.034958+0000 mon.a (mon.0) 1027 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T19:42:58.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:57 smithi155 bash[53909]: audit 2024-09-10T19:42:57.202870+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:42:58.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:57 smithi155 bash[53909]: audit 2024-09-10T19:42:57.210739+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:58.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:57 smithi155 bash[53909]: audit 2024-09-10T19:42:57.220814+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:58.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:57 smithi155 bash[53909]: audit 2024-09-10T19:42:57.601106+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:42:58.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:57 smithi155 bash[53909]: audit 2024-09-10T19:42:57.821816+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:42:58.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:57 smithi155 bash[53909]: audit 2024-09-10T19:42:57.830379+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:58.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:57 smithi155 bash[53909]: audit 2024-09-10T19:42:57.841631+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:58.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:57 smithi155 bash[53909]: audit 2024-09-10T19:42:57.843898+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:42:58.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:57 smithi155 bash[59709]: audit 2024-09-10T19:42:57.034274+0000 mon.b (mon.2) 14 : audit [INF] from='osd.6 [v2:172.21.15.189:6816/3468163820,v1:172.21.15.189:6817/3468163820]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T19:42:58.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:57 smithi155 bash[59709]: audit 2024-09-10T19:42:57.034958+0000 mon.a (mon.0) 1027 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T19:42:58.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:57 smithi155 bash[59709]: audit 2024-09-10T19:42:57.202870+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:42:58.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:57 smithi155 bash[59709]: audit 2024-09-10T19:42:57.210739+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:58.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:57 smithi155 bash[59709]: audit 2024-09-10T19:42:57.220814+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:58.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:57 smithi155 bash[59709]: audit 2024-09-10T19:42:57.601106+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:42:58.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:57 smithi155 bash[59709]: audit 2024-09-10T19:42:57.821816+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:42:58.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:57 smithi155 bash[59709]: audit 2024-09-10T19:42:57.830379+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:58.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:57 smithi155 bash[59709]: audit 2024-09-10T19:42:57.841631+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:58.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:57 smithi155 bash[59709]: audit 2024-09-10T19:42:57.843898+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:42:58.452 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:42:58 smithi189 bash[61224]: debug 2024-09-10T19:42:58.023+0000 7fab2f52c640 -1 osd.6 95 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T19:42:58.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:57 smithi189 bash[38194]: audit 2024-09-10T19:42:57.034274+0000 mon.b (mon.2) 14 : audit [INF] from='osd.6 [v2:172.21.15.189:6816/3468163820,v1:172.21.15.189:6817/3468163820]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T19:42:58.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:57 smithi189 bash[38194]: audit 2024-09-10T19:42:57.034958+0000 mon.a (mon.0) 1027 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T19:42:58.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:57 smithi189 bash[38194]: audit 2024-09-10T19:42:57.202870+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:42:58.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:57 smithi189 bash[38194]: audit 2024-09-10T19:42:57.210739+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:58.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:57 smithi189 bash[38194]: audit 2024-09-10T19:42:57.220814+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:58.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:57 smithi189 bash[38194]: audit 2024-09-10T19:42:57.601106+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:42:58.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:57 smithi189 bash[38194]: audit 2024-09-10T19:42:57.821816+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:42:58.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:57 smithi189 bash[38194]: audit 2024-09-10T19:42:57.830379+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:58.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:57 smithi189 bash[38194]: audit 2024-09-10T19:42:57.841631+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:42:58.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:57 smithi189 bash[38194]: audit 2024-09-10T19:42:57.843898+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:42:59.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:59 smithi155 bash[53909]: cluster 2024-09-10T19:42:57.718267+0000 mgr.y (mgr.54108) 342 : cluster [DBG] pgmap v220: 129 pgs: 27 active+undersized, 16 active+undersized+degraded, 86 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 72/612 objects degraded (11.765%) 2024-09-10T19:42:59.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:59 smithi155 bash[53909]: audit 2024-09-10T19:42:58.009623+0000 mon.a (mon.0) 1036 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-10T19:42:59.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:59 smithi155 bash[53909]: cluster 2024-09-10T19:42:58.009792+0000 mon.a (mon.0) 1037 : cluster [DBG] osdmap e98: 8 total, 7 up, 8 in 2024-09-10T19:42:59.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:59 smithi155 bash[53909]: audit 2024-09-10T19:42:58.012338+0000 mon.b (mon.2) 15 : audit [INF] from='osd.6 [v2:172.21.15.189:6816/3468163820,v1:172.21.15.189:6817/3468163820]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:42:59.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:42:59 smithi155 bash[53909]: audit 2024-09-10T19:42:58.013090+0000 mon.a (mon.0) 1038 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:42:59.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:59 smithi155 bash[59709]: cluster 2024-09-10T19:42:57.718267+0000 mgr.y (mgr.54108) 342 : cluster [DBG] pgmap v220: 129 pgs: 27 active+undersized, 16 active+undersized+degraded, 86 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 72/612 objects degraded (11.765%) 2024-09-10T19:42:59.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:59 smithi155 bash[59709]: audit 2024-09-10T19:42:58.009623+0000 mon.a (mon.0) 1036 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-10T19:42:59.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:59 smithi155 bash[59709]: cluster 2024-09-10T19:42:58.009792+0000 mon.a (mon.0) 1037 : cluster [DBG] osdmap e98: 8 total, 7 up, 8 in 2024-09-10T19:42:59.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:59 smithi155 bash[59709]: audit 2024-09-10T19:42:58.012338+0000 mon.b (mon.2) 15 : audit [INF] from='osd.6 [v2:172.21.15.189:6816/3468163820,v1:172.21.15.189:6817/3468163820]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:42:59.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:42:59 smithi155 bash[59709]: audit 2024-09-10T19:42:58.013090+0000 mon.a (mon.0) 1038 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:42:59.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:59 smithi189 bash[38194]: cluster 2024-09-10T19:42:57.718267+0000 mgr.y (mgr.54108) 342 : cluster [DBG] pgmap v220: 129 pgs: 27 active+undersized, 16 active+undersized+degraded, 86 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 72/612 objects degraded (11.765%) 2024-09-10T19:42:59.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:59 smithi189 bash[38194]: audit 2024-09-10T19:42:58.009623+0000 mon.a (mon.0) 1036 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-10T19:42:59.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:59 smithi189 bash[38194]: cluster 2024-09-10T19:42:58.009792+0000 mon.a (mon.0) 1037 : cluster [DBG] osdmap e98: 8 total, 7 up, 8 in 2024-09-10T19:42:59.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:59 smithi189 bash[38194]: audit 2024-09-10T19:42:58.012338+0000 mon.b (mon.2) 15 : audit [INF] from='osd.6 [v2:172.21.15.189:6816/3468163820,v1:172.21.15.189:6817/3468163820]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:42:59.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:42:59 smithi189 bash[38194]: audit 2024-09-10T19:42:58.013090+0000 mon.a (mon.0) 1038 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:43:00.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:00 smithi155 bash[53909]: cluster 2024-09-10T19:42:59.005701+0000 mon.a (mon.0) 1039 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:43:00.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:00 smithi155 bash[53909]: cluster 2024-09-10T19:42:59.014879+0000 mon.a (mon.0) 1040 : cluster [INF] osd.6 [v2:172.21.15.189:6816/3468163820,v1:172.21.15.189:6817/3468163820] boot 2024-09-10T19:43:00.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:00 smithi155 bash[53909]: cluster 2024-09-10T19:42:59.014979+0000 mon.a (mon.0) 1041 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2024-09-10T19:43:00.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:00 smithi155 bash[53909]: audit 2024-09-10T19:42:59.019032+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:43:00.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:00 smithi155 bash[53909]: cluster 2024-09-10T19:43:00.018255+0000 mon.a (mon.0) 1043 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2024-09-10T19:43:00.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:00 smithi155 bash[59709]: cluster 2024-09-10T19:42:59.005701+0000 mon.a (mon.0) 1039 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:43:00.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:00 smithi155 bash[59709]: cluster 2024-09-10T19:42:59.014879+0000 mon.a (mon.0) 1040 : cluster [INF] osd.6 [v2:172.21.15.189:6816/3468163820,v1:172.21.15.189:6817/3468163820] boot 2024-09-10T19:43:00.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:00 smithi155 bash[59709]: cluster 2024-09-10T19:42:59.014979+0000 mon.a (mon.0) 1041 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2024-09-10T19:43:00.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:00 smithi155 bash[59709]: audit 2024-09-10T19:42:59.019032+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:43:00.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:00 smithi155 bash[59709]: cluster 2024-09-10T19:43:00.018255+0000 mon.a (mon.0) 1043 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2024-09-10T19:43:00.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:00 smithi189 bash[38194]: cluster 2024-09-10T19:42:59.005701+0000 mon.a (mon.0) 1039 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:43:00.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:00 smithi189 bash[38194]: cluster 2024-09-10T19:42:59.014879+0000 mon.a (mon.0) 1040 : cluster [INF] osd.6 [v2:172.21.15.189:6816/3468163820,v1:172.21.15.189:6817/3468163820] boot 2024-09-10T19:43:00.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:00 smithi189 bash[38194]: cluster 2024-09-10T19:42:59.014979+0000 mon.a (mon.0) 1041 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2024-09-10T19:43:00.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:00 smithi189 bash[38194]: audit 2024-09-10T19:42:59.019032+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:43:00.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:00 smithi189 bash[38194]: cluster 2024-09-10T19:43:00.018255+0000 mon.a (mon.0) 1043 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2024-09-10T19:43:01.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:01 smithi155 bash[53909]: cluster 2024-09-10T19:42:59.719166+0000 mgr.y (mgr.54108) 343 : cluster [DBG] pgmap v223: 129 pgs: 27 active+undersized, 16 active+undersized+degraded, 86 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 72/612 objects degraded (11.765%) 2024-09-10T19:43:01.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:01 smithi155 bash[59709]: cluster 2024-09-10T19:42:59.719166+0000 mgr.y (mgr.54108) 343 : cluster [DBG] pgmap v223: 129 pgs: 27 active+undersized, 16 active+undersized+degraded, 86 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 72/612 objects degraded (11.765%) 2024-09-10T19:43:01.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:01 smithi189 bash[38194]: cluster 2024-09-10T19:42:59.719166+0000 mgr.y (mgr.54108) 343 : cluster [DBG] pgmap v223: 129 pgs: 27 active+undersized, 16 active+undersized+degraded, 86 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 72/612 objects degraded (11.765%) 2024-09-10T19:43:02.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:02 smithi189 bash[38194]: cluster 2024-09-10T19:43:02.040864+0000 mon.a (mon.0) 1044 : cluster [WRN] Health check update: Degraded data redundancy: 53/612 objects degraded (8.660%), 13 pgs degraded (PG_DEGRADED) 2024-09-10T19:43:02.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:02 smithi155 bash[53909]: cluster 2024-09-10T19:43:02.040864+0000 mon.a (mon.0) 1044 : cluster [WRN] Health check update: Degraded data redundancy: 53/612 objects degraded (8.660%), 13 pgs degraded (PG_DEGRADED) 2024-09-10T19:43:02.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:02 smithi155 bash[59709]: cluster 2024-09-10T19:43:02.040864+0000 mon.a (mon.0) 1044 : cluster [WRN] Health check update: Degraded data redundancy: 53/612 objects degraded (8.660%), 13 pgs degraded (PG_DEGRADED) 2024-09-10T19:43:03.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:03 smithi189 bash[38194]: cluster 2024-09-10T19:43:01.720404+0000 mgr.y (mgr.54108) 344 : cluster [DBG] pgmap v225: 129 pgs: 3 activating, 20 active+undersized, 13 active+undersized+degraded, 93 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 53/612 objects degraded (8.660%) 2024-09-10T19:43:03.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:03 smithi155 bash[53909]: cluster 2024-09-10T19:43:01.720404+0000 mgr.y (mgr.54108) 344 : cluster [DBG] pgmap v225: 129 pgs: 3 activating, 20 active+undersized, 13 active+undersized+degraded, 93 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 53/612 objects degraded (8.660%) 2024-09-10T19:43:03.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:03 smithi155 bash[59709]: cluster 2024-09-10T19:43:01.720404+0000 mgr.y (mgr.54108) 344 : cluster [DBG] pgmap v225: 129 pgs: 3 activating, 20 active+undersized, 13 active+undersized+degraded, 93 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 53/612 objects degraded (8.660%) 2024-09-10T19:43:05.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:05 smithi189 bash[38194]: cluster 2024-09-10T19:43:03.721516+0000 mgr.y (mgr.54108) 345 : cluster [DBG] pgmap v226: 129 pgs: 3 activating, 5 active+undersized, 3 active+undersized+degraded, 118 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 14/612 objects degraded (2.288%) 2024-09-10T19:43:05.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:05 smithi155 bash[53909]: cluster 2024-09-10T19:43:03.721516+0000 mgr.y (mgr.54108) 345 : cluster [DBG] pgmap v226: 129 pgs: 3 activating, 5 active+undersized, 3 active+undersized+degraded, 118 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 14/612 objects degraded (2.288%) 2024-09-10T19:43:05.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:05 smithi155 bash[59709]: cluster 2024-09-10T19:43:03.721516+0000 mgr.y (mgr.54108) 345 : cluster [DBG] pgmap v226: 129 pgs: 3 activating, 5 active+undersized, 3 active+undersized+degraded, 118 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 14/612 objects degraded (2.288%) 2024-09-10T19:43:06.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:06 smithi189 bash[38194]: cluster 2024-09-10T19:43:06.100670+0000 mon.a (mon.0) 1045 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 14/612 objects degraded (2.288%), 3 pgs degraded) 2024-09-10T19:43:06.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:06 smithi189 bash[38194]: cluster 2024-09-10T19:43:06.100738+0000 mon.a (mon.0) 1046 : cluster [INF] Cluster is now healthy 2024-09-10T19:43:06.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:06 smithi155 bash[53909]: cluster 2024-09-10T19:43:06.100670+0000 mon.a (mon.0) 1045 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 14/612 objects degraded (2.288%), 3 pgs degraded) 2024-09-10T19:43:06.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:06 smithi155 bash[53909]: cluster 2024-09-10T19:43:06.100738+0000 mon.a (mon.0) 1046 : cluster [INF] Cluster is now healthy 2024-09-10T19:43:06.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:06 smithi155 bash[59709]: cluster 2024-09-10T19:43:06.100670+0000 mon.a (mon.0) 1045 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 14/612 objects degraded (2.288%), 3 pgs degraded) 2024-09-10T19:43:06.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:06 smithi155 bash[59709]: cluster 2024-09-10T19:43:06.100738+0000 mon.a (mon.0) 1046 : cluster [INF] Cluster is now healthy 2024-09-10T19:43:07.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:07 smithi189 bash[38194]: cluster 2024-09-10T19:43:05.722629+0000 mgr.y (mgr.54108) 346 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 132 B/s rd, 0 op/s 2024-09-10T19:43:07.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:07 smithi155 bash[53909]: cluster 2024-09-10T19:43:05.722629+0000 mgr.y (mgr.54108) 346 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 132 B/s rd, 0 op/s 2024-09-10T19:43:07.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:07 smithi155 bash[59709]: cluster 2024-09-10T19:43:05.722629+0000 mgr.y (mgr.54108) 346 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 132 B/s rd, 0 op/s 2024-09-10T19:43:09.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:09 smithi189 bash[38194]: cluster 2024-09-10T19:43:07.723432+0000 mgr.y (mgr.54108) 347 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 117 B/s rd, 0 op/s 2024-09-10T19:43:09.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:09 smithi189 bash[38194]: audit 2024-09-10T19:43:08.406278+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:43:09.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:09 smithi189 bash[38194]: audit 2024-09-10T19:43:08.414905+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:09.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:09 smithi189 bash[38194]: audit 2024-09-10T19:43:08.423467+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:09.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:09 smithi189 bash[38194]: audit 2024-09-10T19:43:08.433365+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:09.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:09 smithi189 bash[38194]: audit 2024-09-10T19:43:08.488386+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:43:09.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:09 smithi189 bash[38194]: audit 2024-09-10T19:43:08.492967+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:09.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:09 smithi189 bash[38194]: audit 2024-09-10T19:43:08.495374+0000 mon.a (mon.0) 1053 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:09.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:09 smithi189 bash[38194]: audit 2024-09-10T19:43:08.497412+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:09.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:09 smithi189 bash[38194]: audit 2024-09-10T19:43:08.500037+0000 mon.a (mon.0) 1055 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-10T19:43:09.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:09 smithi155 bash[53909]: cluster 2024-09-10T19:43:07.723432+0000 mgr.y (mgr.54108) 347 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 117 B/s rd, 0 op/s 2024-09-10T19:43:09.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:09 smithi155 bash[53909]: audit 2024-09-10T19:43:08.406278+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:43:09.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:09 smithi155 bash[53909]: audit 2024-09-10T19:43:08.414905+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:09.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:09 smithi155 bash[53909]: audit 2024-09-10T19:43:08.423467+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:09.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:09 smithi155 bash[53909]: audit 2024-09-10T19:43:08.433365+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:09.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:09 smithi155 bash[53909]: audit 2024-09-10T19:43:08.488386+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:43:09.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:09 smithi155 bash[53909]: audit 2024-09-10T19:43:08.492967+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:09.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:09 smithi155 bash[53909]: audit 2024-09-10T19:43:08.495374+0000 mon.a (mon.0) 1053 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:09.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:09 smithi155 bash[53909]: audit 2024-09-10T19:43:08.497412+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:09.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:09 smithi155 bash[53909]: audit 2024-09-10T19:43:08.500037+0000 mon.a (mon.0) 1055 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-10T19:43:09.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:09 smithi155 bash[59709]: cluster 2024-09-10T19:43:07.723432+0000 mgr.y (mgr.54108) 347 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 117 B/s rd, 0 op/s 2024-09-10T19:43:09.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:09 smithi155 bash[59709]: audit 2024-09-10T19:43:08.406278+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:43:09.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:09 smithi155 bash[59709]: audit 2024-09-10T19:43:08.414905+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:09.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:09 smithi155 bash[59709]: audit 2024-09-10T19:43:08.423467+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:09.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:09 smithi155 bash[59709]: audit 2024-09-10T19:43:08.433365+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:09.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:09 smithi155 bash[59709]: audit 2024-09-10T19:43:08.488386+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:43:09.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:09 smithi155 bash[59709]: audit 2024-09-10T19:43:08.492967+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:09.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:09 smithi155 bash[59709]: audit 2024-09-10T19:43:08.495374+0000 mon.a (mon.0) 1053 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:09.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:09 smithi155 bash[59709]: audit 2024-09-10T19:43:08.497412+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:09.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:09 smithi155 bash[59709]: audit 2024-09-10T19:43:08.500037+0000 mon.a (mon.0) 1055 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-10T19:43:10.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:10 smithi189 bash[38194]: audit 2024-09-10T19:43:08.500388+0000 mgr.y (mgr.54108) 348 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-10T19:43:10.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:10 smithi189 bash[38194]: cephadm 2024-09-10T19:43:08.502184+0000 mgr.y (mgr.54108) 349 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-09-10T19:43:10.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:10 smithi155 bash[53909]: audit 2024-09-10T19:43:08.500388+0000 mgr.y (mgr.54108) 348 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-10T19:43:10.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:10 smithi155 bash[53909]: cephadm 2024-09-10T19:43:08.502184+0000 mgr.y (mgr.54108) 349 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-09-10T19:43:10.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:10 smithi155 bash[59709]: audit 2024-09-10T19:43:08.500388+0000 mgr.y (mgr.54108) 348 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-10T19:43:10.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:10 smithi155 bash[59709]: cephadm 2024-09-10T19:43:08.502184+0000 mgr.y (mgr.54108) 349 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-09-10T19:43:11.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:11 smithi189 bash[38194]: cluster 2024-09-10T19:43:09.724599+0000 mgr.y (mgr.54108) 350 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-09-10T19:43:11.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:11 smithi189 bash[38194]: audit 2024-09-10T19:43:10.743688+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:11.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:11 smithi189 bash[38194]: audit 2024-09-10T19:43:10.745519+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-10T19:43:11.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:11 smithi189 bash[38194]: audit 2024-09-10T19:43:10.747496+0000 mon.a (mon.0) 1058 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:43:11.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:11 smithi189 bash[38194]: audit 2024-09-10T19:43:10.751749+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-09-10T19:43:11.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:11 smithi155 bash[53909]: cluster 2024-09-10T19:43:09.724599+0000 mgr.y (mgr.54108) 350 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-09-10T19:43:11.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:11 smithi155 bash[53909]: audit 2024-09-10T19:43:10.743688+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:11.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:11 smithi155 bash[53909]: audit 2024-09-10T19:43:10.745519+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-10T19:43:11.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:11 smithi155 bash[53909]: audit 2024-09-10T19:43:10.747496+0000 mon.a (mon.0) 1058 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:43:11.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:11 smithi155 bash[53909]: audit 2024-09-10T19:43:10.751749+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-09-10T19:43:11.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:11 smithi155 bash[59709]: cluster 2024-09-10T19:43:09.724599+0000 mgr.y (mgr.54108) 350 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-09-10T19:43:11.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:11 smithi155 bash[59709]: audit 2024-09-10T19:43:10.743688+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:11.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:11 smithi155 bash[59709]: audit 2024-09-10T19:43:10.745519+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-10T19:43:11.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:11 smithi155 bash[59709]: audit 2024-09-10T19:43:10.747496+0000 mon.a (mon.0) 1058 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:43:11.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:11 smithi155 bash[59709]: audit 2024-09-10T19:43:10.751749+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-09-10T19:43:12.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:12 smithi189 bash[38194]: cephadm 2024-09-10T19:43:10.734322+0000 mgr.y (mgr.54108) 351 : cephadm [INF] Upgrade: Updating osd.7 2024-09-10T19:43:12.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:12 smithi189 bash[38194]: cephadm 2024-09-10T19:43:10.750984+0000 mgr.y (mgr.54108) 352 : cephadm [INF] Deploying daemon osd.7 on smithi189 2024-09-10T19:43:12.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:12 smithi155 bash[53909]: cephadm 2024-09-10T19:43:10.734322+0000 mgr.y (mgr.54108) 351 : cephadm [INF] Upgrade: Updating osd.7 2024-09-10T19:43:12.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:12 smithi155 bash[53909]: cephadm 2024-09-10T19:43:10.750984+0000 mgr.y (mgr.54108) 352 : cephadm [INF] Deploying daemon osd.7 on smithi189 2024-09-10T19:43:12.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:12 smithi155 bash[59709]: cephadm 2024-09-10T19:43:10.734322+0000 mgr.y (mgr.54108) 351 : cephadm [INF] Upgrade: Updating osd.7 2024-09-10T19:43:12.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:12 smithi155 bash[59709]: cephadm 2024-09-10T19:43:10.750984+0000 mgr.y (mgr.54108) 352 : cephadm [INF] Deploying daemon osd.7 on smithi189 2024-09-10T19:43:13.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:13 smithi189 bash[38194]: cluster 2024-09-10T19:43:11.725666+0000 mgr.y (mgr.54108) 353 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-09-10T19:43:13.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:13 smithi189 bash[38194]: audit 2024-09-10T19:43:12.902748+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:13.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:13 smithi155 bash[53909]: cluster 2024-09-10T19:43:11.725666+0000 mgr.y (mgr.54108) 353 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-09-10T19:43:13.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:13 smithi155 bash[53909]: audit 2024-09-10T19:43:12.902748+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:13.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:13 smithi155 bash[59709]: cluster 2024-09-10T19:43:11.725666+0000 mgr.y (mgr.54108) 353 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-09-10T19:43:13.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:13 smithi155 bash[59709]: audit 2024-09-10T19:43:12.902748+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:15.463 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:15 smithi189 bash[38194]: cluster 2024-09-10T19:43:13.726647+0000 mgr.y (mgr.54108) 354 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T19:43:15.463 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:43:15 smithi189 systemd[1]: Stopping Ceph osd.7 for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:43:15.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:15 smithi155 bash[59709]: cluster 2024-09-10T19:43:13.726647+0000 mgr.y (mgr.54108) 354 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T19:43:15.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:15 smithi155 bash[53909]: cluster 2024-09-10T19:43:13.726647+0000 mgr.y (mgr.54108) 354 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T19:43:15.768 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:43:15 smithi189 bash[21594]: debug 2024-09-10T19:43:15.487+0000 7fee1cc31700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T19:43:15.768 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:43:15 smithi189 bash[21594]: debug 2024-09-10T19:43:15.487+0000 7fee1cc31700 -1 osd.7 100 *** Got signal Terminated *** 2024-09-10T19:43:15.768 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:43:15 smithi189 bash[21594]: debug 2024-09-10T19:43:15.487+0000 7fee1cc31700 -1 osd.7 100 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:43:16.452 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:43:16 smithi189 bash[65894]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-osd.7 2024-09-10T19:43:16.452 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:43:16 smithi189 bash[65965]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-osd.7 2024-09-10T19:43:16.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:16 smithi189 bash[38194]: cluster 2024-09-10T19:43:15.769147+0000 mon.a (mon.0) 1061 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-10T19:43:16.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:16 smithi189 bash[38194]: cluster 2024-09-10T19:43:15.769226+0000 mon.a (mon.0) 1062 : cluster [INF] osd.7 failed (root=default,host=smithi189) (connection refused reported by osd.0) 2024-09-10T19:43:16.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:16 smithi189 bash[38194]: cluster 2024-09-10T19:43:15.769689+0000 mon.a (mon.0) 1063 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-10T19:43:16.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:16 smithi189 bash[38194]: cluster 2024-09-10T19:43:15.770032+0000 mon.a (mon.0) 1064 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-09-10T19:43:16.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:16 smithi189 bash[38194]: cluster 2024-09-10T19:43:15.770762+0000 mon.a (mon.0) 1065 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-10T19:43:16.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:16 smithi189 bash[38194]: cluster 2024-09-10T19:43:15.771550+0000 mon.a (mon.0) 1066 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-10T19:43:16.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:16 smithi189 bash[38194]: cluster 2024-09-10T19:43:15.772333+0000 mon.a (mon.0) 1067 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-10T19:43:16.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:16 smithi189 bash[38194]: cluster 2024-09-10T19:43:15.772813+0000 mon.a (mon.0) 1068 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-10T19:43:16.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:16 smithi189 bash[38194]: cluster 2024-09-10T19:43:15.773136+0000 mon.a (mon.0) 1069 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-10T19:43:16.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:16 smithi189 bash[38194]: cluster 2024-09-10T19:43:15.773260+0000 mon.a (mon.0) 1070 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-10T19:43:16.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:16 smithi189 bash[38194]: cluster 2024-09-10T19:43:15.773582+0000 mon.a (mon.0) 1071 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-09-10T19:43:16.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:16 smithi189 bash[38194]: cluster 2024-09-10T19:43:15.773828+0000 mon.a (mon.0) 1072 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-10T19:43:16.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:16 smithi189 bash[38194]: cluster 2024-09-10T19:43:15.774010+0000 mon.a (mon.0) 1073 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-10T19:43:16.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:16 smithi189 bash[38194]: cluster 2024-09-10T19:43:15.774332+0000 mon.a (mon.0) 1074 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-10T19:43:16.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:16 smithi189 bash[38194]: cluster 2024-09-10T19:43:15.774617+0000 mon.a (mon.0) 1075 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-10T19:43:16.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:16 smithi189 bash[38194]: cluster 2024-09-10T19:43:16.033403+0000 mon.a (mon.0) 1076 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-10T19:43:16.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:16 smithi189 bash[38194]: cluster 2024-09-10T19:43:16.042407+0000 mon.a (mon.0) 1077 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-10T19:43:16.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:16 smithi189 bash[38194]: cluster 2024-09-10T19:43:16.042915+0000 mon.a (mon.0) 1078 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-10T19:43:16.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:16 smithi189 bash[38194]: cluster 2024-09-10T19:43:16.049734+0000 mon.a (mon.0) 1079 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-10T19:43:16.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:16 smithi189 bash[38194]: cluster 2024-09-10T19:43:16.173091+0000 mon.a (mon.0) 1080 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-10T19:43:16.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:16 smithi189 bash[38194]: cluster 2024-09-10T19:43:16.173598+0000 mon.a (mon.0) 1081 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-10T19:43:16.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:16 smithi189 bash[38194]: cluster 2024-09-10T19:43:16.174589+0000 mon.a (mon.0) 1082 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-10T19:43:16.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:16 smithi189 bash[38194]: cluster 2024-09-10T19:43:16.175295+0000 mon.a (mon.0) 1083 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-10T19:43:16.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:16 smithi189 bash[38194]: cluster 2024-09-10T19:43:16.175662+0000 mon.a (mon.0) 1084 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-10T19:43:16.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:16 smithi189 bash[38194]: cluster 2024-09-10T19:43:16.176571+0000 mon.a (mon.0) 1085 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-10T19:43:16.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:16 smithi189 bash[38194]: cluster 2024-09-10T19:43:16.177167+0000 mon.a (mon.0) 1086 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-10T19:43:16.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:16 smithi189 bash[38194]: cluster 2024-09-10T19:43:16.177524+0000 mon.a (mon.0) 1087 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-10T19:43:16.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:16 smithi189 bash[38194]: cluster 2024-09-10T19:43:16.177978+0000 mon.a (mon.0) 1088 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-09-10T19:43:16.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:16 smithi189 bash[38194]: cluster 2024-09-10T19:43:16.178421+0000 mon.a (mon.0) 1089 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-10T19:43:16.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:16 smithi189 bash[38194]: cluster 2024-09-10T19:43:16.178864+0000 mon.a (mon.0) 1090 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-09-10T19:43:16.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:16 smithi189 bash[38194]: cluster 2024-09-10T19:43:16.179184+0000 mon.a (mon.0) 1091 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-10T19:43:16.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:16 smithi189 bash[38194]: cluster 2024-09-10T19:43:16.179735+0000 mon.a (mon.0) 1092 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-10T19:43:16.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:16 smithi189 bash[38194]: cluster 2024-09-10T19:43:16.180057+0000 mon.a (mon.0) 1093 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-10T19:43:16.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[59709]: cluster 2024-09-10T19:43:15.769147+0000 mon.a (mon.0) 1061 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-10T19:43:16.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[59709]: cluster 2024-09-10T19:43:15.769226+0000 mon.a (mon.0) 1062 : cluster [INF] osd.7 failed (root=default,host=smithi189) (connection refused reported by osd.0) 2024-09-10T19:43:16.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[59709]: cluster 2024-09-10T19:43:15.769689+0000 mon.a (mon.0) 1063 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-10T19:43:16.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[59709]: cluster 2024-09-10T19:43:15.770032+0000 mon.a (mon.0) 1064 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-09-10T19:43:16.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[59709]: cluster 2024-09-10T19:43:15.770762+0000 mon.a (mon.0) 1065 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-10T19:43:16.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[59709]: cluster 2024-09-10T19:43:15.771550+0000 mon.a (mon.0) 1066 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-10T19:43:16.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[59709]: cluster 2024-09-10T19:43:15.772333+0000 mon.a (mon.0) 1067 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-10T19:43:16.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[59709]: cluster 2024-09-10T19:43:15.772813+0000 mon.a (mon.0) 1068 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-10T19:43:16.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[59709]: cluster 2024-09-10T19:43:15.773136+0000 mon.a (mon.0) 1069 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-10T19:43:16.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[59709]: cluster 2024-09-10T19:43:15.773260+0000 mon.a (mon.0) 1070 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-10T19:43:16.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[59709]: cluster 2024-09-10T19:43:15.773582+0000 mon.a (mon.0) 1071 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-09-10T19:43:16.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[59709]: cluster 2024-09-10T19:43:15.773828+0000 mon.a (mon.0) 1072 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-10T19:43:16.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[59709]: cluster 2024-09-10T19:43:15.774010+0000 mon.a (mon.0) 1073 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-10T19:43:16.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[59709]: cluster 2024-09-10T19:43:15.774332+0000 mon.a (mon.0) 1074 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-10T19:43:16.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[59709]: cluster 2024-09-10T19:43:15.774617+0000 mon.a (mon.0) 1075 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-10T19:43:16.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[59709]: cluster 2024-09-10T19:43:16.033403+0000 mon.a (mon.0) 1076 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-10T19:43:16.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[59709]: cluster 2024-09-10T19:43:16.042407+0000 mon.a (mon.0) 1077 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-10T19:43:16.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[59709]: cluster 2024-09-10T19:43:16.042915+0000 mon.a (mon.0) 1078 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-10T19:43:16.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[59709]: cluster 2024-09-10T19:43:16.049734+0000 mon.a (mon.0) 1079 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-10T19:43:16.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[59709]: cluster 2024-09-10T19:43:16.173091+0000 mon.a (mon.0) 1080 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-10T19:43:16.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[59709]: cluster 2024-09-10T19:43:16.173598+0000 mon.a (mon.0) 1081 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-10T19:43:16.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[59709]: cluster 2024-09-10T19:43:16.174589+0000 mon.a (mon.0) 1082 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-10T19:43:16.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[59709]: cluster 2024-09-10T19:43:16.175295+0000 mon.a (mon.0) 1083 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-10T19:43:16.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[59709]: cluster 2024-09-10T19:43:16.175662+0000 mon.a (mon.0) 1084 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-10T19:43:16.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[59709]: cluster 2024-09-10T19:43:16.176571+0000 mon.a (mon.0) 1085 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-10T19:43:16.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[53909]: cluster 2024-09-10T19:43:15.769147+0000 mon.a (mon.0) 1061 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-10T19:43:16.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[53909]: cluster 2024-09-10T19:43:15.769226+0000 mon.a (mon.0) 1062 : cluster [INF] osd.7 failed (root=default,host=smithi189) (connection refused reported by osd.0) 2024-09-10T19:43:16.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[53909]: cluster 2024-09-10T19:43:15.769689+0000 mon.a (mon.0) 1063 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-10T19:43:16.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[53909]: cluster 2024-09-10T19:43:15.770032+0000 mon.a (mon.0) 1064 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-09-10T19:43:16.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[53909]: cluster 2024-09-10T19:43:15.770762+0000 mon.a (mon.0) 1065 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-10T19:43:16.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[53909]: cluster 2024-09-10T19:43:15.771550+0000 mon.a (mon.0) 1066 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-10T19:43:16.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[53909]: cluster 2024-09-10T19:43:15.772333+0000 mon.a (mon.0) 1067 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-10T19:43:16.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[53909]: cluster 2024-09-10T19:43:15.772813+0000 mon.a (mon.0) 1068 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-10T19:43:16.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[53909]: cluster 2024-09-10T19:43:15.773136+0000 mon.a (mon.0) 1069 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-10T19:43:16.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[53909]: cluster 2024-09-10T19:43:15.773260+0000 mon.a (mon.0) 1070 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-10T19:43:16.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[53909]: cluster 2024-09-10T19:43:15.773582+0000 mon.a (mon.0) 1071 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-09-10T19:43:16.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[53909]: cluster 2024-09-10T19:43:15.773828+0000 mon.a (mon.0) 1072 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-10T19:43:16.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[53909]: cluster 2024-09-10T19:43:15.774010+0000 mon.a (mon.0) 1073 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-10T19:43:16.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[53909]: cluster 2024-09-10T19:43:15.774332+0000 mon.a (mon.0) 1074 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-10T19:43:16.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[53909]: cluster 2024-09-10T19:43:15.774617+0000 mon.a (mon.0) 1075 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-10T19:43:16.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[53909]: cluster 2024-09-10T19:43:16.033403+0000 mon.a (mon.0) 1076 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-10T19:43:16.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[53909]: cluster 2024-09-10T19:43:16.042407+0000 mon.a (mon.0) 1077 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-10T19:43:16.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[53909]: cluster 2024-09-10T19:43:16.042915+0000 mon.a (mon.0) 1078 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-10T19:43:16.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[53909]: cluster 2024-09-10T19:43:16.049734+0000 mon.a (mon.0) 1079 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-10T19:43:16.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[53909]: cluster 2024-09-10T19:43:16.173091+0000 mon.a (mon.0) 1080 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-10T19:43:16.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[53909]: cluster 2024-09-10T19:43:16.173598+0000 mon.a (mon.0) 1081 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-10T19:43:16.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[53909]: cluster 2024-09-10T19:43:16.174589+0000 mon.a (mon.0) 1082 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-10T19:43:16.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[53909]: cluster 2024-09-10T19:43:16.175295+0000 mon.a (mon.0) 1083 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-10T19:43:16.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[53909]: cluster 2024-09-10T19:43:16.175662+0000 mon.a (mon.0) 1084 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-10T19:43:16.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[53909]: cluster 2024-09-10T19:43:16.176571+0000 mon.a (mon.0) 1085 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-10T19:43:16.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[59709]: cluster 2024-09-10T19:43:16.177167+0000 mon.a (mon.0) 1086 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-10T19:43:16.594 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[59709]: cluster 2024-09-10T19:43:16.177524+0000 mon.a (mon.0) 1087 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-10T19:43:16.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[59709]: cluster 2024-09-10T19:43:16.177978+0000 mon.a (mon.0) 1088 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-09-10T19:43:16.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[59709]: cluster 2024-09-10T19:43:16.178421+0000 mon.a (mon.0) 1089 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-10T19:43:16.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[59709]: cluster 2024-09-10T19:43:16.178864+0000 mon.a (mon.0) 1090 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-09-10T19:43:16.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[59709]: cluster 2024-09-10T19:43:16.179184+0000 mon.a (mon.0) 1091 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-10T19:43:16.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[59709]: cluster 2024-09-10T19:43:16.179735+0000 mon.a (mon.0) 1092 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-10T19:43:16.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[59709]: cluster 2024-09-10T19:43:16.180057+0000 mon.a (mon.0) 1093 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-10T19:43:16.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[53909]: cluster 2024-09-10T19:43:16.177167+0000 mon.a (mon.0) 1086 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-10T19:43:16.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[53909]: cluster 2024-09-10T19:43:16.177524+0000 mon.a (mon.0) 1087 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-10T19:43:16.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[53909]: cluster 2024-09-10T19:43:16.177978+0000 mon.a (mon.0) 1088 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-09-10T19:43:16.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[53909]: cluster 2024-09-10T19:43:16.178421+0000 mon.a (mon.0) 1089 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-10T19:43:16.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[53909]: cluster 2024-09-10T19:43:16.178864+0000 mon.a (mon.0) 1090 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-09-10T19:43:16.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[53909]: cluster 2024-09-10T19:43:16.179184+0000 mon.a (mon.0) 1091 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-10T19:43:16.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[53909]: cluster 2024-09-10T19:43:16.179735+0000 mon.a (mon.0) 1092 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-10T19:43:16.596 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:16 smithi155 bash[53909]: cluster 2024-09-10T19:43:16.180057+0000 mon.a (mon.0) 1093 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-10T19:43:17.580 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:17 smithi189 bash[38194]: cluster 2024-09-10T19:43:15.727724+0000 mgr.y (mgr.54108) 355 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:43:17.581 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:17 smithi189 bash[38194]: cluster 2024-09-10T19:43:16.189073+0000 mon.a (mon.0) 1094 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:43:17.581 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:17 smithi189 bash[38194]: cluster 2024-09-10T19:43:16.189115+0000 mon.a (mon.0) 1095 : cluster [WRN] Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-09-10T19:43:17.581 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:17 smithi189 bash[38194]: cluster 2024-09-10T19:43:16.216578+0000 mon.a (mon.0) 1096 : cluster [DBG] osdmap e101: 8 total, 7 up, 8 in 2024-09-10T19:43:17.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:17 smithi155 bash[53909]: cluster 2024-09-10T19:43:15.727724+0000 mgr.y (mgr.54108) 355 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:43:17.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:17 smithi155 bash[53909]: cluster 2024-09-10T19:43:16.189073+0000 mon.a (mon.0) 1094 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:43:17.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:17 smithi155 bash[53909]: cluster 2024-09-10T19:43:16.189115+0000 mon.a (mon.0) 1095 : cluster [WRN] Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-09-10T19:43:17.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:17 smithi155 bash[53909]: cluster 2024-09-10T19:43:16.216578+0000 mon.a (mon.0) 1096 : cluster [DBG] osdmap e101: 8 total, 7 up, 8 in 2024-09-10T19:43:17.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:17 smithi155 bash[59709]: cluster 2024-09-10T19:43:15.727724+0000 mgr.y (mgr.54108) 355 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:43:17.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:17 smithi155 bash[59709]: cluster 2024-09-10T19:43:16.189073+0000 mon.a (mon.0) 1094 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:43:17.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:17 smithi155 bash[59709]: cluster 2024-09-10T19:43:16.189115+0000 mon.a (mon.0) 1095 : cluster [WRN] Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-09-10T19:43:17.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:17 smithi155 bash[59709]: cluster 2024-09-10T19:43:16.216578+0000 mon.a (mon.0) 1096 : cluster [DBG] osdmap e101: 8 total, 7 up, 8 in 2024-09-10T19:43:18.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:18 smithi189 bash[38194]: cluster 2024-09-10T19:43:17.211509+0000 mon.a (mon.0) 1097 : cluster [DBG] osdmap e102: 8 total, 7 up, 8 in 2024-09-10T19:43:18.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:18 smithi155 bash[53909]: cluster 2024-09-10T19:43:17.211509+0000 mon.a (mon.0) 1097 : cluster [DBG] osdmap e102: 8 total, 7 up, 8 in 2024-09-10T19:43:18.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:18 smithi155 bash[59709]: cluster 2024-09-10T19:43:17.211509+0000 mon.a (mon.0) 1097 : cluster [DBG] osdmap e102: 8 total, 7 up, 8 in 2024-09-10T19:43:18.952 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:43:18 smithi189 systemd[1]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968@osd.7.service: Succeeded. 2024-09-10T19:43:18.952 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:43:18 smithi189 systemd[1]: Stopped Ceph osd.7 for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:43:18.952 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:43:18 smithi189 systemd[1]: Started Ceph osd.7 for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:43:19.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:19 smithi155 bash[53909]: cluster 2024-09-10T19:43:17.728397+0000 mgr.y (mgr.54108) 356 : cluster [DBG] pgmap v235: 129 pgs: 17 stale+active+clean, 112 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:43:19.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:19 smithi155 bash[53909]: audit 2024-09-10T19:43:18.868190+0000 mon.a (mon.0) 1098 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:43:19.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:19 smithi155 bash[53909]: audit 2024-09-10T19:43:18.875050+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:19.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:19 smithi155 bash[53909]: audit 2024-09-10T19:43:18.884243+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:19.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:19 smithi155 bash[53909]: audit 2024-09-10T19:43:18.887291+0000 mon.a (mon.0) 1101 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:43:19.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:19 smithi155 bash[59709]: cluster 2024-09-10T19:43:17.728397+0000 mgr.y (mgr.54108) 356 : cluster [DBG] pgmap v235: 129 pgs: 17 stale+active+clean, 112 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:43:19.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:19 smithi155 bash[59709]: audit 2024-09-10T19:43:18.868190+0000 mon.a (mon.0) 1098 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:43:19.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:19 smithi155 bash[59709]: audit 2024-09-10T19:43:18.875050+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:19.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:19 smithi155 bash[59709]: audit 2024-09-10T19:43:18.884243+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:19.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:19 smithi155 bash[59709]: audit 2024-09-10T19:43:18.887291+0000 mon.a (mon.0) 1101 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:43:19.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:19 smithi189 bash[38194]: cluster 2024-09-10T19:43:17.728397+0000 mgr.y (mgr.54108) 356 : cluster [DBG] pgmap v235: 129 pgs: 17 stale+active+clean, 112 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:43:19.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:19 smithi189 bash[38194]: audit 2024-09-10T19:43:18.868190+0000 mon.a (mon.0) 1098 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:43:19.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:19 smithi189 bash[38194]: audit 2024-09-10T19:43:18.875050+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:19.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:19 smithi189 bash[38194]: audit 2024-09-10T19:43:18.884243+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:19.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:19 smithi189 bash[38194]: audit 2024-09-10T19:43:18.887291+0000 mon.a (mon.0) 1101 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:43:20.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:20 smithi189 bash[38194]: cluster 2024-09-10T19:43:19.729701+0000 mgr.y (mgr.54108) 357 : cluster [DBG] pgmap v236: 129 pgs: 18 active+undersized, 5 stale+active+clean, 14 active+undersized+degraded, 92 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 52/612 objects degraded (8.497%) 2024-09-10T19:43:20.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:20 smithi189 bash[38194]: cluster 2024-09-10T19:43:20.230387+0000 mon.a (mon.0) 1102 : cluster [WRN] Health check failed: Degraded data redundancy: 52/612 objects degraded (8.497%), 14 pgs degraded (PG_DEGRADED) 2024-09-10T19:43:20.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:20 smithi155 bash[59709]: cluster 2024-09-10T19:43:19.729701+0000 mgr.y (mgr.54108) 357 : cluster [DBG] pgmap v236: 129 pgs: 18 active+undersized, 5 stale+active+clean, 14 active+undersized+degraded, 92 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 52/612 objects degraded (8.497%) 2024-09-10T19:43:20.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:20 smithi155 bash[59709]: cluster 2024-09-10T19:43:20.230387+0000 mon.a (mon.0) 1102 : cluster [WRN] Health check failed: Degraded data redundancy: 52/612 objects degraded (8.497%), 14 pgs degraded (PG_DEGRADED) 2024-09-10T19:43:20.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:20 smithi155 bash[53909]: cluster 2024-09-10T19:43:19.729701+0000 mgr.y (mgr.54108) 357 : cluster [DBG] pgmap v236: 129 pgs: 18 active+undersized, 5 stale+active+clean, 14 active+undersized+degraded, 92 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 52/612 objects degraded (8.497%) 2024-09-10T19:43:20.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:20 smithi155 bash[53909]: cluster 2024-09-10T19:43:20.230387+0000 mon.a (mon.0) 1102 : cluster [WRN] Health check failed: Degraded data redundancy: 52/612 objects degraded (8.497%), 14 pgs degraded (PG_DEGRADED) 2024-09-10T19:43:20.784 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:43:20 smithi189 bash[66148]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-10T19:43:20.784 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:43:20 smithi189 bash[66148]: 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-10T19:43:20.785 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:43:20 smithi189 bash[66148]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-10T19:43:20.785 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:43:20 smithi189 bash[66148]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-10T19:43:20.785 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:43:20 smithi189 bash[66148]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-09-10T19:43:20.785 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:43:20 smithi189 bash[66148]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-10T19:43:20.785 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:43:20 smithi189 bash[66148]: --> ceph-volume raw activate successful for osd ID: 7 2024-09-10T19:43:22.054 INFO:teuthology.orchestra.run.smithi155.stdout:true 2024-09-10T19:43:22.702 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:43:22 smithi189 bash[66427]: debug 2024-09-10T19:43:22.427+0000 7f2e0a274640 1 -- 172.21.15.189:0/1306504870 <== mon.2 v2:172.21.15.189:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x563e41a5ad00 con 0x563e41a2d400 2024-09-10T19:43:22.855 INFO:teuthology.orchestra.run.smithi155.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:43:22.855 INFO:teuthology.orchestra.run.smithi155.stdout:alertmanager.a smithi155 running (9m) 113s ago 35m 17.9M - 0.25.0 c8568f914cd2 d240bc57c001 2024-09-10T19:43:22.855 INFO:teuthology.orchestra.run.smithi155.stdout:grafana.a smithi189 running (9m) 25s ago 35m 83.3M - 9.4.7 954c08fa6188 2e57a3903209 2024-09-10T19:43:22.855 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.x smithi189 *:8443 running (11m) 25s ago 40m 394M - 17.2.7-1606-g5be57395 4c55dd409611 1e9c1f896a72 2024-09-10T19:43:22.855 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.y smithi155 *:8443 running (21m) 113s ago 42m 439M - 17.2.7-1606-g5be57395 4c55dd409611 c3f6bb49e60e 2024-09-10T19:43:22.856 INFO:teuthology.orchestra.run.smithi155.stdout:mon.a smithi155 running (6m) 113s ago 42m 71.0M 2048M 17.2.7-1606-g5be57395 4c55dd409611 7e033880dcd4 2024-09-10T19:43:22.856 INFO:teuthology.orchestra.run.smithi155.stdout:mon.b smithi189 running (7m) 25s ago 40m 72.7M 2048M 17.2.7-1606-g5be57395 4c55dd409611 f29d1decbead 2024-09-10T19:43:22.856 INFO:teuthology.orchestra.run.smithi155.stdout:mon.c smithi155 running (6m) 113s ago 41m 60.4M 2048M 17.2.7-1606-g5be57395 4c55dd409611 0fb56f4ad9b8 2024-09-10T19:43:22.856 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.a smithi155 running (11m) 113s ago 36m 11.6M - 1.5.0 0da6a335fe13 75a6b4940d3d 2024-09-10T19:43:22.856 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.b smithi189 running (11m) 25s ago 36m 11.7M - 1.5.0 0da6a335fe13 57c4129454db 2024-09-10T19:43:22.856 INFO:teuthology.orchestra.run.smithi155.stdout:osd.0 smithi155 running (4m) 113s ago 40m 47.6M 4096M 17.2.7-1606-g5be57395 4c55dd409611 b557248a0039 2024-09-10T19:43:22.856 INFO:teuthology.orchestra.run.smithi155.stdout:osd.1 smithi155 running (4m) 113s ago 39m 49.6M 4096M 17.2.7-1606-g5be57395 4c55dd409611 ef5d355b8775 2024-09-10T19:43:22.856 INFO:teuthology.orchestra.run.smithi155.stdout:osd.2 smithi155 running (2m) 113s ago 39m 44.0M 4096M 17.2.7-1606-g5be57395 4c55dd409611 2488e72c183e 2024-09-10T19:43:22.856 INFO:teuthology.orchestra.run.smithi155.stdout:osd.3 smithi155 running (117s) 113s ago 38m - 4096M 17.2.7-1606-g5be57395 4c55dd409611 ea9cecf319a4 2024-09-10T19:43:22.856 INFO:teuthology.orchestra.run.smithi155.stdout:osd.4 smithi189 running (89s) 25s ago 38m 48.6M 4096M 17.2.7-1606-g5be57395 4c55dd409611 f793c798592a 2024-09-10T19:43:22.856 INFO:teuthology.orchestra.run.smithi155.stdout:osd.5 smithi189 running (60s) 25s ago 37m 45.7M 4096M 17.2.7-1606-g5be57395 4c55dd409611 c21b241b8af1 2024-09-10T19:43:22.856 INFO:teuthology.orchestra.run.smithi155.stdout:osd.6 smithi189 running (30s) 25s ago 37m - 4096M 17.2.7-1606-g5be57395 4c55dd409611 17bdbbb91d23 2024-09-10T19:43:22.856 INFO:teuthology.orchestra.run.smithi155.stdout:osd.7 smithi189 starting - - - 4096M 2024-09-10T19:43:22.857 INFO:teuthology.orchestra.run.smithi155.stdout:prometheus.a smithi189 running (10m) 25s ago 36m 54.8M - 2.43.0 a07b618ecd1d a68b682055db 2024-09-10T19:43:22.857 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi155.ehnnyk smithi155 running (34m) 113s ago 34m 57.3M - 15.2.0 204a01f9b0b6 48687c7a211a 2024-09-10T19:43:22.857 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi189.dwpibf smithi189 running (34m) 25s ago 34m 57.1M - 15.2.0 204a01f9b0b6 6bddcdbdbf0b 2024-09-10T19:43:23.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:22 smithi155 bash[59709]: cluster 2024-09-10T19:43:21.731050+0000 mgr.y (mgr.54108) 358 : cluster [DBG] pgmap v237: 129 pgs: 30 active+undersized, 27 active+undersized+degraded, 72 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 85/612 objects degraded (13.889%) 2024-09-10T19:43:23.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:22 smithi155 bash[59709]: audit 2024-09-10T19:43:22.038524+0000 mgr.y (mgr.54108) 359 : audit [DBG] from='client.64468 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:43:23.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:22 smithi155 bash[53909]: cluster 2024-09-10T19:43:21.731050+0000 mgr.y (mgr.54108) 358 : cluster [DBG] pgmap v237: 129 pgs: 30 active+undersized, 27 active+undersized+degraded, 72 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 85/612 objects degraded (13.889%) 2024-09-10T19:43:23.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:22 smithi155 bash[53909]: audit 2024-09-10T19:43:22.038524+0000 mgr.y (mgr.54108) 359 : audit [DBG] from='client.64468 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:43:23.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:22 smithi189 bash[38194]: cluster 2024-09-10T19:43:21.731050+0000 mgr.y (mgr.54108) 358 : cluster [DBG] pgmap v237: 129 pgs: 30 active+undersized, 27 active+undersized+degraded, 72 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 85/612 objects degraded (13.889%) 2024-09-10T19:43:23.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:22 smithi189 bash[38194]: audit 2024-09-10T19:43:22.038524+0000 mgr.y (mgr.54108) 359 : audit [DBG] from='client.64468 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:43:23.202 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:43:22 smithi189 bash[66427]: debug 2024-09-10T19:43:22.727+0000 7f2e0cadc440 -1 Falling back to public interface 2024-09-10T19:43:23.321 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:43:23.321 INFO:teuthology.orchestra.run.smithi155.stdout: "mon": { 2024-09-10T19:43:23.321 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 3 2024-09-10T19:43:23.321 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:43:23.321 INFO:teuthology.orchestra.run.smithi155.stdout: "mgr": { 2024-09-10T19:43:23.321 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:43:23.321 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:43:23.321 INFO:teuthology.orchestra.run.smithi155.stdout: "osd": { 2024-09-10T19:43:23.321 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 7 2024-09-10T19:43:23.321 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:43:23.322 INFO:teuthology.orchestra.run.smithi155.stdout: "rgw": { 2024-09-10T19:43:23.322 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-10T19:43:23.322 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:43:23.322 INFO:teuthology.orchestra.run.smithi155.stdout: "overall": { 2024-09-10T19:43:23.322 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2, 2024-09-10T19:43:23.322 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 12 2024-09-10T19:43:23.322 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-10T19:43:23.322 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:43:23.716 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:43:23.716 INFO:teuthology.orchestra.run.smithi155.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T19:43:23.717 INFO:teuthology.orchestra.run.smithi155.stdout: "in_progress": true, 2024-09-10T19:43:23.717 INFO:teuthology.orchestra.run.smithi155.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-10T19:43:23.717 INFO:teuthology.orchestra.run.smithi155.stdout: "services_complete": [], 2024-09-10T19:43:23.717 INFO:teuthology.orchestra.run.smithi155.stdout: "progress": "7/8 daemons upgraded", 2024-09-10T19:43:23.717 INFO:teuthology.orchestra.run.smithi155.stdout: "message": "Currently upgrading osd daemons", 2024-09-10T19:43:23.717 INFO:teuthology.orchestra.run.smithi155.stdout: "is_paused": false 2024-09-10T19:43:23.717 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:43:24.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:23 smithi155 bash[53909]: audit 2024-09-10T19:43:22.440858+0000 mgr.y (mgr.54108) 360 : audit [DBG] from='client.54540 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:43:24.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:23 smithi155 bash[53909]: audit 2024-09-10T19:43:22.828889+0000 mgr.y (mgr.54108) 361 : audit [DBG] from='client.54549 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:43:24.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:23 smithi155 bash[53909]: audit 2024-09-10T19:43:22.833250+0000 mon.a (mon.0) 1103 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:43:24.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:23 smithi155 bash[53909]: audit 2024-09-10T19:43:22.834065+0000 mon.a (mon.0) 1104 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:43:24.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:23 smithi155 bash[53909]: audit 2024-09-10T19:43:22.834869+0000 mon.a (mon.0) 1105 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:24.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:23 smithi155 bash[53909]: audit 2024-09-10T19:43:22.835744+0000 mon.a (mon.0) 1106 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:24.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:23 smithi155 bash[53909]: audit 2024-09-10T19:43:22.836583+0000 mon.a (mon.0) 1107 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:24.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:23 smithi155 bash[53909]: audit 2024-09-10T19:43:22.837362+0000 mon.a (mon.0) 1108 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:24.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:23 smithi155 bash[53909]: audit 2024-09-10T19:43:22.841162+0000 mon.a (mon.0) 1109 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:43:24.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:23 smithi155 bash[53909]: audit 2024-09-10T19:43:22.841796+0000 mon.a (mon.0) 1110 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:24.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:23 smithi155 bash[53909]: audit 2024-09-10T19:43:22.842357+0000 mon.a (mon.0) 1111 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:24.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:23 smithi155 bash[53909]: audit 2024-09-10T19:43:22.842927+0000 mon.a (mon.0) 1112 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:24.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:23 smithi155 bash[53909]: audit 2024-09-10T19:43:22.843469+0000 mon.a (mon.0) 1113 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:24.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:23 smithi155 bash[53909]: audit 2024-09-10T19:43:23.318516+0000 mon.c (mon.1) 13 : audit [DBG] from='client.64489 172.21.15.155:0/3078931769' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:24.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:23 smithi155 bash[59709]: audit 2024-09-10T19:43:22.440858+0000 mgr.y (mgr.54108) 360 : audit [DBG] from='client.54540 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:43:24.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:23 smithi155 bash[59709]: audit 2024-09-10T19:43:22.828889+0000 mgr.y (mgr.54108) 361 : audit [DBG] from='client.54549 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:43:24.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:23 smithi155 bash[59709]: audit 2024-09-10T19:43:22.833250+0000 mon.a (mon.0) 1103 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:43:24.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:23 smithi155 bash[59709]: audit 2024-09-10T19:43:22.834065+0000 mon.a (mon.0) 1104 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:43:24.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:23 smithi155 bash[59709]: audit 2024-09-10T19:43:22.834869+0000 mon.a (mon.0) 1105 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:24.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:23 smithi155 bash[59709]: audit 2024-09-10T19:43:22.835744+0000 mon.a (mon.0) 1106 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:24.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:23 smithi155 bash[59709]: audit 2024-09-10T19:43:22.836583+0000 mon.a (mon.0) 1107 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:24.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:23 smithi155 bash[59709]: audit 2024-09-10T19:43:22.837362+0000 mon.a (mon.0) 1108 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:24.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:23 smithi155 bash[59709]: audit 2024-09-10T19:43:22.841162+0000 mon.a (mon.0) 1109 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:43:24.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:23 smithi155 bash[59709]: audit 2024-09-10T19:43:22.841796+0000 mon.a (mon.0) 1110 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:24.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:23 smithi155 bash[59709]: audit 2024-09-10T19:43:22.842357+0000 mon.a (mon.0) 1111 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:24.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:23 smithi155 bash[59709]: audit 2024-09-10T19:43:22.842927+0000 mon.a (mon.0) 1112 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:24.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:23 smithi155 bash[59709]: audit 2024-09-10T19:43:22.843469+0000 mon.a (mon.0) 1113 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:24.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:23 smithi155 bash[59709]: audit 2024-09-10T19:43:23.318516+0000 mon.c (mon.1) 13 : audit [DBG] from='client.64489 172.21.15.155:0/3078931769' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:24.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:23 smithi189 bash[38194]: audit 2024-09-10T19:43:22.440858+0000 mgr.y (mgr.54108) 360 : audit [DBG] from='client.54540 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:43:24.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:23 smithi189 bash[38194]: audit 2024-09-10T19:43:22.828889+0000 mgr.y (mgr.54108) 361 : audit [DBG] from='client.54549 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:43:24.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:23 smithi189 bash[38194]: audit 2024-09-10T19:43:22.833250+0000 mon.a (mon.0) 1103 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:43:24.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:23 smithi189 bash[38194]: audit 2024-09-10T19:43:22.834065+0000 mon.a (mon.0) 1104 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:43:24.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:23 smithi189 bash[38194]: audit 2024-09-10T19:43:22.834869+0000 mon.a (mon.0) 1105 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:24.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:23 smithi189 bash[38194]: audit 2024-09-10T19:43:22.835744+0000 mon.a (mon.0) 1106 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:24.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:23 smithi189 bash[38194]: audit 2024-09-10T19:43:22.836583+0000 mon.a (mon.0) 1107 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:24.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:23 smithi189 bash[38194]: audit 2024-09-10T19:43:22.837362+0000 mon.a (mon.0) 1108 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:24.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:23 smithi189 bash[38194]: audit 2024-09-10T19:43:22.841162+0000 mon.a (mon.0) 1109 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:43:24.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:23 smithi189 bash[38194]: audit 2024-09-10T19:43:22.841796+0000 mon.a (mon.0) 1110 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:24.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:23 smithi189 bash[38194]: audit 2024-09-10T19:43:22.842357+0000 mon.a (mon.0) 1111 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:24.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:23 smithi189 bash[38194]: audit 2024-09-10T19:43:22.842927+0000 mon.a (mon.0) 1112 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:24.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:23 smithi189 bash[38194]: audit 2024-09-10T19:43:22.843469+0000 mon.a (mon.0) 1113 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:24.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:23 smithi189 bash[38194]: audit 2024-09-10T19:43:23.318516+0000 mon.c (mon.1) 13 : audit [DBG] from='client.64489 172.21.15.155:0/3078931769' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:25.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:24 smithi155 bash[59709]: audit 2024-09-10T19:43:23.714016+0000 mgr.y (mgr.54108) 362 : audit [DBG] from='client.64495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:43:25.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:24 smithi155 bash[59709]: cluster 2024-09-10T19:43:23.732059+0000 mgr.y (mgr.54108) 363 : cluster [DBG] pgmap v238: 129 pgs: 30 active+undersized, 27 active+undersized+degraded, 72 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 85/612 objects degraded (13.889%) 2024-09-10T19:43:25.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:24 smithi155 bash[53909]: audit 2024-09-10T19:43:23.714016+0000 mgr.y (mgr.54108) 362 : audit [DBG] from='client.64495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:43:25.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:24 smithi155 bash[53909]: cluster 2024-09-10T19:43:23.732059+0000 mgr.y (mgr.54108) 363 : cluster [DBG] pgmap v238: 129 pgs: 30 active+undersized, 27 active+undersized+degraded, 72 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 85/612 objects degraded (13.889%) 2024-09-10T19:43:25.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:24 smithi189 bash[38194]: audit 2024-09-10T19:43:23.714016+0000 mgr.y (mgr.54108) 362 : audit [DBG] from='client.64495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:43:25.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:24 smithi189 bash[38194]: cluster 2024-09-10T19:43:23.732059+0000 mgr.y (mgr.54108) 363 : cluster [DBG] pgmap v238: 129 pgs: 30 active+undersized, 27 active+undersized+degraded, 72 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 85/612 objects degraded (13.889%) 2024-09-10T19:43:25.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:25 smithi189 bash[38194]: cluster 2024-09-10T19:43:25.600910+0000 mon.a (mon.0) 1114 : cluster [WRN] Health check update: Degraded data redundancy: 85/612 objects degraded (13.889%), 27 pgs degraded (PG_DEGRADED) 2024-09-10T19:43:25.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:25 smithi189 bash[38194]: audit 2024-09-10T19:43:25.746027+0000 mon.b (mon.2) 16 : audit [INF] from='osd.7 [v2:172.21.15.189:6824/3580403908,v1:172.21.15.189:6825/3580403908]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T19:43:25.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:25 smithi189 bash[38194]: audit 2024-09-10T19:43:25.746729+0000 mon.a (mon.0) 1115 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T19:43:25.953 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:43:25 smithi189 bash[66427]: debug 2024-09-10T19:43:25.691+0000 7f2e0cadc440 -1 osd.7 0 read_superblock omap replica is missing. 2024-09-10T19:43:25.953 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:43:25 smithi189 bash[66427]: debug 2024-09-10T19:43:25.739+0000 7f2e0cadc440 -1 osd.7 100 log_to_monitors true 2024-09-10T19:43:25.953 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:43:25 smithi189 bash[66427]: debug 2024-09-10T19:43:25.835+0000 7f2e04087640 -1 osd.7 100 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T19:43:26.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:25 smithi155 bash[53909]: cluster 2024-09-10T19:43:25.600910+0000 mon.a (mon.0) 1114 : cluster [WRN] Health check update: Degraded data redundancy: 85/612 objects degraded (13.889%), 27 pgs degraded (PG_DEGRADED) 2024-09-10T19:43:26.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:25 smithi155 bash[53909]: audit 2024-09-10T19:43:25.746027+0000 mon.b (mon.2) 16 : audit [INF] from='osd.7 [v2:172.21.15.189:6824/3580403908,v1:172.21.15.189:6825/3580403908]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T19:43:26.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:25 smithi155 bash[53909]: audit 2024-09-10T19:43:25.746729+0000 mon.a (mon.0) 1115 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T19:43:26.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:25 smithi155 bash[59709]: cluster 2024-09-10T19:43:25.600910+0000 mon.a (mon.0) 1114 : cluster [WRN] Health check update: Degraded data redundancy: 85/612 objects degraded (13.889%), 27 pgs degraded (PG_DEGRADED) 2024-09-10T19:43:26.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:25 smithi155 bash[59709]: audit 2024-09-10T19:43:25.746027+0000 mon.b (mon.2) 16 : audit [INF] from='osd.7 [v2:172.21.15.189:6824/3580403908,v1:172.21.15.189:6825/3580403908]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T19:43:26.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:25 smithi155 bash[59709]: audit 2024-09-10T19:43:25.746729+0000 mon.a (mon.0) 1115 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T19:43:27.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:26 smithi189 bash[38194]: cluster 2024-09-10T19:43:25.733415+0000 mgr.y (mgr.54108) 364 : cluster [DBG] pgmap v239: 129 pgs: 30 active+undersized, 27 active+undersized+degraded, 72 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 85/612 objects degraded (13.889%) 2024-09-10T19:43:27.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:26 smithi189 bash[38194]: audit 2024-09-10T19:43:25.818538+0000 mon.a (mon.0) 1116 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-10T19:43:27.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:26 smithi189 bash[38194]: cluster 2024-09-10T19:43:25.818659+0000 mon.a (mon.0) 1117 : cluster [DBG] osdmap e103: 8 total, 7 up, 8 in 2024-09-10T19:43:27.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:26 smithi189 bash[38194]: audit 2024-09-10T19:43:25.820196+0000 mon.b (mon.2) 17 : audit [INF] from='osd.7 [v2:172.21.15.189:6824/3580403908,v1:172.21.15.189:6825/3580403908]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:43:27.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:26 smithi189 bash[38194]: audit 2024-09-10T19:43:25.820714+0000 mon.a (mon.0) 1118 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:43:27.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:26 smithi189 bash[38194]: audit 2024-09-10T19:43:26.298229+0000 mon.a (mon.0) 1119 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:43:27.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:26 smithi189 bash[38194]: audit 2024-09-10T19:43:26.306665+0000 mon.a (mon.0) 1120 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:27.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:26 smithi189 bash[38194]: audit 2024-09-10T19:43:26.313878+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:27.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:26 smithi189 bash[38194]: audit 2024-09-10T19:43:26.688673+0000 mon.a (mon.0) 1122 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:43:27.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:26 smithi155 bash[59709]: cluster 2024-09-10T19:43:25.733415+0000 mgr.y (mgr.54108) 364 : cluster [DBG] pgmap v239: 129 pgs: 30 active+undersized, 27 active+undersized+degraded, 72 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 85/612 objects degraded (13.889%) 2024-09-10T19:43:27.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:26 smithi155 bash[59709]: audit 2024-09-10T19:43:25.818538+0000 mon.a (mon.0) 1116 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-10T19:43:27.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:26 smithi155 bash[59709]: cluster 2024-09-10T19:43:25.818659+0000 mon.a (mon.0) 1117 : cluster [DBG] osdmap e103: 8 total, 7 up, 8 in 2024-09-10T19:43:27.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:26 smithi155 bash[59709]: audit 2024-09-10T19:43:25.820196+0000 mon.b (mon.2) 17 : audit [INF] from='osd.7 [v2:172.21.15.189:6824/3580403908,v1:172.21.15.189:6825/3580403908]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:43:27.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:26 smithi155 bash[59709]: audit 2024-09-10T19:43:25.820714+0000 mon.a (mon.0) 1118 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:43:27.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:26 smithi155 bash[59709]: audit 2024-09-10T19:43:26.298229+0000 mon.a (mon.0) 1119 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:43:27.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:26 smithi155 bash[59709]: audit 2024-09-10T19:43:26.306665+0000 mon.a (mon.0) 1120 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:27.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:26 smithi155 bash[59709]: audit 2024-09-10T19:43:26.313878+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:27.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:26 smithi155 bash[59709]: audit 2024-09-10T19:43:26.688673+0000 mon.a (mon.0) 1122 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:43:27.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:26 smithi155 bash[53909]: cluster 2024-09-10T19:43:25.733415+0000 mgr.y (mgr.54108) 364 : cluster [DBG] pgmap v239: 129 pgs: 30 active+undersized, 27 active+undersized+degraded, 72 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 85/612 objects degraded (13.889%) 2024-09-10T19:43:27.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:26 smithi155 bash[53909]: audit 2024-09-10T19:43:25.818538+0000 mon.a (mon.0) 1116 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-10T19:43:27.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:26 smithi155 bash[53909]: cluster 2024-09-10T19:43:25.818659+0000 mon.a (mon.0) 1117 : cluster [DBG] osdmap e103: 8 total, 7 up, 8 in 2024-09-10T19:43:27.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:26 smithi155 bash[53909]: audit 2024-09-10T19:43:25.820196+0000 mon.b (mon.2) 17 : audit [INF] from='osd.7 [v2:172.21.15.189:6824/3580403908,v1:172.21.15.189:6825/3580403908]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:43:27.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:26 smithi155 bash[53909]: audit 2024-09-10T19:43:25.820714+0000 mon.a (mon.0) 1118 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-10T19:43:27.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:26 smithi155 bash[53909]: audit 2024-09-10T19:43:26.298229+0000 mon.a (mon.0) 1119 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:43:27.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:26 smithi155 bash[53909]: audit 2024-09-10T19:43:26.306665+0000 mon.a (mon.0) 1120 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:27.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:26 smithi155 bash[53909]: audit 2024-09-10T19:43:26.313878+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:27.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:26 smithi155 bash[53909]: audit 2024-09-10T19:43:26.688673+0000 mon.a (mon.0) 1122 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:43:28.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:27 smithi189 bash[38194]: cluster 2024-09-10T19:43:26.811071+0000 mon.a (mon.0) 1123 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:43:28.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:27 smithi189 bash[38194]: cluster 2024-09-10T19:43:26.824755+0000 mon.a (mon.0) 1124 : cluster [INF] osd.7 [v2:172.21.15.189:6824/3580403908,v1:172.21.15.189:6825/3580403908] boot 2024-09-10T19:43:28.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:27 smithi189 bash[38194]: cluster 2024-09-10T19:43:26.825112+0000 mon.a (mon.0) 1125 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-09-10T19:43:28.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:27 smithi189 bash[38194]: audit 2024-09-10T19:43:26.832941+0000 mon.a (mon.0) 1126 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:43:28.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:27 smithi189 bash[38194]: audit 2024-09-10T19:43:26.923516+0000 mon.a (mon.0) 1127 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:43:28.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:27 smithi189 bash[38194]: audit 2024-09-10T19:43:26.931158+0000 mon.a (mon.0) 1128 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:28.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:27 smithi189 bash[38194]: audit 2024-09-10T19:43:26.941199+0000 mon.a (mon.0) 1129 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:28.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:27 smithi189 bash[38194]: audit 2024-09-10T19:43:26.943100+0000 mon.a (mon.0) 1130 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:43:28.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:27 smithi189 bash[38194]: cluster 2024-09-10T19:43:27.824265+0000 mon.a (mon.0) 1131 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-09-10T19:43:28.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:27 smithi155 bash[53909]: cluster 2024-09-10T19:43:26.811071+0000 mon.a (mon.0) 1123 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:43:28.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:27 smithi155 bash[53909]: cluster 2024-09-10T19:43:26.824755+0000 mon.a (mon.0) 1124 : cluster [INF] osd.7 [v2:172.21.15.189:6824/3580403908,v1:172.21.15.189:6825/3580403908] boot 2024-09-10T19:43:28.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:27 smithi155 bash[53909]: cluster 2024-09-10T19:43:26.825112+0000 mon.a (mon.0) 1125 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-09-10T19:43:28.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:27 smithi155 bash[53909]: audit 2024-09-10T19:43:26.832941+0000 mon.a (mon.0) 1126 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:43:28.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:27 smithi155 bash[53909]: audit 2024-09-10T19:43:26.923516+0000 mon.a (mon.0) 1127 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:43:28.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:27 smithi155 bash[53909]: audit 2024-09-10T19:43:26.931158+0000 mon.a (mon.0) 1128 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:28.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:27 smithi155 bash[53909]: audit 2024-09-10T19:43:26.941199+0000 mon.a (mon.0) 1129 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:28.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:27 smithi155 bash[53909]: audit 2024-09-10T19:43:26.943100+0000 mon.a (mon.0) 1130 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:43:28.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:27 smithi155 bash[53909]: cluster 2024-09-10T19:43:27.824265+0000 mon.a (mon.0) 1131 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-09-10T19:43:28.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:27 smithi155 bash[59709]: cluster 2024-09-10T19:43:26.811071+0000 mon.a (mon.0) 1123 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:43:28.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:27 smithi155 bash[59709]: cluster 2024-09-10T19:43:26.824755+0000 mon.a (mon.0) 1124 : cluster [INF] osd.7 [v2:172.21.15.189:6824/3580403908,v1:172.21.15.189:6825/3580403908] boot 2024-09-10T19:43:28.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:27 smithi155 bash[59709]: cluster 2024-09-10T19:43:26.825112+0000 mon.a (mon.0) 1125 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-09-10T19:43:28.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:27 smithi155 bash[59709]: audit 2024-09-10T19:43:26.832941+0000 mon.a (mon.0) 1126 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:43:28.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:27 smithi155 bash[59709]: audit 2024-09-10T19:43:26.923516+0000 mon.a (mon.0) 1127 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:43:28.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:27 smithi155 bash[59709]: audit 2024-09-10T19:43:26.931158+0000 mon.a (mon.0) 1128 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:28.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:27 smithi155 bash[59709]: audit 2024-09-10T19:43:26.941199+0000 mon.a (mon.0) 1129 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:28.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:27 smithi155 bash[59709]: audit 2024-09-10T19:43:26.943100+0000 mon.a (mon.0) 1130 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:43:28.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:27 smithi155 bash[59709]: cluster 2024-09-10T19:43:27.824265+0000 mon.a (mon.0) 1131 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-09-10T19:43:29.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:28 smithi189 bash[38194]: cluster 2024-09-10T19:43:27.734367+0000 mgr.y (mgr.54108) 365 : cluster [DBG] pgmap v242: 129 pgs: 30 active+undersized, 27 active+undersized+degraded, 72 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85/612 objects degraded (13.889%) 2024-09-10T19:43:29.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:28 smithi155 bash[59709]: cluster 2024-09-10T19:43:27.734367+0000 mgr.y (mgr.54108) 365 : cluster [DBG] pgmap v242: 129 pgs: 30 active+undersized, 27 active+undersized+degraded, 72 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85/612 objects degraded (13.889%) 2024-09-10T19:43:29.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:28 smithi155 bash[53909]: cluster 2024-09-10T19:43:27.734367+0000 mgr.y (mgr.54108) 365 : cluster [DBG] pgmap v242: 129 pgs: 30 active+undersized, 27 active+undersized+degraded, 72 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85/612 objects degraded (13.889%) 2024-09-10T19:43:31.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:30 smithi189 bash[38194]: cluster 2024-09-10T19:43:29.735726+0000 mgr.y (mgr.54108) 366 : cluster [DBG] pgmap v244: 129 pgs: 17 active+undersized, 20 active+undersized+degraded, 92 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 66/612 objects degraded (10.784%) 2024-09-10T19:43:31.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:30 smithi189 bash[38194]: cluster 2024-09-10T19:43:30.602224+0000 mon.a (mon.0) 1132 : cluster [WRN] Health check update: Degraded data redundancy: 66/612 objects degraded (10.784%), 20 pgs degraded (PG_DEGRADED) 2024-09-10T19:43:31.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:30 smithi155 bash[59709]: cluster 2024-09-10T19:43:29.735726+0000 mgr.y (mgr.54108) 366 : cluster [DBG] pgmap v244: 129 pgs: 17 active+undersized, 20 active+undersized+degraded, 92 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 66/612 objects degraded (10.784%) 2024-09-10T19:43:31.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:30 smithi155 bash[59709]: cluster 2024-09-10T19:43:30.602224+0000 mon.a (mon.0) 1132 : cluster [WRN] Health check update: Degraded data redundancy: 66/612 objects degraded (10.784%), 20 pgs degraded (PG_DEGRADED) 2024-09-10T19:43:31.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:30 smithi155 bash[53909]: cluster 2024-09-10T19:43:29.735726+0000 mgr.y (mgr.54108) 366 : cluster [DBG] pgmap v244: 129 pgs: 17 active+undersized, 20 active+undersized+degraded, 92 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 66/612 objects degraded (10.784%) 2024-09-10T19:43:31.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:30 smithi155 bash[53909]: cluster 2024-09-10T19:43:30.602224+0000 mon.a (mon.0) 1132 : cluster [WRN] Health check update: Degraded data redundancy: 66/612 objects degraded (10.784%), 20 pgs degraded (PG_DEGRADED) 2024-09-10T19:43:32.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:32 smithi189 bash[38194]: cluster 2024-09-10T19:43:31.946136+0000 mon.a (mon.0) 1133 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 66/612 objects degraded (10.784%), 20 pgs degraded) 2024-09-10T19:43:32.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:31 smithi155 bash[53909]: cluster 2024-09-10T19:43:31.946136+0000 mon.a (mon.0) 1133 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 66/612 objects degraded (10.784%), 20 pgs degraded) 2024-09-10T19:43:32.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:32 smithi155 bash[59709]: cluster 2024-09-10T19:43:31.946136+0000 mon.a (mon.0) 1133 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 66/612 objects degraded (10.784%), 20 pgs degraded) 2024-09-10T19:43:33.261 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:33 smithi189 bash[38194]: cluster 2024-09-10T19:43:31.736871+0000 mgr.y (mgr.54108) 367 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:43:33.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:33 smithi155 bash[53909]: cluster 2024-09-10T19:43:31.736871+0000 mgr.y (mgr.54108) 367 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:43:33.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:33 smithi155 bash[59709]: cluster 2024-09-10T19:43:31.736871+0000 mgr.y (mgr.54108) 367 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:43:35.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:35 smithi155 bash[53909]: cluster 2024-09-10T19:43:33.737801+0000 mgr.y (mgr.54108) 368 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 129 B/s rd, 0 op/s 2024-09-10T19:43:35.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:35 smithi155 bash[59709]: cluster 2024-09-10T19:43:33.737801+0000 mgr.y (mgr.54108) 368 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 129 B/s rd, 0 op/s 2024-09-10T19:43:35.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:35 smithi189 bash[38194]: cluster 2024-09-10T19:43:33.737801+0000 mgr.y (mgr.54108) 368 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 129 B/s rd, 0 op/s 2024-09-10T19:43:37.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:37 smithi189 bash[38194]: cluster 2024-09-10T19:43:35.738809+0000 mgr.y (mgr.54108) 369 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 114 B/s rd, 0 op/s 2024-09-10T19:43:37.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:37 smithi155 bash[59709]: cluster 2024-09-10T19:43:35.738809+0000 mgr.y (mgr.54108) 369 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 114 B/s rd, 0 op/s 2024-09-10T19:43:37.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:37 smithi155 bash[53909]: cluster 2024-09-10T19:43:35.738809+0000 mgr.y (mgr.54108) 369 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 114 B/s rd, 0 op/s 2024-09-10T19:43:38.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[53909]: audit 2024-09-10T19:43:37.607461+0000 mon.a (mon.0) 1134 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:43:38.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[53909]: audit 2024-09-10T19:43:37.615962+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:38.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[53909]: audit 2024-09-10T19:43:37.624179+0000 mon.a (mon.0) 1136 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:38.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[53909]: audit 2024-09-10T19:43:37.631558+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:38.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[53909]: audit 2024-09-10T19:43:37.685569+0000 mon.a (mon.0) 1138 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:43:38.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[53909]: audit 2024-09-10T19:43:37.690208+0000 mon.a (mon.0) 1139 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:38.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[53909]: audit 2024-09-10T19:43:37.692740+0000 mon.a (mon.0) 1140 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:38.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[53909]: audit 2024-09-10T19:43:37.694836+0000 mon.a (mon.0) 1141 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:38.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[53909]: audit 2024-09-10T19:43:37.698443+0000 mon.a (mon.0) 1142 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:38.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[53909]: audit 2024-09-10T19:43:37.709322+0000 mon.a (mon.0) 1143 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:38.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[53909]: audit 2024-09-10T19:43:37.710914+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-09-10T19:43:38.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[53909]: audit 2024-09-10T19:43:37.719072+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-09-10T19:43:38.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[53909]: audit 2024-09-10T19:43:37.720452+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-09-10T19:43:38.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[53909]: audit 2024-09-10T19:43:37.725583+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-09-10T19:43:38.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[53909]: audit 2024-09-10T19:43:37.726665+0000 mon.a (mon.0) 1148 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-09-10T19:43:38.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[53909]: audit 2024-09-10T19:43:37.731007+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-09-10T19:43:38.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[53909]: audit 2024-09-10T19:43:37.732076+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-09-10T19:43:38.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[53909]: audit 2024-09-10T19:43:37.738383+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-09-10T19:43:38.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[59709]: audit 2024-09-10T19:43:37.607461+0000 mon.a (mon.0) 1134 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:43:38.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[59709]: audit 2024-09-10T19:43:37.615962+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:38.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[59709]: audit 2024-09-10T19:43:37.624179+0000 mon.a (mon.0) 1136 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:38.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[59709]: audit 2024-09-10T19:43:37.631558+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:38.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[59709]: audit 2024-09-10T19:43:37.685569+0000 mon.a (mon.0) 1138 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:43:38.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[59709]: audit 2024-09-10T19:43:37.690208+0000 mon.a (mon.0) 1139 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:38.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[59709]: audit 2024-09-10T19:43:37.692740+0000 mon.a (mon.0) 1140 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:38.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[59709]: audit 2024-09-10T19:43:37.694836+0000 mon.a (mon.0) 1141 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:38.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[59709]: audit 2024-09-10T19:43:37.698443+0000 mon.a (mon.0) 1142 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:38.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[59709]: audit 2024-09-10T19:43:37.709322+0000 mon.a (mon.0) 1143 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:38.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[59709]: audit 2024-09-10T19:43:37.710914+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-09-10T19:43:38.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[59709]: audit 2024-09-10T19:43:37.719072+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-09-10T19:43:38.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[59709]: audit 2024-09-10T19:43:37.720452+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-09-10T19:43:38.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[59709]: audit 2024-09-10T19:43:37.725583+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-09-10T19:43:38.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[59709]: audit 2024-09-10T19:43:37.726665+0000 mon.a (mon.0) 1148 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-09-10T19:43:38.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[59709]: audit 2024-09-10T19:43:37.731007+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-09-10T19:43:38.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[59709]: audit 2024-09-10T19:43:37.732076+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-09-10T19:43:38.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[59709]: audit 2024-09-10T19:43:37.738383+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-09-10T19:43:38.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[59709]: audit 2024-09-10T19:43:37.739647+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-09-10T19:43:38.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[59709]: audit 2024-09-10T19:43:37.744783+0000 mon.a (mon.0) 1153 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-09-10T19:43:38.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[59709]: audit 2024-09-10T19:43:37.746140+0000 mon.a (mon.0) 1154 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-09-10T19:43:38.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[59709]: audit 2024-09-10T19:43:37.751787+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-09-10T19:43:38.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[59709]: audit 2024-09-10T19:43:37.753042+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-09-10T19:43:38.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[59709]: audit 2024-09-10T19:43:37.758903+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-09-10T19:43:38.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[59709]: audit 2024-09-10T19:43:37.760215+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-09-10T19:43:38.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[59709]: audit 2024-09-10T19:43:37.765236+0000 mon.a (mon.0) 1159 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-09-10T19:43:38.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[59709]: audit 2024-09-10T19:43:37.767782+0000 mon.a (mon.0) 1160 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "quincy"}]: dispatch 2024-09-10T19:43:38.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[59709]: audit 2024-09-10T19:43:37.926281+0000 mon.a (mon.0) 1161 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:38.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[53909]: audit 2024-09-10T19:43:37.739647+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-09-10T19:43:38.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[53909]: audit 2024-09-10T19:43:37.744783+0000 mon.a (mon.0) 1153 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-09-10T19:43:38.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[53909]: audit 2024-09-10T19:43:37.746140+0000 mon.a (mon.0) 1154 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-09-10T19:43:38.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[53909]: audit 2024-09-10T19:43:37.751787+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-09-10T19:43:38.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[53909]: audit 2024-09-10T19:43:37.753042+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-09-10T19:43:38.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[53909]: audit 2024-09-10T19:43:37.758903+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-09-10T19:43:38.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[53909]: audit 2024-09-10T19:43:37.760215+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-09-10T19:43:38.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[53909]: audit 2024-09-10T19:43:37.765236+0000 mon.a (mon.0) 1159 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-09-10T19:43:38.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[53909]: audit 2024-09-10T19:43:37.767782+0000 mon.a (mon.0) 1160 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "quincy"}]: dispatch 2024-09-10T19:43:38.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:38 smithi155 bash[53909]: audit 2024-09-10T19:43:37.926281+0000 mon.a (mon.0) 1161 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:38.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:38 smithi189 bash[38194]: audit 2024-09-10T19:43:37.607461+0000 mon.a (mon.0) 1134 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:43:38.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:38 smithi189 bash[38194]: audit 2024-09-10T19:43:37.615962+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:38.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:38 smithi189 bash[38194]: audit 2024-09-10T19:43:37.624179+0000 mon.a (mon.0) 1136 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:38.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:38 smithi189 bash[38194]: audit 2024-09-10T19:43:37.631558+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:38.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:38 smithi189 bash[38194]: audit 2024-09-10T19:43:37.685569+0000 mon.a (mon.0) 1138 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:43:38.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:38 smithi189 bash[38194]: audit 2024-09-10T19:43:37.690208+0000 mon.a (mon.0) 1139 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:38.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:38 smithi189 bash[38194]: audit 2024-09-10T19:43:37.692740+0000 mon.a (mon.0) 1140 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:38.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:38 smithi189 bash[38194]: audit 2024-09-10T19:43:37.694836+0000 mon.a (mon.0) 1141 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:38.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:38 smithi189 bash[38194]: audit 2024-09-10T19:43:37.698443+0000 mon.a (mon.0) 1142 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:38.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:38 smithi189 bash[38194]: audit 2024-09-10T19:43:37.709322+0000 mon.a (mon.0) 1143 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:38.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:38 smithi189 bash[38194]: audit 2024-09-10T19:43:37.710914+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-09-10T19:43:38.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:38 smithi189 bash[38194]: audit 2024-09-10T19:43:37.719072+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-09-10T19:43:38.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:38 smithi189 bash[38194]: audit 2024-09-10T19:43:37.720452+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-09-10T19:43:38.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:38 smithi189 bash[38194]: audit 2024-09-10T19:43:37.725583+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-09-10T19:43:38.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:38 smithi189 bash[38194]: audit 2024-09-10T19:43:37.726665+0000 mon.a (mon.0) 1148 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-09-10T19:43:38.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:38 smithi189 bash[38194]: audit 2024-09-10T19:43:37.731007+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-09-10T19:43:38.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:38 smithi189 bash[38194]: audit 2024-09-10T19:43:37.732076+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-09-10T19:43:38.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:38 smithi189 bash[38194]: audit 2024-09-10T19:43:37.738383+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-09-10T19:43:38.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:38 smithi189 bash[38194]: audit 2024-09-10T19:43:37.739647+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-09-10T19:43:38.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:38 smithi189 bash[38194]: audit 2024-09-10T19:43:37.744783+0000 mon.a (mon.0) 1153 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-09-10T19:43:38.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:38 smithi189 bash[38194]: audit 2024-09-10T19:43:37.746140+0000 mon.a (mon.0) 1154 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-09-10T19:43:38.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:38 smithi189 bash[38194]: audit 2024-09-10T19:43:37.751787+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-09-10T19:43:38.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:38 smithi189 bash[38194]: audit 2024-09-10T19:43:37.753042+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-09-10T19:43:38.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:38 smithi189 bash[38194]: audit 2024-09-10T19:43:37.758903+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-09-10T19:43:38.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:38 smithi189 bash[38194]: audit 2024-09-10T19:43:37.760215+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-09-10T19:43:38.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:38 smithi189 bash[38194]: audit 2024-09-10T19:43:37.765236+0000 mon.a (mon.0) 1159 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-09-10T19:43:38.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:38 smithi189 bash[38194]: audit 2024-09-10T19:43:37.767782+0000 mon.a (mon.0) 1160 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "quincy"}]: dispatch 2024-09-10T19:43:38.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:38 smithi189 bash[38194]: audit 2024-09-10T19:43:37.926281+0000 mon.a (mon.0) 1161 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:39.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: cephadm 2024-09-10T19:43:37.699736+0000 mgr.y (mgr.54108) 370 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-09-10T19:43:39.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: cluster 2024-09-10T19:43:37.739407+0000 mgr.y (mgr.54108) 371 : cluster [DBG] pgmap v248: 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-10T19:43:39.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: cephadm 2024-09-10T19:43:37.767327+0000 mgr.y (mgr.54108) 372 : cephadm [INF] Upgrade: Setting require_osd_release to 17 quincy 2024-09-10T19:43:39.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: cluster 2024-09-10T19:43:38.762374+0000 mon.a (mon.0) 1162 : cluster [INF] Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-09-10T19:43:39.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: cluster 2024-09-10T19:43:38.762438+0000 mon.a (mon.0) 1163 : cluster [INF] Cluster is now healthy 2024-09-10T19:43:39.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.771484+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "quincy"}]': finished 2024-09-10T19:43:39.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: cluster 2024-09-10T19:43:38.771649+0000 mon.a (mon.0) 1165 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-09-10T19:43:39.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.777004+0000 mon.a (mon.0) 1166 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:39.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.785336+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:39.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.787448+0000 mon.a (mon.0) 1168 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:39.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.792900+0000 mon.a (mon.0) 1169 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:39.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.794359+0000 mon.a (mon.0) 1170 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:39.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.795949+0000 mon.a (mon.0) 1171 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:39.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.802680+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:39.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.804352+0000 mon.a (mon.0) 1173 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:39.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.810420+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:39.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.812458+0000 mon.a (mon.0) 1175 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:39.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.814515+0000 mon.a (mon.0) 1176 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:39.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.816344+0000 mon.a (mon.0) 1177 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:39.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.818197+0000 mon.a (mon.0) 1178 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:39.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.819868+0000 mon.a (mon.0) 1179 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:39.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: cephadm 2024-09-10T19:43:37.699736+0000 mgr.y (mgr.54108) 370 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-09-10T19:43:39.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: cluster 2024-09-10T19:43:37.739407+0000 mgr.y (mgr.54108) 371 : cluster [DBG] pgmap v248: 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-10T19:43:39.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: cephadm 2024-09-10T19:43:37.767327+0000 mgr.y (mgr.54108) 372 : cephadm [INF] Upgrade: Setting require_osd_release to 17 quincy 2024-09-10T19:43:39.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: cluster 2024-09-10T19:43:38.762374+0000 mon.a (mon.0) 1162 : cluster [INF] Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-09-10T19:43:39.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: cluster 2024-09-10T19:43:38.762438+0000 mon.a (mon.0) 1163 : cluster [INF] Cluster is now healthy 2024-09-10T19:43:39.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.771484+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "quincy"}]': finished 2024-09-10T19:43:39.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: cluster 2024-09-10T19:43:38.771649+0000 mon.a (mon.0) 1165 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-09-10T19:43:39.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.777004+0000 mon.a (mon.0) 1166 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:39.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.785336+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:39.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.787448+0000 mon.a (mon.0) 1168 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:39.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.792900+0000 mon.a (mon.0) 1169 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:39.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.794359+0000 mon.a (mon.0) 1170 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:39.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.795949+0000 mon.a (mon.0) 1171 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:39.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.802680+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:39.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.804352+0000 mon.a (mon.0) 1173 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:39.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.810420+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:39.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.812458+0000 mon.a (mon.0) 1175 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:39.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.814515+0000 mon.a (mon.0) 1176 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:39.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.816344+0000 mon.a (mon.0) 1177 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:39.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.818197+0000 mon.a (mon.0) 1178 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:39.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.819868+0000 mon.a (mon.0) 1179 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:39.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.821536+0000 mon.a (mon.0) 1180 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:39.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.823851+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:43:39.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.830267+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:43:39.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.831724+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:43:39.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.837635+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:43:39.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.838970+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:43:39.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.845379+0000 mon.a (mon.0) 1186 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:43:39.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.846561+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:43:39.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.855489+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-10T19:43:39.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.856786+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:43:39.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.862267+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T19:43:39.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.863578+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:43:39.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.864875+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:43:39.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.869774+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:43:39.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.871155+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:43:39.345 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.872609+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:43:39.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.821536+0000 mon.a (mon.0) 1180 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:39.346 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.823851+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:43:39.346 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.830267+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:43:39.346 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.831724+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:43:39.346 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.837635+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:43:39.346 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.838970+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:43:39.346 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.845379+0000 mon.a (mon.0) 1186 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:43:39.346 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.846561+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:43:39.346 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.855489+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-10T19:43:39.346 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.856786+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:43:39.346 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.862267+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T19:43:39.346 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.863578+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:43:39.346 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.864875+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:43:39.346 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.869774+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:43:39.347 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.871155+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:43:39.347 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.872609+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:43:39.347 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.878212+0000 mon.a (mon.0) 1196 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-10T19:43:39.347 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.879326+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:43:39.347 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.886849+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T19:43:39.347 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.888118+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:43:39.347 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.889387+0000 mon.a (mon.0) 1200 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:43:39.347 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.890488+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:43:39.347 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.891696+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:43:39.347 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.892931+0000 mon.a (mon.0) 1203 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:43:39.347 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.894098+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:43:39.347 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.895299+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:43:39.347 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.901567+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:43:39.347 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.903336+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:43:39.348 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[53909]: audit 2024-09-10T19:43:38.907793+0000 mon.a (mon.0) 1208 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:43:39.348 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.878212+0000 mon.a (mon.0) 1196 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-10T19:43:39.348 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.879326+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:43:39.348 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.886849+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T19:43:39.348 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.888118+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:43:39.348 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.889387+0000 mon.a (mon.0) 1200 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:43:39.348 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.890488+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:43:39.348 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.891696+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:43:39.348 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.892931+0000 mon.a (mon.0) 1203 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:43:39.348 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.894098+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:43:39.348 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.895299+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:43:39.349 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.901567+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:43:39.349 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.903336+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:43:39.349 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:39 smithi155 bash[59709]: audit 2024-09-10T19:43:38.907793+0000 mon.a (mon.0) 1208 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:43:39.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: cephadm 2024-09-10T19:43:37.699736+0000 mgr.y (mgr.54108) 370 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-09-10T19:43:39.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: cluster 2024-09-10T19:43:37.739407+0000 mgr.y (mgr.54108) 371 : cluster [DBG] pgmap v248: 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-10T19:43:39.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: cephadm 2024-09-10T19:43:37.767327+0000 mgr.y (mgr.54108) 372 : cephadm [INF] Upgrade: Setting require_osd_release to 17 quincy 2024-09-10T19:43:39.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: cluster 2024-09-10T19:43:38.762374+0000 mon.a (mon.0) 1162 : cluster [INF] Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-09-10T19:43:39.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: cluster 2024-09-10T19:43:38.762438+0000 mon.a (mon.0) 1163 : cluster [INF] Cluster is now healthy 2024-09-10T19:43:39.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.771484+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "quincy"}]': finished 2024-09-10T19:43:39.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: cluster 2024-09-10T19:43:38.771649+0000 mon.a (mon.0) 1165 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-09-10T19:43:39.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.777004+0000 mon.a (mon.0) 1166 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:39.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.785336+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:39.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.787448+0000 mon.a (mon.0) 1168 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:39.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.792900+0000 mon.a (mon.0) 1169 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:39.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.794359+0000 mon.a (mon.0) 1170 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:39.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.795949+0000 mon.a (mon.0) 1171 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:39.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.802680+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:39.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.804352+0000 mon.a (mon.0) 1173 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:39.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.810420+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:39.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.812458+0000 mon.a (mon.0) 1175 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:39.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.814515+0000 mon.a (mon.0) 1176 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:39.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.816344+0000 mon.a (mon.0) 1177 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:39.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.818197+0000 mon.a (mon.0) 1178 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:39.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.819868+0000 mon.a (mon.0) 1179 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:39.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.821536+0000 mon.a (mon.0) 1180 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:43:39.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.823851+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:43:39.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.830267+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:43:39.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.831724+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:43:39.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.837635+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:43:39.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.838970+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:43:39.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.845379+0000 mon.a (mon.0) 1186 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:43:39.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.846561+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:43:39.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.855489+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-10T19:43:39.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.856786+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:43:39.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.862267+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T19:43:39.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.863578+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:43:39.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.864875+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:43:39.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.869774+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:43:39.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.871155+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:43:39.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.872609+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:43:39.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.878212+0000 mon.a (mon.0) 1196 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-10T19:43:39.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.879326+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:43:39.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.886849+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T19:43:39.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.888118+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:43:39.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.889387+0000 mon.a (mon.0) 1200 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:43:39.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.890488+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:43:39.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.891696+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:43:39.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.892931+0000 mon.a (mon.0) 1203 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:43:39.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.894098+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:43:39.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.895299+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:43:39.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.901567+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:43:39.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.903336+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:43:39.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:39 smithi189 bash[38194]: audit 2024-09-10T19:43:38.907793+0000 mon.a (mon.0) 1208 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:43:40.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:40 smithi155 bash[53909]: cephadm 2024-09-10T19:43:38.778661+0000 mgr.y (mgr.54108) 373 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T19:43:40.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:40 smithi155 bash[53909]: cephadm 2024-09-10T19:43:38.788206+0000 mgr.y (mgr.54108) 374 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T19:43:40.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:40 smithi155 bash[53909]: cephadm 2024-09-10T19:43:38.796880+0000 mgr.y (mgr.54108) 375 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-10T19:43:40.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:40 smithi155 bash[53909]: cephadm 2024-09-10T19:43:38.805403+0000 mgr.y (mgr.54108) 376 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T19:43:40.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:40 smithi155 bash[53909]: cephadm 2024-09-10T19:43:38.822559+0000 mgr.y (mgr.54108) 377 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:43:40.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:40 smithi155 bash[53909]: cephadm 2024-09-10T19:43:38.902591+0000 mgr.y (mgr.54108) 378 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:43:40.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:40 smithi155 bash[53909]: audit 2024-09-10T19:43:39.211890+0000 mon.a (mon.0) 1209 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:43:40.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:40 smithi155 bash[53909]: audit 2024-09-10T19:43:39.212388+0000 mon.a (mon.0) 1210 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:43:40.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:40 smithi155 bash[53909]: audit 2024-09-10T19:43:39.217732+0000 mon.a (mon.0) 1211 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:40.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:40 smithi155 bash[53909]: audit 2024-09-10T19:43:39.222426+0000 mon.a (mon.0) 1212 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:40.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:40 smithi155 bash[53909]: audit 2024-09-10T19:43:39.228931+0000 mon.a (mon.0) 1213 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:40.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:40 smithi155 bash[53909]: audit 2024-09-10T19:43:39.235785+0000 mon.a (mon.0) 1214 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:40.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:40 smithi155 bash[53909]: audit 2024-09-10T19:43:39.243767+0000 mon.a (mon.0) 1215 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:40.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:40 smithi155 bash[53909]: audit 2024-09-10T19:43:39.304260+0000 mon.a (mon.0) 1216 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:40.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:40 smithi155 bash[59709]: cephadm 2024-09-10T19:43:38.778661+0000 mgr.y (mgr.54108) 373 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T19:43:40.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:40 smithi155 bash[59709]: cephadm 2024-09-10T19:43:38.788206+0000 mgr.y (mgr.54108) 374 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T19:43:40.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:40 smithi155 bash[59709]: cephadm 2024-09-10T19:43:38.796880+0000 mgr.y (mgr.54108) 375 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-10T19:43:40.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:40 smithi155 bash[59709]: cephadm 2024-09-10T19:43:38.805403+0000 mgr.y (mgr.54108) 376 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T19:43:40.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:40 smithi155 bash[59709]: cephadm 2024-09-10T19:43:38.822559+0000 mgr.y (mgr.54108) 377 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:43:40.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:40 smithi155 bash[59709]: cephadm 2024-09-10T19:43:38.902591+0000 mgr.y (mgr.54108) 378 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:43:40.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:40 smithi155 bash[59709]: audit 2024-09-10T19:43:39.211890+0000 mon.a (mon.0) 1209 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:43:40.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:40 smithi155 bash[59709]: audit 2024-09-10T19:43:39.212388+0000 mon.a (mon.0) 1210 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:43:40.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:40 smithi155 bash[59709]: audit 2024-09-10T19:43:39.217732+0000 mon.a (mon.0) 1211 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:40.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:40 smithi155 bash[59709]: audit 2024-09-10T19:43:39.222426+0000 mon.a (mon.0) 1212 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:40.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:40 smithi155 bash[59709]: audit 2024-09-10T19:43:39.228931+0000 mon.a (mon.0) 1213 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:40.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:40 smithi155 bash[59709]: audit 2024-09-10T19:43:39.235785+0000 mon.a (mon.0) 1214 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:40.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:40 smithi155 bash[59709]: audit 2024-09-10T19:43:39.243767+0000 mon.a (mon.0) 1215 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:40.342 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:40 smithi155 bash[59709]: audit 2024-09-10T19:43:39.304260+0000 mon.a (mon.0) 1216 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:40.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:40 smithi189 bash[38194]: cephadm 2024-09-10T19:43:38.778661+0000 mgr.y (mgr.54108) 373 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T19:43:40.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:40 smithi189 bash[38194]: cephadm 2024-09-10T19:43:38.788206+0000 mgr.y (mgr.54108) 374 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T19:43:40.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:40 smithi189 bash[38194]: cephadm 2024-09-10T19:43:38.796880+0000 mgr.y (mgr.54108) 375 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-10T19:43:40.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:40 smithi189 bash[38194]: cephadm 2024-09-10T19:43:38.805403+0000 mgr.y (mgr.54108) 376 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T19:43:40.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:40 smithi189 bash[38194]: cephadm 2024-09-10T19:43:38.822559+0000 mgr.y (mgr.54108) 377 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:43:40.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:40 smithi189 bash[38194]: cephadm 2024-09-10T19:43:38.902591+0000 mgr.y (mgr.54108) 378 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:43:40.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:40 smithi189 bash[38194]: audit 2024-09-10T19:43:39.211890+0000 mon.a (mon.0) 1209 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:43:40.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:40 smithi189 bash[38194]: audit 2024-09-10T19:43:39.212388+0000 mon.a (mon.0) 1210 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:43:40.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:40 smithi189 bash[38194]: audit 2024-09-10T19:43:39.217732+0000 mon.a (mon.0) 1211 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:40.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:40 smithi189 bash[38194]: audit 2024-09-10T19:43:39.222426+0000 mon.a (mon.0) 1212 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:40.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:40 smithi189 bash[38194]: audit 2024-09-10T19:43:39.228931+0000 mon.a (mon.0) 1213 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:40.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:40 smithi189 bash[38194]: audit 2024-09-10T19:43:39.235785+0000 mon.a (mon.0) 1214 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:40.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:40 smithi189 bash[38194]: audit 2024-09-10T19:43:39.243767+0000 mon.a (mon.0) 1215 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:40.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:40 smithi189 bash[38194]: audit 2024-09-10T19:43:39.304260+0000 mon.a (mon.0) 1216 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:41.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:41 smithi155 bash[53909]: cluster 2024-09-10T19:43:39.740183+0000 mgr.y (mgr.54108) 379 : cluster [DBG] pgmap v250: 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-10T19:43:41.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:41 smithi155 bash[59709]: cluster 2024-09-10T19:43:39.740183+0000 mgr.y (mgr.54108) 379 : cluster [DBG] pgmap v250: 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-10T19:43:41.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:41 smithi189 bash[38194]: cluster 2024-09-10T19:43:39.740183+0000 mgr.y (mgr.54108) 379 : cluster [DBG] pgmap v250: 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-10T19:43:43.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:43 smithi155 bash[53909]: cluster 2024-09-10T19:43:41.741260+0000 mgr.y (mgr.54108) 380 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:43:43.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:43 smithi155 bash[53909]: audit 2024-09-10T19:43:42.937232+0000 mon.a (mon.0) 1217 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:43.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:43 smithi155 bash[59709]: cluster 2024-09-10T19:43:41.741260+0000 mgr.y (mgr.54108) 380 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:43:43.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:43 smithi155 bash[59709]: audit 2024-09-10T19:43:42.937232+0000 mon.a (mon.0) 1217 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:43.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:43 smithi189 bash[38194]: cluster 2024-09-10T19:43:41.741260+0000 mgr.y (mgr.54108) 380 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:43:43.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:43 smithi189 bash[38194]: audit 2024-09-10T19:43:42.937232+0000 mon.a (mon.0) 1217 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:43:45.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:45 smithi155 bash[53909]: cluster 2024-09-10T19:43:43.742252+0000 mgr.y (mgr.54108) 381 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:43:45.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:45 smithi155 bash[59709]: cluster 2024-09-10T19:43:43.742252+0000 mgr.y (mgr.54108) 381 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:43:45.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:45 smithi189 bash[38194]: cluster 2024-09-10T19:43:43.742252+0000 mgr.y (mgr.54108) 381 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:43:47.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:47 smithi155 bash[53909]: cluster 2024-09-10T19:43:45.743395+0000 mgr.y (mgr.54108) 382 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:43:47.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:47 smithi155 bash[59709]: cluster 2024-09-10T19:43:45.743395+0000 mgr.y (mgr.54108) 382 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:43:47.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:47 smithi189 bash[38194]: cluster 2024-09-10T19:43:45.743395+0000 mgr.y (mgr.54108) 382 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:43:48.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:48 smithi155 bash[53909]: audit 2024-09-10T19:43:47.637381+0000 mon.a (mon.0) 1218 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2024-09-10T19:43:48.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:48 smithi155 bash[53909]: audit 2024-09-10T19:43:47.637950+0000 mon.a (mon.0) 1219 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:43:48.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:48 smithi155 bash[53909]: audit 2024-09-10T19:43:47.638495+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-10T19:43:48.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:48 smithi155 bash[53909]: audit 2024-09-10T19:43:47.638990+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:43:48.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:48 smithi155 bash[59709]: audit 2024-09-10T19:43:47.637381+0000 mon.a (mon.0) 1218 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2024-09-10T19:43:48.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:48 smithi155 bash[59709]: audit 2024-09-10T19:43:47.637950+0000 mon.a (mon.0) 1219 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:43:48.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:48 smithi155 bash[59709]: audit 2024-09-10T19:43:47.638495+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-10T19:43:48.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:48 smithi155 bash[59709]: audit 2024-09-10T19:43:47.638990+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:43:48.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:48 smithi189 bash[38194]: audit 2024-09-10T19:43:47.637381+0000 mon.a (mon.0) 1218 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2024-09-10T19:43:48.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:48 smithi189 bash[38194]: audit 2024-09-10T19:43:47.637950+0000 mon.a (mon.0) 1219 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:43:48.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:48 smithi189 bash[38194]: audit 2024-09-10T19:43:47.638495+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-10T19:43:48.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:48 smithi189 bash[38194]: audit 2024-09-10T19:43:47.638990+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:43:49.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:49 smithi155 bash[53909]: cluster 2024-09-10T19:43:47.744396+0000 mgr.y (mgr.54108) 383 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:43:49.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:49 smithi155 bash[59709]: cluster 2024-09-10T19:43:47.744396+0000 mgr.y (mgr.54108) 383 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:43:49.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:49 smithi189 bash[38194]: cluster 2024-09-10T19:43:47.744396+0000 mgr.y (mgr.54108) 383 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:43:51.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:51 smithi155 bash[53909]: cluster 2024-09-10T19:43:49.745479+0000 mgr.y (mgr.54108) 384 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:43:51.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:51 smithi155 bash[59709]: cluster 2024-09-10T19:43:49.745479+0000 mgr.y (mgr.54108) 384 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:43:51.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:51 smithi189 bash[38194]: cluster 2024-09-10T19:43:49.745479+0000 mgr.y (mgr.54108) 384 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:43:53.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:53 smithi155 bash[53909]: cluster 2024-09-10T19:43:51.746613+0000 mgr.y (mgr.54108) 385 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:43:53.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:53 smithi155 bash[59709]: cluster 2024-09-10T19:43:51.746613+0000 mgr.y (mgr.54108) 385 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:43:53.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:53 smithi189 bash[38194]: cluster 2024-09-10T19:43:51.746613+0000 mgr.y (mgr.54108) 385 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:43:55.006 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps' 2024-09-10T19:43:55.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:55 smithi155 bash[53909]: cluster 2024-09-10T19:43:53.747304+0000 mgr.y (mgr.54108) 386 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:43:55.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:55 smithi155 bash[53909]: audit 2024-09-10T19:43:54.126719+0000 mgr.y (mgr.54108) 387 : audit [DBG] from='client.54570 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:43:55.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:55 smithi155 bash[59709]: cluster 2024-09-10T19:43:53.747304+0000 mgr.y (mgr.54108) 386 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:43:55.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:55 smithi155 bash[59709]: audit 2024-09-10T19:43:54.126719+0000 mgr.y (mgr.54108) 387 : audit [DBG] from='client.54570 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:43:55.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:55 smithi189 bash[38194]: cluster 2024-09-10T19:43:53.747304+0000 mgr.y (mgr.54108) 386 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:43:55.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:55 smithi189 bash[38194]: audit 2024-09-10T19:43:54.126719+0000 mgr.y (mgr.54108) 387 : audit [DBG] from='client.54570 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:43:57.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:57 smithi155 bash[59709]: cluster 2024-09-10T19:43:55.748411+0000 mgr.y (mgr.54108) 388 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:43:57.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:57 smithi155 bash[53909]: cluster 2024-09-10T19:43:55.748411+0000 mgr.y (mgr.54108) 388 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:43:57.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:57 smithi189 bash[38194]: cluster 2024-09-10T19:43:55.748411+0000 mgr.y (mgr.54108) 388 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:43:58.577 INFO:teuthology.orchestra.run.smithi155.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:43:58.577 INFO:teuthology.orchestra.run.smithi155.stdout:alertmanager.a smithi155 running (10m) 2m ago 36m 17.9M - 0.25.0 c8568f914cd2 d240bc57c001 2024-09-10T19:43:58.577 INFO:teuthology.orchestra.run.smithi155.stdout:grafana.a smithi189 running (9m) 32s ago 36m 83.5M - 9.4.7 954c08fa6188 2e57a3903209 2024-09-10T19:43:58.578 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.x smithi189 *:8443 running (12m) 32s ago 41m 394M - 17.2.7-1606-g5be57395 4c55dd409611 1e9c1f896a72 2024-09-10T19:43:58.578 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.y smithi155 *:8443 running (22m) 2m ago 42m 439M - 17.2.7-1606-g5be57395 4c55dd409611 c3f6bb49e60e 2024-09-10T19:43:58.578 INFO:teuthology.orchestra.run.smithi155.stdout:mon.a smithi155 running (7m) 2m ago 43m 71.0M 2048M 17.2.7-1606-g5be57395 4c55dd409611 7e033880dcd4 2024-09-10T19:43:58.578 INFO:teuthology.orchestra.run.smithi155.stdout:mon.b smithi189 running (8m) 32s ago 41m 73.3M 2048M 17.2.7-1606-g5be57395 4c55dd409611 f29d1decbead 2024-09-10T19:43:58.578 INFO:teuthology.orchestra.run.smithi155.stdout:mon.c smithi155 running (6m) 2m ago 41m 60.4M 2048M 17.2.7-1606-g5be57395 4c55dd409611 0fb56f4ad9b8 2024-09-10T19:43:58.578 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.a smithi155 running (11m) 2m ago 36m 11.6M - 1.5.0 0da6a335fe13 75a6b4940d3d 2024-09-10T19:43:58.578 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.b smithi189 running (11m) 32s ago 36m 12.1M - 1.5.0 0da6a335fe13 57c4129454db 2024-09-10T19:43:58.578 INFO:teuthology.orchestra.run.smithi155.stdout:osd.0 smithi155 running (5m) 2m ago 40m 47.6M 4096M 17.2.7-1606-g5be57395 4c55dd409611 b557248a0039 2024-09-10T19:43:58.578 INFO:teuthology.orchestra.run.smithi155.stdout:osd.1 smithi155 running (4m) 2m ago 40m 49.6M 4096M 17.2.7-1606-g5be57395 4c55dd409611 ef5d355b8775 2024-09-10T19:43:58.578 INFO:teuthology.orchestra.run.smithi155.stdout:osd.2 smithi155 running (3m) 2m ago 39m 44.0M 4096M 17.2.7-1606-g5be57395 4c55dd409611 2488e72c183e 2024-09-10T19:43:58.578 INFO:teuthology.orchestra.run.smithi155.stdout:osd.3 smithi155 running (2m) 2m ago 39m - 4096M 17.2.7-1606-g5be57395 4c55dd409611 ea9cecf319a4 2024-09-10T19:43:58.578 INFO:teuthology.orchestra.run.smithi155.stdout:osd.4 smithi189 running (2m) 32s ago 39m 49.4M 4096M 17.2.7-1606-g5be57395 4c55dd409611 f793c798592a 2024-09-10T19:43:58.578 INFO:teuthology.orchestra.run.smithi155.stdout:osd.5 smithi189 running (95s) 32s ago 38m 47.3M 4096M 17.2.7-1606-g5be57395 4c55dd409611 c21b241b8af1 2024-09-10T19:43:58.578 INFO:teuthology.orchestra.run.smithi155.stdout:osd.6 smithi189 running (66s) 32s ago 38m 45.0M 4096M 17.2.7-1606-g5be57395 4c55dd409611 17bdbbb91d23 2024-09-10T19:43:58.579 INFO:teuthology.orchestra.run.smithi155.stdout:osd.7 smithi189 running (37s) 32s ago 37m - 4096M 17.2.7-1606-g5be57395 4c55dd409611 48151966ad0e 2024-09-10T19:43:58.579 INFO:teuthology.orchestra.run.smithi155.stdout:prometheus.a smithi189 running (11m) 32s ago 36m 55.0M - 2.43.0 a07b618ecd1d a68b682055db 2024-09-10T19:43:58.579 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi155.ehnnyk smithi155 running (34m) 2m ago 34m 57.3M - 15.2.0 204a01f9b0b6 48687c7a211a 2024-09-10T19:43:58.579 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi189.dwpibf smithi189 running (34m) 32s ago 34m 57.3M - 15.2.0 204a01f9b0b6 6bddcdbdbf0b 2024-09-10T19:43:59.333 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:59 smithi155 bash[59709]: cluster 2024-09-10T19:43:57.749330+0000 mgr.y (mgr.54108) 389 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:43:59.333 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:59 smithi155 bash[59709]: audit 2024-09-10T19:43:58.555502+0000 mon.a (mon.0) 1222 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:43:59.334 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:59 smithi155 bash[59709]: audit 2024-09-10T19:43:58.556345+0000 mon.a (mon.0) 1223 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:43:59.334 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:59 smithi155 bash[59709]: audit 2024-09-10T19:43:58.557137+0000 mon.a (mon.0) 1224 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:59.334 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:59 smithi155 bash[59709]: audit 2024-09-10T19:43:58.557882+0000 mon.a (mon.0) 1225 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:59.334 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:59 smithi155 bash[59709]: audit 2024-09-10T19:43:58.558631+0000 mon.a (mon.0) 1226 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:59.334 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:59 smithi155 bash[59709]: audit 2024-09-10T19:43:58.559386+0000 mon.a (mon.0) 1227 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:59.334 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:59 smithi155 bash[59709]: audit 2024-09-10T19:43:58.564355+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:43:59.334 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:59 smithi155 bash[59709]: audit 2024-09-10T19:43:58.564796+0000 mon.a (mon.0) 1229 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:59.334 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:59 smithi155 bash[59709]: audit 2024-09-10T19:43:58.565256+0000 mon.a (mon.0) 1230 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:59.334 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:59 smithi155 bash[59709]: audit 2024-09-10T19:43:58.565650+0000 mon.a (mon.0) 1231 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:59.334 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:43:59 smithi155 bash[59709]: audit 2024-09-10T19:43:58.566098+0000 mon.a (mon.0) 1232 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:59.335 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.osd | length == 1'"'"'' 2024-09-10T19:43:59.336 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:59 smithi155 bash[53909]: cluster 2024-09-10T19:43:57.749330+0000 mgr.y (mgr.54108) 389 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:43:59.336 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:59 smithi155 bash[53909]: audit 2024-09-10T19:43:58.555502+0000 mon.a (mon.0) 1222 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:43:59.336 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:59 smithi155 bash[53909]: audit 2024-09-10T19:43:58.556345+0000 mon.a (mon.0) 1223 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:43:59.336 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:59 smithi155 bash[53909]: audit 2024-09-10T19:43:58.557137+0000 mon.a (mon.0) 1224 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:59.336 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:59 smithi155 bash[53909]: audit 2024-09-10T19:43:58.557882+0000 mon.a (mon.0) 1225 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:59.336 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:59 smithi155 bash[53909]: audit 2024-09-10T19:43:58.558631+0000 mon.a (mon.0) 1226 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:59.336 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:59 smithi155 bash[53909]: audit 2024-09-10T19:43:58.559386+0000 mon.a (mon.0) 1227 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:59.336 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:59 smithi155 bash[53909]: audit 2024-09-10T19:43:58.564355+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:43:59.336 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:59 smithi155 bash[53909]: audit 2024-09-10T19:43:58.564796+0000 mon.a (mon.0) 1229 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:59.337 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:59 smithi155 bash[53909]: audit 2024-09-10T19:43:58.565256+0000 mon.a (mon.0) 1230 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:59.337 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:59 smithi155 bash[53909]: audit 2024-09-10T19:43:58.565650+0000 mon.a (mon.0) 1231 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:59.337 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:43:59 smithi155 bash[53909]: audit 2024-09-10T19:43:58.566098+0000 mon.a (mon.0) 1232 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:59.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:59 smithi189 bash[38194]: cluster 2024-09-10T19:43:57.749330+0000 mgr.y (mgr.54108) 389 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:43:59.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:59 smithi189 bash[38194]: audit 2024-09-10T19:43:58.555502+0000 mon.a (mon.0) 1222 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:43:59.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:59 smithi189 bash[38194]: audit 2024-09-10T19:43:58.556345+0000 mon.a (mon.0) 1223 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:43:59.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:59 smithi189 bash[38194]: audit 2024-09-10T19:43:58.557137+0000 mon.a (mon.0) 1224 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:59.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:59 smithi189 bash[38194]: audit 2024-09-10T19:43:58.557882+0000 mon.a (mon.0) 1225 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:59.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:59 smithi189 bash[38194]: audit 2024-09-10T19:43:58.558631+0000 mon.a (mon.0) 1226 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:59.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:59 smithi189 bash[38194]: audit 2024-09-10T19:43:58.559386+0000 mon.a (mon.0) 1227 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:59.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:59 smithi189 bash[38194]: audit 2024-09-10T19:43:58.564355+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:43:59.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:59 smithi189 bash[38194]: audit 2024-09-10T19:43:58.564796+0000 mon.a (mon.0) 1229 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:59.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:59 smithi189 bash[38194]: audit 2024-09-10T19:43:58.565256+0000 mon.a (mon.0) 1230 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:59.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:59 smithi189 bash[38194]: audit 2024-09-10T19:43:58.565650+0000 mon.a (mon.0) 1231 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:43:59.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:43:59 smithi189 bash[38194]: audit 2024-09-10T19:43:58.566098+0000 mon.a (mon.0) 1232 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:00.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:00 smithi155 bash[53909]: audit 2024-09-10T19:43:58.550190+0000 mgr.y (mgr.54108) 390 : audit [DBG] from='client.54576 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:44:00.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:00 smithi155 bash[59709]: audit 2024-09-10T19:43:58.550190+0000 mgr.y (mgr.54108) 390 : audit [DBG] from='client.54576 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:44:00.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:00 smithi189 bash[38194]: audit 2024-09-10T19:43:58.550190+0000 mgr.y (mgr.54108) 390 : audit [DBG] from='client.54576 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:44:01.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:01 smithi155 bash[53909]: cluster 2024-09-10T19:43:59.750453+0000 mgr.y (mgr.54108) 391 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:01.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:01 smithi155 bash[59709]: cluster 2024-09-10T19:43:59.750453+0000 mgr.y (mgr.54108) 391 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:01.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:01 smithi189 bash[38194]: cluster 2024-09-10T19:43:59.750453+0000 mgr.y (mgr.54108) 391 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:03.150 INFO:teuthology.orchestra.run.smithi155.stdout:true 2024-09-10T19:44:03.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:03 smithi155 bash[53909]: cluster 2024-09-10T19:44:01.751558+0000 mgr.y (mgr.54108) 392 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:03.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:03 smithi155 bash[59709]: cluster 2024-09-10T19:44:01.751558+0000 mgr.y (mgr.54108) 392 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:03.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:03 smithi189 bash[38194]: cluster 2024-09-10T19:44:01.751558+0000 mgr.y (mgr.54108) 392 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:03.865 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.osd | keys'"'"' | grep $sha1' 2024-09-10T19:44:04.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:04 smithi155 bash[53909]: audit 2024-09-10T19:44:03.136433+0000 mon.a (mon.0) 1233 : audit [DBG] from='client.64516 172.21.15.155:0/2295348066' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:04.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:04 smithi155 bash[59709]: audit 2024-09-10T19:44:03.136433+0000 mon.a (mon.0) 1233 : audit [DBG] from='client.64516 172.21.15.155:0/2295348066' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:04.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:04 smithi189 bash[38194]: audit 2024-09-10T19:44:03.136433+0000 mon.a (mon.0) 1233 : audit [DBG] from='client.64516 172.21.15.155:0/2295348066' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:05.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:05 smithi155 bash[53909]: cluster 2024-09-10T19:44:03.752512+0000 mgr.y (mgr.54108) 393 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:05.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:05 smithi155 bash[59709]: cluster 2024-09-10T19:44:03.752512+0000 mgr.y (mgr.54108) 393 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:05.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:05 smithi189 bash[38194]: cluster 2024-09-10T19:44:03.752512+0000 mgr.y (mgr.54108) 393 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:07.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:07 smithi155 bash[59709]: cluster 2024-09-10T19:44:05.753615+0000 mgr.y (mgr.54108) 394 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:07.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:07 smithi155 bash[53909]: cluster 2024-09-10T19:44:05.753615+0000 mgr.y (mgr.54108) 394 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:07.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:07 smithi189 bash[38194]: cluster 2024-09-10T19:44:05.753615+0000 mgr.y (mgr.54108) 394 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:07.602 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)" 2024-09-10T19:44:08.343 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --services rgw.r.z' 2024-09-10T19:44:08.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:08 smithi189 bash[38194]: audit 2024-09-10T19:44:07.587552+0000 mon.c (mon.1) 14 : audit [DBG] from='client.64522 172.21.15.155:0/791969083' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:08.555 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:08 smithi155 bash[53909]: audit 2024-09-10T19:44:07.587552+0000 mon.c (mon.1) 14 : audit [DBG] from='client.64522 172.21.15.155:0/791969083' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:08.555 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:08 smithi155 bash[59709]: audit 2024-09-10T19:44:07.587552+0000 mon.c (mon.1) 14 : audit [DBG] from='client.64522 172.21.15.155:0/791969083' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:09.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:09 smithi189 bash[38194]: cluster 2024-09-10T19:44:07.754515+0000 mgr.y (mgr.54108) 395 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:09.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:09 smithi155 bash[53909]: cluster 2024-09-10T19:44:07.754515+0000 mgr.y (mgr.54108) 395 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:09.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:09 smithi155 bash[59709]: cluster 2024-09-10T19:44:07.754515+0000 mgr.y (mgr.54108) 395 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:11.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:11 smithi189 bash[38194]: cluster 2024-09-10T19:44:09.755592+0000 mgr.y (mgr.54108) 396 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:11.536 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:11 smithi155 bash[53909]: cluster 2024-09-10T19:44:09.755592+0000 mgr.y (mgr.54108) 396 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:11.536 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:11 smithi155 bash[59709]: cluster 2024-09-10T19:44:09.755592+0000 mgr.y (mgr.54108) 396 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:13.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:13 smithi189 bash[38194]: cluster 2024-09-10T19:44:11.756731+0000 mgr.y (mgr.54108) 397 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:13.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:13 smithi189 bash[38194]: audit 2024-09-10T19:44:12.001396+0000 mgr.y (mgr.54108) 398 : audit [DBG] from='client.64528 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "services": "rgw.r.z", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:44:13.483 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:13 smithi155 bash[59709]: cluster 2024-09-10T19:44:11.756731+0000 mgr.y (mgr.54108) 397 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:13.484 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:13 smithi155 bash[59709]: audit 2024-09-10T19:44:12.001396+0000 mgr.y (mgr.54108) 398 : audit [DBG] from='client.64528 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "services": "rgw.r.z", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:44:13.484 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:13 smithi155 bash[53909]: cluster 2024-09-10T19:44:11.756731+0000 mgr.y (mgr.54108) 397 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:13.484 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:13 smithi155 bash[53909]: audit 2024-09-10T19:44:12.001396+0000 mgr.y (mgr.54108) 398 : audit [DBG] from='client.64528 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "services": "rgw.r.z", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:44:14.217 INFO:teuthology.orchestra.run.smithi155.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:44:14.971 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2024-09-10T19:44:15.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:15 smithi155 bash[53909]: cluster 2024-09-10T19:44:13.757743+0000 mgr.y (mgr.54108) 399 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:15.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:15 smithi155 bash[53909]: cephadm 2024-09-10T19:44:14.208700+0000 mgr.y (mgr.54108) 400 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:44:15.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:15 smithi155 bash[53909]: audit 2024-09-10T19:44:14.215088+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:15.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:15 smithi155 bash[53909]: audit 2024-09-10T19:44:14.604547+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:15.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:15 smithi155 bash[59709]: cluster 2024-09-10T19:44:13.757743+0000 mgr.y (mgr.54108) 399 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:15.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:15 smithi155 bash[59709]: cephadm 2024-09-10T19:44:14.208700+0000 mgr.y (mgr.54108) 400 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:44:15.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:15 smithi155 bash[59709]: audit 2024-09-10T19:44:14.215088+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:15.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:15 smithi155 bash[59709]: audit 2024-09-10T19:44:14.604547+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:15.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:15 smithi189 bash[38194]: cluster 2024-09-10T19:44:13.757743+0000 mgr.y (mgr.54108) 399 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:15.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:15 smithi189 bash[38194]: cephadm 2024-09-10T19:44:14.208700+0000 mgr.y (mgr.54108) 400 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:44:15.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:15 smithi189 bash[38194]: audit 2024-09-10T19:44:14.215088+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:15.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:15 smithi189 bash[38194]: audit 2024-09-10T19:44:14.604547+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:16.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:16 smithi155 bash[59709]: cephadm 2024-09-10T19:44:14.654993+0000 mgr.y (mgr.54108) 401 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:44:16.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:16 smithi155 bash[53909]: cephadm 2024-09-10T19:44:14.654993+0000 mgr.y (mgr.54108) 401 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:44:16.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:16 smithi189 bash[38194]: cephadm 2024-09-10T19:44:14.654993+0000 mgr.y (mgr.54108) 401 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:44:17.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:17 smithi155 bash[53909]: cluster 2024-09-10T19:44:15.758516+0000 mgr.y (mgr.54108) 402 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:17.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:17 smithi155 bash[59709]: cluster 2024-09-10T19:44:15.758516+0000 mgr.y (mgr.54108) 402 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:17.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:17 smithi189 bash[38194]: cluster 2024-09-10T19:44:15.758516+0000 mgr.y (mgr.54108) 402 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:19.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:19 smithi155 bash[53909]: cluster 2024-09-10T19:44:17.759505+0000 mgr.y (mgr.54108) 403 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:19.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:19 smithi155 bash[53909]: audit 2024-09-10T19:44:18.278169+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:19.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:19 smithi155 bash[53909]: audit 2024-09-10T19:44:18.281314+0000 mon.a (mon.0) 1237 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:44:19.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:19 smithi155 bash[53909]: audit 2024-09-10T19:44:18.293287+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:19.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:19 smithi155 bash[53909]: audit 2024-09-10T19:44:18.296712+0000 mon.a (mon.0) 1239 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:19.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:19 smithi155 bash[53909]: audit 2024-09-10T19:44:18.308814+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:19.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:19 smithi155 bash[53909]: audit 2024-09-10T19:44:18.311173+0000 mon.a (mon.0) 1241 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:19.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:19 smithi155 bash[53909]: audit 2024-09-10T19:44:18.322434+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:19.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:19 smithi155 bash[53909]: audit 2024-09-10T19:44:18.324632+0000 mon.a (mon.0) 1243 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:19.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:19 smithi155 bash[53909]: audit 2024-09-10T19:44:18.334410+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:19.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:19 smithi155 bash[53909]: audit 2024-09-10T19:44:18.337158+0000 mon.a (mon.0) 1245 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:19.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:19 smithi155 bash[53909]: audit 2024-09-10T19:44:18.348182+0000 mon.a (mon.0) 1246 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:19.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:19 smithi155 bash[53909]: audit 2024-09-10T19:44:18.351223+0000 mon.a (mon.0) 1247 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:19.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:19 smithi155 bash[53909]: audit 2024-09-10T19:44:18.361598+0000 mon.a (mon.0) 1248 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:19.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:19 smithi155 bash[59709]: cluster 2024-09-10T19:44:17.759505+0000 mgr.y (mgr.54108) 403 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:19.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:19 smithi155 bash[59709]: audit 2024-09-10T19:44:18.278169+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:19.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:19 smithi155 bash[59709]: audit 2024-09-10T19:44:18.281314+0000 mon.a (mon.0) 1237 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:44:19.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:19 smithi155 bash[59709]: audit 2024-09-10T19:44:18.293287+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:19.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:19 smithi155 bash[59709]: audit 2024-09-10T19:44:18.296712+0000 mon.a (mon.0) 1239 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:19.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:19 smithi155 bash[59709]: audit 2024-09-10T19:44:18.308814+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:19.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:19 smithi155 bash[59709]: audit 2024-09-10T19:44:18.311173+0000 mon.a (mon.0) 1241 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:19.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:19 smithi155 bash[59709]: audit 2024-09-10T19:44:18.322434+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:19.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:19 smithi155 bash[59709]: audit 2024-09-10T19:44:18.324632+0000 mon.a (mon.0) 1243 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:19.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:19 smithi155 bash[59709]: audit 2024-09-10T19:44:18.334410+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:19.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:19 smithi155 bash[59709]: audit 2024-09-10T19:44:18.337158+0000 mon.a (mon.0) 1245 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:19.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:19 smithi155 bash[59709]: audit 2024-09-10T19:44:18.348182+0000 mon.a (mon.0) 1246 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:19.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:19 smithi155 bash[59709]: audit 2024-09-10T19:44:18.351223+0000 mon.a (mon.0) 1247 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:19.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:19 smithi155 bash[59709]: audit 2024-09-10T19:44:18.361598+0000 mon.a (mon.0) 1248 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:19.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:19 smithi189 bash[38194]: cluster 2024-09-10T19:44:17.759505+0000 mgr.y (mgr.54108) 403 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:19.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:19 smithi189 bash[38194]: audit 2024-09-10T19:44:18.278169+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:19.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:19 smithi189 bash[38194]: audit 2024-09-10T19:44:18.281314+0000 mon.a (mon.0) 1237 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:44:19.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:19 smithi189 bash[38194]: audit 2024-09-10T19:44:18.293287+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:19.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:19 smithi189 bash[38194]: audit 2024-09-10T19:44:18.296712+0000 mon.a (mon.0) 1239 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:19.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:19 smithi189 bash[38194]: audit 2024-09-10T19:44:18.308814+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:19.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:19 smithi189 bash[38194]: audit 2024-09-10T19:44:18.311173+0000 mon.a (mon.0) 1241 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:19.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:19 smithi189 bash[38194]: audit 2024-09-10T19:44:18.322434+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:19.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:19 smithi189 bash[38194]: audit 2024-09-10T19:44:18.324632+0000 mon.a (mon.0) 1243 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:19.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:19 smithi189 bash[38194]: audit 2024-09-10T19:44:18.334410+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:19.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:19 smithi189 bash[38194]: audit 2024-09-10T19:44:18.337158+0000 mon.a (mon.0) 1245 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:19.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:19 smithi189 bash[38194]: audit 2024-09-10T19:44:18.348182+0000 mon.a (mon.0) 1246 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:19.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:19 smithi189 bash[38194]: audit 2024-09-10T19:44:18.351223+0000 mon.a (mon.0) 1247 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:19.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:19 smithi189 bash[38194]: audit 2024-09-10T19:44:18.361598+0000 mon.a (mon.0) 1248 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:20.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:20 smithi155 bash[53909]: cephadm 2024-09-10T19:44:18.278851+0000 mgr.y (mgr.54108) 404 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:44:20.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:20 smithi155 bash[53909]: cephadm 2024-09-10T19:44:18.279033+0000 mgr.y (mgr.54108) 405 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:44:20.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:20 smithi155 bash[53909]: cephadm 2024-09-10T19:44:18.298186+0000 mgr.y (mgr.54108) 406 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T19:44:20.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:20 smithi155 bash[53909]: cephadm 2024-09-10T19:44:18.312222+0000 mgr.y (mgr.54108) 407 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-10T19:44:20.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:20 smithi155 bash[53909]: cephadm 2024-09-10T19:44:18.325682+0000 mgr.y (mgr.54108) 408 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:44:20.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:20 smithi155 bash[53909]: cephadm 2024-09-10T19:44:18.338311+0000 mgr.y (mgr.54108) 409 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-09-10T19:44:20.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:20 smithi155 bash[53909]: cephadm 2024-09-10T19:44:18.352328+0000 mgr.y (mgr.54108) 410 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T19:44:20.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:20 smithi155 bash[59709]: cephadm 2024-09-10T19:44:18.278851+0000 mgr.y (mgr.54108) 404 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:44:20.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:20 smithi155 bash[59709]: cephadm 2024-09-10T19:44:18.279033+0000 mgr.y (mgr.54108) 405 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:44:20.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:20 smithi155 bash[59709]: cephadm 2024-09-10T19:44:18.298186+0000 mgr.y (mgr.54108) 406 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T19:44:20.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:20 smithi155 bash[59709]: cephadm 2024-09-10T19:44:18.312222+0000 mgr.y (mgr.54108) 407 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-10T19:44:20.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:20 smithi155 bash[59709]: cephadm 2024-09-10T19:44:18.325682+0000 mgr.y (mgr.54108) 408 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:44:20.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:20 smithi155 bash[59709]: cephadm 2024-09-10T19:44:18.338311+0000 mgr.y (mgr.54108) 409 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-09-10T19:44:20.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:20 smithi155 bash[59709]: cephadm 2024-09-10T19:44:18.352328+0000 mgr.y (mgr.54108) 410 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T19:44:20.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:20 smithi189 bash[38194]: cephadm 2024-09-10T19:44:18.278851+0000 mgr.y (mgr.54108) 404 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:44:20.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:20 smithi189 bash[38194]: cephadm 2024-09-10T19:44:18.279033+0000 mgr.y (mgr.54108) 405 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:44:20.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:20 smithi189 bash[38194]: cephadm 2024-09-10T19:44:18.298186+0000 mgr.y (mgr.54108) 406 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T19:44:20.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:20 smithi189 bash[38194]: cephadm 2024-09-10T19:44:18.312222+0000 mgr.y (mgr.54108) 407 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-10T19:44:20.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:20 smithi189 bash[38194]: cephadm 2024-09-10T19:44:18.325682+0000 mgr.y (mgr.54108) 408 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:44:20.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:20 smithi189 bash[38194]: cephadm 2024-09-10T19:44:18.338311+0000 mgr.y (mgr.54108) 409 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-09-10T19:44:20.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:20 smithi189 bash[38194]: cephadm 2024-09-10T19:44:18.352328+0000 mgr.y (mgr.54108) 410 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T19:44:20.758 INFO:teuthology.orchestra.run.smithi155.stdout:true 2024-09-10T19:44:21.569 INFO:teuthology.orchestra.run.smithi155.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:44:21.569 INFO:teuthology.orchestra.run.smithi155.stdout:alertmanager.a smithi155 running (10m) 2m ago 36m 17.9M - 0.25.0 c8568f914cd2 d240bc57c001 2024-09-10T19:44:21.569 INFO:teuthology.orchestra.run.smithi155.stdout:grafana.a smithi189 running (10m) 55s ago 36m 83.5M - 9.4.7 954c08fa6188 2e57a3903209 2024-09-10T19:44:21.570 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.x smithi189 *:8443 running (12m) 55s ago 41m 394M - 17.2.7-1606-g5be57395 4c55dd409611 1e9c1f896a72 2024-09-10T19:44:21.570 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.y smithi155 *:8443 running (22m) 2m ago 43m 439M - 17.2.7-1606-g5be57395 4c55dd409611 c3f6bb49e60e 2024-09-10T19:44:21.570 INFO:teuthology.orchestra.run.smithi155.stdout:mon.a smithi155 running (7m) 2m ago 43m 71.0M 2048M 17.2.7-1606-g5be57395 4c55dd409611 7e033880dcd4 2024-09-10T19:44:21.570 INFO:teuthology.orchestra.run.smithi155.stdout:mon.b smithi189 running (8m) 55s ago 41m 73.3M 2048M 17.2.7-1606-g5be57395 4c55dd409611 f29d1decbead 2024-09-10T19:44:21.570 INFO:teuthology.orchestra.run.smithi155.stdout:mon.c smithi155 running (7m) 2m ago 42m 60.4M 2048M 17.2.7-1606-g5be57395 4c55dd409611 0fb56f4ad9b8 2024-09-10T19:44:21.570 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.a smithi155 running (12m) 2m ago 37m 11.6M - 1.5.0 0da6a335fe13 75a6b4940d3d 2024-09-10T19:44:21.570 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.b smithi189 running (12m) 55s ago 37m 12.1M - 1.5.0 0da6a335fe13 57c4129454db 2024-09-10T19:44:21.570 INFO:teuthology.orchestra.run.smithi155.stdout:osd.0 smithi155 running (5m) 2m ago 41m 47.6M 4096M 17.2.7-1606-g5be57395 4c55dd409611 b557248a0039 2024-09-10T19:44:21.570 INFO:teuthology.orchestra.run.smithi155.stdout:osd.1 smithi155 running (5m) 2m ago 40m 49.6M 4096M 17.2.7-1606-g5be57395 4c55dd409611 ef5d355b8775 2024-09-10T19:44:21.570 INFO:teuthology.orchestra.run.smithi155.stdout:osd.2 smithi155 running (3m) 2m ago 40m 44.0M 4096M 17.2.7-1606-g5be57395 4c55dd409611 2488e72c183e 2024-09-10T19:44:21.570 INFO:teuthology.orchestra.run.smithi155.stdout:osd.3 smithi155 running (2m) 2m ago 39m - 4096M 17.2.7-1606-g5be57395 4c55dd409611 ea9cecf319a4 2024-09-10T19:44:21.570 INFO:teuthology.orchestra.run.smithi155.stdout:osd.4 smithi189 running (2m) 55s ago 39m 49.4M 4096M 17.2.7-1606-g5be57395 4c55dd409611 f793c798592a 2024-09-10T19:44:21.570 INFO:teuthology.orchestra.run.smithi155.stdout:osd.5 smithi189 running (118s) 55s ago 38m 47.3M 4096M 17.2.7-1606-g5be57395 4c55dd409611 c21b241b8af1 2024-09-10T19:44:21.570 INFO:teuthology.orchestra.run.smithi155.stdout:osd.6 smithi189 running (89s) 55s ago 38m 45.0M 4096M 17.2.7-1606-g5be57395 4c55dd409611 17bdbbb91d23 2024-09-10T19:44:21.571 INFO:teuthology.orchestra.run.smithi155.stdout:osd.7 smithi189 running (60s) 55s ago 38m - 4096M 17.2.7-1606-g5be57395 4c55dd409611 48151966ad0e 2024-09-10T19:44:21.571 INFO:teuthology.orchestra.run.smithi155.stdout:prometheus.a smithi189 running (11m) 55s ago 37m 55.0M - 2.43.0 a07b618ecd1d a68b682055db 2024-09-10T19:44:21.571 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi155.ehnnyk smithi155 running (35m) 2m ago 35m 57.3M - 15.2.0 204a01f9b0b6 48687c7a211a 2024-09-10T19:44:21.571 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi189.dwpibf smithi189 running (35m) 55s ago 35m 57.3M - 15.2.0 204a01f9b0b6 6bddcdbdbf0b 2024-09-10T19:44:21.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:21 smithi155 bash[53909]: cluster 2024-09-10T19:44:19.760663+0000 mgr.y (mgr.54108) 411 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:21.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:21 smithi155 bash[53909]: audit 2024-09-10T19:44:21.171924+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:21.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:21 smithi155 bash[53909]: audit 2024-09-10T19:44:21.173063+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi155.ehnnyk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T19:44:21.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:21 smithi155 bash[53909]: audit 2024-09-10T19:44:21.174970+0000 mon.a (mon.0) 1251 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:44:21.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:21 smithi155 bash[53909]: audit 2024-09-10T19:44:21.176715+0000 mon.a (mon.0) 1252 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi155.ehnnyk","key": "container_image"}]: dispatch 2024-09-10T19:44:21.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:21 smithi155 bash[59709]: cluster 2024-09-10T19:44:19.760663+0000 mgr.y (mgr.54108) 411 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:21.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:21 smithi155 bash[59709]: audit 2024-09-10T19:44:21.171924+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:21.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:21 smithi155 bash[59709]: audit 2024-09-10T19:44:21.173063+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi155.ehnnyk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T19:44:21.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:21 smithi155 bash[59709]: audit 2024-09-10T19:44:21.174970+0000 mon.a (mon.0) 1251 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:44:21.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:21 smithi155 bash[59709]: audit 2024-09-10T19:44:21.176715+0000 mon.a (mon.0) 1252 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi155.ehnnyk","key": "container_image"}]: dispatch 2024-09-10T19:44:21.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:21 smithi189 bash[38194]: cluster 2024-09-10T19:44:19.760663+0000 mgr.y (mgr.54108) 411 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:21.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:21 smithi189 bash[38194]: audit 2024-09-10T19:44:21.171924+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:21.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:21 smithi189 bash[38194]: audit 2024-09-10T19:44:21.173063+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi155.ehnnyk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T19:44:21.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:21 smithi189 bash[38194]: audit 2024-09-10T19:44:21.174970+0000 mon.a (mon.0) 1251 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:44:21.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:21 smithi189 bash[38194]: audit 2024-09-10T19:44:21.176715+0000 mon.a (mon.0) 1252 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi155.ehnnyk","key": "container_image"}]: dispatch 2024-09-10T19:44:22.040 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:44:22.040 INFO:teuthology.orchestra.run.smithi155.stdout: "mon": { 2024-09-10T19:44:22.040 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 3 2024-09-10T19:44:22.041 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:44:22.041 INFO:teuthology.orchestra.run.smithi155.stdout: "mgr": { 2024-09-10T19:44:22.041 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:44:22.041 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:44:22.041 INFO:teuthology.orchestra.run.smithi155.stdout: "osd": { 2024-09-10T19:44:22.041 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 8 2024-09-10T19:44:22.041 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:44:22.041 INFO:teuthology.orchestra.run.smithi155.stdout: "rgw": { 2024-09-10T19:44:22.041 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-10T19:44:22.042 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:44:22.042 INFO:teuthology.orchestra.run.smithi155.stdout: "overall": { 2024-09-10T19:44:22.042 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2, 2024-09-10T19:44:22.042 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 13 2024-09-10T19:44:22.042 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-10T19:44:22.042 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:44:22.426 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:44:22.427 INFO:teuthology.orchestra.run.smithi155.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T19:44:22.427 INFO:teuthology.orchestra.run.smithi155.stdout: "in_progress": true, 2024-09-10T19:44:22.427 INFO:teuthology.orchestra.run.smithi155.stdout: "which": "Upgrading daemons in service(s) rgw.r.z", 2024-09-10T19:44:22.427 INFO:teuthology.orchestra.run.smithi155.stdout: "services_complete": [], 2024-09-10T19:44:22.427 INFO:teuthology.orchestra.run.smithi155.stdout: "progress": "0/2 daemons upgraded", 2024-09-10T19:44:22.427 INFO:teuthology.orchestra.run.smithi155.stdout: "message": "Currently upgrading rgw daemons", 2024-09-10T19:44:22.427 INFO:teuthology.orchestra.run.smithi155.stdout: "is_paused": false 2024-09-10T19:44:22.427 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:44:22.539 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:22 smithi155 bash[59709]: audit 2024-09-10T19:44:20.741347+0000 mgr.y (mgr.54108) 412 : audit [DBG] from='client.64534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:44:22.539 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:22 smithi155 bash[59709]: audit 2024-09-10T19:44:21.140506+0000 mgr.y (mgr.54108) 413 : audit [DBG] from='client.64540 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:44:22.539 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:22 smithi155 bash[59709]: cephadm 2024-09-10T19:44:21.166005+0000 mgr.y (mgr.54108) 414 : cephadm [INF] Upgrade: Updating rgw.r.z.smithi155.ehnnyk (1/2) 2024-09-10T19:44:22.539 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:22 smithi155 bash[59709]: cephadm 2024-09-10T19:44:21.176242+0000 mgr.y (mgr.54108) 415 : cephadm [INF] Deploying daemon rgw.r.z.smithi155.ehnnyk on smithi155 2024-09-10T19:44:22.539 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:22 smithi155 bash[59709]: audit 2024-09-10T19:44:21.545000+0000 mon.a (mon.0) 1253 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:44:22.539 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:22 smithi155 bash[59709]: audit 2024-09-10T19:44:21.545905+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:44:22.539 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:22 smithi155 bash[59709]: audit 2024-09-10T19:44:21.546682+0000 mon.a (mon.0) 1255 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:22.539 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:22 smithi155 bash[59709]: audit 2024-09-10T19:44:21.547447+0000 mon.a (mon.0) 1256 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:22.539 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:22 smithi155 bash[59709]: audit 2024-09-10T19:44:21.548240+0000 mon.a (mon.0) 1257 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:22.539 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:22 smithi155 bash[59709]: audit 2024-09-10T19:44:21.548978+0000 mon.a (mon.0) 1258 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:22.540 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:22 smithi155 bash[59709]: audit 2024-09-10T19:44:21.554180+0000 mon.a (mon.0) 1259 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:44:22.540 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:22 smithi155 bash[59709]: audit 2024-09-10T19:44:21.554908+0000 mon.a (mon.0) 1260 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:22.540 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:22 smithi155 bash[59709]: audit 2024-09-10T19:44:21.555542+0000 mon.a (mon.0) 1261 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:22.540 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:22 smithi155 bash[59709]: audit 2024-09-10T19:44:21.556113+0000 mon.a (mon.0) 1262 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:22.540 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:22 smithi155 bash[59709]: audit 2024-09-10T19:44:21.556724+0000 mon.a (mon.0) 1263 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:22.540 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:22 smithi155 bash[59709]: audit 2024-09-10T19:44:22.038110+0000 mon.c (mon.1) 15 : audit [DBG] from='client.54618 172.21.15.155:0/710026755' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:22.540 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:22 smithi155 bash[53909]: audit 2024-09-10T19:44:20.741347+0000 mgr.y (mgr.54108) 412 : audit [DBG] from='client.64534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:44:22.540 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:22 smithi155 bash[53909]: audit 2024-09-10T19:44:21.140506+0000 mgr.y (mgr.54108) 413 : audit [DBG] from='client.64540 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:44:22.540 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:22 smithi155 bash[53909]: cephadm 2024-09-10T19:44:21.166005+0000 mgr.y (mgr.54108) 414 : cephadm [INF] Upgrade: Updating rgw.r.z.smithi155.ehnnyk (1/2) 2024-09-10T19:44:22.540 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:22 smithi155 bash[53909]: cephadm 2024-09-10T19:44:21.176242+0000 mgr.y (mgr.54108) 415 : cephadm [INF] Deploying daemon rgw.r.z.smithi155.ehnnyk on smithi155 2024-09-10T19:44:22.541 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:22 smithi155 bash[53909]: audit 2024-09-10T19:44:21.545000+0000 mon.a (mon.0) 1253 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:44:22.541 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:22 smithi155 bash[53909]: audit 2024-09-10T19:44:21.545905+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:44:22.541 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:22 smithi155 bash[53909]: audit 2024-09-10T19:44:21.546682+0000 mon.a (mon.0) 1255 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:22.541 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:22 smithi155 bash[53909]: audit 2024-09-10T19:44:21.547447+0000 mon.a (mon.0) 1256 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:22.541 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:22 smithi155 bash[53909]: audit 2024-09-10T19:44:21.548240+0000 mon.a (mon.0) 1257 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:22.541 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:22 smithi155 bash[53909]: audit 2024-09-10T19:44:21.548978+0000 mon.a (mon.0) 1258 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:22.541 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:22 smithi155 bash[53909]: audit 2024-09-10T19:44:21.554180+0000 mon.a (mon.0) 1259 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:44:22.541 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:22 smithi155 bash[53909]: audit 2024-09-10T19:44:21.554908+0000 mon.a (mon.0) 1260 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:22.541 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:22 smithi155 bash[53909]: audit 2024-09-10T19:44:21.555542+0000 mon.a (mon.0) 1261 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:22.541 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:22 smithi155 bash[53909]: audit 2024-09-10T19:44:21.556113+0000 mon.a (mon.0) 1262 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:22.541 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:22 smithi155 bash[53909]: audit 2024-09-10T19:44:21.556724+0000 mon.a (mon.0) 1263 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:22.541 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:22 smithi155 bash[53909]: audit 2024-09-10T19:44:22.038110+0000 mon.c (mon.1) 15 : audit [DBG] from='client.54618 172.21.15.155:0/710026755' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:22.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:22 smithi189 bash[38194]: audit 2024-09-10T19:44:20.741347+0000 mgr.y (mgr.54108) 412 : audit [DBG] from='client.64534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:44:22.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:22 smithi189 bash[38194]: audit 2024-09-10T19:44:21.140506+0000 mgr.y (mgr.54108) 413 : audit [DBG] from='client.64540 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:44:22.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:22 smithi189 bash[38194]: cephadm 2024-09-10T19:44:21.166005+0000 mgr.y (mgr.54108) 414 : cephadm [INF] Upgrade: Updating rgw.r.z.smithi155.ehnnyk (1/2) 2024-09-10T19:44:22.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:22 smithi189 bash[38194]: cephadm 2024-09-10T19:44:21.176242+0000 mgr.y (mgr.54108) 415 : cephadm [INF] Deploying daemon rgw.r.z.smithi155.ehnnyk on smithi155 2024-09-10T19:44:22.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:22 smithi189 bash[38194]: audit 2024-09-10T19:44:21.545000+0000 mon.a (mon.0) 1253 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:44:22.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:22 smithi189 bash[38194]: audit 2024-09-10T19:44:21.545905+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:44:22.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:22 smithi189 bash[38194]: audit 2024-09-10T19:44:21.546682+0000 mon.a (mon.0) 1255 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:22.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:22 smithi189 bash[38194]: audit 2024-09-10T19:44:21.547447+0000 mon.a (mon.0) 1256 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:22.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:22 smithi189 bash[38194]: audit 2024-09-10T19:44:21.548240+0000 mon.a (mon.0) 1257 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:22.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:22 smithi189 bash[38194]: audit 2024-09-10T19:44:21.548978+0000 mon.a (mon.0) 1258 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:22.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:22 smithi189 bash[38194]: audit 2024-09-10T19:44:21.554180+0000 mon.a (mon.0) 1259 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:44:22.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:22 smithi189 bash[38194]: audit 2024-09-10T19:44:21.554908+0000 mon.a (mon.0) 1260 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:22.704 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:22 smithi189 bash[38194]: audit 2024-09-10T19:44:21.555542+0000 mon.a (mon.0) 1261 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:22.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:22 smithi189 bash[38194]: audit 2024-09-10T19:44:21.556113+0000 mon.a (mon.0) 1262 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:22.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:22 smithi189 bash[38194]: audit 2024-09-10T19:44:21.556724+0000 mon.a (mon.0) 1263 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:22.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:22 smithi189 bash[38194]: audit 2024-09-10T19:44:22.038110+0000 mon.c (mon.1) 15 : audit [DBG] from='client.54618 172.21.15.155:0/710026755' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:23.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:23 smithi155 bash[59709]: audit 2024-09-10T19:44:21.540871+0000 mgr.y (mgr.54108) 416 : audit [DBG] from='client.64546 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:44:23.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:23 smithi155 bash[59709]: cluster 2024-09-10T19:44:21.761818+0000 mgr.y (mgr.54108) 417 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:23.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:23 smithi155 bash[53909]: audit 2024-09-10T19:44:21.540871+0000 mgr.y (mgr.54108) 416 : audit [DBG] from='client.64546 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:44:23.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:23 smithi155 bash[53909]: cluster 2024-09-10T19:44:21.761818+0000 mgr.y (mgr.54108) 417 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:23.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:23 smithi189 bash[38194]: audit 2024-09-10T19:44:21.540871+0000 mgr.y (mgr.54108) 416 : audit [DBG] from='client.64546 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:44:23.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:23 smithi189 bash[38194]: cluster 2024-09-10T19:44:21.761818+0000 mgr.y (mgr.54108) 417 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:24.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:24 smithi155 bash[53909]: audit 2024-09-10T19:44:22.424218+0000 mgr.y (mgr.54108) 418 : audit [DBG] from='client.64558 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:44:24.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:24 smithi155 bash[59709]: audit 2024-09-10T19:44:22.424218+0000 mgr.y (mgr.54108) 418 : audit [DBG] from='client.64558 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:44:24.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:24 smithi189 bash[38194]: audit 2024-09-10T19:44:22.424218+0000 mgr.y (mgr.54108) 418 : audit [DBG] from='client.64558 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:44:25.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:25 smithi155 bash[53909]: cluster 2024-09-10T19:44:23.762637+0000 mgr.y (mgr.54108) 419 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:25.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:25 smithi155 bash[53909]: audit 2024-09-10T19:44:25.059647+0000 mon.a (mon.0) 1264 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:44:25.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:25 smithi155 bash[53909]: audit 2024-09-10T19:44:25.064503+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:25.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:25 smithi155 bash[53909]: audit 2024-09-10T19:44:25.073208+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:25.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:25 smithi155 bash[59709]: cluster 2024-09-10T19:44:23.762637+0000 mgr.y (mgr.54108) 419 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:25.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:25 smithi155 bash[59709]: audit 2024-09-10T19:44:25.059647+0000 mon.a (mon.0) 1264 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:44:25.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:25 smithi155 bash[59709]: audit 2024-09-10T19:44:25.064503+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:25.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:25 smithi155 bash[59709]: audit 2024-09-10T19:44:25.073208+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:25.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:25 smithi189 bash[38194]: cluster 2024-09-10T19:44:23.762637+0000 mgr.y (mgr.54108) 419 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:25.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:25 smithi189 bash[38194]: audit 2024-09-10T19:44:25.059647+0000 mon.a (mon.0) 1264 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:44:25.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:25 smithi189 bash[38194]: audit 2024-09-10T19:44:25.064503+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:25.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:25 smithi189 bash[38194]: audit 2024-09-10T19:44:25.073208+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:26.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:26 smithi155 bash[53909]: cluster 2024-09-10T19:44:25.763878+0000 mgr.y (mgr.54108) 420 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:26.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:26 smithi155 bash[59709]: cluster 2024-09-10T19:44:25.763878+0000 mgr.y (mgr.54108) 420 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:26.598 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:26 smithi189 bash[38194]: cluster 2024-09-10T19:44:25.763878+0000 mgr.y (mgr.54108) 420 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:28.534 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:28 smithi189 bash[38194]: cephadm 2024-09-10T19:44:27.240781+0000 mgr.y (mgr.54108) 421 : cephadm [INF] Upgrade: Updating rgw.r.z.smithi189.dwpibf (2/2) 2024-09-10T19:44:28.535 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:28 smithi189 bash[38194]: audit 2024-09-10T19:44:27.248796+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:28.535 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:28 smithi189 bash[38194]: audit 2024-09-10T19:44:27.250999+0000 mon.a (mon.0) 1268 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi189.dwpibf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T19:44:28.535 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:28 smithi189 bash[38194]: audit 2024-09-10T19:44:27.253717+0000 mon.a (mon.0) 1269 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:44:28.535 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:28 smithi189 bash[38194]: cephadm 2024-09-10T19:44:27.254964+0000 mgr.y (mgr.54108) 422 : cephadm [INF] Deploying daemon rgw.r.z.smithi189.dwpibf on smithi189 2024-09-10T19:44:28.535 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:28 smithi189 bash[38194]: audit 2024-09-10T19:44:27.255520+0000 mon.a (mon.0) 1270 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi189.dwpibf","key": "container_image"}]: dispatch 2024-09-10T19:44:28.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:28 smithi155 bash[53909]: cephadm 2024-09-10T19:44:27.240781+0000 mgr.y (mgr.54108) 421 : cephadm [INF] Upgrade: Updating rgw.r.z.smithi189.dwpibf (2/2) 2024-09-10T19:44:28.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:28 smithi155 bash[53909]: audit 2024-09-10T19:44:27.248796+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:28.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:28 smithi155 bash[53909]: audit 2024-09-10T19:44:27.250999+0000 mon.a (mon.0) 1268 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi189.dwpibf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T19:44:28.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:28 smithi155 bash[53909]: audit 2024-09-10T19:44:27.253717+0000 mon.a (mon.0) 1269 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:44:28.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:28 smithi155 bash[53909]: cephadm 2024-09-10T19:44:27.254964+0000 mgr.y (mgr.54108) 422 : cephadm [INF] Deploying daemon rgw.r.z.smithi189.dwpibf on smithi189 2024-09-10T19:44:28.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:28 smithi155 bash[53909]: audit 2024-09-10T19:44:27.255520+0000 mon.a (mon.0) 1270 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi189.dwpibf","key": "container_image"}]: dispatch 2024-09-10T19:44:28.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:28 smithi155 bash[59709]: cephadm 2024-09-10T19:44:27.240781+0000 mgr.y (mgr.54108) 421 : cephadm [INF] Upgrade: Updating rgw.r.z.smithi189.dwpibf (2/2) 2024-09-10T19:44:28.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:28 smithi155 bash[59709]: audit 2024-09-10T19:44:27.248796+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:28.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:28 smithi155 bash[59709]: audit 2024-09-10T19:44:27.250999+0000 mon.a (mon.0) 1268 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi189.dwpibf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T19:44:28.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:28 smithi155 bash[59709]: audit 2024-09-10T19:44:27.253717+0000 mon.a (mon.0) 1269 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:44:28.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:28 smithi155 bash[59709]: cephadm 2024-09-10T19:44:27.254964+0000 mgr.y (mgr.54108) 422 : cephadm [INF] Deploying daemon rgw.r.z.smithi189.dwpibf on smithi189 2024-09-10T19:44:28.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:28 smithi155 bash[59709]: audit 2024-09-10T19:44:27.255520+0000 mon.a (mon.0) 1270 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi189.dwpibf","key": "container_image"}]: dispatch 2024-09-10T19:44:29.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:29 smithi155 bash[53909]: cluster 2024-09-10T19:44:27.764904+0000 mgr.y (mgr.54108) 423 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:29.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:29 smithi155 bash[59709]: cluster 2024-09-10T19:44:27.764904+0000 mgr.y (mgr.54108) 423 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:29.656 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:29 smithi189 bash[38194]: cluster 2024-09-10T19:44:27.764904+0000 mgr.y (mgr.54108) 423 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:44:31.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:31 smithi189 bash[38194]: cluster 2024-09-10T19:44:29.765987+0000 mgr.y (mgr.54108) 424 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 28 op/s 2024-09-10T19:44:31.476 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:31 smithi189 bash[38194]: audit 2024-09-10T19:44:31.044784+0000 mon.a (mon.0) 1271 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:44:31.476 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:31 smithi189 bash[38194]: audit 2024-09-10T19:44:31.053298+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:31.476 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:31 smithi189 bash[38194]: audit 2024-09-10T19:44:31.062705+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:31.476 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:31 smithi189 bash[38194]: audit 2024-09-10T19:44:31.065460+0000 mon.a (mon.0) 1274 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:44:31.476 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:31 smithi189 bash[38194]: audit 2024-09-10T19:44:31.067833+0000 mon.a (mon.0) 1275 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:44:31.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:31 smithi155 bash[53909]: cluster 2024-09-10T19:44:29.765987+0000 mgr.y (mgr.54108) 424 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 28 op/s 2024-09-10T19:44:31.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:31 smithi155 bash[53909]: audit 2024-09-10T19:44:31.044784+0000 mon.a (mon.0) 1271 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:44:31.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:31 smithi155 bash[53909]: audit 2024-09-10T19:44:31.053298+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:31.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:31 smithi155 bash[53909]: audit 2024-09-10T19:44:31.062705+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:31.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:31 smithi155 bash[53909]: audit 2024-09-10T19:44:31.065460+0000 mon.a (mon.0) 1274 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:44:31.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:31 smithi155 bash[53909]: audit 2024-09-10T19:44:31.067833+0000 mon.a (mon.0) 1275 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:44:31.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:31 smithi155 bash[59709]: cluster 2024-09-10T19:44:29.765987+0000 mgr.y (mgr.54108) 424 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 28 op/s 2024-09-10T19:44:31.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:31 smithi155 bash[59709]: audit 2024-09-10T19:44:31.044784+0000 mon.a (mon.0) 1271 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:44:31.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:31 smithi155 bash[59709]: audit 2024-09-10T19:44:31.053298+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:31.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:31 smithi155 bash[59709]: audit 2024-09-10T19:44:31.062705+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:31.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:31 smithi155 bash[59709]: audit 2024-09-10T19:44:31.065460+0000 mon.a (mon.0) 1274 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:44:31.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:31 smithi155 bash[59709]: audit 2024-09-10T19:44:31.067833+0000 mon.a (mon.0) 1275 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:44:32.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:32 smithi155 bash[53909]: cluster 2024-09-10T19:44:31.767207+0000 mgr.y (mgr.54108) 425 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 170 B/s wr, 83 op/s 2024-09-10T19:44:32.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:32 smithi155 bash[59709]: cluster 2024-09-10T19:44:31.767207+0000 mgr.y (mgr.54108) 425 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 170 B/s wr, 83 op/s 2024-09-10T19:44:32.617 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:32 smithi189 bash[38194]: cluster 2024-09-10T19:44:31.767207+0000 mgr.y (mgr.54108) 425 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 170 B/s wr, 83 op/s 2024-09-10T19:44:35.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:34 smithi155 bash[53909]: cluster 2024-09-10T19:44:33.768230+0000 mgr.y (mgr.54108) 426 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 62 KiB/s rd, 170 B/s wr, 95 op/s 2024-09-10T19:44:35.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:34 smithi155 bash[59709]: cluster 2024-09-10T19:44:33.768230+0000 mgr.y (mgr.54108) 426 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 62 KiB/s rd, 170 B/s wr, 95 op/s 2024-09-10T19:44:35.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:34 smithi189 bash[38194]: cluster 2024-09-10T19:44:33.768230+0000 mgr.y (mgr.54108) 426 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 62 KiB/s rd, 170 B/s wr, 95 op/s 2024-09-10T19:44:36.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:36 smithi189 bash[38194]: cluster 2024-09-10T19:44:35.769329+0000 mgr.y (mgr.54108) 427 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 KiB/s rd, 255 B/s wr, 134 op/s 2024-09-10T19:44:37.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:36 smithi155 bash[53909]: cluster 2024-09-10T19:44:35.769329+0000 mgr.y (mgr.54108) 427 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 KiB/s rd, 255 B/s wr, 134 op/s 2024-09-10T19:44:37.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:36 smithi155 bash[59709]: cluster 2024-09-10T19:44:35.769329+0000 mgr.y (mgr.54108) 427 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 KiB/s rd, 255 B/s wr, 134 op/s 2024-09-10T19:44:37.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:37 smithi189 bash[38194]: audit 2024-09-10T19:44:36.787452+0000 mon.a (mon.0) 1276 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:44:37.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:37 smithi189 bash[38194]: audit 2024-09-10T19:44:36.792635+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:37.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:37 smithi189 bash[38194]: audit 2024-09-10T19:44:36.799984+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:37.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:37 smithi189 bash[38194]: audit 2024-09-10T19:44:37.183973+0000 mon.a (mon.0) 1279 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:44:37.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:37 smithi189 bash[38194]: audit 2024-09-10T19:44:37.397138+0000 mon.a (mon.0) 1280 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:44:37.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:37 smithi189 bash[38194]: audit 2024-09-10T19:44:37.404909+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:37.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:37 smithi189 bash[38194]: audit 2024-09-10T19:44:37.413070+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:37.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:37 smithi189 bash[38194]: audit 2024-09-10T19:44:37.414654+0000 mon.a (mon.0) 1283 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:44:38.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:37 smithi155 bash[53909]: audit 2024-09-10T19:44:36.787452+0000 mon.a (mon.0) 1276 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:44:38.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:37 smithi155 bash[53909]: audit 2024-09-10T19:44:36.792635+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:38.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:37 smithi155 bash[53909]: audit 2024-09-10T19:44:36.799984+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:38.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:37 smithi155 bash[53909]: audit 2024-09-10T19:44:37.183973+0000 mon.a (mon.0) 1279 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:44:38.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:37 smithi155 bash[53909]: audit 2024-09-10T19:44:37.397138+0000 mon.a (mon.0) 1280 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:44:38.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:37 smithi155 bash[53909]: audit 2024-09-10T19:44:37.404909+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:38.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:37 smithi155 bash[53909]: audit 2024-09-10T19:44:37.413070+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:38.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:37 smithi155 bash[53909]: audit 2024-09-10T19:44:37.414654+0000 mon.a (mon.0) 1283 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:44:38.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:37 smithi155 bash[59709]: audit 2024-09-10T19:44:36.787452+0000 mon.a (mon.0) 1276 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:44:38.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:37 smithi155 bash[59709]: audit 2024-09-10T19:44:36.792635+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:38.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:37 smithi155 bash[59709]: audit 2024-09-10T19:44:36.799984+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:38.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:37 smithi155 bash[59709]: audit 2024-09-10T19:44:37.183973+0000 mon.a (mon.0) 1279 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:44:38.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:37 smithi155 bash[59709]: audit 2024-09-10T19:44:37.397138+0000 mon.a (mon.0) 1280 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:44:38.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:37 smithi155 bash[59709]: audit 2024-09-10T19:44:37.404909+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:38.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:37 smithi155 bash[59709]: audit 2024-09-10T19:44:37.413070+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:38.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:37 smithi155 bash[59709]: audit 2024-09-10T19:44:37.414654+0000 mon.a (mon.0) 1283 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:44:38.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:38 smithi189 bash[38194]: cluster 2024-09-10T19:44:37.770299+0000 mgr.y (mgr.54108) 428 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 105 KiB/s rd, 255 B/s wr, 162 op/s 2024-09-10T19:44:38.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:38 smithi189 bash[38194]: audit 2024-09-10T19:44:38.069125+0000 mon.a (mon.0) 1284 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:44:38.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:38 smithi189 bash[38194]: audit 2024-09-10T19:44:38.075754+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:38.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:38 smithi189 bash[38194]: audit 2024-09-10T19:44:38.084813+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:38.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:38 smithi189 bash[38194]: audit 2024-09-10T19:44:38.467585+0000 mon.a (mon.0) 1287 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:44:39.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:38 smithi155 bash[59709]: cluster 2024-09-10T19:44:37.770299+0000 mgr.y (mgr.54108) 428 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 105 KiB/s rd, 255 B/s wr, 162 op/s 2024-09-10T19:44:39.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:38 smithi155 bash[59709]: audit 2024-09-10T19:44:38.069125+0000 mon.a (mon.0) 1284 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:44:39.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:38 smithi155 bash[59709]: audit 2024-09-10T19:44:38.075754+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:39.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:38 smithi155 bash[59709]: audit 2024-09-10T19:44:38.084813+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:39.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:38 smithi155 bash[59709]: audit 2024-09-10T19:44:38.467585+0000 mon.a (mon.0) 1287 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:44:39.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:38 smithi155 bash[53909]: cluster 2024-09-10T19:44:37.770299+0000 mgr.y (mgr.54108) 428 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 105 KiB/s rd, 255 B/s wr, 162 op/s 2024-09-10T19:44:39.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:38 smithi155 bash[53909]: audit 2024-09-10T19:44:38.069125+0000 mon.a (mon.0) 1284 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:44:39.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:38 smithi155 bash[53909]: audit 2024-09-10T19:44:38.075754+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:39.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:38 smithi155 bash[53909]: audit 2024-09-10T19:44:38.084813+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:39.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:38 smithi155 bash[53909]: audit 2024-09-10T19:44:38.467585+0000 mon.a (mon.0) 1287 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:44:39.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:39 smithi189 bash[38194]: audit 2024-09-10T19:44:38.689953+0000 mon.a (mon.0) 1288 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:44:39.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:39 smithi189 bash[38194]: audit 2024-09-10T19:44:38.698725+0000 mon.a (mon.0) 1289 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:39.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:39 smithi189 bash[38194]: audit 2024-09-10T19:44:38.708776+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:39.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:39 smithi189 bash[38194]: audit 2024-09-10T19:44:38.710899+0000 mon.a (mon.0) 1291 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:44:40.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:39 smithi155 bash[53909]: audit 2024-09-10T19:44:38.689953+0000 mon.a (mon.0) 1288 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:44:40.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:39 smithi155 bash[53909]: audit 2024-09-10T19:44:38.698725+0000 mon.a (mon.0) 1289 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:40.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:39 smithi155 bash[53909]: audit 2024-09-10T19:44:38.708776+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:40.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:39 smithi155 bash[53909]: audit 2024-09-10T19:44:38.710899+0000 mon.a (mon.0) 1291 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:44:40.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:39 smithi155 bash[59709]: audit 2024-09-10T19:44:38.689953+0000 mon.a (mon.0) 1288 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:44:40.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:39 smithi155 bash[59709]: audit 2024-09-10T19:44:38.698725+0000 mon.a (mon.0) 1289 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:40.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:39 smithi155 bash[59709]: audit 2024-09-10T19:44:38.708776+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:40.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:39 smithi155 bash[59709]: audit 2024-09-10T19:44:38.710899+0000 mon.a (mon.0) 1291 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:44:40.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:40 smithi189 bash[38194]: cluster 2024-09-10T19:44:39.771428+0000 mgr.y (mgr.54108) 429 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 KiB/s rd, 255 B/s wr, 166 op/s 2024-09-10T19:44:41.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:40 smithi155 bash[53909]: cluster 2024-09-10T19:44:39.771428+0000 mgr.y (mgr.54108) 429 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 KiB/s rd, 255 B/s wr, 166 op/s 2024-09-10T19:44:41.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:40 smithi155 bash[59709]: cluster 2024-09-10T19:44:39.771428+0000 mgr.y (mgr.54108) 429 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 KiB/s rd, 255 B/s wr, 166 op/s 2024-09-10T19:44:43.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:42 smithi155 bash[53909]: cluster 2024-09-10T19:44:41.772626+0000 mgr.y (mgr.54108) 430 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 KiB/s rd, 255 B/s wr, 138 op/s 2024-09-10T19:44:43.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:42 smithi155 bash[59709]: cluster 2024-09-10T19:44:41.772626+0000 mgr.y (mgr.54108) 430 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 KiB/s rd, 255 B/s wr, 138 op/s 2024-09-10T19:44:43.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:42 smithi189 bash[38194]: cluster 2024-09-10T19:44:41.772626+0000 mgr.y (mgr.54108) 430 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 KiB/s rd, 255 B/s wr, 138 op/s 2024-09-10T19:44:44.436 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:44:44 smithi189 bash[36745]: logger=sqlstore.transactions t=2024-09-10T19:44:44.101059829Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-09-10T19:44:44.702 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:44:44 smithi189 bash[36745]: logger=cleanup t=2024-09-10T19:44:44.434722283Z level=info msg="Completed cleanup jobs" duration=344.236606ms 2024-09-10T19:44:45.086 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:44 smithi189 bash[38194]: cluster 2024-09-10T19:44:43.773573+0000 mgr.y (mgr.54108) 431 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 85 B/s wr, 83 op/s 2024-09-10T19:44:45.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:44 smithi155 bash[53909]: cluster 2024-09-10T19:44:43.773573+0000 mgr.y (mgr.54108) 431 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 85 B/s wr, 83 op/s 2024-09-10T19:44:45.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:44 smithi155 bash[59709]: cluster 2024-09-10T19:44:43.773573+0000 mgr.y (mgr.54108) 431 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 85 B/s wr, 83 op/s 2024-09-10T19:44:47.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:46 smithi155 bash[53909]: cluster 2024-09-10T19:44:45.774294+0000 mgr.y (mgr.54108) 432 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46 KiB/s rd, 85 B/s wr, 70 op/s 2024-09-10T19:44:47.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:46 smithi155 bash[59709]: cluster 2024-09-10T19:44:45.774294+0000 mgr.y (mgr.54108) 432 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46 KiB/s rd, 85 B/s wr, 70 op/s 2024-09-10T19:44:47.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:46 smithi189 bash[38194]: cluster 2024-09-10T19:44:45.774294+0000 mgr.y (mgr.54108) 432 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46 KiB/s rd, 85 B/s wr, 70 op/s 2024-09-10T19:44:48.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:47 smithi189 bash[38194]: audit 2024-09-10T19:44:47.645642+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-09-10T19:44:48.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:47 smithi189 bash[38194]: audit 2024-09-10T19:44:47.646117+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:44:48.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:47 smithi189 bash[38194]: audit 2024-09-10T19:44:47.646562+0000 mon.a (mon.0) 1294 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:44:48.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:47 smithi189 bash[38194]: audit 2024-09-10T19:44:47.647003+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:44:48.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:47 smithi155 bash[53909]: audit 2024-09-10T19:44:47.645642+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-09-10T19:44:48.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:47 smithi155 bash[53909]: audit 2024-09-10T19:44:47.646117+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:44:48.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:47 smithi155 bash[53909]: audit 2024-09-10T19:44:47.646562+0000 mon.a (mon.0) 1294 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:44:48.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:47 smithi155 bash[53909]: audit 2024-09-10T19:44:47.647003+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:44:48.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:47 smithi155 bash[59709]: audit 2024-09-10T19:44:47.645642+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-09-10T19:44:48.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:47 smithi155 bash[59709]: audit 2024-09-10T19:44:47.646117+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:44:48.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:47 smithi155 bash[59709]: audit 2024-09-10T19:44:47.646562+0000 mon.a (mon.0) 1294 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:44:48.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:47 smithi155 bash[59709]: audit 2024-09-10T19:44:47.647003+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:44:49.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:48 smithi189 bash[38194]: cluster 2024-09-10T19:44:47.775173+0000 mgr.y (mgr.54108) 433 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 32 op/s 2024-09-10T19:44:49.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:48 smithi189 bash[38194]: audit 2024-09-10T19:44:48.062580+0000 mon.a (mon.0) 1296 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:44:49.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:48 smithi189 bash[38194]: audit 2024-09-10T19:44:48.069606+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:49.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:48 smithi189 bash[38194]: audit 2024-09-10T19:44:48.076753+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:49.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:48 smithi155 bash[59709]: cluster 2024-09-10T19:44:47.775173+0000 mgr.y (mgr.54108) 433 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 32 op/s 2024-09-10T19:44:49.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:48 smithi155 bash[59709]: audit 2024-09-10T19:44:48.062580+0000 mon.a (mon.0) 1296 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:44:49.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:48 smithi155 bash[59709]: audit 2024-09-10T19:44:48.069606+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:49.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:48 smithi155 bash[59709]: audit 2024-09-10T19:44:48.076753+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:49.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:48 smithi155 bash[53909]: cluster 2024-09-10T19:44:47.775173+0000 mgr.y (mgr.54108) 433 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 32 op/s 2024-09-10T19:44:49.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:48 smithi155 bash[53909]: audit 2024-09-10T19:44:48.062580+0000 mon.a (mon.0) 1296 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:44:49.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:48 smithi155 bash[53909]: audit 2024-09-10T19:44:48.069606+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:49.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:48 smithi155 bash[53909]: audit 2024-09-10T19:44:48.076753+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:50.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.493336+0000 mon.a (mon.0) 1299 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:44:50.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.501842+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:50.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.512679+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:50.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.523746+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:50.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.584673+0000 mon.a (mon.0) 1303 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:44:50.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.589527+0000 mon.a (mon.0) 1304 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.591997+0000 mon.a (mon.0) 1305 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.594421+0000 mon.a (mon.0) 1306 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.597543+0000 mon.a (mon.0) 1307 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.600657+0000 mon.a (mon.0) 1308 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.603435+0000 mon.a (mon.0) 1309 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.613706+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:50.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.615290+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi155.ehnnyk"}]: dispatch 2024-09-10T19:44:50.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.624783+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi155.ehnnyk"}]': finished 2024-09-10T19:44:50.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.626444+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi189.dwpibf"}]: dispatch 2024-09-10T19:44:50.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.634280+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi189.dwpibf"}]': finished 2024-09-10T19:44:50.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.636408+0000 mon.a (mon.0) 1315 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.647894+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:50.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.649697+0000 mon.a (mon.0) 1317 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.651665+0000 mon.a (mon.0) 1318 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.662171+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:50.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.664682+0000 mon.a (mon.0) 1320 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.675522+0000 mon.a (mon.0) 1321 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:50.204 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.677849+0000 mon.a (mon.0) 1322 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.680360+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.682842+0000 mon.a (mon.0) 1324 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.685580+0000 mon.a (mon.0) 1325 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.687916+0000 mon.a (mon.0) 1326 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.690180+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.693453+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:44:50.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.701371+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:44:50.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.702852+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:44:50.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.712182+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:44:50.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.713409+0000 mon.a (mon.0) 1332 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:44:50.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.721727+0000 mon.a (mon.0) 1333 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:44:50.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.722958+0000 mon.a (mon.0) 1334 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:44:50.205 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.729414+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-10T19:44:50.206 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.731391+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:44:50.206 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.736563+0000 mon.a (mon.0) 1337 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T19:44:50.206 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.737930+0000 mon.a (mon.0) 1338 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:44:50.206 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.743286+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-10T19:44:50.206 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.744476+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:44:50.206 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.749783+0000 mon.a (mon.0) 1341 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:44:50.206 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.750964+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:44:50.206 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.752207+0000 mon.a (mon.0) 1343 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:44:50.206 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.759400+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-10T19:44:50.207 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.760529+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:44:50.207 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.767415+0000 mon.a (mon.0) 1346 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T19:44:50.207 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.768661+0000 mon.a (mon.0) 1347 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:44:50.207 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.769873+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:44:50.207 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.770998+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:44:50.207 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.772177+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:44:50.207 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.773379+0000 mon.a (mon.0) 1351 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:44:50.207 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.774549+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:44:50.207 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.775687+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:44:50.207 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.782032+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:44:50.207 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.783621+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:44:50.207 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:49 smithi189 bash[38194]: audit 2024-09-10T19:44:49.788467+0000 mon.a (mon.0) 1356 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:44:50.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.493336+0000 mon.a (mon.0) 1299 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:44:50.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.501842+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:50.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.512679+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:50.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.523746+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:50.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.584673+0000 mon.a (mon.0) 1303 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:44:50.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.589527+0000 mon.a (mon.0) 1304 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.591997+0000 mon.a (mon.0) 1305 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.594421+0000 mon.a (mon.0) 1306 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.597543+0000 mon.a (mon.0) 1307 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.600657+0000 mon.a (mon.0) 1308 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.603435+0000 mon.a (mon.0) 1309 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.613706+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:50.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.615290+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi155.ehnnyk"}]: dispatch 2024-09-10T19:44:50.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.624783+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi155.ehnnyk"}]': finished 2024-09-10T19:44:50.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.626444+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi189.dwpibf"}]: dispatch 2024-09-10T19:44:50.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.634280+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi189.dwpibf"}]': finished 2024-09-10T19:44:50.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.636408+0000 mon.a (mon.0) 1315 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.647894+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:50.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.493336+0000 mon.a (mon.0) 1299 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:44:50.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.501842+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:50.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.512679+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:50.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.523746+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:50.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.584673+0000 mon.a (mon.0) 1303 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:44:50.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.589527+0000 mon.a (mon.0) 1304 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.591997+0000 mon.a (mon.0) 1305 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.594421+0000 mon.a (mon.0) 1306 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.597543+0000 mon.a (mon.0) 1307 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.600657+0000 mon.a (mon.0) 1308 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.603435+0000 mon.a (mon.0) 1309 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.613706+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:50.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.615290+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi155.ehnnyk"}]: dispatch 2024-09-10T19:44:50.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.624783+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi155.ehnnyk"}]': finished 2024-09-10T19:44:50.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.626444+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi189.dwpibf"}]: dispatch 2024-09-10T19:44:50.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.634280+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi189.dwpibf"}]': finished 2024-09-10T19:44:50.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.636408+0000 mon.a (mon.0) 1315 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.343 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.647894+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:50.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.649697+0000 mon.a (mon.0) 1317 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.651665+0000 mon.a (mon.0) 1318 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.662171+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:50.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.664682+0000 mon.a (mon.0) 1320 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.675522+0000 mon.a (mon.0) 1321 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:50.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.677849+0000 mon.a (mon.0) 1322 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.680360+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.682842+0000 mon.a (mon.0) 1324 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.685580+0000 mon.a (mon.0) 1325 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.343 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.687916+0000 mon.a (mon.0) 1326 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.690180+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.693453+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:44:50.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.701371+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:44:50.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.702852+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:44:50.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.712182+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:44:50.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.713409+0000 mon.a (mon.0) 1332 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:44:50.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.721727+0000 mon.a (mon.0) 1333 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:44:50.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.722958+0000 mon.a (mon.0) 1334 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:44:50.344 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.729414+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-10T19:44:50.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.649697+0000 mon.a (mon.0) 1317 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.651665+0000 mon.a (mon.0) 1318 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.344 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.662171+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:50.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.664682+0000 mon.a (mon.0) 1320 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.675522+0000 mon.a (mon.0) 1321 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:50.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.677849+0000 mon.a (mon.0) 1322 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.680360+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.682842+0000 mon.a (mon.0) 1324 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.685580+0000 mon.a (mon.0) 1325 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.687916+0000 mon.a (mon.0) 1326 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.690180+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:44:50.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.693453+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:44:50.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.701371+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:44:50.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.702852+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:44:50.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.712182+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:44:50.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.713409+0000 mon.a (mon.0) 1332 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:44:50.345 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.721727+0000 mon.a (mon.0) 1333 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:44:50.346 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.722958+0000 mon.a (mon.0) 1334 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:44:50.346 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.729414+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-10T19:44:50.346 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.731391+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:44:50.346 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.736563+0000 mon.a (mon.0) 1337 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T19:44:50.346 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.737930+0000 mon.a (mon.0) 1338 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:44:50.346 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.743286+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-10T19:44:50.346 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.744476+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:44:50.346 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.749783+0000 mon.a (mon.0) 1341 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:44:50.346 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.750964+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:44:50.347 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.752207+0000 mon.a (mon.0) 1343 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:44:50.347 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.759400+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-10T19:44:50.347 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.760529+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:44:50.347 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.767415+0000 mon.a (mon.0) 1346 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T19:44:50.347 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.768661+0000 mon.a (mon.0) 1347 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:44:50.347 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.769873+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:44:50.347 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.770998+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:44:50.347 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.772177+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:44:50.347 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.773379+0000 mon.a (mon.0) 1351 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:44:50.347 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.774549+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:44:50.347 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.775687+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:44:50.347 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.782032+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:44:50.347 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.783621+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:44:50.347 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[59709]: audit 2024-09-10T19:44:49.788467+0000 mon.a (mon.0) 1356 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:44:50.348 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.731391+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:44:50.348 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.736563+0000 mon.a (mon.0) 1337 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T19:44:50.348 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.737930+0000 mon.a (mon.0) 1338 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:44:50.348 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.743286+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-10T19:44:50.348 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.744476+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:44:50.348 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.749783+0000 mon.a (mon.0) 1341 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:44:50.348 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.750964+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:44:50.348 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.752207+0000 mon.a (mon.0) 1343 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:44:50.348 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.759400+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-10T19:44:50.348 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.760529+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:44:50.348 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.767415+0000 mon.a (mon.0) 1346 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T19:44:50.349 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.768661+0000 mon.a (mon.0) 1347 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:44:50.349 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.769873+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:44:50.349 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.770998+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:44:50.349 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.772177+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:44:50.349 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.773379+0000 mon.a (mon.0) 1351 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:44:50.349 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.774549+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:44:50.349 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.775687+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:44:50.349 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.782032+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:44:50.349 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.783621+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:44:50.349 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:49 smithi155 bash[53909]: audit 2024-09-10T19:44:49.788467+0000 mon.a (mon.0) 1356 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:44:51.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:50 smithi189 bash[38194]: cephadm 2024-09-10T19:44:49.604840+0000 mgr.y (mgr.54108) 434 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-09-10T19:44:51.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:50 smithi189 bash[38194]: cephadm 2024-09-10T19:44:49.637619+0000 mgr.y (mgr.54108) 435 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T19:44:51.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:50 smithi189 bash[38194]: cephadm 2024-09-10T19:44:49.652885+0000 mgr.y (mgr.54108) 436 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-10T19:44:51.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:50 smithi189 bash[38194]: cephadm 2024-09-10T19:44:49.666037+0000 mgr.y (mgr.54108) 437 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T19:44:51.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:50 smithi189 bash[38194]: cephadm 2024-09-10T19:44:49.691574+0000 mgr.y (mgr.54108) 438 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:44:51.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:50 smithi189 bash[38194]: cluster 2024-09-10T19:44:49.775969+0000 mgr.y (mgr.54108) 439 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-10T19:44:51.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:50 smithi189 bash[38194]: cephadm 2024-09-10T19:44:49.783003+0000 mgr.y (mgr.54108) 440 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:44:51.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:50 smithi189 bash[38194]: cephadm 2024-09-10T19:44:49.795862+0000 mgr.y (mgr.54108) 441 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-09-10T19:44:51.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:50 smithi189 bash[38194]: audit 2024-09-10T19:44:50.336691+0000 mon.a (mon.0) 1357 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:51.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:50 smithi189 bash[38194]: audit 2024-09-10T19:44:50.349324+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:51.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:50 smithi189 bash[38194]: audit 2024-09-10T19:44:50.358757+0000 mon.a (mon.0) 1359 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:51.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:50 smithi189 bash[38194]: audit 2024-09-10T19:44:50.439074+0000 mon.a (mon.0) 1360 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:51.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:50 smithi155 bash[59709]: cephadm 2024-09-10T19:44:49.604840+0000 mgr.y (mgr.54108) 434 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-09-10T19:44:51.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:50 smithi155 bash[59709]: cephadm 2024-09-10T19:44:49.637619+0000 mgr.y (mgr.54108) 435 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T19:44:51.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:50 smithi155 bash[59709]: cephadm 2024-09-10T19:44:49.652885+0000 mgr.y (mgr.54108) 436 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-10T19:44:51.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:50 smithi155 bash[59709]: cephadm 2024-09-10T19:44:49.666037+0000 mgr.y (mgr.54108) 437 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T19:44:51.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:50 smithi155 bash[59709]: cephadm 2024-09-10T19:44:49.691574+0000 mgr.y (mgr.54108) 438 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:44:51.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:50 smithi155 bash[59709]: cluster 2024-09-10T19:44:49.775969+0000 mgr.y (mgr.54108) 439 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-10T19:44:51.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:50 smithi155 bash[59709]: cephadm 2024-09-10T19:44:49.783003+0000 mgr.y (mgr.54108) 440 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:44:51.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:50 smithi155 bash[59709]: cephadm 2024-09-10T19:44:49.795862+0000 mgr.y (mgr.54108) 441 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-09-10T19:44:51.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:50 smithi155 bash[59709]: audit 2024-09-10T19:44:50.336691+0000 mon.a (mon.0) 1357 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:51.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:50 smithi155 bash[59709]: audit 2024-09-10T19:44:50.349324+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:51.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:50 smithi155 bash[59709]: audit 2024-09-10T19:44:50.358757+0000 mon.a (mon.0) 1359 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:51.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:50 smithi155 bash[59709]: audit 2024-09-10T19:44:50.439074+0000 mon.a (mon.0) 1360 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:51.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:50 smithi155 bash[53909]: cephadm 2024-09-10T19:44:49.604840+0000 mgr.y (mgr.54108) 434 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-09-10T19:44:51.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:50 smithi155 bash[53909]: cephadm 2024-09-10T19:44:49.637619+0000 mgr.y (mgr.54108) 435 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T19:44:51.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:50 smithi155 bash[53909]: cephadm 2024-09-10T19:44:49.652885+0000 mgr.y (mgr.54108) 436 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-10T19:44:51.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:50 smithi155 bash[53909]: cephadm 2024-09-10T19:44:49.666037+0000 mgr.y (mgr.54108) 437 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T19:44:51.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:50 smithi155 bash[53909]: cephadm 2024-09-10T19:44:49.691574+0000 mgr.y (mgr.54108) 438 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:44:51.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:50 smithi155 bash[53909]: cluster 2024-09-10T19:44:49.775969+0000 mgr.y (mgr.54108) 439 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-10T19:44:51.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:50 smithi155 bash[53909]: cephadm 2024-09-10T19:44:49.783003+0000 mgr.y (mgr.54108) 440 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:44:51.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:50 smithi155 bash[53909]: cephadm 2024-09-10T19:44:49.795862+0000 mgr.y (mgr.54108) 441 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-09-10T19:44:51.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:50 smithi155 bash[53909]: audit 2024-09-10T19:44:50.336691+0000 mon.a (mon.0) 1357 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:51.341 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:50 smithi155 bash[53909]: audit 2024-09-10T19:44:50.349324+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:51.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:50 smithi155 bash[53909]: audit 2024-09-10T19:44:50.358757+0000 mon.a (mon.0) 1359 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:51.342 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:50 smithi155 bash[53909]: audit 2024-09-10T19:44:50.439074+0000 mon.a (mon.0) 1360 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:53.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:52 smithi189 bash[38194]: cluster 2024-09-10T19:44:51.777316+0000 mgr.y (mgr.54108) 442 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-09-10T19:44:53.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:52 smithi155 bash[59709]: cluster 2024-09-10T19:44:51.777316+0000 mgr.y (mgr.54108) 442 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-09-10T19:44:53.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:52 smithi155 bash[53909]: cluster 2024-09-10T19:44:51.777316+0000 mgr.y (mgr.54108) 442 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-09-10T19:44:53.684 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps' 2024-09-10T19:44:54.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:53 smithi155 bash[53909]: audit 2024-09-10T19:44:52.832466+0000 mgr.y (mgr.54108) 443 : audit [DBG] from='client.54717 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:44:54.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:53 smithi155 bash[53909]: audit 2024-09-10T19:44:52.955313+0000 mon.a (mon.0) 1361 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:54.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:53 smithi155 bash[59709]: audit 2024-09-10T19:44:52.832466+0000 mgr.y (mgr.54108) 443 : audit [DBG] from='client.54717 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:44:54.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:53 smithi155 bash[59709]: audit 2024-09-10T19:44:52.955313+0000 mon.a (mon.0) 1361 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:54.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:53 smithi189 bash[38194]: audit 2024-09-10T19:44:52.832466+0000 mgr.y (mgr.54108) 443 : audit [DBG] from='client.54717 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:44:54.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:53 smithi189 bash[38194]: audit 2024-09-10T19:44:52.955313+0000 mon.a (mon.0) 1361 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:44:55.311 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:54 smithi155 bash[53909]: cluster 2024-09-10T19:44:53.778316+0000 mgr.y (mgr.54108) 444 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 85 B/s wr, 2 op/s 2024-09-10T19:44:55.312 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:54 smithi155 bash[59709]: cluster 2024-09-10T19:44:53.778316+0000 mgr.y (mgr.54108) 444 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 85 B/s wr, 2 op/s 2024-09-10T19:44:55.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:54 smithi189 bash[38194]: cluster 2024-09-10T19:44:53.778316+0000 mgr.y (mgr.54108) 444 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 85 B/s wr, 2 op/s 2024-09-10T19:44:56.895 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:56 smithi155 bash[53909]: cluster 2024-09-10T19:44:55.779383+0000 mgr.y (mgr.54108) 445 : cluster [DBG] pgmap v288: 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-10T19:44:56.896 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:56 smithi155 bash[59709]: cluster 2024-09-10T19:44:55.779383+0000 mgr.y (mgr.54108) 445 : cluster [DBG] pgmap v288: 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-10T19:44:56.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:56 smithi189 bash[38194]: cluster 2024-09-10T19:44:55.779383+0000 mgr.y (mgr.54108) 445 : cluster [DBG] pgmap v288: 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-10T19:44:57.381 INFO:teuthology.orchestra.run.smithi155.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:44:57.381 INFO:teuthology.orchestra.run.smithi155.stdout:alertmanager.a smithi155 running (11m) 20s ago 37m 17.8M - 0.25.0 c8568f914cd2 d240bc57c001 2024-09-10T19:44:57.381 INFO:teuthology.orchestra.run.smithi155.stdout:grafana.a smithi189 running (10m) 19s ago 37m 80.8M - 9.4.7 954c08fa6188 2e57a3903209 2024-09-10T19:44:57.381 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.x smithi189 *:8443 running (13m) 19s ago 42m 395M - 17.2.7-1606-g5be57395 4c55dd409611 1e9c1f896a72 2024-09-10T19:44:57.381 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.y smithi155 *:8443 running (23m) 20s ago 43m 443M - 17.2.7-1606-g5be57395 4c55dd409611 c3f6bb49e60e 2024-09-10T19:44:57.381 INFO:teuthology.orchestra.run.smithi155.stdout:mon.a smithi155 running (8m) 20s ago 44m 116M 2048M 17.2.7-1606-g5be57395 4c55dd409611 7e033880dcd4 2024-09-10T19:44:57.381 INFO:teuthology.orchestra.run.smithi155.stdout:mon.b smithi189 running (9m) 19s ago 42m 78.0M 2048M 17.2.7-1606-g5be57395 4c55dd409611 f29d1decbead 2024-09-10T19:44:57.382 INFO:teuthology.orchestra.run.smithi155.stdout:mon.c smithi155 running (7m) 20s ago 42m 67.8M 2048M 17.2.7-1606-g5be57395 4c55dd409611 0fb56f4ad9b8 2024-09-10T19:44:57.382 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.a smithi155 running (12m) 20s ago 37m 11.7M - 1.5.0 0da6a335fe13 75a6b4940d3d 2024-09-10T19:44:57.382 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.b smithi189 running (12m) 19s ago 37m 11.9M - 1.5.0 0da6a335fe13 57c4129454db 2024-09-10T19:44:57.382 INFO:teuthology.orchestra.run.smithi155.stdout:osd.0 smithi155 running (6m) 20s ago 41m 55.2M 4096M 17.2.7-1606-g5be57395 4c55dd409611 b557248a0039 2024-09-10T19:44:57.382 INFO:teuthology.orchestra.run.smithi155.stdout:osd.1 smithi155 running (5m) 20s ago 41m 57.5M 4096M 17.2.7-1606-g5be57395 4c55dd409611 ef5d355b8775 2024-09-10T19:44:57.382 INFO:teuthology.orchestra.run.smithi155.stdout:osd.2 smithi155 running (4m) 20s ago 40m 49.3M 4096M 17.2.7-1606-g5be57395 4c55dd409611 2488e72c183e 2024-09-10T19:44:57.382 INFO:teuthology.orchestra.run.smithi155.stdout:osd.3 smithi155 running (3m) 20s ago 40m 52.6M 4096M 17.2.7-1606-g5be57395 4c55dd409611 ea9cecf319a4 2024-09-10T19:44:57.382 INFO:teuthology.orchestra.run.smithi155.stdout:osd.4 smithi189 running (3m) 19s ago 40m 53.7M 4096M 17.2.7-1606-g5be57395 4c55dd409611 f793c798592a 2024-09-10T19:44:57.382 INFO:teuthology.orchestra.run.smithi155.stdout:osd.5 smithi189 running (2m) 19s ago 39m 49.9M 4096M 17.2.7-1606-g5be57395 4c55dd409611 c21b241b8af1 2024-09-10T19:44:57.382 INFO:teuthology.orchestra.run.smithi155.stdout:osd.6 smithi189 running (2m) 19s ago 39m 48.1M 4096M 17.2.7-1606-g5be57395 4c55dd409611 17bdbbb91d23 2024-09-10T19:44:57.382 INFO:teuthology.orchestra.run.smithi155.stdout:osd.7 smithi189 running (96s) 19s ago 38m 48.5M 4096M 17.2.7-1606-g5be57395 4c55dd409611 48151966ad0e 2024-09-10T19:44:57.382 INFO:teuthology.orchestra.run.smithi155.stdout:prometheus.a smithi189 running (12m) 19s ago 37m 55.3M - 2.43.0 a07b618ecd1d a68b682055db 2024-09-10T19:44:57.382 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi155.ehnnyk smithi155 running (32s) 20s ago 35m 83.7M - 17.2.7-1606-g5be57395 4c55dd409611 045a04e1434e 2024-09-10T19:44:57.382 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi189.dwpibf smithi189 running (26s) 19s ago 35m 83.5M - 17.2.7-1606-g5be57395 4c55dd409611 c937048c0dd2 2024-09-10T19:44:57.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:57 smithi155 bash[53909]: audit 2024-09-10T19:44:57.359462+0000 mon.a (mon.0) 1362 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:44:57.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:57 smithi155 bash[53909]: audit 2024-09-10T19:44:57.360259+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:44:57.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:57 smithi155 bash[53909]: audit 2024-09-10T19:44:57.360947+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:57.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:57 smithi155 bash[53909]: audit 2024-09-10T19:44:57.361659+0000 mon.a (mon.0) 1365 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:57.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:57 smithi155 bash[53909]: audit 2024-09-10T19:44:57.362334+0000 mon.a (mon.0) 1366 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:57.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:57 smithi155 bash[53909]: audit 2024-09-10T19:44:57.363027+0000 mon.a (mon.0) 1367 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:57.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:57 smithi155 bash[53909]: audit 2024-09-10T19:44:57.368574+0000 mon.a (mon.0) 1368 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:44:57.840 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:57 smithi155 bash[53909]: audit 2024-09-10T19:44:57.369055+0000 mon.a (mon.0) 1369 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:57.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:57 smithi155 bash[53909]: audit 2024-09-10T19:44:57.369465+0000 mon.a (mon.0) 1370 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:57.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:57 smithi155 bash[53909]: audit 2024-09-10T19:44:57.369847+0000 mon.a (mon.0) 1371 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:57.841 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:57 smithi155 bash[53909]: audit 2024-09-10T19:44:57.370236+0000 mon.a (mon.0) 1372 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:57.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:57 smithi155 bash[59709]: audit 2024-09-10T19:44:57.359462+0000 mon.a (mon.0) 1362 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:44:57.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:57 smithi155 bash[59709]: audit 2024-09-10T19:44:57.360259+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:44:57.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:57 smithi155 bash[59709]: audit 2024-09-10T19:44:57.360947+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:57.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:57 smithi155 bash[59709]: audit 2024-09-10T19:44:57.361659+0000 mon.a (mon.0) 1365 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:57.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:57 smithi155 bash[59709]: audit 2024-09-10T19:44:57.362334+0000 mon.a (mon.0) 1366 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:57.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:57 smithi155 bash[59709]: audit 2024-09-10T19:44:57.363027+0000 mon.a (mon.0) 1367 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:57.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:57 smithi155 bash[59709]: audit 2024-09-10T19:44:57.368574+0000 mon.a (mon.0) 1368 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:44:57.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:57 smithi155 bash[59709]: audit 2024-09-10T19:44:57.369055+0000 mon.a (mon.0) 1369 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:57.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:57 smithi155 bash[59709]: audit 2024-09-10T19:44:57.369465+0000 mon.a (mon.0) 1370 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:57.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:57 smithi155 bash[59709]: audit 2024-09-10T19:44:57.369847+0000 mon.a (mon.0) 1371 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:57.842 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:57 smithi155 bash[59709]: audit 2024-09-10T19:44:57.370236+0000 mon.a (mon.0) 1372 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:57.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:57 smithi189 bash[38194]: audit 2024-09-10T19:44:57.359462+0000 mon.a (mon.0) 1362 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:44:57.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:57 smithi189 bash[38194]: audit 2024-09-10T19:44:57.360259+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:44:57.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:57 smithi189 bash[38194]: audit 2024-09-10T19:44:57.360947+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:57.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:57 smithi189 bash[38194]: audit 2024-09-10T19:44:57.361659+0000 mon.a (mon.0) 1365 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:57.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:57 smithi189 bash[38194]: audit 2024-09-10T19:44:57.362334+0000 mon.a (mon.0) 1366 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:57.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:57 smithi189 bash[38194]: audit 2024-09-10T19:44:57.363027+0000 mon.a (mon.0) 1367 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:57.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:57 smithi189 bash[38194]: audit 2024-09-10T19:44:57.368574+0000 mon.a (mon.0) 1368 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:44:57.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:57 smithi189 bash[38194]: audit 2024-09-10T19:44:57.369055+0000 mon.a (mon.0) 1369 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:57.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:57 smithi189 bash[38194]: audit 2024-09-10T19:44:57.369465+0000 mon.a (mon.0) 1370 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:57.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:57 smithi189 bash[38194]: audit 2024-09-10T19:44:57.369847+0000 mon.a (mon.0) 1371 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:57.953 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:57 smithi189 bash[38194]: audit 2024-09-10T19:44:57.370236+0000 mon.a (mon.0) 1372 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:44:58.186 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.rgw | length == 1'"'"'' 2024-09-10T19:44:58.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:58 smithi189 bash[38194]: audit 2024-09-10T19:44:57.353836+0000 mgr.y (mgr.54108) 446 : audit [DBG] from='client.64657 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:44:58.952 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:44:58 smithi189 bash[38194]: cluster 2024-09-10T19:44:57.780408+0000 mgr.y (mgr.54108) 447 : cluster [DBG] pgmap v289: 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-10T19:44:59.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:58 smithi155 bash[53909]: audit 2024-09-10T19:44:57.353836+0000 mgr.y (mgr.54108) 446 : audit [DBG] from='client.64657 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:44:59.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:44:58 smithi155 bash[53909]: cluster 2024-09-10T19:44:57.780408+0000 mgr.y (mgr.54108) 447 : cluster [DBG] pgmap v289: 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-10T19:44:59.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:58 smithi155 bash[59709]: audit 2024-09-10T19:44:57.353836+0000 mgr.y (mgr.54108) 446 : audit [DBG] from='client.64657 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:44:59.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:44:58 smithi155 bash[59709]: cluster 2024-09-10T19:44:57.780408+0000 mgr.y (mgr.54108) 447 : cluster [DBG] pgmap v289: 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-10T19:45:01.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:00 smithi189 bash[38194]: cluster 2024-09-10T19:44:59.781543+0000 mgr.y (mgr.54108) 448 : cluster [DBG] pgmap v290: 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-10T19:45:01.277 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:00 smithi155 bash[59709]: cluster 2024-09-10T19:44:59.781543+0000 mgr.y (mgr.54108) 448 : cluster [DBG] pgmap v290: 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-10T19:45:01.278 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:00 smithi155 bash[53909]: cluster 2024-09-10T19:44:59.781543+0000 mgr.y (mgr.54108) 448 : cluster [DBG] pgmap v290: 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-10T19:45:01.820 INFO:teuthology.orchestra.run.smithi155.stdout:true 2024-09-10T19:45:02.069 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:01 smithi155 bash[53909]: audit 2024-09-10T19:45:01.805043+0000 mon.a (mon.0) 1373 : audit [DBG] from='client.54729 172.21.15.155:0/1797835402' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:02.069 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:01 smithi155 bash[59709]: audit 2024-09-10T19:45:01.805043+0000 mon.a (mon.0) 1373 : audit [DBG] from='client.54729 172.21.15.155:0/1797835402' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:02.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:01 smithi189 bash[38194]: audit 2024-09-10T19:45:01.805043+0000 mon.a (mon.0) 1373 : audit [DBG] from='client.54729 172.21.15.155:0/1797835402' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:02.636 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.rgw | keys'"'"' | grep $sha1' 2024-09-10T19:45:03.089 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:02 smithi155 bash[53909]: cluster 2024-09-10T19:45:01.782726+0000 mgr.y (mgr.54108) 449 : cluster [DBG] pgmap v291: 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-10T19:45:03.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:02 smithi155 bash[59709]: cluster 2024-09-10T19:45:01.782726+0000 mgr.y (mgr.54108) 449 : cluster [DBG] pgmap v291: 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-10T19:45:03.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:02 smithi189 bash[38194]: cluster 2024-09-10T19:45:01.782726+0000 mgr.y (mgr.54108) 449 : cluster [DBG] pgmap v291: 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-10T19:45:05.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:04 smithi155 bash[53909]: cluster 2024-09-10T19:45:03.783774+0000 mgr.y (mgr.54108) 450 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s rd, 170 B/s wr, 2 op/s 2024-09-10T19:45:05.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:04 smithi155 bash[59709]: cluster 2024-09-10T19:45:03.783774+0000 mgr.y (mgr.54108) 450 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s rd, 170 B/s wr, 2 op/s 2024-09-10T19:45:05.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:04 smithi189 bash[38194]: cluster 2024-09-10T19:45:03.783774+0000 mgr.y (mgr.54108) 450 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s rd, 170 B/s wr, 2 op/s 2024-09-10T19:45:06.279 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)" 2024-09-10T19:45:07.026 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-09-10T19:45:07.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:06 smithi189 bash[38194]: cluster 2024-09-10T19:45:05.784538+0000 mgr.y (mgr.54108) 451 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 85 B/s wr, 1 op/s 2024-09-10T19:45:07.203 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:06 smithi189 bash[38194]: audit 2024-09-10T19:45:06.262714+0000 mon.a (mon.0) 1374 : audit [DBG] from='client.54735 172.21.15.155:0/3053905123' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:07.240 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:06 smithi155 bash[59709]: cluster 2024-09-10T19:45:05.784538+0000 mgr.y (mgr.54108) 451 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 85 B/s wr, 1 op/s 2024-09-10T19:45:07.240 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:06 smithi155 bash[59709]: audit 2024-09-10T19:45:06.262714+0000 mon.a (mon.0) 1374 : audit [DBG] from='client.54735 172.21.15.155:0/3053905123' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:07.240 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:06 smithi155 bash[53909]: cluster 2024-09-10T19:45:05.784538+0000 mgr.y (mgr.54108) 451 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 85 B/s wr, 1 op/s 2024-09-10T19:45:07.240 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:06 smithi155 bash[53909]: audit 2024-09-10T19:45:06.262714+0000 mon.a (mon.0) 1374 : audit [DBG] from='client.54735 172.21.15.155:0/3053905123' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:09.156 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:08 smithi155 bash[53909]: cluster 2024-09-10T19:45:07.785500+0000 mgr.y (mgr.54108) 452 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:09.156 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:08 smithi155 bash[59709]: cluster 2024-09-10T19:45:07.785500+0000 mgr.y (mgr.54108) 452 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:09.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:08 smithi189 bash[38194]: cluster 2024-09-10T19:45:07.785500+0000 mgr.y (mgr.54108) 452 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:10.594 INFO:teuthology.orchestra.run.smithi155.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:45:11.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:10 smithi155 bash[53909]: cluster 2024-09-10T19:45:09.786747+0000 mgr.y (mgr.54108) 453 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:11.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:10 smithi155 bash[53909]: audit 2024-09-10T19:45:10.591426+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:11.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:10 smithi155 bash[53909]: audit 2024-09-10T19:45:10.601729+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:11.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:10 smithi155 bash[59709]: cluster 2024-09-10T19:45:09.786747+0000 mgr.y (mgr.54108) 453 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:11.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:10 smithi155 bash[59709]: audit 2024-09-10T19:45:10.591426+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:11.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:10 smithi155 bash[59709]: audit 2024-09-10T19:45:10.601729+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:11.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:10 smithi189 bash[38194]: cluster 2024-09-10T19:45:09.786747+0000 mgr.y (mgr.54108) 453 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:11.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:10 smithi189 bash[38194]: audit 2024-09-10T19:45:10.591426+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:11.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:10 smithi189 bash[38194]: audit 2024-09-10T19:45:10.601729+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:11.670 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-10T19:45:11.680 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi155.front.sepia.ceph.com 2024-09-10T19:45:11.680 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2024-09-10T19:45:12.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:11 smithi155 bash[53909]: audit 2024-09-10T19:45:10.584924+0000 mgr.y (mgr.54108) 454 : audit [DBG] from='client.64675 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:45:12.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:11 smithi155 bash[53909]: cephadm 2024-09-10T19:45:10.585911+0000 mgr.y (mgr.54108) 455 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:45:12.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:11 smithi155 bash[53909]: cephadm 2024-09-10T19:45:10.649221+0000 mgr.y (mgr.54108) 456 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:45:12.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:11 smithi155 bash[59709]: audit 2024-09-10T19:45:10.584924+0000 mgr.y (mgr.54108) 454 : audit [DBG] from='client.64675 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:45:12.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:11 smithi155 bash[59709]: cephadm 2024-09-10T19:45:10.585911+0000 mgr.y (mgr.54108) 455 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:45:12.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:11 smithi155 bash[59709]: cephadm 2024-09-10T19:45:10.649221+0000 mgr.y (mgr.54108) 456 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:45:12.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:11 smithi189 bash[38194]: audit 2024-09-10T19:45:10.584924+0000 mgr.y (mgr.54108) 454 : audit [DBG] from='client.64675 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:45:12.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:11 smithi189 bash[38194]: cephadm 2024-09-10T19:45:10.585911+0000 mgr.y (mgr.54108) 455 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:45:12.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:11 smithi189 bash[38194]: cephadm 2024-09-10T19:45:10.649221+0000 mgr.y (mgr.54108) 456 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:45:13.167 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:12 smithi155 bash[53909]: cluster 2024-09-10T19:45:11.787958+0000 mgr.y (mgr.54108) 457 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:13.167 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:12 smithi155 bash[59709]: cluster 2024-09-10T19:45:11.787958+0000 mgr.y (mgr.54108) 457 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:13.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:12 smithi189 bash[38194]: cluster 2024-09-10T19:45:11.787958+0000 mgr.y (mgr.54108) 457 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:15.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: cluster 2024-09-10T19:45:13.788888+0000 mgr.y (mgr.54108) 458 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:15.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.135868+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:15.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: cephadm 2024-09-10T19:45:14.136640+0000 mgr.y (mgr.54108) 459 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:45:15.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: cephadm 2024-09-10T19:45:14.136854+0000 mgr.y (mgr.54108) 460 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:45:15.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.140337+0000 mon.a (mon.0) 1378 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:45:15.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.147301+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:15.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.149632+0000 mon.a (mon.0) 1380 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: cephadm 2024-09-10T19:45:14.151084+0000 mgr.y (mgr.54108) 461 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T19:45:15.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.157012+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:15.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.159136+0000 mon.a (mon.0) 1382 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: cephadm 2024-09-10T19:45:14.160114+0000 mgr.y (mgr.54108) 462 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-10T19:45:15.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.165664+0000 mon.a (mon.0) 1383 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:15.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.167554+0000 mon.a (mon.0) 1384 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: cephadm 2024-09-10T19:45:14.168664+0000 mgr.y (mgr.54108) 463 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:45:15.454 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.174491+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:15.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.177293+0000 mon.a (mon.0) 1386 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: cephadm 2024-09-10T19:45:14.178242+0000 mgr.y (mgr.54108) 464 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-09-10T19:45:15.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.185858+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:15.455 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.188560+0000 mon.a (mon.0) 1388 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: cephadm 2024-09-10T19:45:14.189633+0000 mgr.y (mgr.54108) 465 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T19:45:15.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.195453+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:15.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.197751+0000 mon.a (mon.0) 1390 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.456 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: cephadm 2024-09-10T19:45:14.199084+0000 mgr.y (mgr.54108) 466 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-09-10T19:45:15.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.206040+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:15.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.208032+0000 mon.a (mon.0) 1392 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: cephadm 2024-09-10T19:45:14.209457+0000 mgr.y (mgr.54108) 467 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T19:45:15.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.215723+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:15.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.218074+0000 mon.a (mon.0) 1394 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: cephadm 2024-09-10T19:45:14.219477+0000 mgr.y (mgr.54108) 468 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-10T19:45:15.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.221870+0000 mon.a (mon.0) 1395 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: cephadm 2024-09-10T19:45:14.223176+0000 mgr.y (mgr.54108) 469 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-10T19:45:15.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.230950+0000 mon.a (mon.0) 1396 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:15.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.233156+0000 mon.a (mon.0) 1397 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: cephadm 2024-09-10T19:45:14.234537+0000 mgr.y (mgr.54108) 470 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T19:45:15.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.241170+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:15.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.243648+0000 mon.a (mon.0) 1399 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: cephadm 2024-09-10T19:45:14.244912+0000 mgr.y (mgr.54108) 471 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-10T19:45:15.457 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.247511+0000 mon.a (mon.0) 1400 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: cephadm 2024-09-10T19:45:14.248746+0000 mgr.y (mgr.54108) 472 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-10T19:45:15.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.251293+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: cephadm 2024-09-10T19:45:14.252497+0000 mgr.y (mgr.54108) 473 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-10T19:45:15.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.255341+0000 mon.a (mon.0) 1402 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: cephadm 2024-09-10T19:45:14.256483+0000 mgr.y (mgr.54108) 474 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-10T19:45:15.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.258779+0000 mon.a (mon.0) 1403 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: cephadm 2024-09-10T19:45:14.259939+0000 mgr.y (mgr.54108) 475 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-10T19:45:15.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.262391+0000 mon.a (mon.0) 1404 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: cephadm 2024-09-10T19:45:14.263790+0000 mgr.y (mgr.54108) 476 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-10T19:45:15.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: cephadm 2024-09-10T19:45:14.265269+0000 mgr.y (mgr.54108) 477 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:45:15.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.267264+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:45:15.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.275144+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:45:15.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.276426+0000 mon.a (mon.0) 1407 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:45:15.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.281401+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:45:15.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.282584+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:45:15.458 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.292640+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:45:15.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.294004+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:45:15.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.303544+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-10T19:45:15.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.304734+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:45:15.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.311112+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T19:45:15.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.312430+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:45:15.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.319105+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-10T19:45:15.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.320396+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:45:15.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.328286+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:45:15.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.329485+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:45:15.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.330750+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:45:15.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.337344+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-10T19:45:15.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.338720+0000 mon.a (mon.0) 1422 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:45:15.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.344989+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T19:45:15.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.346187+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:45:15.459 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.347287+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:45:15.460 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.348441+0000 mon.a (mon.0) 1426 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:45:15.460 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.349659+0000 mon.a (mon.0) 1427 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:45:15.460 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.350835+0000 mon.a (mon.0) 1428 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:45:15.460 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.352081+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:45:15.460 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.353468+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:45:15.460 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.360852+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:45:15.460 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.362653+0000 mon.a (mon.0) 1432 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:45:15.460 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.367075+0000 mon.a (mon.0) 1433 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:45:15.460 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:15 smithi189 bash[38194]: audit 2024-09-10T19:45:14.374583+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:15.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: cluster 2024-09-10T19:45:13.788888+0000 mgr.y (mgr.54108) 458 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:15.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.135868+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:15.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: cephadm 2024-09-10T19:45:14.136640+0000 mgr.y (mgr.54108) 459 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:45:15.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: cephadm 2024-09-10T19:45:14.136854+0000 mgr.y (mgr.54108) 460 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:45:15.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.140337+0000 mon.a (mon.0) 1378 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:45:15.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.147301+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:15.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.149632+0000 mon.a (mon.0) 1380 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: cephadm 2024-09-10T19:45:14.151084+0000 mgr.y (mgr.54108) 461 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T19:45:15.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.157012+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:15.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.159136+0000 mon.a (mon.0) 1382 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: cephadm 2024-09-10T19:45:14.160114+0000 mgr.y (mgr.54108) 462 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-10T19:45:15.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.165664+0000 mon.a (mon.0) 1383 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:15.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.167554+0000 mon.a (mon.0) 1384 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: cephadm 2024-09-10T19:45:14.168664+0000 mgr.y (mgr.54108) 463 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:45:15.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.174491+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:15.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.177293+0000 mon.a (mon.0) 1386 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: cephadm 2024-09-10T19:45:14.178242+0000 mgr.y (mgr.54108) 464 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-09-10T19:45:15.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.185858+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:15.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.188560+0000 mon.a (mon.0) 1388 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: cephadm 2024-09-10T19:45:14.189633+0000 mgr.y (mgr.54108) 465 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T19:45:15.592 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.195453+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:15.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: cluster 2024-09-10T19:45:13.788888+0000 mgr.y (mgr.54108) 458 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:15.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.135868+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:15.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: cephadm 2024-09-10T19:45:14.136640+0000 mgr.y (mgr.54108) 459 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:45:15.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: cephadm 2024-09-10T19:45:14.136854+0000 mgr.y (mgr.54108) 460 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:45:15.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.140337+0000 mon.a (mon.0) 1378 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:45:15.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.147301+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:15.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.149632+0000 mon.a (mon.0) 1380 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: cephadm 2024-09-10T19:45:14.151084+0000 mgr.y (mgr.54108) 461 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T19:45:15.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.157012+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:15.592 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.159136+0000 mon.a (mon.0) 1382 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: cephadm 2024-09-10T19:45:14.160114+0000 mgr.y (mgr.54108) 462 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-10T19:45:15.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.165664+0000 mon.a (mon.0) 1383 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:15.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.167554+0000 mon.a (mon.0) 1384 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: cephadm 2024-09-10T19:45:14.168664+0000 mgr.y (mgr.54108) 463 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:45:15.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.174491+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:15.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.177293+0000 mon.a (mon.0) 1386 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: cephadm 2024-09-10T19:45:14.178242+0000 mgr.y (mgr.54108) 464 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-09-10T19:45:15.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.185858+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:15.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.188560+0000 mon.a (mon.0) 1388 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: cephadm 2024-09-10T19:45:14.189633+0000 mgr.y (mgr.54108) 465 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T19:45:15.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.195453+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:15.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.197751+0000 mon.a (mon.0) 1390 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: cephadm 2024-09-10T19:45:14.199084+0000 mgr.y (mgr.54108) 466 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-09-10T19:45:15.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.206040+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:15.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.208032+0000 mon.a (mon.0) 1392 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: cephadm 2024-09-10T19:45:14.209457+0000 mgr.y (mgr.54108) 467 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T19:45:15.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.215723+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:15.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.218074+0000 mon.a (mon.0) 1394 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: cephadm 2024-09-10T19:45:14.219477+0000 mgr.y (mgr.54108) 468 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-10T19:45:15.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.221870+0000 mon.a (mon.0) 1395 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: cephadm 2024-09-10T19:45:14.223176+0000 mgr.y (mgr.54108) 469 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-10T19:45:15.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.230950+0000 mon.a (mon.0) 1396 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:15.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.233156+0000 mon.a (mon.0) 1397 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: cephadm 2024-09-10T19:45:14.234537+0000 mgr.y (mgr.54108) 470 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T19:45:15.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.241170+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:15.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.243648+0000 mon.a (mon.0) 1399 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.594 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: cephadm 2024-09-10T19:45:14.244912+0000 mgr.y (mgr.54108) 471 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-10T19:45:15.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.247511+0000 mon.a (mon.0) 1400 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: cephadm 2024-09-10T19:45:14.248746+0000 mgr.y (mgr.54108) 472 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-10T19:45:15.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.251293+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: cephadm 2024-09-10T19:45:14.252497+0000 mgr.y (mgr.54108) 473 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-10T19:45:15.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.255341+0000 mon.a (mon.0) 1402 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.595 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: cephadm 2024-09-10T19:45:14.256483+0000 mgr.y (mgr.54108) 474 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-10T19:45:15.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.197751+0000 mon.a (mon.0) 1390 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: cephadm 2024-09-10T19:45:14.199084+0000 mgr.y (mgr.54108) 466 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-09-10T19:45:15.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.206040+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:15.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.208032+0000 mon.a (mon.0) 1392 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: cephadm 2024-09-10T19:45:14.209457+0000 mgr.y (mgr.54108) 467 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T19:45:15.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.215723+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:15.595 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.218074+0000 mon.a (mon.0) 1394 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.596 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: cephadm 2024-09-10T19:45:14.219477+0000 mgr.y (mgr.54108) 468 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-10T19:45:15.596 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.221870+0000 mon.a (mon.0) 1395 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.596 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: cephadm 2024-09-10T19:45:14.223176+0000 mgr.y (mgr.54108) 469 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-10T19:45:15.596 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.230950+0000 mon.a (mon.0) 1396 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:15.596 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.233156+0000 mon.a (mon.0) 1397 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.596 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: cephadm 2024-09-10T19:45:14.234537+0000 mgr.y (mgr.54108) 470 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T19:45:15.596 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.241170+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:15.596 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.243648+0000 mon.a (mon.0) 1399 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.596 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: cephadm 2024-09-10T19:45:14.244912+0000 mgr.y (mgr.54108) 471 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-10T19:45:15.596 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.247511+0000 mon.a (mon.0) 1400 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.596 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: cephadm 2024-09-10T19:45:14.248746+0000 mgr.y (mgr.54108) 472 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-10T19:45:15.596 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.251293+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.596 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: cephadm 2024-09-10T19:45:14.252497+0000 mgr.y (mgr.54108) 473 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-10T19:45:15.596 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.255341+0000 mon.a (mon.0) 1402 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.596 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: cephadm 2024-09-10T19:45:14.256483+0000 mgr.y (mgr.54108) 474 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-10T19:45:15.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.258779+0000 mon.a (mon.0) 1403 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: cephadm 2024-09-10T19:45:14.259939+0000 mgr.y (mgr.54108) 475 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-10T19:45:15.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.262391+0000 mon.a (mon.0) 1404 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: cephadm 2024-09-10T19:45:14.263790+0000 mgr.y (mgr.54108) 476 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-10T19:45:15.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: cephadm 2024-09-10T19:45:14.265269+0000 mgr.y (mgr.54108) 477 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:45:15.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.267264+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:45:15.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.275144+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:45:15.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.276426+0000 mon.a (mon.0) 1407 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:45:15.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.281401+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:45:15.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.282584+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:45:15.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.292640+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:45:15.597 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.294004+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:45:15.598 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.303544+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-10T19:45:15.598 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.304734+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:45:15.598 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.311112+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T19:45:15.598 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.312430+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:45:15.598 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.319105+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-10T19:45:15.598 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.320396+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:45:15.598 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.258779+0000 mon.a (mon.0) 1403 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.598 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: cephadm 2024-09-10T19:45:14.259939+0000 mgr.y (mgr.54108) 475 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-10T19:45:15.598 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.262391+0000 mon.a (mon.0) 1404 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:15.598 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: cephadm 2024-09-10T19:45:14.263790+0000 mgr.y (mgr.54108) 476 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-10T19:45:15.598 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: cephadm 2024-09-10T19:45:14.265269+0000 mgr.y (mgr.54108) 477 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:45:15.599 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.267264+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:45:15.599 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.275144+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:45:15.599 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.276426+0000 mon.a (mon.0) 1407 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:45:15.599 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.281401+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:45:15.599 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.282584+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:45:15.599 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.292640+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:45:15.599 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.294004+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:45:15.599 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.303544+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-10T19:45:15.599 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.304734+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:45:15.599 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.311112+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T19:45:15.599 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.312430+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:45:15.599 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.319105+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-10T19:45:15.599 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.320396+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:45:15.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.328286+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:45:15.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.329485+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:45:15.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.330750+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:45:15.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.337344+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-10T19:45:15.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.338720+0000 mon.a (mon.0) 1422 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:45:15.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.344989+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T19:45:15.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.346187+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:45:15.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.347287+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:45:15.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.348441+0000 mon.a (mon.0) 1426 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:45:15.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.349659+0000 mon.a (mon.0) 1427 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:45:15.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.350835+0000 mon.a (mon.0) 1428 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:45:15.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.352081+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:45:15.600 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.353468+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:45:15.601 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.360852+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:45:15.601 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.362653+0000 mon.a (mon.0) 1432 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:45:15.601 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.367075+0000 mon.a (mon.0) 1433 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:45:15.601 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[53909]: audit 2024-09-10T19:45:14.374583+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:15.601 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.328286+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:45:15.601 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.329485+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:45:15.601 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.330750+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:45:15.601 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.337344+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-10T19:45:15.601 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.338720+0000 mon.a (mon.0) 1422 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:45:15.601 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.344989+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T19:45:15.601 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.346187+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:45:15.601 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.347287+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:45:15.601 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.348441+0000 mon.a (mon.0) 1426 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:45:15.602 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.349659+0000 mon.a (mon.0) 1427 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:45:15.602 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.350835+0000 mon.a (mon.0) 1428 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:45:15.602 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.352081+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:45:15.602 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.353468+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:45:15.602 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.360852+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:45:15.602 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.362653+0000 mon.a (mon.0) 1432 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:45:15.602 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.367075+0000 mon.a (mon.0) 1433 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:45:15.602 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:15 smithi155 bash[59709]: audit 2024-09-10T19:45:14.374583+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:16.419 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:16 smithi155 bash[53909]: cephadm 2024-09-10T19:45:14.361870+0000 mgr.y (mgr.54108) 478 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:45:16.420 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:16 smithi155 bash[59709]: cephadm 2024-09-10T19:45:14.361870+0000 mgr.y (mgr.54108) 478 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:45:16.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:16 smithi189 bash[38194]: cephadm 2024-09-10T19:45:14.361870+0000 mgr.y (mgr.54108) 478 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:45:17.115 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps' 2024-09-10T19:45:17.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:17 smithi189 bash[38194]: cluster 2024-09-10T19:45:15.790111+0000 mgr.y (mgr.54108) 479 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:17.589 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:17 smithi155 bash[59709]: cluster 2024-09-10T19:45:15.790111+0000 mgr.y (mgr.54108) 479 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:17.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:17 smithi155 bash[53909]: cluster 2024-09-10T19:45:15.790111+0000 mgr.y (mgr.54108) 479 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:18.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:18 smithi189 bash[38194]: audit 2024-09-10T19:45:16.356701+0000 mgr.y (mgr.54108) 480 : audit [DBG] from='client.54747 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:45:18.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:18 smithi189 bash[38194]: audit 2024-09-10T19:45:17.968035+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:18.533 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:18 smithi155 bash[53909]: audit 2024-09-10T19:45:16.356701+0000 mgr.y (mgr.54108) 480 : audit [DBG] from='client.54747 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:45:18.533 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:18 smithi155 bash[53909]: audit 2024-09-10T19:45:17.968035+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:18.533 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:18 smithi155 bash[59709]: audit 2024-09-10T19:45:16.356701+0000 mgr.y (mgr.54108) 480 : audit [DBG] from='client.54747 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:45:18.533 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:18 smithi155 bash[59709]: audit 2024-09-10T19:45:17.968035+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:45:19.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:19 smithi189 bash[38194]: cluster 2024-09-10T19:45:17.791139+0000 mgr.y (mgr.54108) 481 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:19.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:19 smithi155 bash[53909]: cluster 2024-09-10T19:45:17.791139+0000 mgr.y (mgr.54108) 481 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:19.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:19 smithi155 bash[59709]: cluster 2024-09-10T19:45:17.791139+0000 mgr.y (mgr.54108) 481 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:20.545 INFO:teuthology.orchestra.run.smithi155.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:45:20.545 INFO:teuthology.orchestra.run.smithi155.stdout:alertmanager.a smithi155 running (11m) 43s ago 37m 17.8M - 0.25.0 c8568f914cd2 d240bc57c001 2024-09-10T19:45:20.545 INFO:teuthology.orchestra.run.smithi155.stdout:grafana.a smithi189 running (10m) 42s ago 37m 80.8M - 9.4.7 954c08fa6188 2e57a3903209 2024-09-10T19:45:20.545 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.x smithi189 *:8443 running (13m) 42s ago 42m 395M - 17.2.7-1606-g5be57395 4c55dd409611 1e9c1f896a72 2024-09-10T19:45:20.545 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.y smithi155 *:8443 running (23m) 43s ago 44m 443M - 17.2.7-1606-g5be57395 4c55dd409611 c3f6bb49e60e 2024-09-10T19:45:20.545 INFO:teuthology.orchestra.run.smithi155.stdout:mon.a smithi155 running (8m) 43s ago 44m 116M 2048M 17.2.7-1606-g5be57395 4c55dd409611 7e033880dcd4 2024-09-10T19:45:20.546 INFO:teuthology.orchestra.run.smithi155.stdout:mon.b smithi189 running (9m) 42s ago 42m 78.0M 2048M 17.2.7-1606-g5be57395 4c55dd409611 f29d1decbead 2024-09-10T19:45:20.546 INFO:teuthology.orchestra.run.smithi155.stdout:mon.c smithi155 running (8m) 43s ago 43m 67.8M 2048M 17.2.7-1606-g5be57395 4c55dd409611 0fb56f4ad9b8 2024-09-10T19:45:20.546 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.a smithi155 running (13m) 43s ago 38m 11.7M - 1.5.0 0da6a335fe13 75a6b4940d3d 2024-09-10T19:45:20.546 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.b smithi189 running (13m) 42s ago 38m 11.9M - 1.5.0 0da6a335fe13 57c4129454db 2024-09-10T19:45:20.546 INFO:teuthology.orchestra.run.smithi155.stdout:osd.0 smithi155 running (6m) 43s ago 42m 55.2M 4096M 17.2.7-1606-g5be57395 4c55dd409611 b557248a0039 2024-09-10T19:45:20.546 INFO:teuthology.orchestra.run.smithi155.stdout:osd.1 smithi155 running (6m) 43s ago 41m 57.5M 4096M 17.2.7-1606-g5be57395 4c55dd409611 ef5d355b8775 2024-09-10T19:45:20.546 INFO:teuthology.orchestra.run.smithi155.stdout:osd.2 smithi155 running (4m) 43s ago 41m 49.3M 4096M 17.2.7-1606-g5be57395 4c55dd409611 2488e72c183e 2024-09-10T19:45:20.546 INFO:teuthology.orchestra.run.smithi155.stdout:osd.3 smithi155 running (3m) 43s ago 40m 52.6M 4096M 17.2.7-1606-g5be57395 4c55dd409611 ea9cecf319a4 2024-09-10T19:45:20.546 INFO:teuthology.orchestra.run.smithi155.stdout:osd.4 smithi189 running (3m) 42s ago 40m 53.7M 4096M 17.2.7-1606-g5be57395 4c55dd409611 f793c798592a 2024-09-10T19:45:20.546 INFO:teuthology.orchestra.run.smithi155.stdout:osd.5 smithi189 running (2m) 42s ago 39m 49.9M 4096M 17.2.7-1606-g5be57395 4c55dd409611 c21b241b8af1 2024-09-10T19:45:20.546 INFO:teuthology.orchestra.run.smithi155.stdout:osd.6 smithi189 running (2m) 42s ago 39m 48.1M 4096M 17.2.7-1606-g5be57395 4c55dd409611 17bdbbb91d23 2024-09-10T19:45:20.546 INFO:teuthology.orchestra.run.smithi155.stdout:osd.7 smithi189 running (119s) 42s ago 39m 48.5M 4096M 17.2.7-1606-g5be57395 4c55dd409611 48151966ad0e 2024-09-10T19:45:20.546 INFO:teuthology.orchestra.run.smithi155.stdout:prometheus.a smithi189 running (12m) 42s ago 38m 55.3M - 2.43.0 a07b618ecd1d a68b682055db 2024-09-10T19:45:20.546 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi155.ehnnyk smithi155 running (55s) 43s ago 36m 83.7M - 17.2.7-1606-g5be57395 4c55dd409611 045a04e1434e 2024-09-10T19:45:20.546 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi189.dwpibf smithi189 running (49s) 42s ago 36m 83.5M - 17.2.7-1606-g5be57395 4c55dd409611 c937048c0dd2 2024-09-10T19:45:21.291 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions' 2024-09-10T19:45:21.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:21 smithi189 bash[38194]: cluster 2024-09-10T19:45:19.792285+0000 mgr.y (mgr.54108) 482 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:21.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:21 smithi189 bash[38194]: audit 2024-09-10T19:45:20.524320+0000 mon.a (mon.0) 1436 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:45:21.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:21 smithi189 bash[38194]: audit 2024-09-10T19:45:20.524968+0000 mon.a (mon.0) 1437 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:45:21.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:21 smithi189 bash[38194]: audit 2024-09-10T19:45:20.525498+0000 mon.a (mon.0) 1438 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:45:21.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:21 smithi189 bash[38194]: audit 2024-09-10T19:45:20.526011+0000 mon.a (mon.0) 1439 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:45:21.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:21 smithi189 bash[38194]: audit 2024-09-10T19:45:20.526503+0000 mon.a (mon.0) 1440 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:45:21.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:21 smithi189 bash[38194]: audit 2024-09-10T19:45:20.527000+0000 mon.a (mon.0) 1441 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:45:21.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:21 smithi189 bash[38194]: audit 2024-09-10T19:45:20.530331+0000 mon.a (mon.0) 1442 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:45:21.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:21 smithi189 bash[38194]: audit 2024-09-10T19:45:20.530926+0000 mon.a (mon.0) 1443 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:45:21.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:21 smithi189 bash[38194]: audit 2024-09-10T19:45:20.531504+0000 mon.a (mon.0) 1444 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:45:21.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:21 smithi189 bash[38194]: audit 2024-09-10T19:45:20.532020+0000 mon.a (mon.0) 1445 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:45:21.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:21 smithi189 bash[38194]: audit 2024-09-10T19:45:20.532558+0000 mon.a (mon.0) 1446 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:45:21.496 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:21 smithi155 bash[59709]: cluster 2024-09-10T19:45:19.792285+0000 mgr.y (mgr.54108) 482 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:21.496 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:21 smithi155 bash[59709]: audit 2024-09-10T19:45:20.524320+0000 mon.a (mon.0) 1436 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:45:21.496 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:21 smithi155 bash[59709]: audit 2024-09-10T19:45:20.524968+0000 mon.a (mon.0) 1437 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:45:21.496 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:21 smithi155 bash[59709]: audit 2024-09-10T19:45:20.525498+0000 mon.a (mon.0) 1438 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:45:21.496 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:21 smithi155 bash[59709]: audit 2024-09-10T19:45:20.526011+0000 mon.a (mon.0) 1439 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:45:21.496 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:21 smithi155 bash[59709]: audit 2024-09-10T19:45:20.526503+0000 mon.a (mon.0) 1440 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:45:21.496 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:21 smithi155 bash[59709]: audit 2024-09-10T19:45:20.527000+0000 mon.a (mon.0) 1441 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:45:21.496 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:21 smithi155 bash[59709]: audit 2024-09-10T19:45:20.530331+0000 mon.a (mon.0) 1442 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:45:21.496 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:21 smithi155 bash[59709]: audit 2024-09-10T19:45:20.530926+0000 mon.a (mon.0) 1443 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:45:21.497 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:21 smithi155 bash[59709]: audit 2024-09-10T19:45:20.531504+0000 mon.a (mon.0) 1444 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:45:21.497 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:21 smithi155 bash[59709]: audit 2024-09-10T19:45:20.532020+0000 mon.a (mon.0) 1445 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:45:21.497 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:21 smithi155 bash[59709]: audit 2024-09-10T19:45:20.532558+0000 mon.a (mon.0) 1446 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:45:21.497 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:21 smithi155 bash[53909]: cluster 2024-09-10T19:45:19.792285+0000 mgr.y (mgr.54108) 482 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:21.497 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:21 smithi155 bash[53909]: audit 2024-09-10T19:45:20.524320+0000 mon.a (mon.0) 1436 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:45:21.497 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:21 smithi155 bash[53909]: audit 2024-09-10T19:45:20.524968+0000 mon.a (mon.0) 1437 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:45:21.497 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:21 smithi155 bash[53909]: audit 2024-09-10T19:45:20.525498+0000 mon.a (mon.0) 1438 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:45:21.497 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:21 smithi155 bash[53909]: audit 2024-09-10T19:45:20.526011+0000 mon.a (mon.0) 1439 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:45:21.497 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:21 smithi155 bash[53909]: audit 2024-09-10T19:45:20.526503+0000 mon.a (mon.0) 1440 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:45:21.497 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:21 smithi155 bash[53909]: audit 2024-09-10T19:45:20.527000+0000 mon.a (mon.0) 1441 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:45:21.497 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:21 smithi155 bash[53909]: audit 2024-09-10T19:45:20.530331+0000 mon.a (mon.0) 1442 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:45:21.497 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:21 smithi155 bash[53909]: audit 2024-09-10T19:45:20.530926+0000 mon.a (mon.0) 1443 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:45:21.498 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:21 smithi155 bash[53909]: audit 2024-09-10T19:45:20.531504+0000 mon.a (mon.0) 1444 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:45:21.498 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:21 smithi155 bash[53909]: audit 2024-09-10T19:45:20.532020+0000 mon.a (mon.0) 1445 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:45:21.498 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:21 smithi155 bash[53909]: audit 2024-09-10T19:45:20.532558+0000 mon.a (mon.0) 1446 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:45:22.450 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:22 smithi155 bash[53909]: audit 2024-09-10T19:45:20.519071+0000 mgr.y (mgr.54108) 483 : audit [DBG] from='client.64687 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:45:22.451 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:22 smithi155 bash[59709]: audit 2024-09-10T19:45:20.519071+0000 mgr.y (mgr.54108) 483 : audit [DBG] from='client.64687 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:45:22.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:22 smithi189 bash[38194]: audit 2024-09-10T19:45:20.519071+0000 mgr.y (mgr.54108) 483 : audit [DBG] from='client.64687 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:45:23.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:23 smithi189 bash[38194]: cluster 2024-09-10T19:45:21.793435+0000 mgr.y (mgr.54108) 484 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:23.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:23 smithi155 bash[53909]: cluster 2024-09-10T19:45:21.793435+0000 mgr.y (mgr.54108) 484 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:23.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:23 smithi155 bash[59709]: cluster 2024-09-10T19:45:21.793435+0000 mgr.y (mgr.54108) 484 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:24.843 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:45:24.843 INFO:teuthology.orchestra.run.smithi155.stdout: "mon": { 2024-09-10T19:45:24.843 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 3 2024-09-10T19:45:24.843 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:45:24.843 INFO:teuthology.orchestra.run.smithi155.stdout: "mgr": { 2024-09-10T19:45:24.844 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:45:24.844 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:45:24.844 INFO:teuthology.orchestra.run.smithi155.stdout: "osd": { 2024-09-10T19:45:24.844 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 8 2024-09-10T19:45:24.844 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:45:24.844 INFO:teuthology.orchestra.run.smithi155.stdout: "rgw": { 2024-09-10T19:45:24.844 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:45:24.844 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:45:24.844 INFO:teuthology.orchestra.run.smithi155.stdout: "overall": { 2024-09-10T19:45:24.844 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 15 2024-09-10T19:45:24.844 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-10T19:45:24.844 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:45:25.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:25 smithi155 bash[53909]: cluster 2024-09-10T19:45:23.794627+0000 mgr.y (mgr.54108) 485 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:25.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:25 smithi155 bash[53909]: audit 2024-09-10T19:45:24.840746+0000 mon.c (mon.1) 16 : audit [DBG] from='client.54759 172.21.15.155:0/2200793660' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:25.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:25 smithi155 bash[59709]: cluster 2024-09-10T19:45:23.794627+0000 mgr.y (mgr.54108) 485 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:25.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:25 smithi155 bash[59709]: audit 2024-09-10T19:45:24.840746+0000 mon.c (mon.1) 16 : audit [DBG] from='client.54759 172.21.15.155:0/2200793660' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:25.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:25 smithi189 bash[38194]: cluster 2024-09-10T19:45:23.794627+0000 mgr.y (mgr.54108) 485 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:25.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:25 smithi189 bash[38194]: audit 2024-09-10T19:45:24.840746+0000 mon.c (mon.1) 16 : audit [DBG] from='client.54759 172.21.15.155:0/2200793660' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:45:25.581 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-09-10T19:45:27.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:27 smithi155 bash[53909]: cluster 2024-09-10T19:45:25.795665+0000 mgr.y (mgr.54108) 486 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:27.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:27 smithi155 bash[59709]: cluster 2024-09-10T19:45:25.795665+0000 mgr.y (mgr.54108) 486 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:27.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:27 smithi189 bash[38194]: cluster 2024-09-10T19:45:25.795665+0000 mgr.y (mgr.54108) 486 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:28.668 INFO:teuthology.orchestra.run.smithi155.stdout:wait for servicemap items w/ changing names to refresh 2024-09-10T19:45:29.388 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'sleep 60' 2024-09-10T19:45:29.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:29 smithi189 bash[38194]: cluster 2024-09-10T19:45:27.796662+0000 mgr.y (mgr.54108) 487 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:29.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:29 smithi155 bash[53909]: cluster 2024-09-10T19:45:27.796662+0000 mgr.y (mgr.54108) 487 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:29.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:29 smithi155 bash[59709]: cluster 2024-09-10T19:45:27.796662+0000 mgr.y (mgr.54108) 487 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:31.445 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:31 smithi155 bash[53909]: cluster 2024-09-10T19:45:29.797750+0000 mgr.y (mgr.54108) 488 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:31.445 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:31 smithi155 bash[59709]: cluster 2024-09-10T19:45:29.797750+0000 mgr.y (mgr.54108) 488 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:31.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:31 smithi189 bash[38194]: cluster 2024-09-10T19:45:29.797750+0000 mgr.y (mgr.54108) 488 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:33.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:33 smithi189 bash[38194]: cluster 2024-09-10T19:45:31.798941+0000 mgr.y (mgr.54108) 489 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:33.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:33 smithi155 bash[53909]: cluster 2024-09-10T19:45:31.798941+0000 mgr.y (mgr.54108) 489 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:33.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:33 smithi155 bash[59709]: cluster 2024-09-10T19:45:31.798941+0000 mgr.y (mgr.54108) 489 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:35.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:35 smithi189 bash[38194]: cluster 2024-09-10T19:45:33.799873+0000 mgr.y (mgr.54108) 490 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:35.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:35 smithi155 bash[53909]: cluster 2024-09-10T19:45:33.799873+0000 mgr.y (mgr.54108) 490 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:35.591 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:35 smithi155 bash[59709]: cluster 2024-09-10T19:45:33.799873+0000 mgr.y (mgr.54108) 490 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:37.589 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:37 smithi155 bash[53909]: cluster 2024-09-10T19:45:35.800925+0000 mgr.y (mgr.54108) 491 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:37.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:37 smithi155 bash[59709]: cluster 2024-09-10T19:45:35.800925+0000 mgr.y (mgr.54108) 491 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:37.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:37 smithi189 bash[38194]: cluster 2024-09-10T19:45:35.800925+0000 mgr.y (mgr.54108) 491 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:39.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:39 smithi155 bash[53909]: cluster 2024-09-10T19:45:37.801857+0000 mgr.y (mgr.54108) 492 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:39.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:39 smithi155 bash[59709]: cluster 2024-09-10T19:45:37.801857+0000 mgr.y (mgr.54108) 492 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:39.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:39 smithi189 bash[38194]: cluster 2024-09-10T19:45:37.801857+0000 mgr.y (mgr.54108) 492 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:41.593 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:41 smithi155 bash[53909]: cluster 2024-09-10T19:45:39.802949+0000 mgr.y (mgr.54108) 493 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:41.593 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:41 smithi155 bash[59709]: cluster 2024-09-10T19:45:39.802949+0000 mgr.y (mgr.54108) 493 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:41.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:41 smithi189 bash[38194]: cluster 2024-09-10T19:45:39.802949+0000 mgr.y (mgr.54108) 493 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:43.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:43 smithi155 bash[53909]: cluster 2024-09-10T19:45:41.804172+0000 mgr.y (mgr.54108) 494 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:43.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:43 smithi155 bash[59709]: cluster 2024-09-10T19:45:41.804172+0000 mgr.y (mgr.54108) 494 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:43.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:43 smithi189 bash[38194]: cluster 2024-09-10T19:45:41.804172+0000 mgr.y (mgr.54108) 494 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:45.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:45 smithi155 bash[59709]: cluster 2024-09-10T19:45:43.805144+0000 mgr.y (mgr.54108) 495 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:45.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:45 smithi155 bash[53909]: cluster 2024-09-10T19:45:43.805144+0000 mgr.y (mgr.54108) 495 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:45.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:45 smithi189 bash[38194]: cluster 2024-09-10T19:45:43.805144+0000 mgr.y (mgr.54108) 495 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:47.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:47 smithi155 bash[59709]: cluster 2024-09-10T19:45:45.806220+0000 mgr.y (mgr.54108) 496 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:47.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:47 smithi155 bash[53909]: cluster 2024-09-10T19:45:45.806220+0000 mgr.y (mgr.54108) 496 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:47.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:47 smithi189 bash[38194]: cluster 2024-09-10T19:45:45.806220+0000 mgr.y (mgr.54108) 496 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:48.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:48 smithi155 bash[59709]: audit 2024-09-10T19:45:47.654439+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-10T19:45:48.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:48 smithi155 bash[59709]: audit 2024-09-10T19:45:47.655082+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:45:48.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:48 smithi155 bash[59709]: audit 2024-09-10T19:45:47.655581+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T19:45:48.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:48 smithi155 bash[59709]: audit 2024-09-10T19:45:47.656046+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:45:48.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:48 smithi155 bash[53909]: audit 2024-09-10T19:45:47.654439+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-10T19:45:48.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:48 smithi155 bash[53909]: audit 2024-09-10T19:45:47.655082+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:45:48.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:48 smithi155 bash[53909]: audit 2024-09-10T19:45:47.655581+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T19:45:48.591 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:48 smithi155 bash[53909]: audit 2024-09-10T19:45:47.656046+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:45:48.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:48 smithi189 bash[38194]: audit 2024-09-10T19:45:47.654439+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-10T19:45:48.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:48 smithi189 bash[38194]: audit 2024-09-10T19:45:47.655082+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:45:48.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:48 smithi189 bash[38194]: audit 2024-09-10T19:45:47.655581+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T19:45:48.703 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:48 smithi189 bash[38194]: audit 2024-09-10T19:45:47.656046+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:45:49.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:49 smithi155 bash[53909]: cluster 2024-09-10T19:45:47.807137+0000 mgr.y (mgr.54108) 497 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:49.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:49 smithi155 bash[59709]: cluster 2024-09-10T19:45:47.807137+0000 mgr.y (mgr.54108) 497 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:49.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:49 smithi189 bash[38194]: cluster 2024-09-10T19:45:47.807137+0000 mgr.y (mgr.54108) 497 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:51.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:51 smithi155 bash[53909]: cluster 2024-09-10T19:45:49.808319+0000 mgr.y (mgr.54108) 498 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:51.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:51 smithi155 bash[59709]: cluster 2024-09-10T19:45:49.808319+0000 mgr.y (mgr.54108) 498 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:51.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:51 smithi189 bash[38194]: cluster 2024-09-10T19:45:49.808319+0000 mgr.y (mgr.54108) 498 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:53.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:53 smithi155 bash[53909]: cluster 2024-09-10T19:45:51.809443+0000 mgr.y (mgr.54108) 499 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:53.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:53 smithi155 bash[59709]: cluster 2024-09-10T19:45:51.809443+0000 mgr.y (mgr.54108) 499 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:53.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:53 smithi189 bash[38194]: cluster 2024-09-10T19:45:51.809443+0000 mgr.y (mgr.54108) 499 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:55.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:55 smithi155 bash[59709]: cluster 2024-09-10T19:45:53.810430+0000 mgr.y (mgr.54108) 500 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:55.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:55 smithi155 bash[53909]: cluster 2024-09-10T19:45:53.810430+0000 mgr.y (mgr.54108) 500 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:55.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:55 smithi189 bash[38194]: cluster 2024-09-10T19:45:53.810430+0000 mgr.y (mgr.54108) 500 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:57.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:57 smithi155 bash[59709]: cluster 2024-09-10T19:45:55.811520+0000 mgr.y (mgr.54108) 501 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:57.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:57 smithi155 bash[53909]: cluster 2024-09-10T19:45:55.811520+0000 mgr.y (mgr.54108) 501 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:57.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:57 smithi189 bash[38194]: cluster 2024-09-10T19:45:55.811520+0000 mgr.y (mgr.54108) 501 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:59.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:45:59 smithi155 bash[53909]: cluster 2024-09-10T19:45:57.812449+0000 mgr.y (mgr.54108) 502 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:59.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:45:59 smithi155 bash[59709]: cluster 2024-09-10T19:45:57.812449+0000 mgr.y (mgr.54108) 502 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:45:59.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:45:59 smithi189 bash[38194]: cluster 2024-09-10T19:45:57.812449+0000 mgr.y (mgr.54108) 502 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:01.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:01 smithi155 bash[59709]: cluster 2024-09-10T19:45:59.813532+0000 mgr.y (mgr.54108) 503 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:01.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:01 smithi155 bash[53909]: cluster 2024-09-10T19:45:59.813532+0000 mgr.y (mgr.54108) 503 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:01.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:01 smithi189 bash[38194]: cluster 2024-09-10T19:45:59.813532+0000 mgr.y (mgr.54108) 503 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:03.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:03 smithi155 bash[53909]: cluster 2024-09-10T19:46:01.814686+0000 mgr.y (mgr.54108) 504 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:03.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:03 smithi155 bash[59709]: cluster 2024-09-10T19:46:01.814686+0000 mgr.y (mgr.54108) 504 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:03.705 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:03 smithi189 bash[38194]: cluster 2024-09-10T19:46:01.814686+0000 mgr.y (mgr.54108) 504 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:05.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:05 smithi155 bash[53909]: cluster 2024-09-10T19:46:03.815627+0000 mgr.y (mgr.54108) 505 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:05.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:05 smithi155 bash[59709]: cluster 2024-09-10T19:46:03.815627+0000 mgr.y (mgr.54108) 505 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:05.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:05 smithi189 bash[38194]: cluster 2024-09-10T19:46:03.815627+0000 mgr.y (mgr.54108) 505 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:07.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:07 smithi155 bash[53909]: cluster 2024-09-10T19:46:05.816767+0000 mgr.y (mgr.54108) 506 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:07.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:07 smithi155 bash[59709]: cluster 2024-09-10T19:46:05.816767+0000 mgr.y (mgr.54108) 506 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:07.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:07 smithi189 bash[38194]: cluster 2024-09-10T19:46:05.816767+0000 mgr.y (mgr.54108) 506 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:09.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:09 smithi155 bash[53909]: cluster 2024-09-10T19:46:07.817708+0000 mgr.y (mgr.54108) 507 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:09.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:09 smithi155 bash[59709]: cluster 2024-09-10T19:46:07.817708+0000 mgr.y (mgr.54108) 507 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:09.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:09 smithi189 bash[38194]: cluster 2024-09-10T19:46:07.817708+0000 mgr.y (mgr.54108) 507 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:10.590 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:10 smithi155 bash[53909]: cluster 2024-09-10T19:46:09.818771+0000 mgr.y (mgr.54108) 508 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:10.590 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:10 smithi155 bash[59709]: cluster 2024-09-10T19:46:09.818771+0000 mgr.y (mgr.54108) 508 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:10.702 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:10 smithi189 bash[38194]: cluster 2024-09-10T19:46:09.818771+0000 mgr.y (mgr.54108) 508 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:13.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:12 smithi189 bash[38194]: cluster 2024-09-10T19:46:11.819948+0000 mgr.y (mgr.54108) 509 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:13.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:12 smithi155 bash[53909]: cluster 2024-09-10T19:46:11.819948+0000 mgr.y (mgr.54108) 509 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:13.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:12 smithi155 bash[59709]: cluster 2024-09-10T19:46:11.819948+0000 mgr.y (mgr.54108) 509 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:15.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:14 smithi189 bash[38194]: cluster 2024-09-10T19:46:13.820973+0000 mgr.y (mgr.54108) 510 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:15.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:14 smithi155 bash[53909]: cluster 2024-09-10T19:46:13.820973+0000 mgr.y (mgr.54108) 510 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:15.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:14 smithi155 bash[59709]: cluster 2024-09-10T19:46:13.820973+0000 mgr.y (mgr.54108) 510 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:16.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:15 smithi189 bash[38194]: audit 2024-09-10T19:46:14.898960+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:46:16.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:15 smithi155 bash[53909]: audit 2024-09-10T19:46:14.898960+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:46:16.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:15 smithi155 bash[59709]: audit 2024-09-10T19:46:14.898960+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' 2024-09-10T19:46:17.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:16 smithi189 bash[38194]: cluster 2024-09-10T19:46:15.821904+0000 mgr.y (mgr.54108) 511 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:17.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:16 smithi155 bash[59709]: cluster 2024-09-10T19:46:15.821904+0000 mgr.y (mgr.54108) 511 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:17.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:16 smithi155 bash[53909]: cluster 2024-09-10T19:46:15.821904+0000 mgr.y (mgr.54108) 511 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:19.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:18 smithi189 bash[38194]: cluster 2024-09-10T19:46:17.822852+0000 mgr.y (mgr.54108) 512 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:19.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:18 smithi155 bash[59709]: cluster 2024-09-10T19:46:17.822852+0000 mgr.y (mgr.54108) 512 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:19.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:18 smithi155 bash[53909]: cluster 2024-09-10T19:46:17.822852+0000 mgr.y (mgr.54108) 512 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:21.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:20 smithi189 bash[38194]: cluster 2024-09-10T19:46:19.823967+0000 mgr.y (mgr.54108) 513 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:21.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:20 smithi155 bash[53909]: cluster 2024-09-10T19:46:19.823967+0000 mgr.y (mgr.54108) 513 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:21.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:20 smithi155 bash[59709]: cluster 2024-09-10T19:46:19.823967+0000 mgr.y (mgr.54108) 513 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:23.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:22 smithi189 bash[38194]: cluster 2024-09-10T19:46:21.825181+0000 mgr.y (mgr.54108) 514 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:23.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:22 smithi155 bash[53909]: cluster 2024-09-10T19:46:21.825181+0000 mgr.y (mgr.54108) 514 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:23.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:22 smithi155 bash[59709]: cluster 2024-09-10T19:46:21.825181+0000 mgr.y (mgr.54108) 514 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:25.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:24 smithi189 bash[38194]: cluster 2024-09-10T19:46:23.826190+0000 mgr.y (mgr.54108) 515 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:25.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:24 smithi155 bash[53909]: cluster 2024-09-10T19:46:23.826190+0000 mgr.y (mgr.54108) 515 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:25.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:24 smithi155 bash[59709]: cluster 2024-09-10T19:46:23.826190+0000 mgr.y (mgr.54108) 515 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:27.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:26 smithi189 bash[38194]: cluster 2024-09-10T19:46:25.827083+0000 mgr.y (mgr.54108) 516 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:27.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:26 smithi155 bash[53909]: cluster 2024-09-10T19:46:25.827083+0000 mgr.y (mgr.54108) 516 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:27.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:26 smithi155 bash[59709]: cluster 2024-09-10T19:46:25.827083+0000 mgr.y (mgr.54108) 516 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:29.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:28 smithi189 bash[38194]: cluster 2024-09-10T19:46:27.828006+0000 mgr.y (mgr.54108) 517 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:29.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:28 smithi155 bash[53909]: cluster 2024-09-10T19:46:27.828006+0000 mgr.y (mgr.54108) 517 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:29.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:28 smithi155 bash[59709]: cluster 2024-09-10T19:46:27.828006+0000 mgr.y (mgr.54108) 517 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:31.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:30 smithi189 bash[38194]: cluster 2024-09-10T19:46:29.829182+0000 mgr.y (mgr.54108) 518 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:31.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:30 smithi155 bash[59709]: cluster 2024-09-10T19:46:29.829182+0000 mgr.y (mgr.54108) 518 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:31.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:30 smithi155 bash[53909]: cluster 2024-09-10T19:46:29.829182+0000 mgr.y (mgr.54108) 518 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:33.198 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:32 smithi155 bash[59709]: cluster 2024-09-10T19:46:31.830310+0000 mgr.y (mgr.54108) 519 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:33.199 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:32 smithi155 bash[53909]: cluster 2024-09-10T19:46:31.830310+0000 mgr.y (mgr.54108) 519 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:33.201 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps' 2024-09-10T19:46:33.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:32 smithi189 bash[38194]: cluster 2024-09-10T19:46:31.830310+0000 mgr.y (mgr.54108) 519 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:35.202 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:34 smithi189 bash[38194]: cluster 2024-09-10T19:46:33.831329+0000 mgr.y (mgr.54108) 520 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:35.214 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:34 smithi155 bash[53909]: cluster 2024-09-10T19:46:33.831329+0000 mgr.y (mgr.54108) 520 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:35.214 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:34 smithi155 bash[59709]: cluster 2024-09-10T19:46:33.831329+0000 mgr.y (mgr.54108) 520 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:36.649 INFO:teuthology.orchestra.run.smithi155.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:46:36.649 INFO:teuthology.orchestra.run.smithi155.stdout:alertmanager.a smithi155 running (13m) 119s ago 39m 17.8M - 0.25.0 c8568f914cd2 d240bc57c001 2024-09-10T19:46:36.649 INFO:teuthology.orchestra.run.smithi155.stdout:grafana.a smithi189 running (12m) 118s ago 38m 80.8M - 9.4.7 954c08fa6188 2e57a3903209 2024-09-10T19:46:36.649 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.x smithi189 *:8443 running (14m) 118s ago 43m 395M - 17.2.7-1606-g5be57395 4c55dd409611 1e9c1f896a72 2024-09-10T19:46:36.649 INFO:teuthology.orchestra.run.smithi155.stdout:mgr.y smithi155 *:8443 running (24m) 119s ago 45m 443M - 17.2.7-1606-g5be57395 4c55dd409611 c3f6bb49e60e 2024-09-10T19:46:36.649 INFO:teuthology.orchestra.run.smithi155.stdout:mon.a smithi155 running (10m) 119s ago 45m 116M 2048M 17.2.7-1606-g5be57395 4c55dd409611 7e033880dcd4 2024-09-10T19:46:36.649 INFO:teuthology.orchestra.run.smithi155.stdout:mon.b smithi189 running (10m) 118s ago 44m 78.0M 2048M 17.2.7-1606-g5be57395 4c55dd409611 f29d1decbead 2024-09-10T19:46:36.649 INFO:teuthology.orchestra.run.smithi155.stdout:mon.c smithi155 running (9m) 119s ago 44m 67.8M 2048M 17.2.7-1606-g5be57395 4c55dd409611 0fb56f4ad9b8 2024-09-10T19:46:36.649 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.a smithi155 running (14m) 119s ago 39m 11.7M - 1.5.0 0da6a335fe13 75a6b4940d3d 2024-09-10T19:46:36.649 INFO:teuthology.orchestra.run.smithi155.stdout:node-exporter.b smithi189 running (14m) 118s ago 39m 11.9M - 1.5.0 0da6a335fe13 57c4129454db 2024-09-10T19:46:36.650 INFO:teuthology.orchestra.run.smithi155.stdout:osd.0 smithi155 running (7m) 119s ago 43m 55.2M 4096M 17.2.7-1606-g5be57395 4c55dd409611 b557248a0039 2024-09-10T19:46:36.650 INFO:teuthology.orchestra.run.smithi155.stdout:osd.1 smithi155 running (7m) 119s ago 43m 57.5M 4096M 17.2.7-1606-g5be57395 4c55dd409611 ef5d355b8775 2024-09-10T19:46:36.650 INFO:teuthology.orchestra.run.smithi155.stdout:osd.2 smithi155 running (6m) 119s ago 42m 49.3M 4096M 17.2.7-1606-g5be57395 4c55dd409611 2488e72c183e 2024-09-10T19:46:36.650 INFO:teuthology.orchestra.run.smithi155.stdout:osd.3 smithi155 running (5m) 119s ago 42m 52.6M 4096M 17.2.7-1606-g5be57395 4c55dd409611 ea9cecf319a4 2024-09-10T19:46:36.650 INFO:teuthology.orchestra.run.smithi155.stdout:osd.4 smithi189 running (4m) 118s ago 41m 53.7M 4096M 17.2.7-1606-g5be57395 4c55dd409611 f793c798592a 2024-09-10T19:46:36.650 INFO:teuthology.orchestra.run.smithi155.stdout:osd.5 smithi189 running (4m) 118s ago 41m 49.9M 4096M 17.2.7-1606-g5be57395 4c55dd409611 c21b241b8af1 2024-09-10T19:46:36.650 INFO:teuthology.orchestra.run.smithi155.stdout:osd.6 smithi189 running (3m) 118s ago 40m 48.1M 4096M 17.2.7-1606-g5be57395 4c55dd409611 17bdbbb91d23 2024-09-10T19:46:36.650 INFO:teuthology.orchestra.run.smithi155.stdout:osd.7 smithi189 running (3m) 118s ago 40m 48.5M 4096M 17.2.7-1606-g5be57395 4c55dd409611 48151966ad0e 2024-09-10T19:46:36.650 INFO:teuthology.orchestra.run.smithi155.stdout:prometheus.a smithi189 running (13m) 118s ago 39m 55.3M - 2.43.0 a07b618ecd1d a68b682055db 2024-09-10T19:46:36.650 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi155.ehnnyk smithi155 running (2m) 119s ago 37m 83.7M - 17.2.7-1606-g5be57395 4c55dd409611 045a04e1434e 2024-09-10T19:46:36.650 INFO:teuthology.orchestra.run.smithi155.stdout:rgw.r.z.smithi189.dwpibf smithi189 running (2m) 118s ago 37m 83.5M - 17.2.7-1606-g5be57395 4c55dd409611 c937048c0dd2 2024-09-10T19:46:37.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:36 smithi155 bash[53909]: cluster 2024-09-10T19:46:35.832364+0000 mgr.y (mgr.54108) 521 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:37.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:36 smithi155 bash[53909]: audit 2024-09-10T19:46:36.622819+0000 mon.a (mon.0) 1452 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:46:37.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:36 smithi155 bash[53909]: audit 2024-09-10T19:46:36.623410+0000 mon.a (mon.0) 1453 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:46:37.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:36 smithi155 bash[53909]: audit 2024-09-10T19:46:36.623936+0000 mon.a (mon.0) 1454 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:46:37.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:36 smithi155 bash[53909]: audit 2024-09-10T19:46:36.624493+0000 mon.a (mon.0) 1455 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:46:37.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:36 smithi155 bash[53909]: audit 2024-09-10T19:46:36.624982+0000 mon.a (mon.0) 1456 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:46:37.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:36 smithi155 bash[53909]: audit 2024-09-10T19:46:36.625511+0000 mon.a (mon.0) 1457 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:46:37.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:36 smithi155 bash[53909]: audit 2024-09-10T19:46:36.630418+0000 mon.a (mon.0) 1458 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:46:37.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:36 smithi155 bash[53909]: audit 2024-09-10T19:46:36.631053+0000 mon.a (mon.0) 1459 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:46:37.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:36 smithi155 bash[53909]: audit 2024-09-10T19:46:36.631645+0000 mon.a (mon.0) 1460 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:46:37.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:36 smithi155 bash[53909]: audit 2024-09-10T19:46:36.632225+0000 mon.a (mon.0) 1461 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:46:37.091 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:36 smithi155 bash[53909]: audit 2024-09-10T19:46:36.632841+0000 mon.a (mon.0) 1462 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:46:37.091 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:36 smithi155 bash[59709]: cluster 2024-09-10T19:46:35.832364+0000 mgr.y (mgr.54108) 521 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:37.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:36 smithi155 bash[59709]: audit 2024-09-10T19:46:36.622819+0000 mon.a (mon.0) 1452 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:46:37.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:36 smithi155 bash[59709]: audit 2024-09-10T19:46:36.623410+0000 mon.a (mon.0) 1453 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:46:37.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:36 smithi155 bash[59709]: audit 2024-09-10T19:46:36.623936+0000 mon.a (mon.0) 1454 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:46:37.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:36 smithi155 bash[59709]: audit 2024-09-10T19:46:36.624493+0000 mon.a (mon.0) 1455 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:46:37.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:36 smithi155 bash[59709]: audit 2024-09-10T19:46:36.624982+0000 mon.a (mon.0) 1456 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:46:37.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:36 smithi155 bash[59709]: audit 2024-09-10T19:46:36.625511+0000 mon.a (mon.0) 1457 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:46:37.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:36 smithi155 bash[59709]: audit 2024-09-10T19:46:36.630418+0000 mon.a (mon.0) 1458 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:46:37.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:36 smithi155 bash[59709]: audit 2024-09-10T19:46:36.631053+0000 mon.a (mon.0) 1459 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:46:37.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:36 smithi155 bash[59709]: audit 2024-09-10T19:46:36.631645+0000 mon.a (mon.0) 1460 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:46:37.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:36 smithi155 bash[59709]: audit 2024-09-10T19:46:36.632225+0000 mon.a (mon.0) 1461 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:46:37.092 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:36 smithi155 bash[59709]: audit 2024-09-10T19:46:36.632841+0000 mon.a (mon.0) 1462 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:46:37.427 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions' 2024-09-10T19:46:37.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:36 smithi189 bash[38194]: cluster 2024-09-10T19:46:35.832364+0000 mgr.y (mgr.54108) 521 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:37.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:36 smithi189 bash[38194]: audit 2024-09-10T19:46:36.622819+0000 mon.a (mon.0) 1452 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:46:37.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:36 smithi189 bash[38194]: audit 2024-09-10T19:46:36.623410+0000 mon.a (mon.0) 1453 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:46:37.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:36 smithi189 bash[38194]: audit 2024-09-10T19:46:36.623936+0000 mon.a (mon.0) 1454 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:46:37.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:36 smithi189 bash[38194]: audit 2024-09-10T19:46:36.624493+0000 mon.a (mon.0) 1455 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:46:37.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:36 smithi189 bash[38194]: audit 2024-09-10T19:46:36.624982+0000 mon.a (mon.0) 1456 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:46:37.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:36 smithi189 bash[38194]: audit 2024-09-10T19:46:36.625511+0000 mon.a (mon.0) 1457 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:46:37.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:36 smithi189 bash[38194]: audit 2024-09-10T19:46:36.630418+0000 mon.a (mon.0) 1458 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:46:37.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:36 smithi189 bash[38194]: audit 2024-09-10T19:46:36.631053+0000 mon.a (mon.0) 1459 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:46:37.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:36 smithi189 bash[38194]: audit 2024-09-10T19:46:36.631645+0000 mon.a (mon.0) 1460 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:46:37.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:36 smithi189 bash[38194]: audit 2024-09-10T19:46:36.632225+0000 mon.a (mon.0) 1461 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:46:37.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:36 smithi189 bash[38194]: audit 2024-09-10T19:46:36.632841+0000 mon.a (mon.0) 1462 : audit [DBG] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:46:38.339 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:37 smithi155 bash[53909]: audit 2024-09-10T19:46:36.617609+0000 mgr.y (mgr.54108) 522 : audit [DBG] from='client.54765 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:46:38.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:37 smithi155 bash[59709]: audit 2024-09-10T19:46:36.617609+0000 mgr.y (mgr.54108) 522 : audit [DBG] from='client.54765 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:46:38.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:37 smithi189 bash[38194]: audit 2024-09-10T19:46:36.617609+0000 mgr.y (mgr.54108) 522 : audit [DBG] from='client.54765 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:46:39.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:39 smithi155 bash[59709]: cluster 2024-09-10T19:46:37.833292+0000 mgr.y (mgr.54108) 523 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:39.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:38 smithi155 bash[53909]: cluster 2024-09-10T19:46:37.833292+0000 mgr.y (mgr.54108) 523 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:39.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:38 smithi189 bash[38194]: cluster 2024-09-10T19:46:37.833292+0000 mgr.y (mgr.54108) 523 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:41.012 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:46:41.013 INFO:teuthology.orchestra.run.smithi155.stdout: "mon": { 2024-09-10T19:46:41.013 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 3 2024-09-10T19:46:41.013 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:46:41.013 INFO:teuthology.orchestra.run.smithi155.stdout: "mgr": { 2024-09-10T19:46:41.013 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:46:41.013 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:46:41.013 INFO:teuthology.orchestra.run.smithi155.stdout: "osd": { 2024-09-10T19:46:41.013 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 8 2024-09-10T19:46:41.013 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:46:41.013 INFO:teuthology.orchestra.run.smithi155.stdout: "rgw": { 2024-09-10T19:46:41.013 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:46:41.013 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-10T19:46:41.014 INFO:teuthology.orchestra.run.smithi155.stdout: "overall": { 2024-09-10T19:46:41.014 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 15 2024-09-10T19:46:41.014 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-10T19:46:41.014 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:46:41.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:40 smithi155 bash[53909]: cluster 2024-09-10T19:46:39.834378+0000 mgr.y (mgr.54108) 524 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:41.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:40 smithi155 bash[59709]: cluster 2024-09-10T19:46:39.834378+0000 mgr.y (mgr.54108) 524 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:41.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:40 smithi189 bash[38194]: cluster 2024-09-10T19:46:39.834378+0000 mgr.y (mgr.54108) 524 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:41.719 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-09-10T19:46:42.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:41 smithi155 bash[59709]: audit 2024-09-10T19:46:41.010407+0000 mon.c (mon.1) 17 : audit [DBG] from='client.64705 172.21.15.155:0/1850487282' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:46:42.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:41 smithi155 bash[53909]: audit 2024-09-10T19:46:41.010407+0000 mon.c (mon.1) 17 : audit [DBG] from='client.64705 172.21.15.155:0/1850487282' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:46:42.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:41 smithi189 bash[38194]: audit 2024-09-10T19:46:41.010407+0000 mon.c (mon.1) 17 : audit [DBG] from='client.64705 172.21.15.155:0/1850487282' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:46:43.220 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:42 smithi155 bash[53909]: cluster 2024-09-10T19:46:41.835377+0000 mgr.y (mgr.54108) 525 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:43.220 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:42 smithi155 bash[59709]: cluster 2024-09-10T19:46:41.835377+0000 mgr.y (mgr.54108) 525 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:43.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:42 smithi189 bash[38194]: cluster 2024-09-10T19:46:41.835377+0000 mgr.y (mgr.54108) 525 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:45.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:44 smithi155 bash[53909]: cluster 2024-09-10T19:46:43.836419+0000 mgr.y (mgr.54108) 526 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:45.090 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:44 smithi155 bash[59709]: cluster 2024-09-10T19:46:43.836419+0000 mgr.y (mgr.54108) 526 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:45.309 INFO:teuthology.orchestra.run.smithi155.stdout:true 2024-09-10T19:46:45.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:44 smithi189 bash[38194]: cluster 2024-09-10T19:46:43.836419+0000 mgr.y (mgr.54108) 526 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:46.060 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2024-09-10T19:46:46.267 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:45 smithi155 bash[59709]: audit 2024-09-10T19:46:45.294446+0000 mon.c (mon.1) 18 : audit [DBG] from='client.54777 172.21.15.155:0/2740239336' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:46:46.267 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:45 smithi155 bash[53909]: audit 2024-09-10T19:46:45.294446+0000 mon.c (mon.1) 18 : audit [DBG] from='client.54777 172.21.15.155:0/2740239336' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:46:46.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:45 smithi189 bash[38194]: audit 2024-09-10T19:46:45.294446+0000 mon.c (mon.1) 18 : audit [DBG] from='client.54777 172.21.15.155:0/2740239336' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:46:47.268 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:46 smithi155 bash[53909]: cluster 2024-09-10T19:46:45.837340+0000 mgr.y (mgr.54108) 527 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:47.269 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:46 smithi155 bash[59709]: cluster 2024-09-10T19:46:45.837340+0000 mgr.y (mgr.54108) 527 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:47.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:46 smithi189 bash[38194]: cluster 2024-09-10T19:46:45.837340+0000 mgr.y (mgr.54108) 527 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:48.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:48 smithi155 bash[53909]: audit 2024-09-10T19:46:47.662704+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-09-10T19:46:48.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:48 smithi155 bash[53909]: audit 2024-09-10T19:46:47.663214+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T19:46:48.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:48 smithi155 bash[53909]: audit 2024-09-10T19:46:47.663750+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:46:48.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:48 smithi155 bash[53909]: audit 2024-09-10T19:46:47.664218+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:46:48.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:48 smithi155 bash[59709]: audit 2024-09-10T19:46:47.662704+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-09-10T19:46:48.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:48 smithi155 bash[59709]: audit 2024-09-10T19:46:47.663214+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T19:46:48.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:48 smithi155 bash[59709]: audit 2024-09-10T19:46:47.663750+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:46:48.341 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:48 smithi155 bash[59709]: audit 2024-09-10T19:46:47.664218+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:46:48.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:48 smithi189 bash[38194]: audit 2024-09-10T19:46:47.662704+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-09-10T19:46:48.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:48 smithi189 bash[38194]: audit 2024-09-10T19:46:47.663214+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T19:46:48.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:48 smithi189 bash[38194]: audit 2024-09-10T19:46:47.663750+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:46:48.453 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:48 smithi189 bash[38194]: audit 2024-09-10T19:46:47.664218+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.54108 172.21.15.155:0/1475063265' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:46:49.278 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:49 smithi155 bash[53909]: cluster 2024-09-10T19:46:47.838296+0000 mgr.y (mgr.54108) 528 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:49.278 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:49 smithi155 bash[59709]: cluster 2024-09-10T19:46:47.838296+0000 mgr.y (mgr.54108) 528 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:49.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:49 smithi189 bash[38194]: cluster 2024-09-10T19:46:47.838296+0000 mgr.y (mgr.54108) 528 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:49.760 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)" 2024-09-10T19:46:50.089 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:50 smithi155 bash[59709]: audit 2024-09-10T19:46:49.744703+0000 mon.a (mon.0) 1467 : audit [DBG] from='client.54783 172.21.15.155:0/4284001010' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:46:50.090 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:50 smithi155 bash[53909]: audit 2024-09-10T19:46:49.744703+0000 mon.a (mon.0) 1467 : audit [DBG] from='client.54783 172.21.15.155:0/4284001010' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:46:50.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:50 smithi189 bash[38194]: audit 2024-09-10T19:46:49.744703+0000 mon.a (mon.0) 1467 : audit [DBG] from='client.54783 172.21.15.155:0/4284001010' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:46:50.494 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ls | grep '"'"'^osd '"'"'' 2024-09-10T19:46:51.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:51 smithi155 bash[59709]: cluster 2024-09-10T19:46:49.839466+0000 mgr.y (mgr.54108) 529 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:51.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:51 smithi155 bash[53909]: cluster 2024-09-10T19:46:49.839466+0000 mgr.y (mgr.54108) 529 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:51.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:51 smithi189 bash[38194]: cluster 2024-09-10T19:46:49.839466+0000 mgr.y (mgr.54108) 529 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:53.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:53 smithi155 bash[59709]: cluster 2024-09-10T19:46:51.840422+0000 mgr.y (mgr.54108) 530 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:53.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:53 smithi155 bash[53909]: cluster 2024-09-10T19:46:51.840422+0000 mgr.y (mgr.54108) 530 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:53.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:53 smithi189 bash[38194]: cluster 2024-09-10T19:46:51.840422+0000 mgr.y (mgr.54108) 530 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:54.189 INFO:teuthology.orchestra.run.smithi155.stdout:osd 8 2m ago - 2024-09-10T19:46:54.954 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-10T19:46:54.964 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi155.front.sepia.ceph.com 2024-09-10T19:46:54.964 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- bash -c 'ceph orch upgrade ls' 2024-09-10T19:46:55.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:55 smithi155 bash[53909]: cluster 2024-09-10T19:46:53.841397+0000 mgr.y (mgr.54108) 531 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:55.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:55 smithi155 bash[53909]: audit 2024-09-10T19:46:54.163765+0000 mgr.y (mgr.54108) 532 : audit [DBG] from='client.64723 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:46:55.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:55 smithi155 bash[59709]: cluster 2024-09-10T19:46:53.841397+0000 mgr.y (mgr.54108) 531 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:55.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:55 smithi155 bash[59709]: audit 2024-09-10T19:46:54.163765+0000 mgr.y (mgr.54108) 532 : audit [DBG] from='client.64723 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:46:55.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:55 smithi189 bash[38194]: cluster 2024-09-10T19:46:53.841397+0000 mgr.y (mgr.54108) 531 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:55.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:55 smithi189 bash[38194]: audit 2024-09-10T19:46:54.163765+0000 mgr.y (mgr.54108) 532 : audit [DBG] from='client.64723 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:46:57.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:57 smithi155 bash[53909]: cluster 2024-09-10T19:46:55.842328+0000 mgr.y (mgr.54108) 533 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:57.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:57 smithi155 bash[59709]: cluster 2024-09-10T19:46:55.842328+0000 mgr.y (mgr.54108) 533 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:57.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:57 smithi189 bash[38194]: cluster 2024-09-10T19:46:55.842328+0000 mgr.y (mgr.54108) 533 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:59.010 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T19:46:59.010 INFO:teuthology.orchestra.run.smithi155.stdout: "image": "quay.io/ceph/ceph", 2024-09-10T19:46:59.010 INFO:teuthology.orchestra.run.smithi155.stdout: "registry": "quay.io", 2024-09-10T19:46:59.010 INFO:teuthology.orchestra.run.smithi155.stdout: "bare_image": "ceph/ceph", 2024-09-10T19:46:59.010 INFO:teuthology.orchestra.run.smithi155.stdout: "versions": [ 2024-09-10T19:46:59.010 INFO:teuthology.orchestra.run.smithi155.stdout: "19.1.1", 2024-09-10T19:46:59.010 INFO:teuthology.orchestra.run.smithi155.stdout: "19.1.0", 2024-09-10T19:46:59.010 INFO:teuthology.orchestra.run.smithi155.stdout: "18.2.4", 2024-09-10T19:46:59.010 INFO:teuthology.orchestra.run.smithi155.stdout: "18.2.2", 2024-09-10T19:46:59.010 INFO:teuthology.orchestra.run.smithi155.stdout: "18.2.1", 2024-09-10T19:46:59.010 INFO:teuthology.orchestra.run.smithi155.stdout: "18.2.0", 2024-09-10T19:46:59.011 INFO:teuthology.orchestra.run.smithi155.stdout: "18.1.3", 2024-09-10T19:46:59.011 INFO:teuthology.orchestra.run.smithi155.stdout: "18.1.2", 2024-09-10T19:46:59.011 INFO:teuthology.orchestra.run.smithi155.stdout: "18.1.1", 2024-09-10T19:46:59.011 INFO:teuthology.orchestra.run.smithi155.stdout: "18.1.0", 2024-09-10T19:46:59.011 INFO:teuthology.orchestra.run.smithi155.stdout: "17.2.7", 2024-09-10T19:46:59.011 INFO:teuthology.orchestra.run.smithi155.stdout: "17.2.6", 2024-09-10T19:46:59.011 INFO:teuthology.orchestra.run.smithi155.stdout: "17.2.5", 2024-09-10T19:46:59.011 INFO:teuthology.orchestra.run.smithi155.stdout: "17.2.4", 2024-09-10T19:46:59.011 INFO:teuthology.orchestra.run.smithi155.stdout: "17.2.3", 2024-09-10T19:46:59.011 INFO:teuthology.orchestra.run.smithi155.stdout: "17.2.2", 2024-09-10T19:46:59.011 INFO:teuthology.orchestra.run.smithi155.stdout: "17.2.1", 2024-09-10T19:46:59.011 INFO:teuthology.orchestra.run.smithi155.stdout: "17.2.0" 2024-09-10T19:46:59.011 INFO:teuthology.orchestra.run.smithi155.stdout: ] 2024-09-10T19:46:59.012 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T19:46:59.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:46:59 smithi155 bash[59709]: cluster 2024-09-10T19:46:57.843263+0000 mgr.y (mgr.54108) 534 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:59.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:46:59 smithi155 bash[53909]: cluster 2024-09-10T19:46:57.843263+0000 mgr.y (mgr.54108) 534 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:59.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:46:59 smithi189 bash[38194]: cluster 2024-09-10T19:46:57.843263+0000 mgr.y (mgr.54108) 534 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:46:59.778 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- bash -c 'ceph orch upgrade ls --image quay.io/ceph/ceph --show-all-versions | grep 16.2.0' 2024-09-10T19:47:00.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:47:00 smithi155 bash[53909]: audit 2024-09-10T19:46:58.553900+0000 mgr.y (mgr.54108) 535 : audit [DBG] from='client.64729 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:47:00.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:47:00 smithi155 bash[59709]: audit 2024-09-10T19:46:58.553900+0000 mgr.y (mgr.54108) 535 : audit [DBG] from='client.64729 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:47:00.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:47:00 smithi189 bash[38194]: audit 2024-09-10T19:46:58.553900+0000 mgr.y (mgr.54108) 535 : audit [DBG] from='client.64729 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:47:01.276 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:47:01 smithi155 bash[53909]: cluster 2024-09-10T19:46:59.844370+0000 mgr.y (mgr.54108) 536 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:47:01.276 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:47:01 smithi155 bash[59709]: cluster 2024-09-10T19:46:59.844370+0000 mgr.y (mgr.54108) 536 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:47:01.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:47:01 smithi189 bash[38194]: cluster 2024-09-10T19:46:59.844370+0000 mgr.y (mgr.54108) 536 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:47:03.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:47:03 smithi155 bash[53909]: cluster 2024-09-10T19:47:01.845534+0000 mgr.y (mgr.54108) 537 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:47:03.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:47:03 smithi155 bash[59709]: cluster 2024-09-10T19:47:01.845534+0000 mgr.y (mgr.54108) 537 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:47:03.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:47:03 smithi189 bash[38194]: cluster 2024-09-10T19:47:01.845534+0000 mgr.y (mgr.54108) 537 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:47:03.608 INFO:teuthology.orchestra.run.smithi155.stdout: "16.2.0", 2024-09-10T19:47:04.270 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e044737e-6fa6-11ef-bcea-c7b262605968 -- bash -c 'ceph orch upgrade ls --image quay.io/ceph/ceph --tags | grep v16.2.2' 2024-09-10T19:47:04.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:47:04 smithi155 bash[53909]: audit 2024-09-10T19:47:03.260672+0000 mgr.y (mgr.54108) 538 : audit [DBG] from='client.54801 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "show_all_versions": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:47:04.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:47:04 smithi155 bash[59709]: audit 2024-09-10T19:47:03.260672+0000 mgr.y (mgr.54108) 538 : audit [DBG] from='client.54801 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "show_all_versions": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:47:04.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:47:04 smithi189 bash[38194]: audit 2024-09-10T19:47:03.260672+0000 mgr.y (mgr.54108) 538 : audit [DBG] from='client.54801 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "show_all_versions": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:47:05.340 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:47:05 smithi155 bash[59709]: cluster 2024-09-10T19:47:03.846566+0000 mgr.y (mgr.54108) 539 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:47:05.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:47:05 smithi155 bash[53909]: cluster 2024-09-10T19:47:03.846566+0000 mgr.y (mgr.54108) 539 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:47:05.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:47:05 smithi189 bash[38194]: cluster 2024-09-10T19:47:03.846566+0000 mgr.y (mgr.54108) 539 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:47:07.339 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:47:07 smithi155 bash[59709]: cluster 2024-09-10T19:47:05.847515+0000 mgr.y (mgr.54108) 540 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:47:07.340 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:47:07 smithi155 bash[53909]: cluster 2024-09-10T19:47:05.847515+0000 mgr.y (mgr.54108) 540 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:47:07.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:47:07 smithi189 bash[38194]: cluster 2024-09-10T19:47:05.847515+0000 mgr.y (mgr.54108) 540 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:47:08.162 INFO:teuthology.orchestra.run.smithi155.stdout: "v16.2.2", 2024-09-10T19:47:08.162 INFO:teuthology.orchestra.run.smithi155.stdout: "v16.2.2-20210505", 2024-09-10T19:47:08.930 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-10T19:47:08.943 INFO:tasks.cephadm:Teardown begin 2024-09-10T19:47:08.943 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T19:47:08.955 DEBUG:teuthology.orchestra.run.smithi189:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T19:47:08.972 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-10T19:47:08.973 DEBUG:teuthology.orchestra.run.smithi155:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-10T19:47:08.978 DEBUG:teuthology.orchestra.run.smithi189:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-10T19:47:08.983 INFO:tasks.cephadm:Stopping all daemons... 2024-09-10T19:47:08.983 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-10T19:47:08.983 DEBUG:teuthology.orchestra.run.smithi155:> sudo systemctl stop ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mon.a 2024-09-10T19:47:09.233 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:47:09 smithi155 bash[59709]: audit 2024-09-10T19:47:07.797048+0000 mgr.y (mgr.54108) 541 : audit [DBG] from='client.64741 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "tags": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:47:09.233 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:47:09 smithi155 bash[59709]: cluster 2024-09-10T19:47:07.848342+0000 mgr.y (mgr.54108) 542 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:47:09.234 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:47:08 smithi155 systemd[1]: Stopping Ceph mon.a for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:47:09.234 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:47:09 smithi155 bash[53909]: audit 2024-09-10T19:47:07.797048+0000 mgr.y (mgr.54108) 541 : audit [DBG] from='client.64741 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "tags": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:47:09.234 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:47:09 smithi155 bash[53909]: cluster 2024-09-10T19:47:07.848342+0000 mgr.y (mgr.54108) 542 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:47:09.234 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:47:09 smithi155 bash[53909]: debug 2024-09-10T19:47:09.143+0000 7fb936302640 -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-10T19:47:09.234 INFO:journalctl@ceph.mon.a.smithi155.stdout:Sep 10 19:47:09 smithi155 bash[53909]: debug 2024-09-10T19:47:09.143+0000 7fb936302640 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-09-10T19:47:09.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:47:09 smithi189 bash[38194]: audit 2024-09-10T19:47:07.797048+0000 mgr.y (mgr.54108) 541 : audit [DBG] from='client.64741 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "tags": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:47:09.452 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:47:09 smithi189 bash[38194]: cluster 2024-09-10T19:47:07.848342+0000 mgr.y (mgr.54108) 542 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:47:10.043 DEBUG:teuthology.orchestra.run.smithi155:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mon.a.service' 2024-09-10T19:47:10.078 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:47:10.078 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-10T19:47:10.078 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-10T19:47:10.078 DEBUG:teuthology.orchestra.run.smithi155:> sudo systemctl stop ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mon.c 2024-09-10T19:47:10.405 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:47:10 smithi155 systemd[1]: Stopping Ceph mon.c for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:47:10.406 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:47:10 smithi155 bash[59709]: debug 2024-09-10T19:47:10.231+0000 7fe897699640 -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-10T19:47:10.406 INFO:journalctl@ceph.mon.c.smithi155.stdout:Sep 10 19:47:10 smithi155 bash[59709]: debug 2024-09-10T19:47:10.231+0000 7fe897699640 -1 mon.c@1(peon) e4 *** Got Signal Terminated *** 2024-09-10T19:47:11.190 DEBUG:teuthology.orchestra.run.smithi155:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mon.c.service' 2024-09-10T19:47:11.224 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:47:11.224 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-10T19:47:11.225 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2024-09-10T19:47:11.225 DEBUG:teuthology.orchestra.run.smithi189:> sudo systemctl stop ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mon.b 2024-09-10T19:47:11.570 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:47:11 smithi189 systemd[1]: Stopping Ceph mon.b for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:47:11.570 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:47:11 smithi189 bash[38194]: debug 2024-09-10T19:47:11.414+0000 7feefe58b640 -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-10T19:47:11.570 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:47:11 smithi189 bash[38194]: debug 2024-09-10T19:47:11.414+0000 7feefe58b640 -1 mon.b@2(peon) e4 *** Got Signal Terminated *** 2024-09-10T19:47:12.073 INFO:journalctl@ceph.mon.b.smithi189.stdout:Sep 10 19:47:12 smithi189 bash[77553]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-mon-b 2024-09-10T19:47:12.276 DEBUG:teuthology.orchestra.run.smithi189:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mon.b.service' 2024-09-10T19:47:12.317 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:47:12.318 INFO:tasks.cephadm.mon.b:Stopped mon.b 2024-09-10T19:47:12.318 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2024-09-10T19:47:12.318 DEBUG:teuthology.orchestra.run.smithi155:> sudo systemctl stop ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mgr.y 2024-09-10T19:47:12.590 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:47:12 smithi155 systemd[1]: Stopping Ceph mgr.y for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:47:12.590 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:47:12 smithi155 bash[41040]: debug 2024-09-10T19:47:12.503+0000 7f0739f9f640 -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-10T19:47:12.590 INFO:journalctl@ceph.mgr.y.smithi155.stdout:Sep 10 19:47:12 smithi155 bash[41040]: debug 2024-09-10T19:47:12.503+0000 7f0739f9f640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-09-10T19:47:13.325 DEBUG:teuthology.orchestra.run.smithi155:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mgr.y.service' 2024-09-10T19:47:13.358 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:47:13.359 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2024-09-10T19:47:13.359 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-09-10T19:47:13.359 DEBUG:teuthology.orchestra.run.smithi189:> sudo systemctl stop ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mgr.x 2024-09-10T19:47:13.702 INFO:journalctl@ceph.mgr.x.smithi189.stdout:Sep 10 19:47:13 smithi189 systemd[1]: Stopping Ceph mgr.x for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:47:13.840 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:47:13 smithi155 bash[49435]: ts=2024-09-10T19:47:13.565Z 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://smithi155.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.155:8443: connect: connection refused" 2024-09-10T19:47:13.840 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:47:13 smithi155 bash[49435]: ts=2024-09-10T19:47:13.566Z 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://smithi189.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.189:8443: connect: connection refused" 2024-09-10T19:47:14.345 DEBUG:teuthology.orchestra.run.smithi189:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e044737e-6fa6-11ef-bcea-c7b262605968@mgr.x.service' 2024-09-10T19:47:14.374 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:47:14.374 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-09-10T19:47:14.374 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-10T19:47:14.374 DEBUG:teuthology.orchestra.run.smithi155:> sudo systemctl stop ceph-e044737e-6fa6-11ef-bcea-c7b262605968@osd.0 2024-09-10T19:47:14.840 INFO:journalctl@ceph.osd.0.smithi155.stdout:Sep 10 19:47:14 smithi155 systemd[1]: Stopping Ceph osd.0 for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:47:14.840 INFO:journalctl@ceph.osd.0.smithi155.stdout:Sep 10 19:47:14 smithi155 bash[67221]: debug 2024-09-10T19:47:14.555+0000 7ff854ca3640 -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-10T19:47:14.840 INFO:journalctl@ceph.osd.0.smithi155.stdout:Sep 10 19:47:14 smithi155 bash[67221]: debug 2024-09-10T19:47:14.555+0000 7ff854ca3640 -1 osd.0 106 *** Got signal Terminated *** 2024-09-10T19:47:14.840 INFO:journalctl@ceph.osd.0.smithi155.stdout:Sep 10 19:47:14 smithi155 bash[67221]: debug 2024-09-10T19:47:14.555+0000 7ff854ca3640 -1 osd.0 106 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:47:20.761 INFO:journalctl@ceph.osd.0.smithi155.stdout:Sep 10 19:47:20 smithi155 bash[102149]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-osd-0 2024-09-10T19:47:21.079 INFO:journalctl@ceph.osd.0.smithi155.stdout:Sep 10 19:47:20 smithi155 bash[102223]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-osd-0 2024-09-10T19:47:23.050 DEBUG:teuthology.orchestra.run.smithi155:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e044737e-6fa6-11ef-bcea-c7b262605968@osd.0.service' 2024-09-10T19:47:23.084 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:47:23.085 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-10T19:47:23.085 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-10T19:47:23.085 DEBUG:teuthology.orchestra.run.smithi155:> sudo systemctl stop ceph-e044737e-6fa6-11ef-bcea-c7b262605968@osd.1 2024-09-10T19:47:23.340 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:47:23 smithi155 systemd[1]: Stopping Ceph osd.1 for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:47:23.340 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:47:23 smithi155 bash[72578]: debug 2024-09-10T19:47:23.246+0000 7fa14f67c640 -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-10T19:47:23.340 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:47:23 smithi155 bash[72578]: debug 2024-09-10T19:47:23.246+0000 7fa14f67c640 -1 osd.1 106 *** Got signal Terminated *** 2024-09-10T19:47:23.340 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:47:23 smithi155 bash[72578]: debug 2024-09-10T19:47:23.246+0000 7fa14f67c640 -1 osd.1 106 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:47:23.839 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:47:23 smithi155 bash[49435]: ts=2024-09-10T19:47:23.564Z 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://smithi155.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.155:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi189.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.189:8443: connect: connection refused" 2024-09-10T19:47:23.840 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:47:23 smithi155 bash[49435]: ts=2024-09-10T19:47:23.565Z 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://smithi155.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.155:8443: connect: connection refused" 2024-09-10T19:47:23.840 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:47:23 smithi155 bash[49435]: ts=2024-09-10T19:47:23.567Z 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://smithi189.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.189:8443: connect: connection refused" 2024-09-10T19:47:29.590 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:47:29 smithi155 bash[102362]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-osd-1 2024-09-10T19:47:29.590 INFO:journalctl@ceph.osd.1.smithi155.stdout:Sep 10 19:47:29 smithi155 bash[102436]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-osd-1 2024-09-10T19:47:31.517 DEBUG:teuthology.orchestra.run.smithi155:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e044737e-6fa6-11ef-bcea-c7b262605968@osd.1.service' 2024-09-10T19:47:31.549 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:47:31.550 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-10T19:47:31.550 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-10T19:47:31.550 DEBUG:teuthology.orchestra.run.smithi155:> sudo systemctl stop ceph-e044737e-6fa6-11ef-bcea-c7b262605968@osd.2 2024-09-10T19:47:31.840 INFO:journalctl@ceph.osd.2.smithi155.stdout:Sep 10 19:47:31 smithi155 systemd[1]: Stopping Ceph osd.2 for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:47:31.840 INFO:journalctl@ceph.osd.2.smithi155.stdout:Sep 10 19:47:31 smithi155 bash[79717]: debug 2024-09-10T19:47:31.686+0000 7fe8196a5640 -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-10T19:47:31.840 INFO:journalctl@ceph.osd.2.smithi155.stdout:Sep 10 19:47:31 smithi155 bash[79717]: debug 2024-09-10T19:47:31.686+0000 7fe8196a5640 -1 osd.2 106 *** Got signal Terminated *** 2024-09-10T19:47:31.840 INFO:journalctl@ceph.osd.2.smithi155.stdout:Sep 10 19:47:31 smithi155 bash[79717]: debug 2024-09-10T19:47:31.686+0000 7fe8196a5640 -1 osd.2 106 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:47:33.840 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:47:33 smithi155 bash[49435]: ts=2024-09-10T19:47:33.565Z 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 8 attempts: Post \"https://smithi189.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.189:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi155.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.155:8443: connect: connection refused" 2024-09-10T19:47:33.840 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:47:33 smithi155 bash[49435]: ts=2024-09-10T19:47:33.566Z 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://smithi155.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.155:8443: connect: connection refused" 2024-09-10T19:47:33.840 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:47:33 smithi155 bash[49435]: ts=2024-09-10T19:47:33.568Z 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://smithi189.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.189:8443: connect: connection refused" 2024-09-10T19:47:38.090 INFO:journalctl@ceph.osd.2.smithi155.stdout:Sep 10 19:47:37 smithi155 bash[102576]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-osd-2 2024-09-10T19:47:38.090 INFO:journalctl@ceph.osd.2.smithi155.stdout:Sep 10 19:47:37 smithi155 bash[102648]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-osd-2 2024-09-10T19:47:40.091 DEBUG:teuthology.orchestra.run.smithi155:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e044737e-6fa6-11ef-bcea-c7b262605968@osd.2.service' 2024-09-10T19:47:40.126 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:47:40.126 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-10T19:47:40.126 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-09-10T19:47:40.126 DEBUG:teuthology.orchestra.run.smithi155:> sudo systemctl stop ceph-e044737e-6fa6-11ef-bcea-c7b262605968@osd.3 2024-09-10T19:47:40.340 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:47:40 smithi155 systemd[1]: Stopping Ceph osd.3 for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:47:40.340 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:47:40 smithi155 bash[86241]: debug 2024-09-10T19:47:40.318+0000 7f850b75f640 -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-10T19:47:40.340 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:47:40 smithi155 bash[86241]: debug 2024-09-10T19:47:40.318+0000 7f850b75f640 -1 osd.3 106 *** Got signal Terminated *** 2024-09-10T19:47:40.340 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:47:40 smithi155 bash[86241]: debug 2024-09-10T19:47:40.318+0000 7f850b75f640 -1 osd.3 106 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:47:42.202 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:47:41 smithi189 bash[55365]: debug 2024-09-10T19:47:41.881+0000 7fcbf0175640 -1 osd.5 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.384396+0000 front 2024-09-10T19:47:17.384290+0000 (oldest deadline 2024-09-10T19:47:40.884301+0000) 2024-09-10T19:47:42.702 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:47:42 smithi189 bash[49377]: debug 2024-09-10T19:47:42.301+0000 7ff4b8f0c640 -1 osd.4 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.453819+0000 front 2024-09-10T19:47:17.453851+0000 (oldest deadline 2024-09-10T19:47:41.553808+0000) 2024-09-10T19:47:43.202 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:47:42 smithi189 bash[55365]: debug 2024-09-10T19:47:42.897+0000 7fcbf0175640 -1 osd.5 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.384396+0000 front 2024-09-10T19:47:17.384290+0000 (oldest deadline 2024-09-10T19:47:40.884301+0000) 2024-09-10T19:47:43.702 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:47:43 smithi189 bash[49377]: debug 2024-09-10T19:47:43.313+0000 7ff4b8f0c640 -1 osd.4 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.453819+0000 front 2024-09-10T19:47:17.453851+0000 (oldest deadline 2024-09-10T19:47:41.553808+0000) 2024-09-10T19:47:43.840 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:47:43 smithi155 bash[49435]: ts=2024-09-10T19:47:43.566Z 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 8 attempts: Post \"https://smithi189.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.189:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi155.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.155:8443: connect: connection refused" 2024-09-10T19:47:43.840 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:47:43 smithi155 bash[49435]: ts=2024-09-10T19:47:43.567Z 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://smithi155.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.155:8443: connect: connection refused" 2024-09-10T19:47:43.840 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:47:43 smithi155 bash[49435]: ts=2024-09-10T19:47:43.568Z 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://smithi189.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.189:8443: connect: connection refused" 2024-09-10T19:47:44.202 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:47:43 smithi189 bash[55365]: debug 2024-09-10T19:47:43.873+0000 7fcbf0175640 -1 osd.5 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.384396+0000 front 2024-09-10T19:47:17.384290+0000 (oldest deadline 2024-09-10T19:47:40.884301+0000) 2024-09-10T19:47:44.202 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:47:43 smithi189 bash[61224]: debug 2024-09-10T19:47:43.897+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.595313+0000 front 2024-09-10T19:47:17.595814+0000 (oldest deadline 2024-09-10T19:47:43.495504+0000) 2024-09-10T19:47:44.339 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:47:44 smithi155 bash[86241]: debug 2024-09-10T19:47:44.014+0000 7f8508d79640 -1 osd.3 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.362415+0000 front 2024-09-10T19:47:17.362478+0000 (oldest deadline 2024-09-10T19:47:43.763156+0000) 2024-09-10T19:47:44.702 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:47:44 smithi189 bash[49377]: debug 2024-09-10T19:47:44.329+0000 7ff4b8f0c640 -1 osd.4 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.453819+0000 front 2024-09-10T19:47:17.453851+0000 (oldest deadline 2024-09-10T19:47:41.553808+0000) 2024-09-10T19:47:44.703 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:47:44 smithi189 bash[66427]: debug 2024-09-10T19:47:44.457+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:18.495520+0000 front 2024-09-10T19:47:18.495486+0000 (oldest deadline 2024-09-10T19:47:43.795358+0000) 2024-09-10T19:47:45.202 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:47:44 smithi189 bash[61224]: debug 2024-09-10T19:47:44.893+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.595313+0000 front 2024-09-10T19:47:17.595814+0000 (oldest deadline 2024-09-10T19:47:43.495504+0000) 2024-09-10T19:47:45.202 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:47:44 smithi189 bash[55365]: debug 2024-09-10T19:47:44.881+0000 7fcbf0175640 -1 osd.5 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.384396+0000 front 2024-09-10T19:47:17.384290+0000 (oldest deadline 2024-09-10T19:47:40.884301+0000) 2024-09-10T19:47:45.339 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:47:45 smithi155 bash[86241]: debug 2024-09-10T19:47:44.998+0000 7f8508d79640 -1 osd.3 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.362415+0000 front 2024-09-10T19:47:17.362478+0000 (oldest deadline 2024-09-10T19:47:43.763156+0000) 2024-09-10T19:47:45.702 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:47:45 smithi189 bash[49377]: debug 2024-09-10T19:47:45.285+0000 7ff4b8f0c640 -1 osd.4 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.453819+0000 front 2024-09-10T19:47:17.453851+0000 (oldest deadline 2024-09-10T19:47:41.553808+0000) 2024-09-10T19:47:45.703 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:47:45 smithi189 bash[66427]: debug 2024-09-10T19:47:45.457+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:18.495520+0000 front 2024-09-10T19:47:18.495486+0000 (oldest deadline 2024-09-10T19:47:43.795358+0000) 2024-09-10T19:47:46.202 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:47:45 smithi189 bash[55365]: debug 2024-09-10T19:47:45.889+0000 7fcbf0175640 -1 osd.5 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.384396+0000 front 2024-09-10T19:47:17.384290+0000 (oldest deadline 2024-09-10T19:47:40.884301+0000) 2024-09-10T19:47:46.203 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:47:45 smithi189 bash[61224]: debug 2024-09-10T19:47:45.897+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.595313+0000 front 2024-09-10T19:47:17.595814+0000 (oldest deadline 2024-09-10T19:47:43.495504+0000) 2024-09-10T19:47:46.702 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:47:46 smithi189 bash[49377]: debug 2024-09-10T19:47:46.325+0000 7ff4b8f0c640 -1 osd.4 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.453819+0000 front 2024-09-10T19:47:17.453851+0000 (oldest deadline 2024-09-10T19:47:41.553808+0000) 2024-09-10T19:47:46.702 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:47:46 smithi189 bash[66427]: debug 2024-09-10T19:47:46.465+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:18.495520+0000 front 2024-09-10T19:47:18.495486+0000 (oldest deadline 2024-09-10T19:47:43.795358+0000) 2024-09-10T19:47:46.805 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:47:46 smithi155 bash[102786]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-osd-3 2024-09-10T19:47:46.805 INFO:journalctl@ceph.osd.3.smithi155.stdout:Sep 10 19:47:46 smithi155 bash[102860]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-osd-3 2024-09-10T19:47:47.202 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:47:46 smithi189 bash[55365]: debug 2024-09-10T19:47:46.921+0000 7fcbf0175640 -1 osd.5 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.384396+0000 front 2024-09-10T19:47:17.384290+0000 (oldest deadline 2024-09-10T19:47:40.884301+0000) 2024-09-10T19:47:47.203 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:47:46 smithi189 bash[61224]: debug 2024-09-10T19:47:46.925+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.595313+0000 front 2024-09-10T19:47:17.595814+0000 (oldest deadline 2024-09-10T19:47:43.495504+0000) 2024-09-10T19:47:47.702 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:47:47 smithi189 bash[49377]: debug 2024-09-10T19:47:47.357+0000 7ff4b8f0c640 -1 osd.4 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.453819+0000 front 2024-09-10T19:47:17.453851+0000 (oldest deadline 2024-09-10T19:47:41.553808+0000) 2024-09-10T19:47:47.702 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:47:47 smithi189 bash[66427]: debug 2024-09-10T19:47:47.425+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:18.495520+0000 front 2024-09-10T19:47:18.495486+0000 (oldest deadline 2024-09-10T19:47:43.795358+0000) 2024-09-10T19:47:48.202 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:47:47 smithi189 bash[55365]: debug 2024-09-10T19:47:47.929+0000 7fcbf0175640 -1 osd.5 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.384396+0000 front 2024-09-10T19:47:17.384290+0000 (oldest deadline 2024-09-10T19:47:40.884301+0000) 2024-09-10T19:47:48.203 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:47:47 smithi189 bash[61224]: debug 2024-09-10T19:47:47.957+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.595313+0000 front 2024-09-10T19:47:17.595814+0000 (oldest deadline 2024-09-10T19:47:43.495504+0000) 2024-09-10T19:47:48.642 DEBUG:teuthology.orchestra.run.smithi155:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e044737e-6fa6-11ef-bcea-c7b262605968@osd.3.service' 2024-09-10T19:47:48.676 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:47:48.676 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-09-10T19:47:48.676 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-09-10T19:47:48.677 DEBUG:teuthology.orchestra.run.smithi189:> sudo systemctl stop ceph-e044737e-6fa6-11ef-bcea-c7b262605968@osd.4 2024-09-10T19:47:48.690 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:47:48 smithi189 bash[49377]: debug 2024-09-10T19:47:48.345+0000 7ff4b8f0c640 -1 osd.4 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.453819+0000 front 2024-09-10T19:47:17.453851+0000 (oldest deadline 2024-09-10T19:47:41.553808+0000) 2024-09-10T19:47:48.690 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:47:48 smithi189 bash[66427]: debug 2024-09-10T19:47:48.469+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:18.495520+0000 front 2024-09-10T19:47:18.495486+0000 (oldest deadline 2024-09-10T19:47:43.795358+0000) 2024-09-10T19:47:48.952 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:47:48 smithi189 bash[55365]: debug 2024-09-10T19:47:48.889+0000 7fcbf0175640 -1 osd.5 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.384396+0000 front 2024-09-10T19:47:17.384290+0000 (oldest deadline 2024-09-10T19:47:40.884301+0000) 2024-09-10T19:47:48.953 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:47:48 smithi189 systemd[1]: Stopping Ceph osd.4 for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:47:48.953 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:47:48 smithi189 bash[49377]: debug 2024-09-10T19:47:48.861+0000 7ff4bd8f6640 -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-10T19:47:48.953 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:47:48 smithi189 bash[49377]: debug 2024-09-10T19:47:48.861+0000 7ff4bd8f6640 -1 osd.4 106 *** Got signal Terminated *** 2024-09-10T19:47:48.953 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:47:48 smithi189 bash[49377]: debug 2024-09-10T19:47:48.861+0000 7ff4bd8f6640 -1 osd.4 106 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:47:49.318 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:47:48 smithi189 bash[61224]: debug 2024-09-10T19:47:48.973+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.595313+0000 front 2024-09-10T19:47:17.595814+0000 (oldest deadline 2024-09-10T19:47:43.495504+0000) 2024-09-10T19:47:49.702 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:47:49 smithi189 bash[49377]: debug 2024-09-10T19:47:49.309+0000 7ff4b8f0c640 -1 osd.4 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.453819+0000 front 2024-09-10T19:47:17.453851+0000 (oldest deadline 2024-09-10T19:47:41.553808+0000) 2024-09-10T19:47:49.703 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:47:49 smithi189 bash[66427]: debug 2024-09-10T19:47:49.453+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:18.495520+0000 front 2024-09-10T19:47:18.495486+0000 (oldest deadline 2024-09-10T19:47:43.795358+0000) 2024-09-10T19:47:49.703 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:47:49 smithi189 bash[66427]: debug 2024-09-10T19:47:49.453+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:26.696849+0000 front 2024-09-10T19:47:26.696878+0000 (oldest deadline 2024-09-10T19:47:48.996694+0000) 2024-09-10T19:47:50.202 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:47:49 smithi189 bash[61224]: debug 2024-09-10T19:47:49.981+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.595313+0000 front 2024-09-10T19:47:17.595814+0000 (oldest deadline 2024-09-10T19:47:43.495504+0000) 2024-09-10T19:47:50.202 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:47:49 smithi189 bash[55365]: debug 2024-09-10T19:47:49.865+0000 7fcbf0175640 -1 osd.5 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.384396+0000 front 2024-09-10T19:47:17.384290+0000 (oldest deadline 2024-09-10T19:47:40.884301+0000) 2024-09-10T19:47:50.202 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:47:49 smithi189 bash[55365]: debug 2024-09-10T19:47:49.865+0000 7fcbf0175640 -1 osd.5 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:23.785886+0000 front 2024-09-10T19:47:23.786115+0000 (oldest deadline 2024-09-10T19:47:49.685683+0000) 2024-09-10T19:47:50.702 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:47:50 smithi189 bash[49377]: debug 2024-09-10T19:47:50.305+0000 7ff4b8f0c640 -1 osd.4 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.453819+0000 front 2024-09-10T19:47:17.453851+0000 (oldest deadline 2024-09-10T19:47:41.553808+0000) 2024-09-10T19:47:50.702 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:47:50 smithi189 bash[66427]: debug 2024-09-10T19:47:50.461+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:18.495520+0000 front 2024-09-10T19:47:18.495486+0000 (oldest deadline 2024-09-10T19:47:43.795358+0000) 2024-09-10T19:47:50.703 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:47:50 smithi189 bash[66427]: debug 2024-09-10T19:47:50.461+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:26.696849+0000 front 2024-09-10T19:47:26.696878+0000 (oldest deadline 2024-09-10T19:47:48.996694+0000) 2024-09-10T19:47:51.202 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:47:50 smithi189 bash[55365]: debug 2024-09-10T19:47:50.821+0000 7fcbf0175640 -1 osd.5 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.384396+0000 front 2024-09-10T19:47:17.384290+0000 (oldest deadline 2024-09-10T19:47:40.884301+0000) 2024-09-10T19:47:51.202 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:47:50 smithi189 bash[55365]: debug 2024-09-10T19:47:50.821+0000 7fcbf0175640 -1 osd.5 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:23.785886+0000 front 2024-09-10T19:47:23.786115+0000 (oldest deadline 2024-09-10T19:47:49.685683+0000) 2024-09-10T19:47:51.203 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:47:50 smithi189 bash[61224]: debug 2024-09-10T19:47:50.929+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.595313+0000 front 2024-09-10T19:47:17.595814+0000 (oldest deadline 2024-09-10T19:47:43.495504+0000) 2024-09-10T19:47:51.702 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:47:51 smithi189 bash[49377]: debug 2024-09-10T19:47:51.329+0000 7ff4b8f0c640 -1 osd.4 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.453819+0000 front 2024-09-10T19:47:17.453851+0000 (oldest deadline 2024-09-10T19:47:41.553808+0000) 2024-09-10T19:47:51.703 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:47:51 smithi189 bash[66427]: debug 2024-09-10T19:47:51.501+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:18.495520+0000 front 2024-09-10T19:47:18.495486+0000 (oldest deadline 2024-09-10T19:47:43.795358+0000) 2024-09-10T19:47:51.703 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:47:51 smithi189 bash[66427]: debug 2024-09-10T19:47:51.501+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:26.696849+0000 front 2024-09-10T19:47:26.696878+0000 (oldest deadline 2024-09-10T19:47:48.996694+0000) 2024-09-10T19:47:52.202 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:47:51 smithi189 bash[61224]: debug 2024-09-10T19:47:51.937+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.595313+0000 front 2024-09-10T19:47:17.595814+0000 (oldest deadline 2024-09-10T19:47:43.495504+0000) 2024-09-10T19:47:52.202 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:47:51 smithi189 bash[55365]: debug 2024-09-10T19:47:51.861+0000 7fcbf0175640 -1 osd.5 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.384396+0000 front 2024-09-10T19:47:17.384290+0000 (oldest deadline 2024-09-10T19:47:40.884301+0000) 2024-09-10T19:47:52.203 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:47:51 smithi189 bash[55365]: debug 2024-09-10T19:47:51.861+0000 7fcbf0175640 -1 osd.5 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:23.785886+0000 front 2024-09-10T19:47:23.786115+0000 (oldest deadline 2024-09-10T19:47:49.685683+0000) 2024-09-10T19:47:52.702 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:47:52 smithi189 bash[49377]: debug 2024-09-10T19:47:52.349+0000 7ff4b8f0c640 -1 osd.4 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.453819+0000 front 2024-09-10T19:47:17.453851+0000 (oldest deadline 2024-09-10T19:47:41.553808+0000) 2024-09-10T19:47:52.702 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:47:52 smithi189 bash[66427]: debug 2024-09-10T19:47:52.513+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:18.495520+0000 front 2024-09-10T19:47:18.495486+0000 (oldest deadline 2024-09-10T19:47:43.795358+0000) 2024-09-10T19:47:52.703 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:47:52 smithi189 bash[66427]: debug 2024-09-10T19:47:52.513+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:26.696849+0000 front 2024-09-10T19:47:26.696878+0000 (oldest deadline 2024-09-10T19:47:48.996694+0000) 2024-09-10T19:47:53.202 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:47:52 smithi189 bash[55365]: debug 2024-09-10T19:47:52.821+0000 7fcbf0175640 -1 osd.5 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.384396+0000 front 2024-09-10T19:47:17.384290+0000 (oldest deadline 2024-09-10T19:47:40.884301+0000) 2024-09-10T19:47:53.202 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:47:52 smithi189 bash[55365]: debug 2024-09-10T19:47:52.821+0000 7fcbf0175640 -1 osd.5 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:23.785886+0000 front 2024-09-10T19:47:23.786115+0000 (oldest deadline 2024-09-10T19:47:49.685683+0000) 2024-09-10T19:47:53.203 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:47:52 smithi189 bash[61224]: debug 2024-09-10T19:47:52.897+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.595313+0000 front 2024-09-10T19:47:17.595814+0000 (oldest deadline 2024-09-10T19:47:43.495504+0000) 2024-09-10T19:47:53.702 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:47:53 smithi189 bash[66427]: debug 2024-09-10T19:47:53.529+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:18.495520+0000 front 2024-09-10T19:47:18.495486+0000 (oldest deadline 2024-09-10T19:47:43.795358+0000) 2024-09-10T19:47:53.703 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:47:53 smithi189 bash[66427]: debug 2024-09-10T19:47:53.529+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:26.696849+0000 front 2024-09-10T19:47:26.696878+0000 (oldest deadline 2024-09-10T19:47:48.996694+0000) 2024-09-10T19:47:53.703 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:47:53 smithi189 bash[49377]: debug 2024-09-10T19:47:53.317+0000 7ff4b8f0c640 -1 osd.4 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.453819+0000 front 2024-09-10T19:47:17.453851+0000 (oldest deadline 2024-09-10T19:47:41.553808+0000) 2024-09-10T19:47:53.703 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:47:53 smithi189 bash[49377]: debug 2024-09-10T19:47:53.317+0000 7ff4b8f0c640 -1 osd.4 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:26.756686+0000 front 2024-09-10T19:47:26.756230+0000 (oldest deadline 2024-09-10T19:47:52.656276+0000) 2024-09-10T19:47:53.840 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:47:53 smithi155 bash[49435]: ts=2024-09-10T19:47:53.566Z caller=dispatch.go:352 level=error component=dispatcher msg="Notify for alerts failed" num_alerts=4 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://smithi155.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.155:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi189.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.189:8443: connect: connection refused" 2024-09-10T19:47:53.840 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:47:53 smithi155 bash[49435]: ts=2024-09-10T19:47:53.568Z 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://smithi155.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.155:8443: connect: connection refused" 2024-09-10T19:47:53.840 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:47:53 smithi155 bash[49435]: ts=2024-09-10T19:47:53.569Z 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://smithi189.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.189:8443: connect: connection refused" 2024-09-10T19:47:54.202 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:47:53 smithi189 bash[55365]: debug 2024-09-10T19:47:53.785+0000 7fcbf0175640 -1 osd.5 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.384396+0000 front 2024-09-10T19:47:17.384290+0000 (oldest deadline 2024-09-10T19:47:40.884301+0000) 2024-09-10T19:47:54.202 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:47:53 smithi189 bash[55365]: debug 2024-09-10T19:47:53.785+0000 7fcbf0175640 -1 osd.5 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:23.785886+0000 front 2024-09-10T19:47:23.786115+0000 (oldest deadline 2024-09-10T19:47:49.685683+0000) 2024-09-10T19:47:54.203 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:47:53 smithi189 bash[61224]: debug 2024-09-10T19:47:53.925+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.595313+0000 front 2024-09-10T19:47:17.595814+0000 (oldest deadline 2024-09-10T19:47:43.495504+0000) 2024-09-10T19:47:54.747 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:47:54 smithi189 bash[66427]: debug 2024-09-10T19:47:54.537+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:18.495520+0000 front 2024-09-10T19:47:18.495486+0000 (oldest deadline 2024-09-10T19:47:43.795358+0000) 2024-09-10T19:47:54.747 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:47:54 smithi189 bash[66427]: debug 2024-09-10T19:47:54.537+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:26.696849+0000 front 2024-09-10T19:47:26.696878+0000 (oldest deadline 2024-09-10T19:47:48.996694+0000) 2024-09-10T19:47:54.908 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:47:54 smithi189 bash[55365]: debug 2024-09-10T19:47:54.741+0000 7fcbf0175640 -1 osd.5 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.384396+0000 front 2024-09-10T19:47:17.384290+0000 (oldest deadline 2024-09-10T19:47:40.884301+0000) 2024-09-10T19:47:54.908 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:47:54 smithi189 bash[55365]: debug 2024-09-10T19:47:54.741+0000 7fcbf0175640 -1 osd.5 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:23.785886+0000 front 2024-09-10T19:47:23.786115+0000 (oldest deadline 2024-09-10T19:47:49.685683+0000) 2024-09-10T19:47:55.122 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:47:54 smithi189 bash[77782]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-osd-4 2024-09-10T19:47:55.122 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:47:54 smithi189 bash[61224]: debug 2024-09-10T19:47:54.901+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.595313+0000 front 2024-09-10T19:47:17.595814+0000 (oldest deadline 2024-09-10T19:47:43.495504+0000) 2024-09-10T19:47:55.123 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:47:54 smithi189 bash[61224]: debug 2024-09-10T19:47:54.901+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:28.196910+0000 front 2024-09-10T19:47:28.197202+0000 (oldest deadline 2024-09-10T19:47:54.096902+0000) 2024-09-10T19:47:55.452 INFO:journalctl@ceph.osd.4.smithi189.stdout:Sep 10 19:47:55 smithi189 bash[77856]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-osd-4 2024-09-10T19:47:55.902 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:47:55 smithi189 bash[55365]: debug 2024-09-10T19:47:55.705+0000 7fcbf0175640 -1 osd.5 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.384396+0000 front 2024-09-10T19:47:17.384290+0000 (oldest deadline 2024-09-10T19:47:40.884301+0000) 2024-09-10T19:47:55.903 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:47:55 smithi189 bash[55365]: debug 2024-09-10T19:47:55.705+0000 7fcbf0175640 -1 osd.5 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:23.785886+0000 front 2024-09-10T19:47:23.786115+0000 (oldest deadline 2024-09-10T19:47:49.685683+0000) 2024-09-10T19:47:55.903 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:47:55 smithi189 bash[66427]: debug 2024-09-10T19:47:55.525+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:18.495520+0000 front 2024-09-10T19:47:18.495486+0000 (oldest deadline 2024-09-10T19:47:43.795358+0000) 2024-09-10T19:47:55.903 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:47:55 smithi189 bash[66427]: debug 2024-09-10T19:47:55.525+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:26.696849+0000 front 2024-09-10T19:47:26.696878+0000 (oldest deadline 2024-09-10T19:47:48.996694+0000) 2024-09-10T19:47:56.202 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:47:55 smithi189 bash[61224]: debug 2024-09-10T19:47:55.897+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.595313+0000 front 2024-09-10T19:47:17.595814+0000 (oldest deadline 2024-09-10T19:47:43.495504+0000) 2024-09-10T19:47:56.202 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:47:55 smithi189 bash[61224]: debug 2024-09-10T19:47:55.897+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:28.196910+0000 front 2024-09-10T19:47:28.197202+0000 (oldest deadline 2024-09-10T19:47:54.096902+0000) 2024-09-10T19:47:56.615 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:47:56 smithi189 bash[66427]: debug 2024-09-10T19:47:56.493+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:18.495520+0000 front 2024-09-10T19:47:18.495486+0000 (oldest deadline 2024-09-10T19:47:43.795358+0000) 2024-09-10T19:47:56.615 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:47:56 smithi189 bash[66427]: debug 2024-09-10T19:47:56.493+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:26.696849+0000 front 2024-09-10T19:47:26.696878+0000 (oldest deadline 2024-09-10T19:47:48.996694+0000) 2024-09-10T19:47:56.952 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:47:56 smithi189 bash[55365]: debug 2024-09-10T19:47:56.737+0000 7fcbf0175640 -1 osd.5 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.384396+0000 front 2024-09-10T19:47:17.384290+0000 (oldest deadline 2024-09-10T19:47:40.884301+0000) 2024-09-10T19:47:56.953 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:47:56 smithi189 bash[55365]: debug 2024-09-10T19:47:56.737+0000 7fcbf0175640 -1 osd.5 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:23.785886+0000 front 2024-09-10T19:47:23.786115+0000 (oldest deadline 2024-09-10T19:47:49.685683+0000) 2024-09-10T19:47:56.953 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:47:56 smithi189 bash[61224]: debug 2024-09-10T19:47:56.849+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.595313+0000 front 2024-09-10T19:47:17.595814+0000 (oldest deadline 2024-09-10T19:47:43.495504+0000) 2024-09-10T19:47:56.953 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:47:56 smithi189 bash[61224]: debug 2024-09-10T19:47:56.849+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:28.196910+0000 front 2024-09-10T19:47:28.197202+0000 (oldest deadline 2024-09-10T19:47:54.096902+0000) 2024-09-10T19:47:57.341 DEBUG:teuthology.orchestra.run.smithi189:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e044737e-6fa6-11ef-bcea-c7b262605968@osd.4.service' 2024-09-10T19:47:57.375 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:47:57.375 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-09-10T19:47:57.375 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-09-10T19:47:57.375 DEBUG:teuthology.orchestra.run.smithi189:> sudo systemctl stop ceph-e044737e-6fa6-11ef-bcea-c7b262605968@osd.5 2024-09-10T19:47:57.592 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:47:57 smithi189 systemd[1]: Stopping Ceph osd.5 for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:47:57.593 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:47:57 smithi189 bash[66427]: debug 2024-09-10T19:47:57.473+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:18.495520+0000 front 2024-09-10T19:47:18.495486+0000 (oldest deadline 2024-09-10T19:47:43.795358+0000) 2024-09-10T19:47:57.593 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:47:57 smithi189 bash[66427]: debug 2024-09-10T19:47:57.473+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:26.696849+0000 front 2024-09-10T19:47:26.696878+0000 (oldest deadline 2024-09-10T19:47:48.996694+0000) 2024-09-10T19:47:57.952 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:47:57 smithi189 bash[61224]: debug 2024-09-10T19:47:57.817+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.595313+0000 front 2024-09-10T19:47:17.595814+0000 (oldest deadline 2024-09-10T19:47:43.495504+0000) 2024-09-10T19:47:57.952 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:47:57 smithi189 bash[61224]: debug 2024-09-10T19:47:57.817+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:28.196910+0000 front 2024-09-10T19:47:28.197202+0000 (oldest deadline 2024-09-10T19:47:54.096902+0000) 2024-09-10T19:47:57.953 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:47:57 smithi189 bash[55365]: debug 2024-09-10T19:47:57.585+0000 7fcbf235a640 -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-10T19:47:57.953 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:47:57 smithi189 bash[55365]: debug 2024-09-10T19:47:57.585+0000 7fcbf235a640 -1 osd.5 106 *** Got signal Terminated *** 2024-09-10T19:47:57.953 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:47:57 smithi189 bash[55365]: debug 2024-09-10T19:47:57.585+0000 7fcbf235a640 -1 osd.5 106 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:47:57.953 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:47:57 smithi189 bash[55365]: debug 2024-09-10T19:47:57.785+0000 7fcbf0175640 -1 osd.5 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.384396+0000 front 2024-09-10T19:47:17.384290+0000 (oldest deadline 2024-09-10T19:47:40.884301+0000) 2024-09-10T19:47:57.953 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:47:57 smithi189 bash[55365]: debug 2024-09-10T19:47:57.785+0000 7fcbf0175640 -1 osd.5 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:23.785886+0000 front 2024-09-10T19:47:23.786115+0000 (oldest deadline 2024-09-10T19:47:49.685683+0000) 2024-09-10T19:47:58.783 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:47:58 smithi189 bash[66427]: debug 2024-09-10T19:47:58.461+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:18.495520+0000 front 2024-09-10T19:47:18.495486+0000 (oldest deadline 2024-09-10T19:47:43.795358+0000) 2024-09-10T19:47:58.783 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:47:58 smithi189 bash[66427]: debug 2024-09-10T19:47:58.461+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:26.696849+0000 front 2024-09-10T19:47:26.696878+0000 (oldest deadline 2024-09-10T19:47:48.996694+0000) 2024-09-10T19:47:59.202 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:47:58 smithi189 bash[61224]: debug 2024-09-10T19:47:58.825+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.595313+0000 front 2024-09-10T19:47:17.595814+0000 (oldest deadline 2024-09-10T19:47:43.495504+0000) 2024-09-10T19:47:59.202 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:47:58 smithi189 bash[61224]: debug 2024-09-10T19:47:58.825+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:28.196910+0000 front 2024-09-10T19:47:28.197202+0000 (oldest deadline 2024-09-10T19:47:54.096902+0000) 2024-09-10T19:47:59.202 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:47:58 smithi189 bash[55365]: debug 2024-09-10T19:47:58.777+0000 7fcbf0175640 -1 osd.5 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.384396+0000 front 2024-09-10T19:47:17.384290+0000 (oldest deadline 2024-09-10T19:47:40.884301+0000) 2024-09-10T19:47:59.203 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:47:58 smithi189 bash[55365]: debug 2024-09-10T19:47:58.777+0000 7fcbf0175640 -1 osd.5 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:23.785886+0000 front 2024-09-10T19:47:23.786115+0000 (oldest deadline 2024-09-10T19:47:49.685683+0000) 2024-09-10T19:47:59.782 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:47:59 smithi189 bash[66427]: debug 2024-09-10T19:47:59.497+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:18.495520+0000 front 2024-09-10T19:47:18.495486+0000 (oldest deadline 2024-09-10T19:47:43.795358+0000) 2024-09-10T19:47:59.783 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:47:59 smithi189 bash[66427]: debug 2024-09-10T19:47:59.497+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:26.696849+0000 front 2024-09-10T19:47:26.696878+0000 (oldest deadline 2024-09-10T19:47:48.996694+0000) 2024-09-10T19:48:00.202 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:47:59 smithi189 bash[61224]: debug 2024-09-10T19:47:59.849+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.595313+0000 front 2024-09-10T19:47:17.595814+0000 (oldest deadline 2024-09-10T19:47:43.495504+0000) 2024-09-10T19:48:00.202 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:47:59 smithi189 bash[61224]: debug 2024-09-10T19:47:59.849+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:28.196910+0000 front 2024-09-10T19:47:28.197202+0000 (oldest deadline 2024-09-10T19:47:54.096902+0000) 2024-09-10T19:48:00.203 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:47:59 smithi189 bash[55365]: debug 2024-09-10T19:47:59.777+0000 7fcbf0175640 -1 osd.5 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.384396+0000 front 2024-09-10T19:47:17.384290+0000 (oldest deadline 2024-09-10T19:47:40.884301+0000) 2024-09-10T19:48:00.203 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:47:59 smithi189 bash[55365]: debug 2024-09-10T19:47:59.777+0000 7fcbf0175640 -1 osd.5 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:23.785886+0000 front 2024-09-10T19:47:23.786115+0000 (oldest deadline 2024-09-10T19:47:49.685683+0000) 2024-09-10T19:48:00.203 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:47:59 smithi189 bash[55365]: debug 2024-09-10T19:47:59.777+0000 7fcbf0175640 -1 osd.5 106 heartbeat_check: no reply from 172.21.15.155:6822 osd.2 since back 2024-09-10T19:47:34.887631+0000 front 2024-09-10T19:47:34.887858+0000 (oldest deadline 2024-09-10T19:47:58.987357+0000) 2024-09-10T19:48:00.806 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:00 smithi189 bash[66427]: debug 2024-09-10T19:48:00.465+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:18.495520+0000 front 2024-09-10T19:47:18.495486+0000 (oldest deadline 2024-09-10T19:47:43.795358+0000) 2024-09-10T19:48:00.807 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:00 smithi189 bash[66427]: debug 2024-09-10T19:48:00.465+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:26.696849+0000 front 2024-09-10T19:47:26.696878+0000 (oldest deadline 2024-09-10T19:47:48.996694+0000) 2024-09-10T19:48:01.202 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:00 smithi189 bash[61224]: debug 2024-09-10T19:48:00.805+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.595313+0000 front 2024-09-10T19:47:17.595814+0000 (oldest deadline 2024-09-10T19:47:43.495504+0000) 2024-09-10T19:48:01.202 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:00 smithi189 bash[61224]: debug 2024-09-10T19:48:00.805+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:28.196910+0000 front 2024-09-10T19:47:28.197202+0000 (oldest deadline 2024-09-10T19:47:54.096902+0000) 2024-09-10T19:48:01.203 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:48:00 smithi189 bash[55365]: debug 2024-09-10T19:48:00.801+0000 7fcbf0175640 -1 osd.5 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.384396+0000 front 2024-09-10T19:47:17.384290+0000 (oldest deadline 2024-09-10T19:47:40.884301+0000) 2024-09-10T19:48:01.203 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:48:00 smithi189 bash[55365]: debug 2024-09-10T19:48:00.801+0000 7fcbf0175640 -1 osd.5 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:23.785886+0000 front 2024-09-10T19:47:23.786115+0000 (oldest deadline 2024-09-10T19:47:49.685683+0000) 2024-09-10T19:48:01.203 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:48:00 smithi189 bash[55365]: debug 2024-09-10T19:48:00.801+0000 7fcbf0175640 -1 osd.5 106 heartbeat_check: no reply from 172.21.15.155:6822 osd.2 since back 2024-09-10T19:47:34.887631+0000 front 2024-09-10T19:47:34.887858+0000 (oldest deadline 2024-09-10T19:47:58.987357+0000) 2024-09-10T19:48:01.702 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:01 smithi189 bash[66427]: debug 2024-09-10T19:48:01.445+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:18.495520+0000 front 2024-09-10T19:47:18.495486+0000 (oldest deadline 2024-09-10T19:47:43.795358+0000) 2024-09-10T19:48:01.702 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:01 smithi189 bash[66427]: debug 2024-09-10T19:48:01.445+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:26.696849+0000 front 2024-09-10T19:47:26.696878+0000 (oldest deadline 2024-09-10T19:47:48.996694+0000) 2024-09-10T19:48:02.202 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:48:01 smithi189 bash[55365]: debug 2024-09-10T19:48:01.789+0000 7fcbf0175640 -1 osd.5 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.384396+0000 front 2024-09-10T19:47:17.384290+0000 (oldest deadline 2024-09-10T19:47:40.884301+0000) 2024-09-10T19:48:02.202 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:48:01 smithi189 bash[55365]: debug 2024-09-10T19:48:01.789+0000 7fcbf0175640 -1 osd.5 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:23.785886+0000 front 2024-09-10T19:47:23.786115+0000 (oldest deadline 2024-09-10T19:47:49.685683+0000) 2024-09-10T19:48:02.203 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:48:01 smithi189 bash[55365]: debug 2024-09-10T19:48:01.789+0000 7fcbf0175640 -1 osd.5 106 heartbeat_check: no reply from 172.21.15.155:6822 osd.2 since back 2024-09-10T19:47:34.887631+0000 front 2024-09-10T19:47:34.887858+0000 (oldest deadline 2024-09-10T19:47:58.987357+0000) 2024-09-10T19:48:02.203 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:01 smithi189 bash[61224]: debug 2024-09-10T19:48:01.849+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.595313+0000 front 2024-09-10T19:47:17.595814+0000 (oldest deadline 2024-09-10T19:47:43.495504+0000) 2024-09-10T19:48:02.203 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:01 smithi189 bash[61224]: debug 2024-09-10T19:48:01.849+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:28.196910+0000 front 2024-09-10T19:47:28.197202+0000 (oldest deadline 2024-09-10T19:47:54.096902+0000) 2024-09-10T19:48:02.203 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:01 smithi189 bash[61224]: debug 2024-09-10T19:48:01.849+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6822 osd.2 since back 2024-09-10T19:47:35.798220+0000 front 2024-09-10T19:47:35.798512+0000 (oldest deadline 2024-09-10T19:48:01.698187+0000) 2024-09-10T19:48:02.702 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:02 smithi189 bash[66427]: debug 2024-09-10T19:48:02.405+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:18.495520+0000 front 2024-09-10T19:47:18.495486+0000 (oldest deadline 2024-09-10T19:47:43.795358+0000) 2024-09-10T19:48:02.702 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:02 smithi189 bash[66427]: debug 2024-09-10T19:48:02.405+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:26.696849+0000 front 2024-09-10T19:47:26.696878+0000 (oldest deadline 2024-09-10T19:47:48.996694+0000) 2024-09-10T19:48:02.702 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:02 smithi189 bash[66427]: debug 2024-09-10T19:48:02.405+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6822 osd.2 since back 2024-09-10T19:47:36.499587+0000 front 2024-09-10T19:47:36.499366+0000 (oldest deadline 2024-09-10T19:48:01.799093+0000) 2024-09-10T19:48:03.202 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:02 smithi189 bash[61224]: debug 2024-09-10T19:48:02.801+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.595313+0000 front 2024-09-10T19:47:17.595814+0000 (oldest deadline 2024-09-10T19:47:43.495504+0000) 2024-09-10T19:48:03.203 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:02 smithi189 bash[61224]: debug 2024-09-10T19:48:02.801+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:28.196910+0000 front 2024-09-10T19:47:28.197202+0000 (oldest deadline 2024-09-10T19:47:54.096902+0000) 2024-09-10T19:48:03.203 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:02 smithi189 bash[61224]: debug 2024-09-10T19:48:02.801+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6822 osd.2 since back 2024-09-10T19:47:35.798220+0000 front 2024-09-10T19:47:35.798512+0000 (oldest deadline 2024-09-10T19:48:01.698187+0000) 2024-09-10T19:48:03.702 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:03 smithi189 bash[66427]: debug 2024-09-10T19:48:03.385+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:18.495520+0000 front 2024-09-10T19:47:18.495486+0000 (oldest deadline 2024-09-10T19:47:43.795358+0000) 2024-09-10T19:48:03.703 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:03 smithi189 bash[66427]: debug 2024-09-10T19:48:03.385+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:26.696849+0000 front 2024-09-10T19:47:26.696878+0000 (oldest deadline 2024-09-10T19:47:48.996694+0000) 2024-09-10T19:48:03.703 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:03 smithi189 bash[66427]: debug 2024-09-10T19:48:03.385+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6822 osd.2 since back 2024-09-10T19:47:36.499587+0000 front 2024-09-10T19:47:36.499366+0000 (oldest deadline 2024-09-10T19:48:01.799093+0000) 2024-09-10T19:48:03.840 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:48:03 smithi155 bash[49435]: ts=2024-09-10T19:48:03.567Z caller=dispatch.go:352 level=error component=dispatcher msg="Notify for alerts failed" num_alerts=4 err="ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi155.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.155:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://smithi189.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.189:8443: connect: connection refused" 2024-09-10T19:48:03.840 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:48:03 smithi155 bash[49435]: ts=2024-09-10T19:48:03.568Z 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://smithi155.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.155:8443: connect: connection refused" 2024-09-10T19:48:03.840 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:48:03 smithi155 bash[49435]: ts=2024-09-10T19:48:03.570Z 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://smithi189.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.189:8443: connect: connection refused" 2024-09-10T19:48:04.022 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:48:03 smithi189 bash[77991]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-osd-5 2024-09-10T19:48:04.022 INFO:journalctl@ceph.osd.5.smithi189.stdout:Sep 10 19:48:04 smithi189 bash[78065]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-osd-5 2024-09-10T19:48:04.023 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:03 smithi189 bash[61224]: debug 2024-09-10T19:48:03.761+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.595313+0000 front 2024-09-10T19:47:17.595814+0000 (oldest deadline 2024-09-10T19:47:43.495504+0000) 2024-09-10T19:48:04.023 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:03 smithi189 bash[61224]: debug 2024-09-10T19:48:03.761+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:28.196910+0000 front 2024-09-10T19:47:28.197202+0000 (oldest deadline 2024-09-10T19:47:54.096902+0000) 2024-09-10T19:48:04.023 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:03 smithi189 bash[61224]: debug 2024-09-10T19:48:03.761+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6822 osd.2 since back 2024-09-10T19:47:35.798220+0000 front 2024-09-10T19:47:35.798512+0000 (oldest deadline 2024-09-10T19:48:01.698187+0000) 2024-09-10T19:48:04.452 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:04 smithi189 bash[66427]: debug 2024-09-10T19:48:04.401+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:18.495520+0000 front 2024-09-10T19:47:18.495486+0000 (oldest deadline 2024-09-10T19:47:43.795358+0000) 2024-09-10T19:48:04.452 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:04 smithi189 bash[66427]: debug 2024-09-10T19:48:04.401+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:26.696849+0000 front 2024-09-10T19:47:26.696878+0000 (oldest deadline 2024-09-10T19:47:48.996694+0000) 2024-09-10T19:48:04.453 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:04 smithi189 bash[66427]: debug 2024-09-10T19:48:04.401+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6822 osd.2 since back 2024-09-10T19:47:36.499587+0000 front 2024-09-10T19:47:36.499366+0000 (oldest deadline 2024-09-10T19:48:01.799093+0000) 2024-09-10T19:48:05.188 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:04 smithi189 bash[61224]: debug 2024-09-10T19:48:04.773+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.595313+0000 front 2024-09-10T19:47:17.595814+0000 (oldest deadline 2024-09-10T19:47:43.495504+0000) 2024-09-10T19:48:05.188 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:04 smithi189 bash[61224]: debug 2024-09-10T19:48:04.773+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:28.196910+0000 front 2024-09-10T19:47:28.197202+0000 (oldest deadline 2024-09-10T19:47:54.096902+0000) 2024-09-10T19:48:05.188 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:04 smithi189 bash[61224]: debug 2024-09-10T19:48:04.773+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6822 osd.2 since back 2024-09-10T19:47:35.798220+0000 front 2024-09-10T19:47:35.798512+0000 (oldest deadline 2024-09-10T19:48:01.698187+0000) 2024-09-10T19:48:05.452 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:05 smithi189 bash[66427]: debug 2024-09-10T19:48:05.409+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:18.495520+0000 front 2024-09-10T19:47:18.495486+0000 (oldest deadline 2024-09-10T19:47:43.795358+0000) 2024-09-10T19:48:05.452 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:05 smithi189 bash[66427]: debug 2024-09-10T19:48:05.409+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:26.696849+0000 front 2024-09-10T19:47:26.696878+0000 (oldest deadline 2024-09-10T19:47:48.996694+0000) 2024-09-10T19:48:05.453 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:05 smithi189 bash[66427]: debug 2024-09-10T19:48:05.409+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6822 osd.2 since back 2024-09-10T19:47:36.499587+0000 front 2024-09-10T19:47:36.499366+0000 (oldest deadline 2024-09-10T19:48:01.799093+0000) 2024-09-10T19:48:06.202 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:05 smithi189 bash[61224]: debug 2024-09-10T19:48:05.793+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.595313+0000 front 2024-09-10T19:47:17.595814+0000 (oldest deadline 2024-09-10T19:47:43.495504+0000) 2024-09-10T19:48:06.202 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:05 smithi189 bash[61224]: debug 2024-09-10T19:48:05.793+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:28.196910+0000 front 2024-09-10T19:47:28.197202+0000 (oldest deadline 2024-09-10T19:47:54.096902+0000) 2024-09-10T19:48:06.202 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:05 smithi189 bash[61224]: debug 2024-09-10T19:48:05.793+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6822 osd.2 since back 2024-09-10T19:47:35.798220+0000 front 2024-09-10T19:47:35.798512+0000 (oldest deadline 2024-09-10T19:48:01.698187+0000) 2024-09-10T19:48:06.215 DEBUG:teuthology.orchestra.run.smithi189:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e044737e-6fa6-11ef-bcea-c7b262605968@osd.5.service' 2024-09-10T19:48:06.249 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:48:06.249 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-09-10T19:48:06.249 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-09-10T19:48:06.249 DEBUG:teuthology.orchestra.run.smithi189:> sudo systemctl stop ceph-e044737e-6fa6-11ef-bcea-c7b262605968@osd.6 2024-09-10T19:48:06.702 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:06 smithi189 systemd[1]: Stopping Ceph osd.6 for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:48:06.703 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:06 smithi189 bash[61224]: debug 2024-09-10T19:48:06.449+0000 7fab3771d640 -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-10T19:48:06.703 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:06 smithi189 bash[61224]: debug 2024-09-10T19:48:06.449+0000 7fab3771d640 -1 osd.6 106 *** Got signal Terminated *** 2024-09-10T19:48:06.703 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:06 smithi189 bash[61224]: debug 2024-09-10T19:48:06.449+0000 7fab3771d640 -1 osd.6 106 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:48:06.703 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:06 smithi189 bash[66427]: debug 2024-09-10T19:48:06.441+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:18.495520+0000 front 2024-09-10T19:47:18.495486+0000 (oldest deadline 2024-09-10T19:47:43.795358+0000) 2024-09-10T19:48:06.703 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:06 smithi189 bash[66427]: debug 2024-09-10T19:48:06.441+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:26.696849+0000 front 2024-09-10T19:47:26.696878+0000 (oldest deadline 2024-09-10T19:47:48.996694+0000) 2024-09-10T19:48:06.703 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:06 smithi189 bash[66427]: debug 2024-09-10T19:48:06.441+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6822 osd.2 since back 2024-09-10T19:47:36.499587+0000 front 2024-09-10T19:47:36.499366+0000 (oldest deadline 2024-09-10T19:48:01.799093+0000) 2024-09-10T19:48:07.202 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:06 smithi189 bash[61224]: debug 2024-09-10T19:48:06.773+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.595313+0000 front 2024-09-10T19:47:17.595814+0000 (oldest deadline 2024-09-10T19:47:43.495504+0000) 2024-09-10T19:48:07.202 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:06 smithi189 bash[61224]: debug 2024-09-10T19:48:06.773+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:28.196910+0000 front 2024-09-10T19:47:28.197202+0000 (oldest deadline 2024-09-10T19:47:54.096902+0000) 2024-09-10T19:48:07.202 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:06 smithi189 bash[61224]: debug 2024-09-10T19:48:06.773+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6822 osd.2 since back 2024-09-10T19:47:35.798220+0000 front 2024-09-10T19:47:35.798512+0000 (oldest deadline 2024-09-10T19:48:01.698187+0000) 2024-09-10T19:48:07.774 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:07 smithi189 bash[66427]: debug 2024-09-10T19:48:07.489+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:18.495520+0000 front 2024-09-10T19:47:18.495486+0000 (oldest deadline 2024-09-10T19:47:43.795358+0000) 2024-09-10T19:48:07.775 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:07 smithi189 bash[66427]: debug 2024-09-10T19:48:07.489+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:26.696849+0000 front 2024-09-10T19:47:26.696878+0000 (oldest deadline 2024-09-10T19:47:48.996694+0000) 2024-09-10T19:48:07.775 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:07 smithi189 bash[66427]: debug 2024-09-10T19:48:07.489+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6822 osd.2 since back 2024-09-10T19:47:36.499587+0000 front 2024-09-10T19:47:36.499366+0000 (oldest deadline 2024-09-10T19:48:01.799093+0000) 2024-09-10T19:48:07.775 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:07 smithi189 bash[66427]: debug 2024-09-10T19:48:07.489+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6830 osd.3 since back 2024-09-10T19:47:44.100717+0000 front 2024-09-10T19:47:44.100568+0000 (oldest deadline 2024-09-10T19:48:07.000389+0000) 2024-09-10T19:48:08.202 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:07 smithi189 bash[61224]: debug 2024-09-10T19:48:07.769+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.595313+0000 front 2024-09-10T19:47:17.595814+0000 (oldest deadline 2024-09-10T19:47:43.495504+0000) 2024-09-10T19:48:08.202 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:07 smithi189 bash[61224]: debug 2024-09-10T19:48:07.769+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:28.196910+0000 front 2024-09-10T19:47:28.197202+0000 (oldest deadline 2024-09-10T19:47:54.096902+0000) 2024-09-10T19:48:08.202 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:07 smithi189 bash[61224]: debug 2024-09-10T19:48:07.769+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6822 osd.2 since back 2024-09-10T19:47:35.798220+0000 front 2024-09-10T19:47:35.798512+0000 (oldest deadline 2024-09-10T19:48:01.698187+0000) 2024-09-10T19:48:08.202 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:07 smithi189 bash[61224]: debug 2024-09-10T19:48:07.769+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6830 osd.3 since back 2024-09-10T19:47:42.799614+0000 front 2024-09-10T19:47:42.799672+0000 (oldest deadline 2024-09-10T19:48:07.499304+0000) 2024-09-10T19:48:08.790 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:08 smithi189 bash[66427]: debug 2024-09-10T19:48:08.525+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:18.495520+0000 front 2024-09-10T19:47:18.495486+0000 (oldest deadline 2024-09-10T19:47:43.795358+0000) 2024-09-10T19:48:08.791 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:08 smithi189 bash[66427]: debug 2024-09-10T19:48:08.525+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:26.696849+0000 front 2024-09-10T19:47:26.696878+0000 (oldest deadline 2024-09-10T19:47:48.996694+0000) 2024-09-10T19:48:08.791 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:08 smithi189 bash[66427]: debug 2024-09-10T19:48:08.525+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6822 osd.2 since back 2024-09-10T19:47:36.499587+0000 front 2024-09-10T19:47:36.499366+0000 (oldest deadline 2024-09-10T19:48:01.799093+0000) 2024-09-10T19:48:08.791 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:08 smithi189 bash[66427]: debug 2024-09-10T19:48:08.525+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6830 osd.3 since back 2024-09-10T19:47:44.100717+0000 front 2024-09-10T19:47:44.100568+0000 (oldest deadline 2024-09-10T19:48:07.000389+0000) 2024-09-10T19:48:09.202 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:08 smithi189 bash[61224]: debug 2024-09-10T19:48:08.785+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.595313+0000 front 2024-09-10T19:47:17.595814+0000 (oldest deadline 2024-09-10T19:47:43.495504+0000) 2024-09-10T19:48:09.202 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:08 smithi189 bash[61224]: debug 2024-09-10T19:48:08.785+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:28.196910+0000 front 2024-09-10T19:47:28.197202+0000 (oldest deadline 2024-09-10T19:47:54.096902+0000) 2024-09-10T19:48:09.202 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:08 smithi189 bash[61224]: debug 2024-09-10T19:48:08.785+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6822 osd.2 since back 2024-09-10T19:47:35.798220+0000 front 2024-09-10T19:47:35.798512+0000 (oldest deadline 2024-09-10T19:48:01.698187+0000) 2024-09-10T19:48:09.202 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:08 smithi189 bash[61224]: debug 2024-09-10T19:48:08.785+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6830 osd.3 since back 2024-09-10T19:47:42.799614+0000 front 2024-09-10T19:47:42.799672+0000 (oldest deadline 2024-09-10T19:48:07.499304+0000) 2024-09-10T19:48:09.952 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:09 smithi189 bash[61224]: debug 2024-09-10T19:48:09.757+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.595313+0000 front 2024-09-10T19:47:17.595814+0000 (oldest deadline 2024-09-10T19:47:43.495504+0000) 2024-09-10T19:48:09.953 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:09 smithi189 bash[61224]: debug 2024-09-10T19:48:09.757+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:28.196910+0000 front 2024-09-10T19:47:28.197202+0000 (oldest deadline 2024-09-10T19:47:54.096902+0000) 2024-09-10T19:48:09.953 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:09 smithi189 bash[61224]: debug 2024-09-10T19:48:09.757+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6822 osd.2 since back 2024-09-10T19:47:35.798220+0000 front 2024-09-10T19:47:35.798512+0000 (oldest deadline 2024-09-10T19:48:01.698187+0000) 2024-09-10T19:48:09.953 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:09 smithi189 bash[61224]: debug 2024-09-10T19:48:09.757+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6830 osd.3 since back 2024-09-10T19:47:42.799614+0000 front 2024-09-10T19:47:42.799672+0000 (oldest deadline 2024-09-10T19:48:07.499304+0000) 2024-09-10T19:48:09.954 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:09 smithi189 bash[66427]: debug 2024-09-10T19:48:09.553+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:18.495520+0000 front 2024-09-10T19:47:18.495486+0000 (oldest deadline 2024-09-10T19:47:43.795358+0000) 2024-09-10T19:48:09.954 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:09 smithi189 bash[66427]: debug 2024-09-10T19:48:09.553+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:26.696849+0000 front 2024-09-10T19:47:26.696878+0000 (oldest deadline 2024-09-10T19:47:48.996694+0000) 2024-09-10T19:48:09.954 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:09 smithi189 bash[66427]: debug 2024-09-10T19:48:09.553+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6822 osd.2 since back 2024-09-10T19:47:36.499587+0000 front 2024-09-10T19:47:36.499366+0000 (oldest deadline 2024-09-10T19:48:01.799093+0000) 2024-09-10T19:48:09.954 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:09 smithi189 bash[66427]: debug 2024-09-10T19:48:09.553+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6830 osd.3 since back 2024-09-10T19:47:44.100717+0000 front 2024-09-10T19:47:44.100568+0000 (oldest deadline 2024-09-10T19:48:07.000389+0000) 2024-09-10T19:48:10.813 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:10 smithi189 bash[66427]: debug 2024-09-10T19:48:10.537+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:18.495520+0000 front 2024-09-10T19:47:18.495486+0000 (oldest deadline 2024-09-10T19:47:43.795358+0000) 2024-09-10T19:48:10.813 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:10 smithi189 bash[66427]: debug 2024-09-10T19:48:10.537+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:26.696849+0000 front 2024-09-10T19:47:26.696878+0000 (oldest deadline 2024-09-10T19:47:48.996694+0000) 2024-09-10T19:48:10.813 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:10 smithi189 bash[66427]: debug 2024-09-10T19:48:10.537+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6822 osd.2 since back 2024-09-10T19:47:36.499587+0000 front 2024-09-10T19:47:36.499366+0000 (oldest deadline 2024-09-10T19:48:01.799093+0000) 2024-09-10T19:48:10.813 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:10 smithi189 bash[66427]: debug 2024-09-10T19:48:10.537+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6830 osd.3 since back 2024-09-10T19:47:44.100717+0000 front 2024-09-10T19:47:44.100568+0000 (oldest deadline 2024-09-10T19:48:07.000389+0000) 2024-09-10T19:48:11.202 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:10 smithi189 bash[61224]: debug 2024-09-10T19:48:10.809+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:17.595313+0000 front 2024-09-10T19:47:17.595814+0000 (oldest deadline 2024-09-10T19:47:43.495504+0000) 2024-09-10T19:48:11.202 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:10 smithi189 bash[61224]: debug 2024-09-10T19:48:10.809+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:28.196910+0000 front 2024-09-10T19:47:28.197202+0000 (oldest deadline 2024-09-10T19:47:54.096902+0000) 2024-09-10T19:48:11.203 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:10 smithi189 bash[61224]: debug 2024-09-10T19:48:10.809+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6822 osd.2 since back 2024-09-10T19:47:35.798220+0000 front 2024-09-10T19:47:35.798512+0000 (oldest deadline 2024-09-10T19:48:01.698187+0000) 2024-09-10T19:48:11.203 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:10 smithi189 bash[61224]: debug 2024-09-10T19:48:10.809+0000 7fab30d2f640 -1 osd.6 106 heartbeat_check: no reply from 172.21.15.155:6830 osd.3 since back 2024-09-10T19:47:42.799614+0000 front 2024-09-10T19:47:42.799672+0000 (oldest deadline 2024-09-10T19:48:07.499304+0000) 2024-09-10T19:48:11.952 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:11 smithi189 bash[66427]: debug 2024-09-10T19:48:11.529+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:18.495520+0000 front 2024-09-10T19:47:18.495486+0000 (oldest deadline 2024-09-10T19:47:43.795358+0000) 2024-09-10T19:48:11.953 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:11 smithi189 bash[66427]: debug 2024-09-10T19:48:11.529+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:26.696849+0000 front 2024-09-10T19:47:26.696878+0000 (oldest deadline 2024-09-10T19:47:48.996694+0000) 2024-09-10T19:48:11.953 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:11 smithi189 bash[66427]: debug 2024-09-10T19:48:11.529+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6822 osd.2 since back 2024-09-10T19:47:36.499587+0000 front 2024-09-10T19:47:36.499366+0000 (oldest deadline 2024-09-10T19:48:01.799093+0000) 2024-09-10T19:48:11.953 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:11 smithi189 bash[66427]: debug 2024-09-10T19:48:11.529+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6830 osd.3 since back 2024-09-10T19:47:44.100717+0000 front 2024-09-10T19:47:44.100568+0000 (oldest deadline 2024-09-10T19:48:07.000389+0000) 2024-09-10T19:48:12.664 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:12 smithi189 bash[66427]: debug 2024-09-10T19:48:12.493+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:18.495520+0000 front 2024-09-10T19:47:18.495486+0000 (oldest deadline 2024-09-10T19:47:43.795358+0000) 2024-09-10T19:48:12.664 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:12 smithi189 bash[66427]: debug 2024-09-10T19:48:12.493+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:26.696849+0000 front 2024-09-10T19:47:26.696878+0000 (oldest deadline 2024-09-10T19:47:48.996694+0000) 2024-09-10T19:48:12.664 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:12 smithi189 bash[66427]: debug 2024-09-10T19:48:12.493+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6822 osd.2 since back 2024-09-10T19:47:36.499587+0000 front 2024-09-10T19:47:36.499366+0000 (oldest deadline 2024-09-10T19:48:01.799093+0000) 2024-09-10T19:48:12.664 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:12 smithi189 bash[66427]: debug 2024-09-10T19:48:12.493+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6830 osd.3 since back 2024-09-10T19:47:44.100717+0000 front 2024-09-10T19:47:44.100568+0000 (oldest deadline 2024-09-10T19:48:07.000389+0000) 2024-09-10T19:48:12.854 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:12 smithi189 bash[78205]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-osd-6 2024-09-10T19:48:13.202 INFO:journalctl@ceph.osd.6.smithi189.stdout:Sep 10 19:48:12 smithi189 bash[78280]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-osd-6 2024-09-10T19:48:13.840 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:48:13 smithi155 bash[49435]: ts=2024-09-10T19:48:13.568Z 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://smithi189.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.189:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi155.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.155:8443: connect: connection refused" 2024-09-10T19:48:13.840 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:48:13 smithi155 bash[49435]: ts=2024-09-10T19:48:13.569Z 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://smithi155.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.155:8443: connect: connection refused" 2024-09-10T19:48:13.840 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:48:13 smithi155 bash[49435]: ts=2024-09-10T19:48:13.571Z 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://smithi189.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.189:8443: connect: connection refused" 2024-09-10T19:48:13.952 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:13 smithi189 bash[66427]: debug 2024-09-10T19:48:13.453+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:18.495520+0000 front 2024-09-10T19:47:18.495486+0000 (oldest deadline 2024-09-10T19:47:43.795358+0000) 2024-09-10T19:48:13.952 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:13 smithi189 bash[66427]: debug 2024-09-10T19:48:13.453+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:26.696849+0000 front 2024-09-10T19:47:26.696878+0000 (oldest deadline 2024-09-10T19:47:48.996694+0000) 2024-09-10T19:48:13.952 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:13 smithi189 bash[66427]: debug 2024-09-10T19:48:13.453+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6822 osd.2 since back 2024-09-10T19:47:36.499587+0000 front 2024-09-10T19:47:36.499366+0000 (oldest deadline 2024-09-10T19:48:01.799093+0000) 2024-09-10T19:48:13.953 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:13 smithi189 bash[66427]: debug 2024-09-10T19:48:13.453+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6830 osd.3 since back 2024-09-10T19:47:44.100717+0000 front 2024-09-10T19:47:44.100568+0000 (oldest deadline 2024-09-10T19:48:07.000389+0000) 2024-09-10T19:48:14.702 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:14 smithi189 bash[66427]: debug 2024-09-10T19:48:14.445+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:18.495520+0000 front 2024-09-10T19:47:18.495486+0000 (oldest deadline 2024-09-10T19:47:43.795358+0000) 2024-09-10T19:48:14.703 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:14 smithi189 bash[66427]: debug 2024-09-10T19:48:14.445+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:26.696849+0000 front 2024-09-10T19:47:26.696878+0000 (oldest deadline 2024-09-10T19:47:48.996694+0000) 2024-09-10T19:48:14.703 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:14 smithi189 bash[66427]: debug 2024-09-10T19:48:14.445+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6822 osd.2 since back 2024-09-10T19:47:36.499587+0000 front 2024-09-10T19:47:36.499366+0000 (oldest deadline 2024-09-10T19:48:01.799093+0000) 2024-09-10T19:48:14.703 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:14 smithi189 bash[66427]: debug 2024-09-10T19:48:14.445+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6830 osd.3 since back 2024-09-10T19:47:44.100717+0000 front 2024-09-10T19:47:44.100568+0000 (oldest deadline 2024-09-10T19:48:07.000389+0000) 2024-09-10T19:48:14.964 DEBUG:teuthology.orchestra.run.smithi189:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e044737e-6fa6-11ef-bcea-c7b262605968@osd.6.service' 2024-09-10T19:48:14.998 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:48:14.999 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-09-10T19:48:14.999 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-09-10T19:48:14.999 DEBUG:teuthology.orchestra.run.smithi189:> sudo systemctl stop ceph-e044737e-6fa6-11ef-bcea-c7b262605968@osd.7 2024-09-10T19:48:15.224 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:15 smithi189 systemd[1]: Stopping Ceph osd.7 for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:48:15.490 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:15 smithi189 bash[66427]: debug 2024-09-10T19:48:15.217+0000 7f2e09272640 -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-10T19:48:15.490 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:15 smithi189 bash[66427]: debug 2024-09-10T19:48:15.217+0000 7f2e09272640 -1 osd.7 106 *** Got signal Terminated *** 2024-09-10T19:48:15.490 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:15 smithi189 bash[66427]: debug 2024-09-10T19:48:15.217+0000 7f2e09272640 -1 osd.7 106 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:48:15.952 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:15 smithi189 bash[66427]: debug 2024-09-10T19:48:15.485+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:18.495520+0000 front 2024-09-10T19:47:18.495486+0000 (oldest deadline 2024-09-10T19:47:43.795358+0000) 2024-09-10T19:48:15.953 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:15 smithi189 bash[66427]: debug 2024-09-10T19:48:15.485+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:26.696849+0000 front 2024-09-10T19:47:26.696878+0000 (oldest deadline 2024-09-10T19:47:48.996694+0000) 2024-09-10T19:48:15.953 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:15 smithi189 bash[66427]: debug 2024-09-10T19:48:15.485+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6822 osd.2 since back 2024-09-10T19:47:36.499587+0000 front 2024-09-10T19:47:36.499366+0000 (oldest deadline 2024-09-10T19:48:01.799093+0000) 2024-09-10T19:48:15.953 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:15 smithi189 bash[66427]: debug 2024-09-10T19:48:15.485+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6830 osd.3 since back 2024-09-10T19:47:44.100717+0000 front 2024-09-10T19:47:44.100568+0000 (oldest deadline 2024-09-10T19:48:07.000389+0000) 2024-09-10T19:48:15.953 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:15 smithi189 bash[66427]: debug 2024-09-10T19:48:15.485+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.189:6804 osd.4 since back 2024-09-10T19:47:52.202285+0000 front 2024-09-10T19:47:52.202339+0000 (oldest deadline 2024-09-10T19:48:15.102167+0000) 2024-09-10T19:48:16.952 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:16 smithi189 bash[66427]: debug 2024-09-10T19:48:16.521+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:18.495520+0000 front 2024-09-10T19:47:18.495486+0000 (oldest deadline 2024-09-10T19:47:43.795358+0000) 2024-09-10T19:48:16.952 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:16 smithi189 bash[66427]: debug 2024-09-10T19:48:16.521+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:26.696849+0000 front 2024-09-10T19:47:26.696878+0000 (oldest deadline 2024-09-10T19:47:48.996694+0000) 2024-09-10T19:48:16.953 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:16 smithi189 bash[66427]: debug 2024-09-10T19:48:16.521+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6822 osd.2 since back 2024-09-10T19:47:36.499587+0000 front 2024-09-10T19:47:36.499366+0000 (oldest deadline 2024-09-10T19:48:01.799093+0000) 2024-09-10T19:48:16.953 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:16 smithi189 bash[66427]: debug 2024-09-10T19:48:16.521+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6830 osd.3 since back 2024-09-10T19:47:44.100717+0000 front 2024-09-10T19:47:44.100568+0000 (oldest deadline 2024-09-10T19:48:07.000389+0000) 2024-09-10T19:48:16.953 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:16 smithi189 bash[66427]: debug 2024-09-10T19:48:16.521+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.189:6804 osd.4 since back 2024-09-10T19:47:52.202285+0000 front 2024-09-10T19:47:52.202339+0000 (oldest deadline 2024-09-10T19:48:15.102167+0000) 2024-09-10T19:48:17.952 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:17 smithi189 bash[66427]: debug 2024-09-10T19:48:17.549+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:18.495520+0000 front 2024-09-10T19:47:18.495486+0000 (oldest deadline 2024-09-10T19:47:43.795358+0000) 2024-09-10T19:48:17.952 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:17 smithi189 bash[66427]: debug 2024-09-10T19:48:17.549+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:26.696849+0000 front 2024-09-10T19:47:26.696878+0000 (oldest deadline 2024-09-10T19:47:48.996694+0000) 2024-09-10T19:48:17.953 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:17 smithi189 bash[66427]: debug 2024-09-10T19:48:17.549+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6822 osd.2 since back 2024-09-10T19:47:36.499587+0000 front 2024-09-10T19:47:36.499366+0000 (oldest deadline 2024-09-10T19:48:01.799093+0000) 2024-09-10T19:48:17.953 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:17 smithi189 bash[66427]: debug 2024-09-10T19:48:17.549+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6830 osd.3 since back 2024-09-10T19:47:44.100717+0000 front 2024-09-10T19:47:44.100568+0000 (oldest deadline 2024-09-10T19:48:07.000389+0000) 2024-09-10T19:48:17.953 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:17 smithi189 bash[66427]: debug 2024-09-10T19:48:17.549+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.189:6804 osd.4 since back 2024-09-10T19:47:52.202285+0000 front 2024-09-10T19:47:52.202339+0000 (oldest deadline 2024-09-10T19:48:15.102167+0000) 2024-09-10T19:48:18.954 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:18 smithi189 bash[66427]: debug 2024-09-10T19:48:18.505+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:18.495520+0000 front 2024-09-10T19:47:18.495486+0000 (oldest deadline 2024-09-10T19:47:43.795358+0000) 2024-09-10T19:48:18.954 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:18 smithi189 bash[66427]: debug 2024-09-10T19:48:18.505+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:26.696849+0000 front 2024-09-10T19:47:26.696878+0000 (oldest deadline 2024-09-10T19:47:48.996694+0000) 2024-09-10T19:48:18.955 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:18 smithi189 bash[66427]: debug 2024-09-10T19:48:18.505+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6822 osd.2 since back 2024-09-10T19:47:36.499587+0000 front 2024-09-10T19:47:36.499366+0000 (oldest deadline 2024-09-10T19:48:01.799093+0000) 2024-09-10T19:48:18.955 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:18 smithi189 bash[66427]: debug 2024-09-10T19:48:18.505+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6830 osd.3 since back 2024-09-10T19:47:44.100717+0000 front 2024-09-10T19:47:44.100568+0000 (oldest deadline 2024-09-10T19:48:07.000389+0000) 2024-09-10T19:48:18.955 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:18 smithi189 bash[66427]: debug 2024-09-10T19:48:18.505+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.189:6804 osd.4 since back 2024-09-10T19:47:52.202285+0000 front 2024-09-10T19:47:52.202339+0000 (oldest deadline 2024-09-10T19:48:15.102167+0000) 2024-09-10T19:48:19.952 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:19 smithi189 bash[66427]: debug 2024-09-10T19:48:19.509+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6806 osd.0 since back 2024-09-10T19:47:18.495520+0000 front 2024-09-10T19:47:18.495486+0000 (oldest deadline 2024-09-10T19:47:43.795358+0000) 2024-09-10T19:48:19.953 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:19 smithi189 bash[66427]: debug 2024-09-10T19:48:19.509+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6814 osd.1 since back 2024-09-10T19:47:26.696849+0000 front 2024-09-10T19:47:26.696878+0000 (oldest deadline 2024-09-10T19:47:48.996694+0000) 2024-09-10T19:48:19.953 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:19 smithi189 bash[66427]: debug 2024-09-10T19:48:19.509+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6822 osd.2 since back 2024-09-10T19:47:36.499587+0000 front 2024-09-10T19:47:36.499366+0000 (oldest deadline 2024-09-10T19:48:01.799093+0000) 2024-09-10T19:48:19.953 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:19 smithi189 bash[66427]: debug 2024-09-10T19:48:19.509+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.155:6830 osd.3 since back 2024-09-10T19:47:44.100717+0000 front 2024-09-10T19:47:44.100568+0000 (oldest deadline 2024-09-10T19:48:07.000389+0000) 2024-09-10T19:48:19.953 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:19 smithi189 bash[66427]: debug 2024-09-10T19:48:19.509+0000 7f2e0588a640 -1 osd.7 106 heartbeat_check: no reply from 172.21.15.189:6804 osd.4 since back 2024-09-10T19:47:52.202285+0000 front 2024-09-10T19:47:52.202339+0000 (oldest deadline 2024-09-10T19:48:15.102167+0000) 2024-09-10T19:48:21.678 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:21 smithi189 bash[78417]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-osd-7 2024-09-10T19:48:22.023 INFO:journalctl@ceph.osd.7.smithi189.stdout:Sep 10 19:48:21 smithi189 bash[78494]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-osd-7 2024-09-10T19:48:23.747 DEBUG:teuthology.orchestra.run.smithi189:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e044737e-6fa6-11ef-bcea-c7b262605968@osd.7.service' 2024-09-10T19:48:23.780 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:48:23.780 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-09-10T19:48:23.780 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2024-09-10T19:48:23.781 DEBUG:teuthology.orchestra.run.smithi189:> sudo systemctl stop ceph-e044737e-6fa6-11ef-bcea-c7b262605968@prometheus.a 2024-09-10T19:48:23.840 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:48:23 smithi155 bash[49435]: ts=2024-09-10T19:48:23.569Z 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://smithi189.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.189:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi155.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.155:8443: connect: connection refused" 2024-09-10T19:48:23.840 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:48:23 smithi155 bash[49435]: ts=2024-09-10T19:48:23.570Z 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://smithi155.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.155:8443: connect: connection refused" 2024-09-10T19:48:23.840 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:48:23 smithi155 bash[49435]: ts=2024-09-10T19:48:23.571Z 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://smithi189.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.189:8443: connect: connection refused" 2024-09-10T19:48:24.145 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:48:23 smithi189 systemd[1]: Stopping Ceph prometheus.a for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:48:24.145 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:48:23 smithi189 bash[35176]: ts=2024-09-10T19:48:23.936Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-09-10T19:48:24.145 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:48:23 smithi189 bash[35176]: ts=2024-09-10T19:48:23.937Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-09-10T19:48:24.146 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:48:23 smithi189 bash[35176]: ts=2024-09-10T19:48:23.937Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-09-10T19:48:24.146 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:48:23 smithi189 bash[35176]: ts=2024-09-10T19:48:23.937Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-10T19:48:24.146 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:48:23 smithi189 bash[35176]: ts=2024-09-10T19:48:23.937Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-09-10T19:48:24.146 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:48:23 smithi189 bash[35176]: ts=2024-09-10T19:48:23.937Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-09-10T19:48:24.146 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:48:23 smithi189 bash[35176]: ts=2024-09-10T19:48:23.937Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-09-10T19:48:24.146 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:48:23 smithi189 bash[35176]: ts=2024-09-10T19:48:23.937Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-09-10T19:48:24.146 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:48:23 smithi189 bash[35176]: ts=2024-09-10T19:48:23.938Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-09-10T19:48:24.146 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:48:23 smithi189 bash[35176]: ts=2024-09-10T19:48:23.939Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-09-10T19:48:24.146 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:48:23 smithi189 bash[35176]: ts=2024-09-10T19:48:23.939Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-09-10T19:48:24.146 INFO:journalctl@ceph.prometheus.a.smithi189.stdout:Sep 10 19:48:23 smithi189 bash[35176]: ts=2024-09-10T19:48:23.939Z caller=main.go:1147 level=info msg="See you next time!" 2024-09-10T19:48:24.725 DEBUG:teuthology.orchestra.run.smithi189:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e044737e-6fa6-11ef-bcea-c7b262605968@prometheus.a.service' 2024-09-10T19:48:24.752 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:48:24.752 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2024-09-10T19:48:24.753 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e044737e-6fa6-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-10T19:48:24.868 INFO:teuthology.orchestra.run.smithi155.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-09-10T19:48:24.869 INFO:teuthology.orchestra.run.smithi155.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-09-10T19:48:24.869 INFO:teuthology.orchestra.run.smithi155.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-09-10T19:48:24.869 INFO:teuthology.orchestra.run.smithi155.stderr: [--retry RETRY] 2024-09-10T19:48:24.869 INFO:teuthology.orchestra.run.smithi155.stderr: {version,pull,inspect-image,ls,list-networks,adopt,rm-daemon,rm-cluster,run,shell,enter,ceph-volume,unit,logs,bootstrap,deploy,check-host,prepare-host,add-repo,rm-repo,install} 2024-09-10T19:48:24.869 INFO:teuthology.orchestra.run.smithi155.stderr: ... 2024-09-10T19:48:24.869 INFO:teuthology.orchestra.run.smithi155.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-09-10T19:48:24.877 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-09-10T19:48:24.878 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e044737e-6fa6-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-10T19:48:24.991 INFO:teuthology.orchestra.run.smithi189.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-09-10T19:48:24.991 INFO:teuthology.orchestra.run.smithi189.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-09-10T19:48:24.991 INFO:teuthology.orchestra.run.smithi189.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-09-10T19:48:24.991 INFO:teuthology.orchestra.run.smithi189.stderr: [--retry RETRY] 2024-09-10T19:48:24.991 INFO:teuthology.orchestra.run.smithi189.stderr: {version,pull,inspect-image,ls,list-networks,adopt,rm-daemon,rm-cluster,run,shell,enter,ceph-volume,unit,logs,bootstrap,deploy,check-host,prepare-host,add-repo,rm-repo,install} 2024-09-10T19:48:24.992 INFO:teuthology.orchestra.run.smithi189.stderr: ... 2024-09-10T19:48:24.992 INFO:teuthology.orchestra.run.smithi189.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-09-10T19:48:25.000 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-09-10T19:48:25.001 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T19:48:25.017 DEBUG:teuthology.orchestra.run.smithi189:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T19:48:25.033 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-10T19:48:25.035 DEBUG:teuthology.misc:Transferring archived files from smithi155:/var/lib/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900280/remote/smithi155/crash 2024-09-10T19:48:25.036 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /var/lib/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/crash -- . 2024-09-10T19:48:25.055 DEBUG:teuthology.misc:Transferring archived files from smithi189:/var/lib/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900280/remote/smithi189/crash 2024-09-10T19:48:25.056 DEBUG:teuthology.orchestra.run.smithi189:> sudo tar c -f - -C /var/lib/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/crash -- . 2024-09-10T19:48:25.094 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-10T19:48:25.095 DEBUG:teuthology.orchestra.run.smithi155:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-09-10T19:48:25.110 INFO:teuthology.orchestra.run.smithi155.stderr:grep: /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph.log: No such file or directory 2024-09-10T19:48:25.112 INFO:tasks.cephadm:Compressing logs... 2024-09-10T19:48:25.112 DEBUG:teuthology.orchestra.run.smithi155:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-10T19:48:25.155 DEBUG:teuthology.orchestra.run.smithi189:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-10T19:48:25.169 INFO:teuthology.orchestra.run.smithi155.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-10T19:48:25.170 INFO:teuthology.orchestra.run.smithi189.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-10T19:48:25.173 INFO:teuthology.orchestra.run.smithi155.stderr:gzip -5 --verbose -- /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-mon.a.log 2024-09-10T19:48:25.174 INFO:teuthology.orchestra.run.smithi155.stderr:gzip -5 --verbose -- /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-mgr.y.log 2024-09-10T19:48:25.175 INFO:teuthology.orchestra.run.smithi155.stderr:gzip -5 --verbose -- /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-mon.c.log 2024-09-10T19:48:25.175 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-osd.1.log 2024-09-10T19:48:25.176 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-mgr.y.log: /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-client.rgw.r.z.smithi155.ehnnyk.log 2024-09-10T19:48:25.176 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-osd.0.log 2024-09-10T19:48:25.177 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-client.rgw.r.z.smithi155.ehnnyk.log: gzip -5 --verbose -- /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-osd.3.log 2024-09-10T19:48:25.177 INFO:teuthology.orchestra.run.smithi155.stderr: 72.2% -- replaced with /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-client.rgw.r.z.smithi155.ehnnyk.log.gz 2024-09-10T19:48:25.178 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-10T19:48:25.178 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-osd.2.log 2024-09-10T19:48:25.179 INFO:teuthology.orchestra.run.smithi155.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-10T19:48:25.181 INFO:teuthology.orchestra.run.smithi189.stderr:gzip -5 --verbose -- /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-mon.b.log 2024-09-10T19:48:25.182 INFO:teuthology.orchestra.run.smithi189.stderr:gzip -5 --verbose -- /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-osd.5.log 2024-09-10T19:48:25.183 INFO:teuthology.orchestra.run.smithi189.stderr:/var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-mgr.x.log 2024-09-10T19:48:25.183 INFO:teuthology.orchestra.run.smithi189.stderr:gzip -5 --verbose -- /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-osd.6.log 2024-09-10T19:48:25.184 INFO:teuthology.orchestra.run.smithi189.stderr:/var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-osd.5.log: gzip /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-mgr.x.log: -5 --verbose -- /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-client.rgw.r.z.smithi189.dwpibf.log 2024-09-10T19:48:25.185 INFO:teuthology.orchestra.run.smithi189.stderr:/var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-osd.4.log 2024-09-10T19:48:25.185 INFO:teuthology.orchestra.run.smithi189.stderr:gzip -5 --verbose -- /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-10T19:48:25.186 INFO:teuthology.orchestra.run.smithi189.stderr:/var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-client.rgw.r.z.smithi189.dwpibf.log: /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-osd.4.log: 73.1% -- replaced with /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-client.rgw.r.z.smithi189.dwpibf.log.gz 2024-09-10T19:48:25.186 INFO:teuthology.orchestra.run.smithi189.stderr:gzip -5 --verbose -- /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-osd.7.log 2024-09-10T19:48:25.187 INFO:teuthology.orchestra.run.smithi189.stderr:/var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-10T19:48:25.193 INFO:teuthology.orchestra.run.smithi189.stderr:/var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-osd.7.log: /var/log/ceph/cephadm.log: 91.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-10T19:48:25.195 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-volume.log: /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-osd.2.log: /var/log/ceph/cephadm.log: 91.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-10T19:48:25.199 INFO:teuthology.orchestra.run.smithi155.stderr: 91.4% -- replaced with /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-10T19:48:25.206 INFO:teuthology.orchestra.run.smithi189.stderr: 91.5% -- replaced with /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-10T19:48:25.299 INFO:teuthology.orchestra.run.smithi189.stderr: 91.5% -- replaced with /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-mgr.x.log.gz 2024-09-10T19:48:25.526 INFO:teuthology.orchestra.run.smithi155.stderr: 91.7% -- replaced with /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-mgr.y.log.gz 2024-09-10T19:48:26.167 INFO:teuthology.orchestra.run.smithi155.stderr: 94.4% -- replaced with /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-mon.c.log.gz 2024-09-10T19:48:26.376 INFO:teuthology.orchestra.run.smithi189.stderr: 93.0% -- replaced with /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-osd.6.log.gz 2024-09-10T19:48:26.501 INFO:teuthology.orchestra.run.smithi155.stderr: 93.0% -- replaced with /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-osd.2.log.gz 2024-09-10T19:48:26.564 INFO:teuthology.orchestra.run.smithi189.stderr: 93.6% -- replaced with /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-mon.b.log.gz 2024-09-10T19:48:26.606 INFO:teuthology.orchestra.run.smithi189.stderr: 93.2% -- replaced with /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-osd.5.log.gz 2024-09-10T19:48:26.693 INFO:teuthology.orchestra.run.smithi155.stderr: 93.2% -- replaced with /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-osd.0.log.gz 2024-09-10T19:48:26.848 INFO:teuthology.orchestra.run.smithi189.stderr: 93.4% -- replaced with /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-osd.4.log.gz 2024-09-10T19:48:27.037 INFO:teuthology.orchestra.run.smithi155.stderr: 93.5% -- replaced with /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-osd.1.log.gz 2024-09-10T19:48:27.072 INFO:teuthology.orchestra.run.smithi155.stderr: 93.4% -- replaced with /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-osd.3.log.gz 2024-09-10T19:48:27.103 INFO:teuthology.orchestra.run.smithi189.stderr: 93.3% -- replaced with /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-osd.7.log.gz 2024-09-10T19:48:27.105 INFO:teuthology.orchestra.run.smithi189.stderr: 2024-09-10T19:48:27.105 INFO:teuthology.orchestra.run.smithi189.stderr:real 0m1.944s 2024-09-10T19:48:27.105 INFO:teuthology.orchestra.run.smithi189.stderr:user 0m7.448s 2024-09-10T19:48:27.105 INFO:teuthology.orchestra.run.smithi189.stderr:sys 0m0.298s 2024-09-10T19:48:27.520 INFO:teuthology.orchestra.run.smithi155.stderr: 91.0% -- replaced with /var/log/ceph/e044737e-6fa6-11ef-bcea-c7b262605968/ceph-mon.a.log.gz 2024-09-10T19:48:27.522 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-09-10T19:48:27.522 INFO:teuthology.orchestra.run.smithi155.stderr:real 0m2.363s 2024-09-10T19:48:27.522 INFO:teuthology.orchestra.run.smithi155.stderr:user 0m9.993s 2024-09-10T19:48:27.522 INFO:teuthology.orchestra.run.smithi155.stderr:sys 0m0.330s 2024-09-10T19:48:27.522 INFO:tasks.cephadm:Archiving logs... 2024-09-10T19:48:27.522 DEBUG:teuthology.misc:Transferring archived files from smithi155:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900280/remote/smithi155/log 2024-09-10T19:48:27.524 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-10T19:48:28.860 DEBUG:teuthology.misc:Transferring archived files from smithi189:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900280/remote/smithi189/log 2024-09-10T19:48:28.861 DEBUG:teuthology.orchestra.run.smithi189:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-10T19:48:29.922 INFO:tasks.cephadm:Removing cluster... 2024-09-10T19:48:29.922 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e044737e-6fa6-11ef-bcea-c7b262605968 --force 2024-09-10T19:48:31.840 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:48:31 smithi155 systemd[1]: Stopping Ceph node-exporter.a for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:48:33.240 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:48:32 smithi155 bash[103204]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-node-exporter-a 2024-09-10T19:48:33.240 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:48:32 smithi155 systemd[1]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-09-10T19:48:33.240 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:48:33 smithi155 bash[103278]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-node-exporter-a 2024-09-10T19:48:33.240 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:48:33 smithi155 systemd[1]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968@node-exporter.a.service: Failed with result 'exit-code'. 2024-09-10T19:48:33.240 INFO:journalctl@ceph.node-exporter.a.smithi155.stdout:Sep 10 19:48:33 smithi155 systemd[1]: Stopped Ceph node-exporter.a for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:48:33.590 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:48:33 smithi155 systemd[1]: Stopping Ceph alertmanager.a for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:48:33.590 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:48:33 smithi155 bash[49435]: ts=2024-09-10T19:48:33.392Z caller=main.go:583 level=info msg="Received SIGTERM, exiting gracefully..." 2024-09-10T19:48:34.339 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:48:34 smithi155 bash[103338]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-alertmanager-a 2024-09-10T19:48:34.340 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:48:34 smithi155 bash[103411]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-alertmanager-a 2024-09-10T19:48:34.340 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:48:34 smithi155 systemd[1]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968@alertmanager.a.service: Succeeded. 2024-09-10T19:48:34.340 INFO:journalctl@ceph.alertmanager.a.smithi155.stdout:Sep 10 19:48:34 smithi155 systemd[1]: Stopped Ceph alertmanager.a for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:48:46.154 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e044737e-6fa6-11ef-bcea-c7b262605968 --force 2024-09-10T19:48:48.132 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:48:47 smithi189 systemd[1]: Stopping Ceph node-exporter.b for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:48:48.952 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:48:48 smithi189 bash[78922]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-node-exporter-b 2024-09-10T19:48:48.952 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:48:48 smithi189 systemd[1]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-09-10T19:48:48.952 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:48:48 smithi189 bash[78998]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-node-exporter-b 2024-09-10T19:48:48.953 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:48:48 smithi189 systemd[1]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968@node-exporter.b.service: Failed with result 'exit-code'. 2024-09-10T19:48:48.953 INFO:journalctl@ceph.node-exporter.b.smithi189.stdout:Sep 10 19:48:48 smithi189 systemd[1]: Stopped Ceph node-exporter.b for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:48:49.398 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:48:49 smithi189 systemd[1]: Stopping Ceph grafana.a for e044737e-6fa6-11ef-bcea-c7b262605968... 2024-09-10T19:48:49.953 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:48:49 smithi189 bash[79053]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-grafana-a 2024-09-10T19:48:49.953 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:48:49 smithi189 systemd[1]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968@grafana.a.service: Main process exited, code=exited, status=143/n/a 2024-09-10T19:48:49.953 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:48:49 smithi189 bash[79127]: Error response from daemon: No such container: ceph-e044737e-6fa6-11ef-bcea-c7b262605968-grafana-a 2024-09-10T19:48:49.953 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:48:49 smithi189 systemd[1]: ceph-e044737e-6fa6-11ef-bcea-c7b262605968@grafana.a.service: Failed with result 'exit-code'. 2024-09-10T19:48:49.953 INFO:journalctl@ceph.grafana.a.smithi189.stdout:Sep 10 19:48:49 smithi189 systemd[1]: Stopped Ceph grafana.a for e044737e-6fa6-11ef-bcea-c7b262605968. 2024-09-10T19:49:01.662 INFO:tasks.cephadm:Removing cephadm ... 2024-09-10T19:49:01.662 DEBUG:teuthology.orchestra.run.smithi155:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-10T19:49:01.669 DEBUG:teuthology.orchestra.run.smithi189:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-10T19:49:01.675 INFO:tasks.cephadm:Teardown complete 2024-09-10T19:49:01.676 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-10T19:49:01.696 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-10T19:49:01.696 DEBUG:teuthology.orchestra.run.smithi155:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-10T19:49:01.716 DEBUG:teuthology.orchestra.run.smithi189:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-10T19:49:01.734 INFO:teuthology.orchestra.run.smithi155.stdout: remote refid st t when poll reach delay offset jitter 2024-09-10T19:49:01.735 INFO:teuthology.orchestra.run.smithi155.stdout:============================================================================== 2024-09-10T19:49:01.735 INFO:teuthology.orchestra.run.smithi155.stdout:*hv01.front.sepi 67.205.162.81 3 u 129 128 377 0.173 0.673 0.082 2024-09-10T19:49:01.735 INFO:teuthology.orchestra.run.smithi155.stdout:+hv02.front.sepi 63.231.80.2 3 u 67 128 377 0.122 -1.563 0.148 2024-09-10T19:49:01.735 INFO:teuthology.orchestra.run.smithi155.stdout:+hv03.front.sepi 74.6.168.72 3 u 116 128 377 0.117 1.583 0.145 2024-09-10T19:49:01.735 INFO:teuthology.orchestra.run.smithi155.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-09-10T19:49:01.736 INFO:teuthology.orchestra.run.smithi189.stdout: remote refid st t when poll reach delay offset jitter 2024-09-10T19:49:01.736 INFO:teuthology.orchestra.run.smithi189.stdout:============================================================================== 2024-09-10T19:49:01.736 INFO:teuthology.orchestra.run.smithi189.stdout:*hv01.front.sepi 67.205.162.81 3 u 74 128 377 0.178 0.849 0.251 2024-09-10T19:49:01.736 INFO:teuthology.orchestra.run.smithi189.stdout:+hv02.front.sepi 63.231.80.2 3 u 47 128 377 0.192 -1.700 0.049 2024-09-10T19:49:01.736 INFO:teuthology.orchestra.run.smithi189.stdout:+hv03.front.sepi 74.6.168.72 3 u 60 128 377 0.178 1.520 0.203 2024-09-10T19:49:01.737 INFO:teuthology.orchestra.run.smithi189.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-09-10T19:49:01.737 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-10T19:49:01.748 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-10T19:49:01.749 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-10T19:49:01.779 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-10T19:49:01.809 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-10T19:49:01.838 INFO:teuthology.task.internal:Duration was 3289.658568 seconds 2024-09-10T19:49:01.838 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-10T19:49:01.870 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-10T19:49:01.870 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-10T19:49:01.873 DEBUG:teuthology.orchestra.run.smithi189:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-10T19:49:01.925 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-10T19:49:01.926 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi155.front.sepia.ceph.com 2024-09-10T19:49:01.926 DEBUG:teuthology.orchestra.run.smithi155:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-10T19:49:01.941 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi189.front.sepia.ceph.com 2024-09-10T19:49:01.942 DEBUG:teuthology.orchestra.run.smithi189:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-10T19:49:01.958 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-10T19:49:01.958 DEBUG:teuthology.orchestra.run.smithi155:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-10T19:49:01.961 DEBUG:teuthology.orchestra.run.smithi189:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-10T19:49:02.090 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-10T19:49:02.091 DEBUG:teuthology.orchestra.run.smithi155:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-10T19:49:02.093 DEBUG:teuthology.orchestra.run.smithi189:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-10T19:49:02.375 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-10T19:49:02.385 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-10T19:49:02.385 DEBUG:teuthology.orchestra.run.smithi155:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-10T19:49:02.397 DEBUG:teuthology.orchestra.run.smithi189:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-10T19:49:02.413 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-10T19:49:02.424 DEBUG:teuthology.orchestra.run.smithi155:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-10T19:49:02.427 DEBUG:teuthology.orchestra.run.smithi189:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-10T19:49:02.439 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern = core 2024-09-10T19:49:02.472 INFO:teuthology.orchestra.run.smithi189.stdout:kernel.core_pattern = core 2024-09-10T19:49:02.497 DEBUG:teuthology.orchestra.run.smithi155:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-10T19:49:02.518 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T19:49:02.519 DEBUG:teuthology.orchestra.run.smithi189:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-10T19:49:02.525 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T19:49:02.526 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-10T19:49:02.543 INFO:teuthology.task.internal:Transferring archived files... 2024-09-10T19:49:02.544 DEBUG:teuthology.misc:Transferring archived files from smithi155:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900280/remote/smithi155 2024-09-10T19:49:02.544 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-10T19:49:02.603 DEBUG:teuthology.misc:Transferring archived files from smithi189:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900280/remote/smithi189 2024-09-10T19:49:02.603 DEBUG:teuthology.orchestra.run.smithi189:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-10T19:49:02.645 INFO:teuthology.task.internal:Removing archive directory... 2024-09-10T19:49:02.645 DEBUG:teuthology.orchestra.run.smithi155:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-10T19:49:02.647 DEBUG:teuthology.orchestra.run.smithi189:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-10T19:49:02.685 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-10T19:49:02.777 INFO:teuthology.task.internal:Not uploading archives. 2024-09-10T19:49:02.777 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-10T19:49:02.789 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-10T19:49:02.790 DEBUG:teuthology.orchestra.run.smithi155:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-10T19:49:02.792 DEBUG:teuthology.orchestra.run.smithi189:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-10T19:49:02.797 INFO:teuthology.orchestra.run.smithi155.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 10 19:49 /home/ubuntu/cephtest 2024-09-10T19:49:02.800 INFO:teuthology.orchestra.run.smithi189.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 10 19:49 /home/ubuntu/cephtest 2024-09-10T19:49:02.803 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-10T19:49:02.839 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-10T19:49:02.923 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: 3289.658568382263 owner: scheduled_gabrioux@teuthology success: true 2024-09-10T19:49:02.923 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-10T19:49:03.009 INFO:teuthology.run:pass